- 16 Dec, 2021 40 commits
-
-
Peter Hegman authored
Merge branch '344333-make-badges-in-app-views-projects-merge_requests-creations-_new_submit-html-haml-pajamas' into 'master' Make badges in app/views/projects/merge_requests/ Pajamas-compliant See merge request gitlab-org/gitlab!76953
-
Anna Vovchenko authored
-
Markus Koller authored
Add register_group_runners rule to GroupPolicy See merge request gitlab-org/gitlab!76685
-
Pedro Pombeiro authored
Based on admin_group_runners but taking valid_runner_registrars into account
-
Stan Hu authored
Merge branch 'philipcunningham-restrict-number-of-dast-records-created-during-seed-344012' into 'master' Limit the number of dast_profile fixtures in seeds See merge request gitlab-org/gitlab!76827
-
Philip Cunningham authored
-
Alex Ives authored
Fix Patroni replication check See merge request gitlab-org/gitlab!76561
-
Andrew Fontaine authored
Merge branch '344403-make-badges-in-app-views-shared-runners-_runner_type_badge-html-haml-pajamas-compliant' into 'master' Make badges in app/views/shared/runners/_runner_type_badge.html.haml Pajamas-compliant See merge request gitlab-org/gitlab!76950
-
Kerri Miller authored
Prevent sync for ghosted user namespaces See merge request gitlab-org/gitlab!76615
-
Vladlena Shumilo authored
-
Andrew Fontaine authored
Make additions to group/project issues list refactor See merge request gitlab-org/gitlab!76810
-
Coung Ngo authored
-
Andrew Fontaine authored
Remove dismissal ability for manual banners See merge request gitlab-org/gitlab!76869
-
David O'Regan authored
CTRT edits to managing issues See merge request gitlab-org/gitlab!76569
-
Marcin Sedlak-Jakubowski authored
-
Doug Stull authored
Create table to store merge request compliance violations See merge request gitlab-org/gitlab!74290
-
Robert Hunt authored
Adds a new table to the database to store merge request compliance violations and sets up the domain modal to process the violations. Future MRs will do the actual storing of the violations and passing this onto the frontend for consumption via GraphQL. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74290
-
anna_vovchenko authored
-
Douglas Barbosa Alexandre authored
Log structured message when LFS object is auto-linked from parent See merge request gitlab-org/gitlab!76818
-
Lin Jen-Shin authored
Update db:check-migrations for decomposed CI See merge request gitlab-org/gitlab!75557
-
Douglas Barbosa Alexandre authored
[Feature Flag] Remove abort_deleted_project_pipelines See merge request gitlab-org/gitlab!76794
-
Suzanne Selhorn authored
Add more registrar examples to DNS concepts for Pages See merge request gitlab-org/gitlab!76867
-
Dmitry Gruzd authored
Fix Rails/SaveBang offenses for qa/qa/specs/features See merge request gitlab-org/gitlab!75971
-
Doug Stull authored
Update dependency proxy API to use cleanup worker See merge request gitlab-org/gitlab!76696
-
Lin Jen-Shin authored
Bump allure-report-publisher to 0.4.2 See merge request gitlab-org/gitlab!76945
-
Andrejs Cunskis authored
-
Etienne Baqué authored
Fix N+1 in environments dashboard list See merge request gitlab-org/gitlab!74834
-
Bala Kumar authored
-
Olena Horal-Koretska authored
Merge branch '344361-make-badges-in-app-views-shared-builds-_tabs-html-haml-pajamas-compliant' into 'master' Make badges in builds/_tabs.html.haml partial Pajamas-compliant See merge request gitlab-org/gitlab!76677
-
Martin Wortschack authored
-
Lin Jen-Shin authored
Log SQL queries from timeouts to Rails logs See merge request gitlab-org/gitlab!76752
-
Sean McGivern authored
Revert "Merge branch 'dblessing_avatar_for_blocked_users' into 'master'" See merge request gitlab-org/gitlab!76935
-
Lin Jen-Shin authored
First iteration in refactoring Gitaly Setup in test See merge request gitlab-org/gitlab!76789
-
drew cimino authored
Changelog: other
-
Amy Qualls authored
Added merge_pipelines_enabled and merge_trains_enabled to REST API docs See merge request gitlab-org/gitlab!76941
-
Mitar authored
-
Grzegorz Bizon authored
Upgrade GitLab Pages to 1.49.0 See merge request gitlab-org/gitlab!76908
-
David O'Regan authored
Allow easily inserting content after a code block See merge request gitlab-org/gitlab!76929
-
Himanshu Kapoor authored
-
Toon Claes authored
The #component_matches_git_sha? runs a git command to see if the component is at the correct version. To run it, it uses Gitlab::Popen, but as a side-effect it creates the directory before it runs the command. This causes the rake task gitlab:gitaly:clone to incorrectly determine if a git-clone(1) is needed. To speed things up, and avoid creation of an empty directory, this change adds an additional check to see if the component's folder exists anyway.
-