- 08 Apr, 2022 1 commit
-
-
Kamil Trzciński authored
The GIN type of search (using `&&` operator) is very slow. It appears that we might have a queries in range of 1-10ms if we use a dedicated index that decomposes traversal_ids and perform prefix search in form of: ```sql SELECT * FROM ci_namespace_mirrors WHERE ((traversal_ids[1])) IN ((1)) OR (((traversal_ids[1]), ((traversal_ids[2])) IN ((1,2)) ``` The 4-levels are used since this appears to be enough to cover 99% cases queried by the index. Beyond 4th level it will be more efficient to do seq scan of remaining entries. Changelog: performance
-
- 05 Apr, 2022 39 commits
-
-
Doug Stull authored
Created ff for enabling namespace storage limit See merge request gitlab-org/gitlab!82704
-
Natalia Tepluhina authored
[Feature flag] Enable compliance violations report See merge request gitlab-org/gitlab!83959
-
Alex Kalderimis authored
Resolve "ActionView::Template::Error: 4:Deadline Exceeded." See merge request gitlab-org/gitlab!84269
-
Eduardo Bonet authored
Changelog: performance
-
Pavel Shutsin authored
Encapsulate checking for GraphQL error See merge request gitlab-org/gitlab!84095
-
Ethan Urie authored
Track linked epics removed on usage data See merge request gitlab-org/gitlab!83547
-
Pavel Shutsin authored
Remove import_project_from_remote_file feature flag See merge request gitlab-org/gitlab!84266
-
Nikola Milojevic authored
Add FIPS support for API keys endpoint See merge request gitlab-org/gitlab!82911
-
Matthias Käppler authored
Log deprecated/unsupported report schema versions See merge request gitlab-org/gitlab!84117
-
Michał Zając authored
Log when a deprecated or unsupported report schema version is used by the scanner. Changelog: changed EE: true
-
Olena Horal-Koretska authored
Update locked tooltip for project runners See merge request gitlab-org/gitlab!84037
-
Vitaly Slobodin authored
Track Zuora events from all components See merge request gitlab-org/gitlab!84065
-
Angelo Gulina authored
It improves observability of our payment processes
-
Felipe Artur authored
Record linked epic removed on usage ping and use RedisHLL for data aggregation. Changelog: added EE: true
-
Fiona Neill authored
Clean up docs redirects - 2022-03-29 See merge request gitlab-org/gitlab!83832
-
Amy Qualls authored
Docs: Align tiering language for SAST, IaC, Secret Detection See merge request gitlab-org/gitlab!84203
-
Fiona Neill authored
Clean up feature flag listings for two pages See merge request gitlab-org/gitlab!84306
-
Amy Qualls authored
These two pages for Code Review had incomplete information about the history of the feature flag. I dug up the history, and built out the version history notes in the way our team expects.
-
Miguel Rincon authored
Add Secondary Action to confirm_via_gl_modal See merge request gitlab-org/gitlab!84267
-
Jannik Lehmann authored
-
Kushal Pandya authored
Avoid milestone icon shrinking See merge request gitlab-org/gitlab!84247
-
Heinrich Lee Yu authored
Check task with no-break space See merge request gitlab-org/gitlab!80674
-
Kerri Miller authored
Fix RSpec/VariableDefinition rubocop offense See merge request gitlab-org/gitlab!83956
-
Kushal Pandya authored
Fix approver select debounce See merge request gitlab-org/gitlab!84264
-
Kushal Pandya authored
Resolve "Discussions on incidents should only display in the Summary tab" See merge request gitlab-org/gitlab!81874
-
Aleksei Lipniagov authored
Add a RuboCop to prevent new not_owned endpoints See merge request gitlab-org/gitlab!83958
-
Olena Horal-Koretska authored
Merge branch '325363-migrate-to-shared-alert-haml-partial-in-app-views-profiles-notifications-show-html-haml' into 'master' Migrate alert to shared partial in profiles/notifications/show.html.haml See merge request gitlab-org/gitlab!82693
-
Mikołaj Wawrzyniak authored
Merge branch '355914-kubernetes-integration-with-eks-gives-no-feedback-on-cluster-status' into 'master' Add deprecation notice to cluster creation and connection pages See merge request gitlab-org/gitlab!83886
-
Kerri Miller authored
Fix GraphQL controller redirect when 2fa is required See merge request gitlab-org/gitlab!84151
-
Jacques Erasmus authored
Add clipboard button to branch overview See merge request gitlab-org/gitlab!80017
-
Bob Van Landuyt authored
Update DAST Scanner Profile mutations to return complete profile See merge request gitlab-org/gitlab!83383
-
Dheeraj Joshi authored
* Updates both Create & Update mutations Changelog: changed EE: true
-
Mikołaj Wawrzyniak authored
Do not allow to change note's confidentiality See merge request gitlab-org/gitlab!84174
-
Robert Hunt authored
Change the compliance dashboard to use the new compliance violations. The violations provide a more granular report that also now allows us to see every violation for every merged merge request in the group. Not just the last merged merge request. Changelog: changed EE: true MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83959
-
Heinrich Lee Yu authored
Set account string when 2fa creation fails See merge request gitlab-org/gitlab!84082
-
anna_vovchenko authored
-
anna_vovchenko authored
-
anna_vovchenko authored
As we already deprecated the certificate-based cluster connection, we add a deprecation notice to cluster creation and connection pages. Changelog: added
-
Miguel Rincon authored
Merge branch '221045-markdown-textarea-footer-does-not-mention-that-quick-actions-are-supported-even-if-they-are' into 'master' Show Quick Actions link when editing issue description and comments See merge request gitlab-org/gitlab!83687
-