- 01 Apr, 2022 8 commits
-
-
Patrick Bajao authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74800, 2 indexes were added to `merge_request_assignees` and `merge_request_reviewers` tables to improve the performance of the finder query for attention requests. In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80732, the finder query was used to show the count of attention requests. While investigating a bug related to the count, found out that the count query isn't performant enough. Based on this query plan (https://console.postgres.ai/gitlab/gitlab-production-tunnel-pg12/sessions/9497/commands/33700), it takes around 447ms. It's noticeable that the query plan isn't using the index added on the first MR when querying the `merge_request_assignees` and `merge_request_reviewers` tables. To fix this, narrower indexes are added on both tables for `user_id` and `state` columns. This also deletes the `state` indexes that were added before. The query timing dropped to 14ms from 447ms. Query plan: https://console.postgres.ai/gitlab/gitlab-production-tunnel-pg12/sessions/9497/commands/33717 Changelog: performance
-
Evan Read authored
Replace static, weak password See merge request gitlab-org/gitlab!84126
-
Nick Malcolm authored
-
Mark Lapierre authored
Refactor pipeline index page See merge request gitlab-org/gitlab!83357
-
Tiffany Rea authored
-
Marcel Amirault authored
Update Conan troubleshooting steps See merge request gitlab-org/gitlab!83888
-
Lee Matos authored
-
Douglas Barbosa Alexandre authored
Allow auditor to view group VSA analytics See merge request gitlab-org/gitlab!84058
-
- 31 Mar, 2022 32 commits
-
-
Enrique Alcántara authored
Remove link to content editor feedback issue See merge request gitlab-org/gitlab!83529
-
Evan Read authored
Clarified postgres configuration in praefect docs See merge request gitlab-org/gitlab!84028
-
Julian Paul Dasmarinas authored
-
Thong Kuah authored
Update asciidoctor-include-ext to 0.4.0 See merge request gitlab-org/gitlab!83955
-
Joern Schneeweisz authored
-
Evan Read authored
Correct project access token documentation See merge request gitlab-org/gitlab!83986
-
Mathias Aerts authored
-
Douglas Barbosa Alexandre authored
Geo: Implement state machine on a state model (Refactoring) See merge request gitlab-org/gitlab!83553
-
Valery Sizov authored
Implement state machine on a state model instead of the main model. Changelog: other
-
Mayra Cabrera authored
Revert 'add-optional-needs-for-setup-test-env' into 'master' See merge request gitlab-org/gitlab!84102
-
Eric Schurter authored
Changelog: changed
-
Thong Kuah authored
Ensure unconfirmed users can’t access Secure Files See merge request gitlab-org/gitlab!83896
-
Mayra Cabrera authored
Remove user_email_lookup_limit column See merge request gitlab-org/gitlab!83358
-
John Mason authored
Changelog: changed
-
Amy Qualls authored
Clarify deployed filters requirement See merge request gitlab-org/gitlab!84081
-
Cleveland Bledsoe Jr authored
Cross-link the search page and the fast-forward merge strategy pages. Links like these keep them in sync with each other.
-
GitLab Release Tools Bot authored
[ci skip]
-
Peter Hegman authored
Implement generic CRM form and add "edit crm organization" UI See merge request gitlab-org/gitlab!76949
-
Lee Tickett authored
-
Mayra Cabrera authored
Merge Security master into Canonical master See merge request gitlab-org/gitlab!84094
-
Alex Kalderimis authored
Handle underscores in user quick actions See merge request gitlab-org/gitlab!83987
-
Suzanne Selhorn authored
Update Documentation MR template See merge request gitlab-org/gitlab!84045
-
Magdalena Frankiewicz authored
The auditor role should be able to view VSA analytics of a group they are not a member of, as per our docs. Changelog: fixed EE: true
-
Peter Hegman authored
Merge branch '357318-markdown-automatic-lists-should-not-add-additional-completed-tasks' into 'master' [markdown] Automatic lists should not add additional completed tasks See merge request gitlab-org/gitlab!84022
-
Mayra Cabrera authored
-
Bob Van Landuyt authored
Allow auditor to read group contribution analytics See merge request gitlab-org/gitlab!83722
-
Andrew Fontaine authored
Hide state and configure Button for Sast_Iac on Security Config Page See merge request gitlab-org/gitlab!83757
-
Kerri Miller authored
feat: Add CI_GITLAB_FIPS_MODE to predefined CI variables See merge request gitlab-org/gitlab!83891
-
Kyle Wiebers authored
This reverts merge request !83934
-
Magdalena Frankiewicz authored
The auditor role should be able to view contribution analytics of a group they are not a member of, as per our docs. Changelog: fixed EE: true
-
Scott Hampton authored
Disallow import of non-deprecated name See merge request gitlab-org/gitlab!83982
-
Douglas Barbosa Alexandre authored
Move BBM prometheus metrics into separate class See merge request gitlab-org/gitlab!83644
-