- 21 May, 2021 40 commits
-
-
Patrick Steinhardt authored
When fetching remotes, we currently first create it and then fetch the created remote. This is an inefficient interface and awkward to use, as we have to assert that the remote exists each time we fetch. It's also vulnerable to races as we now depend on on-disk state of Gitaly. Some time ago, Gitaly has introduces a new `RemoteParams` field to the `FetchRemote()` RPC which enables callers to provide configuration of the remote directly instead of passing the previously created remote. As a first step towards switching to that function, this commit introduces two new parameters `url` and `refmap` to `fetch_remote()` which switch to this new behaviour if given.
-
Sanad Liaquat authored
Add wait for kubernetes runner to generate certs See merge request gitlab-org/gitlab!62190
-
Bob Van Landuyt authored
Expose load balancing DB metrics in Sidekiq logs See merge request gitlab-org/gitlab!61996
-
Matthias Käppler authored
-
Bob Van Landuyt authored
Fix missing data and class in top_nav_menu_item See merge request gitlab-org/gitlab!62172
-
Jacques Erasmus authored
Added ToC dropdown to markdown blob viewers See merge request gitlab-org/gitlab!61802
-
Vitali Tatarintev authored
Observe secondary email addresses when adding a member See merge request gitlab-org/gitlab!62024
-
Albert Salim authored
Retry review-deploy twice See merge request gitlab-org/gitlab!62272
-
Kushal Pandya authored
Use @gitlab/ui color in member badges See merge request gitlab-org/gitlab!62182
-
Matthias Käppler authored
Merge branch '329103-add-rubocop-rule-to-make-sure-we-inherit-only-allowed-metric-classes' into 'master' Add Rubocop rule to make sure we inherit only allowed metric classes See merge request gitlab-org/gitlab!61729
-
Piotr Skorupa authored
-
Matthias Käppler authored
Remove Unicorn support: delete UnicornHttpServer mixin See merge request gitlab-org/gitlab!62219
-
Aleksei Lipniagov authored
-
Miguel Rincon authored
Remove some SCSS extends in gfm.scss and search.scss See merge request gitlab-org/gitlab!61753
-
Matthias Käppler authored
Remove Unicorn support: delete UnicornCheck service See merge request gitlab-org/gitlab!62204
-
Achilleas Pipinellis authored
docs: Move Ruby/Go/Git/Node.js requirements to source installation See merge request gitlab-org/gitlab!60369
-
Brandon Labuschagne authored
setUrlParams removes array parameters from URL See merge request gitlab-org/gitlab!62203
-
Brandon Labuschagne authored
Remove data-testids in favour of testing by label text See merge request gitlab-org/gitlab!62208
-
Matthias Käppler authored
Simplify error code handling for external pipeline validation See merge request gitlab-org/gitlab!61190
-
Vitali Tatarintev authored
Fix a flaky test by not checking the flash notice See merge request gitlab-org/gitlab!62211
-
Simon Knox authored
Left dropdown-toggle out as I am afraid it will break things Left table ones as we need some cell/row styles still
-
Brandon Labuschagne authored
Add decimal places to VSA metrics See merge request gitlab-org/gitlab!62188
-
Sanad Liaquat authored
Update e2e testcase link See merge request gitlab-org/gitlab!62238
-
Marcel Amirault authored
Add remove_date to YAML front matter of redirect docs See merge request gitlab-org/gitlab!62140
-
Achilleas Pipinellis authored
-
Marcel Amirault authored
Update Coverage-Fuzzing.gitlab-ci.yml See merge request gitlab-org/gitlab!62161
-
Sanad Liaquat authored
Adding client ssl testing See merge request gitlab-org/gitlab!54060
-
Kushal Pandya authored
Lock a newly created item card in boards See merge request gitlab-org/gitlab!61958
-
-
Simon Knox authored
Extract groups and projects SCSS to page bundles See merge request gitlab-org/gitlab!61900
-
Coung Ngo authored
-
Evan Read authored
Fix typo in test_coverage_visualization.md See merge request gitlab-org/gitlab!62260
-
Florie Guibert authored
Review feedback
-
Florie Guibert authored
Add loading state for card when creating issue in board
-
Heinrich Lee Yu authored
Ignore labels remove_on_close column See merge request gitlab-org/gitlab!62246
-
charlie ablett authored
Update pry debugging docs See merge request gitlab-org/gitlab!62122
-
Douglas Barbosa Alexandre authored
Improve clarity in the Users::BuildService [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61633
-
Doug Stull authored
-
Dylan Griffith authored
Follow up refactoring for group-level protected environments [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61971
-
James Fargher authored
Fixed offenses in spec/models/* part 5 See merge request gitlab-org/gitlab!62165
-