- 01 Apr, 2022 40 commits
-
-
Lin Jen-Shin authored
Add prepend mod to analytics_menu.rb See merge request gitlab-org/gitlab!84035
-
Bob Van Landuyt authored
New Crowdin translations - 01 April 2022 See merge request gitlab-org/gitlab!83106
-
Lin Jen-Shin authored
Reintroduce migration to Gitaly runtime directory See merge request gitlab-org/gitlab!83921
-
GitLab Crowdin Bot authored
[skip ci]
-
Olena Horal-Koretska authored
Merge branch '353774-markdown-typing-followed-by-enter-incorrectly-adds-a-new-list-item' into 'master' [markdown] Typing `- - -` followed by Enter incorrectly adds a new list item See merge request gitlab-org/gitlab!84012
-
Natalia Tepluhina authored
Resolve "Update Issue labels on Issue detail view in real-time" See merge request gitlab-org/gitlab!83743
-
Phil Hughes authored
Swap sidebar attention requests source order See merge request gitlab-org/gitlab!83552
-
Thomas Randolph authored
-
David Fernandez authored
Update Migration::EnqueuerWorker capacity logic See merge request gitlab-org/gitlab!83901
-
Matthias Käppler authored
Fix environments are stopped incorrectly in merge requests See merge request gitlab-org/gitlab!83382
-
Phil Hughes authored
Clarify what a default configuration means See merge request gitlab-org/gitlab!83758
-
Viktor Nagy (GitLab) authored
-
Natalia Tepluhina authored
Fix bug when decrementing open MR count See merge request gitlab-org/gitlab!83516
-
Natalia Tepluhina authored
Fix showing closed issues as open in group/project issues list See merge request gitlab-org/gitlab!84067
-
Peter Leitzen authored
Move Style/ArrayCoercion into separate TODO file See merge request gitlab-org/gitlab!83838
-
Shinya Maeda authored
Display the tier of the environment on page See merge request gitlab-org/gitlab!83429
-
Andrew Fontaine authored
Environments fall into one of 5 tiers: - production - staging - development - testing - other Displaying the tier helps a user to categorize their environments at a glance. Changelog: added
-
orozot authored
-
Ethan Urie authored
Move an incorrectly located issue template See merge request gitlab-org/gitlab!84120
-
Peter Leitzen authored
Move Style/CombinableLoops into separate TODO file See merge request gitlab-org/gitlab!83825
-
Peter Leitzen authored
Fix remaining offense for Style/ExpandPathArguments See merge request gitlab-org/gitlab!83728
-
Brett Walker authored
Valid horizontal rules can look like a list item, such as `- —`. We should not create a new list item for these
-
Steve Abrams authored
Remove memoization of the current capacity so we always have the most accurate number because it can change while the worker is executing. Update all capacity checks to use <= consistently.
-
Craig Norris authored
Added very specific instructions for contributors See merge request gitlab-org/gitlab!82545
-
Peter Leitzen authored
Enable Performance/DeletePrefix rule See merge request gitlab-org/gitlab!83744
-
Igor Drozdov authored
Disable :main_branch_over_master ff on before suite See merge request gitlab-org/gitlab!84042
-
Max Woolf authored
Fix RuboCop offenses in error tracking project setting specs See merge request gitlab-org/gitlab!83994
-
Peter Leitzen authored
Note that using verified doubles uncovered two spec bugs.
-
Kamil Trzciński authored
Fix gitlab:setup when connections are shared See merge request gitlab-org/gitlab!83319
-
Jan Provaznik authored
Fix link deletion See merge request gitlab-org/gitlab!83866
-
Kushal Pandya authored
Move Roadmap App inside Epic tree See merge request gitlab-org/gitlab!82795
-
Vitali Tatarintev authored
-
Sean McGivern authored
Mark token encryption job as completed when there are no users See merge request gitlab-org/gitlab!83850
-
Amy Qualls authored
Crosslink to SSoT for globbing with only/except See merge request gitlab-org/gitlab!84056
-
Marcel Amirault authored
-
Natalia Tepluhina authored
Added the backend implementation of labels-updating subscription and used it on the frontend. Fixed assignees real-time updates not working on issue boards Broadcast labels on issuable update
-
Heinrich Lee Yu authored
We have 2 js-merge-counter elements so calling `text()` returns the combined text of the 2 elements. This results in a bug when parsing the number. Changelog: fixed
-
Coung Ngo authored
An issue's `closedAt` property was checked to see whether it is closed (to mimic the logic in the Haml template). However, we added the `closed_at` database column 5 years ago and did not backfill the data so issues older than this incorrectly showed as open on the group/project issues list. This commit fixes this by checking the issue's `state` property. Behind feature flag `vue_issues_list` defaulted to off.
-
David Fernandez authored
Fix Style/OpenStructUse offenses go_module_versions See merge request gitlab-org/gitlab!75217
-