- 30 Nov, 2021 4 commits
-
-
Stan Hu authored
In https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5662, we saw a lot of requests for `FindAllTags` that never completed. A project with JIRA enabled would attempt to call: ```ruby noteable.ref_names(project.repository).first ``` The `FindAllTags` triggered by `ProcessCommitWorker` comes from the JIRA integration. This happens when the commit message references a JIRA issue. In https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3947, we added a new RPC `FindRefsByOID`. The purpose of this RPC is to, as the name suggests, find refs by passing in an object id and some other optional parameters. This has been on production for several weeks now, and the RPC landed in GitLab 14.5 so let's flip this feature on to true by default for 14.6. Relates to: * https://gitlab.com/gitlab-org/gitlab/-/issues/343585 * https://gitlab.com/gitlab-org/gitlab/-/issues/343035 Changelog: changed
-
Stan Hu authored
Updates authorization type to JobType See merge request gitlab-org/gitlab!74548
-
Dylan Griffith authored
Check validation for license only if new record See merge request gitlab-org/gitlab!75352
-
Shreyas Agarwal authored
-
- 29 Nov, 2021 21 commits
-
-
James Fargher authored
New script to find minimal order-dependent flaky specs See merge request gitlab-org/gitlab!75457
-
Suzanne Selhorn authored
Edit GitHub page for clarity and style See merge request gitlab-org/gitlab!75210
-
Kati Paizee authored
-
Amy Qualls authored
Updated markdown example url to a valid one See merge request gitlab-org/gitlab!75453
-
Alex Kalderimis authored
Add projections for initializer specs See merge request gitlab-org/gitlab!75461
-
Thong Kuah authored
Contribute new script to quickly find minimal reproduction for order-dependent flaky specs. It's much faster than rspec --bisect. Update docs
-
Evan Read authored
Docs: Add Rugged GVL issue and rbspy to Sidekiq troubleshooting docs See merge request gitlab-org/gitlab!75269
-
Will Chandler authored
-
Craig Norris authored
Add tier badging to share project doc See merge request gitlab-org/gitlab!75428
-
Craig Norris authored
-
Grzegorz Bizon authored
Rename source to pipeline_source in the pipeline logger See merge request gitlab-org/gitlab!75343
-
Stan Hu authored
Fix cleanup rake spec by adding clear_pool in after do block See merge request gitlab-org/gitlab!75467
-
Fu Zhang authored
-
Marcel Amirault authored
Fixed broken anchor link See merge request gitlab-org/gitlab!75459
-
Marcel Amirault authored
Default to gitlab-ee in zero downtime upgrade commands See merge request gitlab-org/gitlab!75276
-
Greg Myers authored
-
Russell Dickenson authored
Updates files to address Vale latin terms rule See merge request gitlab-org/gitlab!75423
-
Uma Chandran authored
-
Thong Kuah authored
-
Michael Trainor authored
-
Simon Knox authored
Add JH relative aliases in eslintrc.yml See merge request gitlab-org/gitlab!75261
-
- 28 Nov, 2021 3 commits
-
-
Russell Dickenson authored
Copy edit geo data types page See merge request gitlab-org/gitlab!75396
-
Marcel Amirault authored
-
Blake authored
-
- 27 Nov, 2021 2 commits
-
-
Andrejs Cunskis authored
E2E: Gitlab migration - validate repository migration See merge request gitlab-org/gitlab!74678
-
Andrejs Cunskis authored
-
- 26 Nov, 2021 10 commits
-
-
Marcin Sedlak-Jakubowski authored
Remove extraneous word See merge request gitlab-org/gitlab!75398
-
Jane Gianoutsos authored
-
Sanad Liaquat authored
Add e2e tests for purchase storage with new route See merge request gitlab-org/gitlab!75397
-
Phil Hughes authored
Add secure_vulnerability_training FF and vulnerability management tab See merge request gitlab-org/gitlab!75127
-
Samantha Ming authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Natalia Tepluhina authored
Use mock apollo to test commit section mutation See merge request gitlab-org/gitlab!75267
-
Frédéric Caplette authored
-
Aleksei Lipniagov authored
Add pending_members route See merge request gitlab-org/gitlab!75413
-
GitLab Release Tools Bot authored
[ci skip]
-