- 30 Jun, 2020 40 commits
-
-
Dylan Griffith authored
Add snippets_size to RootStorageStatisticsType See merge request gitlab-org/gitlab!35586
-
Ash McKenzie authored
Improve package factory to fix spurious spec See merge request gitlab-org/gitlab!35410
-
Giorgenes Gelatti authored
Fix a few package factories which don't work on their own.
-
Denys Mishunov authored
Remove OnBoarding tour - FE See merge request gitlab-org/gitlab!35442
-
Douglas Barbosa Alexandre authored
Add instrumentation to Gitaly streamed responses See merge request gitlab-org/gitlab!35283
-
Amy Qualls authored
Docs: review add_remove_clusters Closes gitlab-com/support/support-team-meta#2292 See merge request gitlab-org/gitlab!33311
-
Tristan Williams authored
-
Nick Gaskill authored
Merge branch '218794-restructure-documentation-to-consolidate-vulnerability-management-features' into 'master' Security Dashboard doc improvements See merge request gitlab-org/gitlab!35558
-
Lindsay Kerr authored
Added screenshots with nav hidden Consolidated vuln export report info Removed out of date and incorrect info
-
Evan Read authored
Docs: shared runner update See merge request gitlab-org/gitlab!35546
-
Suzanne Selhorn authored
Related to community comment: http://disq.us/p/2a8h51o
-
Oswaldo Ferreira authored
This is a stab into fixing the Gitaly timing in logs (gitaly_duration_s) for streamed responses using the same GitalyClient.call method. The problem of having a GitalyClient.call for non-streamed responses and GitalyClient.streaming_call (with a block) for streamed responses is that we'll need to rely mostly on documentation in order to get the timings right for new RPCs. In order to solve that, here we look further into the Gitaly response. If it's an Enumerator (that's what the Ruby implementation of gRPC streams return from the server https://grpc.io/docs/languages/ruby/basics/), we wrap that Enumerator into a custom enumerator, which instruments that stream consumption. Another advantage of that over wrapping the whole stream consumption into a block is that we won't add too much of Ruby CPU time at it, just the response.next call is measured, which is the point of contact with Gitaly.
-
Enrique Alcántara authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!35614
-
Mark Lapierre authored
Quarantine Jira issue import e2e spec See merge request gitlab-org/gitlab!35679
-
Jose Ivan Vargas authored
Use snippet `blobs` field instead of `blob` for Snippet VIEW See merge request gitlab-org/gitlab!35605
-
Amy Qualls authored
Added reference to Kubernetes related deployment variables list See merge request gitlab-org/gitlab!35506
-
Viktor Nagy authored
-
GitLab Bot authored
-
Denys Mishunov authored
As per maintainer's review
-
Mark Lapierre authored
Fix suggestion dropdown blocking buttons after mention Closes #225346 See merge request gitlab-org/gitlab!35655
-
Desiree Chevalier authored
-
Denys Mishunov authored
Even if we only support just one blob per snippet, we're peparing ourselves for the multi-file scenario in Snippets
-
Denys Mishunov authored
-
Denys Mishunov authored
In the multi-file scenario for snippets we switch to 'blobs' array instead of direct 'blob' object
-
Martin Wortschack authored
Update toNounSeriesText to not escape text See merge request gitlab-org/gitlab!35564
-
Justin Boyson authored
Update tests and grammar.js to account for no escaping as well
-
Heinrich Lee Yu authored
Move filter code to finder Closes #31418 See merge request gitlab-org/gitlab!34470
-
Martin Wortschack authored
Replace FA exchange icon with GitLab SVG Closes #225198 See merge request gitlab-org/gitlab!35634
-
Peter Leitzen authored
Add snippets_size to Group entity See merge request gitlab-org/gitlab!35585
-
Robert Speicher authored
Avoid grouping statement timeouts in Sentry Closes gitlab-com/gl-infra/delivery#955 See merge request gitlab-org/gitlab!35479
-
Mike Jang authored
Fix broken link See merge request gitlab-org/gitlab!35664
-
Cynthia Ng authored
-
Suzanne Selhorn authored
Add checklist option to permission See merge request gitlab-org/gitlab!35629
-
Jackie Meshell authored
-
Douglas Barbosa Alexandre authored
Pass `ee=true` to CNG triggered pipelines See merge request gitlab-org/gitlab!35652
-
Marcin Sedlak-Jakubowski authored
Docs: revamp Git clone See merge request gitlab-org/gitlab!30728
-
Marcia Ramos authored
- Intro to terminology - Link from Git index - Gen copy editing
-
Nick Gaskill authored
Document DS_JAVA_VERSION for dependency scanning See merge request gitlab-org/gitlab!34233
-
Adam Cohen authored
-
Amy Qualls authored
Update project cluster docs See merge request gitlab-org/gitlab!35470
-