- 13 Jan, 2022 40 commits
-
-
Jiaan Louw authored
Updates the group and project-level approval settings to display a toast on success rather than rendering a in-page alert. Changelog: changed EE: true
-
Sean McGivern authored
Sync feature category manifest See merge request gitlab-org/gitlab!77838
-
Adam Hegyi authored
Swap FK ci_unit_tests to projects for LFK See merge request gitlab-org/gitlab!78146
-
Olena Horal-Koretska authored
Updated Group & Project home panel IDs copy-on-click to icon See merge request gitlab-org/gitlab!75904
-
Raimund Hook authored
Updates the Group and Project Home panels with a 'click-to-copy' button for the group ID. This makes it more visible and easier to spot the functionality. Changelog: changed Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
-
Phil Hughes authored
Delete unused JS files See merge request gitlab-org/gitlab!78077
-
Robert May authored
Use the same email validation for User and Email See merge request gitlab-org/gitlab!77785
-
Marcia Ramos authored
Resolve "Document how to customize the permissions for 'agentk'" See merge request gitlab-org/gitlab!77230
-
Viktor Nagy (GitLab) authored
-
Etienne Baqué authored
Unify Security Configuration between EE and CE See merge request gitlab-org/gitlab!76866
-
Kati Paizee authored
Remove link to 2016 blog See merge request gitlab-org/gitlab!78174
-
Mark Florian authored
Fix new filtered search with assignee wild card values None and Any See merge request gitlab-org/gitlab!77702
-
Scott Stern authored
Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/349569.
-
Nicolò Maria Mezzopera authored
Remove unnecessary classes from VSA Path navigation See merge request gitlab-org/gitlab!77960
-
Fabio Pitino authored
Remove "Saved scans" tab from DAST configuration See merge request gitlab-org/gitlab!77288
-
Paul Gascou-Vaillancourt authored
This removes the "Saved scans" tab from the DAST configuration page. Saved scans are now available in the "On-demand Scans" page and can be managed from there. Changelog: removed EE: true
-
Nicolò Maria Mezzopera authored
Migrate VSA filters CSS classes to gl- classes See merge request gitlab-org/gitlab!78059
-
Brandon Labuschagne authored
-
Imre Farkas authored
Update route namespace when route is created/updated See merge request gitlab-org/gitlab!77757
-
Aleksei Lipniagov authored
Add LFK ci_pending_builds to projects, remove FK ci_pending_builds to projects See merge request gitlab-org/gitlab!78010
-
Grzegorz Bizon authored
Upgrade GitLab Pages to 1.51.0 See merge request gitlab-org/gitlab!78066
-
Matthias Käppler authored
Add runner read only admin view See merge request gitlab-org/gitlab!77682
-
Fabio Pitino authored
Remove FK ci_job_token_project_scope_links to users See merge request gitlab-org/gitlab!78162
-
Fabio Pitino authored
Remove FK ci_pipeline_schedules to users See merge request gitlab-org/gitlab!78163
-
Kushal Pandya authored
Fix top calculation for trigger job page sidebar See merge request gitlab-org/gitlab!78158
-
Mireya Andres authored
-
Diana Logan authored
-
Matthias Käppler authored
Send a rejection email if incoming emails are too large See merge request gitlab-org/gitlab!77638
-
Tetiana Chupryna authored
Remove feature flag multiple_gpg_signatures See merge request gitlab-org/gitlab!78112
-
Rémy Coutable authored
Prepend EmailsController and ConfirmService See merge request gitlab-org/gitlab!78052
-
Etienne Baqué authored
-
Achilleas Pipinellis authored
Add section for Gitaly and a command to find available and used space See merge request gitlab-org/gitlab!77998
-
Caleb Cooper authored
-
Brandon Labuschagne authored
Changelog: fixed
-
Achilleas Pipinellis authored
Document lack of object storage migration rollback rake task See merge request gitlab-org/gitlab!78110
-
Michael Kozono authored
-
Thong Kuah authored
We already have a ci_pending_builds FK to ci_builds. ci_builds in turn have a FK to projects. So this FK should be safe to remove. With this change when project is deleted, dependent ci_pending_builds will either be: - deleted via loose foreign keys - deleted via FK cascade projects -> ci_builds -> ci_pending_builds Changelog: other
-
Thong Kuah authored
-
Achilleas Pipinellis authored
Add more clarify about gitaly-backup See merge request gitlab-org/gitlab!78033
-
Alexander Tanayno authored
-