- 12 Jan, 2022 40 commits
-
-
Olena Horal-Koretska authored
Format issue list counts See merge request gitlab-org/gitlab!77986
-
Coung Ngo authored
Format large counts with thousands separator Changelog: fixed
-
Rémy Coutable authored
Resolve "Remove old migrations in release 14 (PART IV)" See merge request gitlab-org/gitlab!76921
-
Phil Hughes authored
Add identifiers section See merge request gitlab-org/gitlab!77438
-
Savas Vedova authored
This is another batch for creating a vulnerability manually. It adds the identifiers section.
-
Adam Hegyi authored
Mark `Projects::OverwriteProjectService#destroy_old_project` as doing cross-DB See merge request gitlab-org/gitlab!78079
-
Peter Leitzen authored
Fix Style/OpenStructUse offenses for users and package specs See merge request gitlab-org/gitlab!75240
-
Andrejs Cunskis authored
Split gitlab project migration spec See merge request gitlab-org/gitlab!77891
-
Andrejs Cunskis authored
Splits gitlab project migration spec in to multiple files Renames specs to reflect proper terminology
-
Suzanne Selhorn authored
Improve headings for analytics topics See merge request gitlab-org/gitlab!78035
-
Fabio Pitino authored
Pass formats explicitly when rendering .md file See merge request gitlab-org/gitlab!75779
-
Savas Vedova authored
Fix qa-frontend-node:latest CI build See merge request gitlab-org/gitlab!78042
-
Savas Vedova authored
Change shared addon component tests to accommodate tests for CI minutes See merge request gitlab-org/gitlab!77920
-
Dan Davison authored
Add Confiner gem and rules See merge request gitlab-org/gitlab!77809
-
Siddharth Asthana authored
Changelog: other
-
Pavel Shutsin authored
Allow issue contacts from parent groups See merge request gitlab-org/gitlab!77352
-
Lee Tickett authored
Changelog: added
-
Etienne Baqué authored
Update user cap banner write up See merge request gitlab-org/gitlab!77948
-
Kamil Trzciński authored
It appears that `#destroy_old_project` does `Project.transaction` which makes `Projects::DestroyService#delete_ci_records!` to run in a transaction.
-
Fabio Pitino authored
Move contextable variables definitions into the variables builder See merge request gitlab-org/gitlab!75254
-
Marius Bobin authored
-
Peter Leitzen authored
Fix Style/OpenStructUse offenses doorkeeper_spec See merge request gitlab-org/gitlab!75289
-
Matthias Käppler authored
Update grpc to 1.42, protobuf to 3.19 See merge request gitlab-org/gitlab!74987
-
Matthias Käppler authored
This should resolve both Ruby 3 compatibility issues and the SSE4 regression we ran into.
-
Imre Farkas authored
Improve 'Add an SSH key' page See merge request gitlab-org/gitlab!77403
-
Peter Leitzen authored
Fix Style/OpenStructUse offenses runner_spec See merge request gitlab-org/gitlab!75323
-
Pavel Shutsin authored
Add self_and_ancestors linear query upto parameter See merge request gitlab-org/gitlab!77283
-
Vitali Tatarintev authored
Fix Rails/SaveBang offenses for ee/spec/services - I I See merge request gitlab-org/gitlab!75969
-
Alex Kalderimis authored
Fix import project from gitlab.com error See merge request gitlab-org/gitlab!76768
-
Sean McGivern authored
Detect SystemExit in tests and convert it to an error See merge request gitlab-org/gitlab!77987
-
Mikołaj Wawrzyniak authored
In-app awareness of Registration Features - Group access by IP address See merge request gitlab-org/gitlab!74022
-
Axel García authored
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74022 EE: true
-
Siddharth Asthana authored
Changelog: other
-
Jacques Erasmus authored
Add trigger_job_retry_action feature flag See merge request gitlab-org/gitlab!77951
-
Siddharth Asthana authored
Changelog: other
-
Imre Farkas authored
Rework group/project member function into common generic one See merge request gitlab-org/gitlab!77820
-
Fabio Pitino authored
Waive credit card validation if project has paid CI/CD minutes See merge request gitlab-org/gitlab!77829
-
Stan Hu authored
Previously users working on a namespace on a free plan would generally be required to add a credit card if they use shared runners. However, free namespaces are not really free if the owner pays for add-on CI/CD minutes. In these instances, we should treat these namespaces as we do with Ultimate/Premium and not require credit card validation for users who use them. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/349835 Changelog: fixed EE: true
-
Kushal Pandya authored
Fixes for attention request removal automation See merge request gitlab-org/gitlab!77520
-
Kushal Pandya authored
Add "Approve" button to pending members table See merge request gitlab-org/gitlab!75756
-