- 07 Oct, 2021 40 commits
-
-
Sean McGivern authored
The old version took the first job in the scheduled (or retry) set, tried to schedule it, then looped. The new version takes the first 100 jobs from the set, tries to schedule each in turns, then loops. This is designed to reduce scheduling latency, but on GitLab.com we're seeing increased Redis CPU usage and a high number of ZREM commands (most of which will be redundant) due to multiple poller threads from different processes operating at the same time. This change reverts to using the old behaviour, while remaining on Sidekiq 6.
-
Jacob Vosmaer authored
Proxy Geo secondary HTTP pushes + LFS through Workhorse See merge request gitlab-org/gitlab!71732
-
Sean McGivern authored
Remove milestone attribute from board import export yaml [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!71884
-
Kamil Trzciński authored
Disallow database cross-joins in RegisterJobService See merge request gitlab-org/gitlab!71545
-
Grzegorz Bizon authored
-
Ramya Authappan authored
E2E: Add testcase link to project import spec See merge request gitlab-org/gitlab!71892
-
Vitali Tatarintev authored
Fix storing first_mentioned_in_commit_at attribute See merge request gitlab-org/gitlab!71639
-
Dmitriy Zaporozhets (DZ) authored
Add feature flag and scan_result_policies See merge request gitlab-org/gitlab!70631
-
Zamir Martins authored
-
Catalin Irimie authored
As the secondary is read-only, we want to ensure pushes are proxied to the primary, while reads are served localy, same with LFS files. Changelog: changed EE: true
-
Andy Soiron authored
Update Compliance nav item and breadcrumb See merge request gitlab-org/gitlab!71383
-
Jiaan Louw authored
Changes the compliance report's breadcrumb, title and menu name to "Compliance report". Changelog: changed EE: true
-
Kushal Pandya authored
Updated MR extension container accessibility regions See merge request gitlab-org/gitlab!71305
-
Aleksei Lipniagov authored
Strip whitespace from search parameters See merge request gitlab-org/gitlab!71328
-
John Mason authored
-
Bob Van Landuyt authored
Use ExclusiveLeaseGuard module in StuckBuilds workers See merge request gitlab-org/gitlab!71755
-
Max Woolf authored
Break up cross-model Security::Scan/Finding scope See merge request gitlab-org/gitlab!71779
-
Bob Van Landuyt authored
Improve readability of the cleanup tags service See merge request gitlab-org/gitlab!71293
-
David Fernandez authored
-
Andrejs Cunskis authored
-
Dmitry Gruzd authored
Remove test summary widget usage ping feature flag See merge request gitlab-org/gitlab!71781
-
Phil Hughes authored
Add GitLab Workflow as a recommended VS Code extension See merge request gitlab-org/gitlab!71817
-
Adam Hegyi authored
Load `ORDER BY` rows only by default in in optimized IN operator queries See merge request gitlab-org/gitlab!70623
-
Adam Hegyi authored
This change allows the IN operator optimization query to return the loaded ORDER BY values instead of reading the result rows from the disk.
-
Grzegorz Bizon authored
Fix auto-renew of LetsEncrypt domains for Pages See merge request gitlab-org/gitlab!71697
-
Brandon Labuschagne authored
Update SAST config primary action button variant See merge request gitlab-org/gitlab!71783
-
Etienne Baqué authored
-
Dylan Griffith authored
Enable FF "tags_finder_gitaly" by default See merge request gitlab-org/gitlab!71743
-
Natalia Tepluhina authored
Fix labels widget update on hide dropdown on Ubuntu See merge request gitlab-org/gitlab!71874
-
Kushal Pandya authored
Refactor compliance framework UI and documentation See merge request gitlab-org/gitlab!70258
-
Dylan Griffith authored
Fix bug on security config page See merge request gitlab-org/gitlab!70025
-
Adam Cohen authored
-
Krasimir Angelov authored
Re Reschedule Delete Orphaned Deployments BG migration See merge request gitlab-org/gitlab!71700
-
Russell Dickenson authored
Resolve "Configuring pull mirroring from GitHub.com to GitLab.com via API returns error" See merge request gitlab-org/gitlab!71189
-
Katrin Leinweber authored
-
Marcel Amirault authored
Add external_url config to Sidekiq nodes See merge request gitlab-org/gitlab!71784
-
Anton Smith authored
-
Kushal Pandya authored
Added back tooltip to disabled apply suggestion button See merge request gitlab-org/gitlab!71802
-
Kushal Pandya authored
Add operational vulnerability tab See merge request gitlab-org/gitlab!71004
-
Evan Read authored
Update members screenshots after removing `Access expires` column See merge request gitlab-org/gitlab!71771
-