- 01 Apr, 2022 40 commits
-
-
Drew Blessing authored
Previously when a new SAML user signed in the default membership was added synchronously. This caused performance issues for very large groups as the project authorizations were inserted for each project. The default membership is now managed asynchronously. There's a small chance users won't see all projects in their list immediately upon first sign in, but the Sidekiq jobs have high priority and should finish quickly. Changelog: fixed
-
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
-
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
-
Achilleas Pipinellis authored
Updated punctuation guidelines to remove unnecessary text See merge request gitlab-org/gitlab!83794
-
Suzanne Selhorn authored
The examples didn't add value, so I removed them I also made some small tweaks to the guidance
-
Heinrich Lee Yu authored
Changes the created epics to fit into the default date range filter of the roadmap which is "This quarter"
-
Achilleas Pipinellis authored
Fix missing capitalization See merge request gitlab-org/gitlab!84152
-
Vasilii Iakliushin authored
Remove unused instance variable See merge request gitlab-org/gitlab!83935
-
Khaled Ismaeel authored
-
Miguel Rincon authored
Add browser support alert in Jira Connect app See merge request gitlab-org/gitlab!83577
-