- 07 Jul, 2020 1 commit
-
-
Philip Cunningham authored
-
- 01 Jul, 2020 10 commits
-
-
Marcel Amirault authored
Clarifying Fast SSH lookup tests, SELinux support See merge request gitlab-org/gitlab!33470
-
Thiago Presa authored
-
Mike Lewis authored
Remove sentence about the end of /help See merge request gitlab-org/gitlab!35673
-
Marcel Amirault authored
Mark default value for artifacts See merge request gitlab-org/gitlab!35658
-
Stan Hu authored
Geo - Does not sync LFS objects from fork networks Closes #225427 See merge request gitlab-org/gitlab!35692
-
Ezekiel Kigbo authored
Add scanner column to the project-level security dashboard and pipeline security tab See merge request gitlab-org/gitlab!35150
-
Mark Lapierre authored
Quarantine instance_audit_logs_spec.rb See merge request gitlab-org/gitlab!35654
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
James Fargher authored
Include snippets_size statistic inside RootStorageStatistics See merge request gitlab-org/gitlab!35601
-
- 30 Jun, 2020 29 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
-
Will Meek authored
This commit quarantines the flaky test instance_audit_logs_spec.rb as tracked at https://gitlab.com/gitlab-org/gitlab/-/issues/218332
-
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
-