- 15 Jul, 2020 1 commit
-
-
Dylan Griffith authored
We memoize the result object so that when it is later evaluated the same Elasticsearch result can be used for the `total_count`. We also extract a shared test examples for the 3 different kinds of Elastic search results to reduce the chance of regression here. This memoize approach to solving this problem was originally introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/13120 Note that some of the methods being memoized have arguments and as such the memoization is not logically consistent from the code perspective. We must memoize the results without the page argument because the current page we're on - if we were to memoize with dynamic parameters we would end up hitting ES twice for any page that's not page 1, and that's something we want to avoid. It is safe to memoize the page we get here because the method is always called before the equivalent `#_count` method. Read more at https://gitlab.com/gitlab-org/gitlab/-/issues/219209
-
- 13 Jul, 2020 8 commits
-
-
Dylan Griffith authored
Move package permission declarations to core [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!36386
-
Mike Lewis authored
Change headings in the doc template to infinitives See merge request gitlab-org/gitlab!35870
-
James Fargher authored
Add on_demand_scan routes See merge request gitlab-org/gitlab!36020
-
James Fargher authored
Geo: Fix inaccurate "Synchronization disabled" progress bars Closes #221069 See merge request gitlab-org/gitlab!36492
-
Michael Kozono authored
When object storage is configured on a secondary, and "Allow syncing of object storage" is disabled, it is inaccurate to say "Synchronization disabled" on the Admin Area > Geo > Nodes progress bars. This is because locally stored records can still exist and be created.
-
Dylan Griffith authored
Tweak the user account data remediation migration Closes #220756 See merge request gitlab-org/gitlab!36660
-
Evan Read authored
Add documentation for consolidated object storage config See merge request gitlab-org/gitlab!36151
-
Russell Dickenson authored
Update protected variables with permissions Closes #8736 See merge request gitlab-org/gitlab!36644
-
- 12 Jul, 2020 11 commits
-
-
Evan Read authored
Docs selhorn menuupdate See merge request gitlab-org/gitlab!36618
-
Evan Read authored
Docs: Group view runners See merge request gitlab-org/gitlab!36404
-
Darren Eastman authored
Edited how to view group Runners. Removed images, and added note about removing multiple
-
Evan Read authored
Docs: How to disable shared Runners See merge request gitlab-org/gitlab!36484
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/23123
-
Mark Lapierre authored
Update 3_create tests to use outer describe See merge request gitlab-org/gitlab!35637
-
Dan Davison authored
Remove monkey-patch for RSpec
-
Mark Lapierre authored
Update 2_plan tests to use outer describe See merge request gitlab-org/gitlab!35636
-
Adam Hegyi authored
- Send the unconfirm notification email first and 1 minute later, send the confirmation instructions. - Make sure `unconfirm_email` field is set to NULL.
-
Stan Hu authored
Add group wiki controller See merge request gitlab-org/gitlab!34383
-
Markus Koller authored
- Introduces `Groups::WikisController` and corresponding routes. - Refactors shared examples for resource routing. - Tweaks `Gitlab::UrlBuilder` to use the new routes.
-
- 11 Jul, 2020 18 commits
-
-
Marcel Amirault authored
-
Marcel Amirault authored
Docs: Update to 13.2 for latest artifacts kept feature See merge request gitlab-org/gitlab!35465
-
Thao Yeager authored
-
Gabriel Mazetto authored
Merge branch '220573-frontend-modify-secure-configuration-page-to-provide-entry-point-to-sast-config-ui-page' into 'master' Add Auto DevOps alert to Security Configuration page See merge request gitlab-org/gitlab!36211
-
Miguel Rincon authored
Improvement alignment between labels and inputs See merge request gitlab-org/gitlab!34455
-
Eduardo Sanz García authored
This reverts commit b8007b12130385f025d2657bf711947254417482.
-
Miguel Rincon authored
Improvement alignment between labels and inputs See merge request gitlab-org/gitlab!34455
-
Eduardo Sanz García authored
This reverts commit b8007b12130385f025d2657bf711947254417482.
-
Stan Hu authored
Revert revert of Add Paused Indexing Sidekiq queue_size to Metrics See merge request gitlab-org/gitlab!36473
-
Gabriel Mazetto authored
Remove unused web_ide_default feature flag See merge request gitlab-org/gitlab!35972
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!36639
-
Michael Kozono authored
Graphql Query Type: Order type User type above Users See merge request gitlab-org/gitlab!36591
-
Allison Browne authored
-
GitLab Release Tools Bot authored
-
Michael Kozono authored
Avoid N+1 of group associations in Search See merge request gitlab-org/gitlab!36544
-
Amy Qualls authored
Move monitoring info to new pages See merge request gitlab-org/gitlab!36635
-
Amy Qualls authored
This info doesn't belong on the Prometheus integration page. We'll sort out how to structure the dashboards page later, but for now, just get the information added.
-
- 10 Jul, 2020 2 commits
-
-
Robert Speicher authored
Move API::Pipeline and API::PipelineSchedules to Ci namespace See merge request gitlab-org/gitlab!36381
-
Mayra Cabrera authored
Enable Style/RedundantReturn cop See merge request gitlab-org/gitlab!36430
-