- 01 Apr, 2022 40 commits
-
-
Dustin Eckhardt authored
https://gitlab.com/gitlab-org/gitlab/-/issues/323637 Changelog: fixed
-
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
-
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
-
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
-
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
-
Vitali Tatarintev authored
-
Kamil Trzciński authored
Allow ConnectionNotEstablished for DB rake tasks using validate_config See merge request gitlab-org/gitlab!84167
-
Andrejs Cunskis authored
Remove page reload on gh import wait See merge request gitlab-org/gitlab!84144
-
Jan Provaznik authored
Enqueuer job: add container repository migration state logging See merge request gitlab-org/gitlab!83861
-
David Fernandez authored
-
Vitali Tatarintev authored
-
Andrejs Cunskis authored
Avoid leaking token data in CI logs See merge request gitlab-org/gitlab!83526
-
Kati Paizee authored
Standardize UI navigation steps in Secure-related tasks See merge request gitlab-org/gitlab!83366
-
Russell Dickenson authored
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/356874 It is an edge case, however it needs to be fixed. Changelog: fixed
-
Reuben Pereira authored
Fix time-dependent failure on roadmap spec See merge request gitlab-org/gitlab!84157
-
Catalin Irimie authored
If we can't connect to one of the databases to grab the identifier, ActiveRecord::ConnectionNotEstablished is also one of the errors that can be raised. This rescues it so that the task won't fail even if the DB is down. Changelog: fixed
-