- 03 Mar, 2021 5 commits
-
-
Florie Guibert authored
- Save collapsed state of list on localStorage - Hide new button in header - Hide Delete Board option
-
Michael Kozono authored
Add API endpoint /application/plan_limits for package file size limits See merge request gitlab-org/gitlab!54232
-
Jonas Wälter authored
-
Robert Speicher authored
Add Gitlab::AvatarCache and cache lookups by email [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55184
-
Robert May authored
Previously we were hitting the database every time we looked for an avatar with an email address. This introduces a new cache which stores these values, greatly cutting a number of n+1 queries where we load avatars in views.
-
- 02 Mar, 2021 35 commits
-
-
Amy Qualls authored
Revise statement about approvers for clarity See merge request gitlab-org/gitlab!55558
-
Marcel Amirault authored
Move cherry pick doc file to topics directory See merge request gitlab-org/gitlab!55418
-
Craig Norris authored
Move existing cherry pick file to new location.
-
Luke Duncalfe authored
Send notifications to subscribers when draft status removed See merge request gitlab-org/gitlab!55444
-
Kerri Miller authored
When draft status is removed from a merge request, send notification to subscribers.
-
Stan Hu authored
Rename issue boards permissions See merge request gitlab-org/gitlab!55114
-
Thong Kuah authored
Add descriptions to AccessLevelEnum See merge request gitlab-org/gitlab!54988
-
Amy Qualls authored
Simple change to improve the clarity of a sentence.
-
Amy Qualls authored
Combine the Advanced Search documentation See merge request gitlab-org/gitlab!54063
-
Grzegorz Bizon authored
Preload runner tags for `UpdateBuildQueueService` [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55543
-
Kamil Trzciński authored
This makes us preload tags for this service making this service to not have N+1 problem
-
Kamil Trzciński authored
Reduce queries when ticking runner queue [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55496
-
Fabio Pitino authored
When UpdateBuildQueueService runs it iterates already through the available runners for a given project. In order to `tick_runner_queue` for each runner we checked whether the `can_pick?` the build which was checking again whether the runner was in the list of available runner for the given project. This change removes this redundant query which is very expensive given that it's a UNION of 3 expensive subqueries.
-
Gabriel Mazetto authored
Move parent_epic quick action specs to correct context See merge request gitlab-org/gitlab!55212
-
Nick Gaskill authored
Add information about Composer packages See merge request gitlab-org/gitlab!55433
-
Kate Grechishkina authored
-
Tiger Watson authored
Add is_removed to oncall participants table See merge request gitlab-org/gitlab!54779
-
Andrew Fontaine authored
Fix: counter badges are misaligned in License Compliance tabs See merge request gitlab-org/gitlab!55517
-
David O'Regan authored
-
Andrew Fontaine authored
Geo Node Status 2.0 - Loading and Empty States See merge request gitlab-org/gitlab!54996
-
Zack Cuddy authored
This change adds an empty state and loading state for the Geo Nodes Beta. This change also hides the Add site button when no nodes exist per a previoius Geo requirment.
-
Andrew Fontaine authored
Move i18n for Comment Form component to Notes app I18n file See merge request gitlab-org/gitlab!55427
-
Andrew Fontaine authored
Links Layer: Update Alert Logic See merge request gitlab-org/gitlab!55483
-
Sarah Groff Hennigh-Palermo authored
-
Douglas Barbosa Alexandre authored
Update fog-aws to v3.9.0 See merge request gitlab-org/gitlab!55528
-
Andrew Fontaine authored
Fix scrolling issues with sticky header See merge request gitlab-org/gitlab!55188
-
Mike Greiling authored
Update dependency core-js to ^3.9.1 See merge request gitlab-org/gitlab!55325
-
Stan Hu authored
Removing services from API Fuzzing CI Template See merge request gitlab-org/gitlab!54746
-
Michael Eddington authored
-
Mike Jang authored
Clarify step about propagation of correlation ID See merge request gitlab-org/gitlab!55529
-
Savas Vedova authored
Add Import options to projects and groups dropdown See merge request gitlab-org/gitlab!54749
-
Illya Klymov authored
* alter controller redirect paths * enable deep linking for new group tabs
-
Markus Koller authored
Expose webhook data for ProjectMember via its own data-builder class See merge request gitlab-org/gitlab!53443
-
Priyan Sureshbabu authored
-
Vitaly Slobodin authored
Enhance empty_repo_upload experiment tracking See merge request gitlab-org/gitlab!55135
-