- 29 Apr, 2021 12 commits
-
-
Dylan Griffith authored
This migration was just introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59836 . After watching this migration running in production we can see that we can make it run faster. The numbers here also match what we used in `AddPermissionsDataToNotesDocuments` so should be safe. I've also changed it to use the `ProcessInitialBookkeepingService` which is basically just moving the work into a different queue. We have 2 queues for indexing work in Elasticsearch and the "initial" queue is for newly created projects/imported projects. It gets much less traffic than the so called "incremental" queue and therefore it's safer to put backfill migrations into this queue. We actually should have used this queue to begin with but switching it now is perfectly fine. Changelog: changed
-
Dylan Griffith authored
Return an appropriate error when removing billable members See merge request gitlab-org/gitlab!60404
-
Evan Read authored
Switch docs to mention global Redis HLL FF See merge request gitlab-org/gitlab!60329
-
Evan Read authored
Add issue template for Audit Event Proposal See merge request gitlab-org/gitlab!60531
-
Mark Lapierre authored
Update testcase link 877 to new test case See merge request gitlab-org/gitlab!60548
-
Russell Dickenson authored
Add docs for semgrep vulnerability severities See merge request gitlab-org/gitlab!60457
-
Evan Read authored
Document Praefect failover_election_strategy as a string See merge request gitlab-org/gitlab!60503
-
Evan Read authored
Update Usage Ping docs Redis HLL event names See merge request gitlab-org/gitlab!60474
-
Alina Mihaila authored
-
Dylan Griffith authored
Keep Search Scope Tab Order Consistent See merge request gitlab-org/gitlab!60319
-
Terri Chu authored
-
Evan Read authored
Add warning about running git gc or prune in pool repositories See merge request gitlab-org/gitlab!60373
-
- 28 Apr, 2021 28 commits
-
-
Evan Read authored
Update metrics_dictionary.md See merge request gitlab-org/gitlab!59947
-
Luis Mejia authored
-
Ezekiel Kigbo authored
Clear add schedule form between creation See merge request gitlab-org/gitlab!60417
-
David O'Regan authored
-
Evan Read authored
Update settings api table See merge request gitlab-org/gitlab!60459
-
Douglas Barbosa Alexandre authored
Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/features/groups See merge request gitlab-org/gitlab!58398
-
Paul Slaughter authored
Upgrade TipTap to v2 See merge request gitlab-org/gitlab!60006
-
-
Erick Banks authored
We reached the comment limit on the previous testcase issue so we've updated the link to point to a new issue in lieu of the script that removes all but the last 500 comments because it isn't ready just yet.
-
Nick Gaskill authored
Clarify notification emails docs See merge request gitlab-org/gitlab!60293
-
Marcin Sedlak-Jakubowski authored
-
Mayra Cabrera authored
Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/services/award_emojis See merge request gitlab-org/gitlab!58356
-
Abdul Wadood authored
-
charlie ablett authored
Destroy epic board list See merge request gitlab-org/gitlab!58719
-
charlie ablett authored
-
David O'Regan authored
Geo Node Status 2.0 - GitLab UI Cleanup See merge request gitlab-org/gitlab!60421
-
Mike Greiling authored
Update dependency core-js to ^3.11.1 See merge request gitlab-org/gitlab!60529
-
Thong Kuah authored
Bump capybara gem version [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!60532
-
Scott Hampton authored
Add assignee column to threat alert list See merge request gitlab-org/gitlab!60340
-
Alexander Turinske authored
- add dashes if not issue is assigned - add dashes if no one is assigned - update tests Changelog: added
-
Kerri Miller authored
New service to add spent time to MRs See merge request gitlab-org/gitlab!60043
-
Frédéric Caplette authored
When DELETING a user, warn Admin user is part of an on-call schedule See merge request gitlab-org/gitlab!60295
-
Olena Horal-Koretska authored
-
Mike Greiling authored
Add gl-form-input class for fields in gitlab import page See merge request gitlab-org/gitlab!58304
-
Yogi authored
-
Nick Gaskill authored
Add missing content to RubyGems doc See merge request gitlab-org/gitlab!59888
-
Steve Abrams authored
-
Stan Hu authored
Allow the product intelligence Dangerfile to work locally and ensure the correct labels are added in product intelligence Dangerfile See merge request gitlab-org/gitlab!60481
-