- 03 Mar, 2021 17 commits
-
-
Patrick Bajao authored
Use the generators to generate the metric YAML files and to update the dictionary.
-
Patrick Bajao authored
We need to track how many users locks/unlocks a merge request. To get that, whenever the `discussion_locked` gets toggled for a merge request, we track the following events: - i_code_review_user_mr_discussion_locked - i_code_review_user_mr_discussion_unlocked
-
Etienne Baqué authored
Do not expose user name if user is project bot See merge request gitlab-org/gitlab!54022
-
Jacques Erasmus authored
Apply new GitLab UI for the badge in runners list See merge request gitlab-org/gitlab!54766
-
Yogi authored
-
Albert Salim authored
ci: Run the as-if-foss jobs when 'RUN ALL RSPEC' flag is set See merge request gitlab-org/gitlab!55360
-
Jacques Erasmus authored
Revert migrating bootstrap modal for file uploads See merge request gitlab-org/gitlab!55548
-
Vitaly Slobodin authored
Add fork project form in vue [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53544
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/15013
-
Simon Knox authored
Epic boards - Hide filter bar See merge request gitlab-org/gitlab!55576
-
Alper Akgun authored
Update rollout issue for registration_group_invite See merge request gitlab-org/gitlab!55542
-
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.
-
Florie Guibert authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 02 Mar, 2021 23 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
-
Brandon Labuschagne authored
This reverts merge request !53623
-
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
-