- 17 Feb, 2022 40 commits
-
-
Markus Koller authored
Remove ActionView::Helpers::UrlHelper inclusion as it overrides Ci::Pipeline#tag See merge request gitlab-org/gitlab!75854
-
Kati Paizee authored
Release badge doc See merge request gitlab-org/gitlab!80897
-
Bala Kumar authored
Changelog: added
-
Imre Farkas authored
Handle Permissions for Group Sharing with Pending Memberships See merge request gitlab-org/gitlab!80679
-
Jason Goodman authored
Treat pending members of invited groups as if they are not members
-
Bob Van Landuyt authored
Revert "Merge branch 'role-targeted-broadcast' into 'master'" See merge request gitlab-org/gitlab!80893
-
Amy Qualls authored
Add import project troubleshooting section See merge request gitlab-org/gitlab!80874
-
Ben King authored
-
Stan Hu authored
Add fields to the PipelineSecurityReportFinding GraphQL type See merge request gitlab-org/gitlab!75001
-
Adam Cohen authored
- Add new fields to PipelineSecurityReportFindingType. - Add test for new PipelineSecurityReportFindingType fields. Changelog: added EE: true
-
Siddharth Asthana authored
The `ActionView::Helpers::UrlHelper` module was removed in 00105348, so we don't need this override anymore. Changelog: other
-
Markus Koller authored
Use strong parameters for CompareController See merge request gitlab-org/gitlab!80396
-
Achilleas Pipinellis authored
Fix a minor typo See merge request gitlab-org/gitlab!80854
-
Michael Kozono authored
-
Lin Jen-Shin authored
Revert Gitlab::Utils::StrongMemoize inclusion See merge request gitlab-org/gitlab!80872
-
Marcin Sedlak-Jakubowski authored
Add crosslink to issue for extends with CI lint See merge request gitlab-org/gitlab!80880
-
Bob Van Landuyt authored
This reverts merge request !77498 Changelog: other
-
Rémy Coutable authored
Allow specifying project name on importing an exported GitLab project See merge request gitlab-org/gitlab!80150
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!80894
-
Natalia Tepluhina authored
Add a user overage modal See merge request gitlab-org/gitlab!79644
-
Diana Zubova authored
Show a modal window to confirm invite user actions if users addition will cause overage EE: true Changelog: added
-
Rémy Coutable authored
Run only minimal jobs in fork pipelines See merge request gitlab-org/gitlab!78707
-
Adam Hegyi authored
Add foreign key to ci_builds runner_id See merge request gitlab-org/gitlab!80203
-
Furkan Ayhan authored
Refactor project secret variables See merge request gitlab-org/gitlab!79850
-
Natalia Tepluhina authored
Use GlAvatar in env dashboard project header See merge request gitlab-org/gitlab!80776
-
Tom Quirk authored
- clean up spec - use gitlab-ui utility classes Changelog: changed EE: true
-
Aleksei Lipniagov authored
Add the "Access advanced features" section to the Cross Stage FDM See merge request gitlab-org/gitlab!80533
-
Dallas Reedy authored
- Add data for the new section - Loop over that data to create the cards - Add the icon illustration SVGs for each card - Style it all up - Add the new section to the view specs
-
Alex Kalderimis authored
Add custom tags to the Datadog integration See merge request gitlab-org/gitlab!79665
-
Adrián López Calvo authored
Users can now provide custom tags in a new input in the settings. These are set in Datadog in all the spans for Gitlab pipelines. Changelog: added
-
GitLab Release Tools Bot authored
-
Savas Vedova authored
Save sort on querystring for vulnerability report See merge request gitlab-org/gitlab!80140
-
Daniel Tian authored
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80140 EE: true
-
Furkan Ayhan authored
When a runner gets deleted, jobs that were run with it still have runner_id. With this commit, they will start to be nullified. There will be 3 steps; 1. Add a NOT VALID foreign key constraint to the column to ensure GitLab doesn't create inconsistent records. 2. Add a data migration, to fix or clean up existing records. 3. Validate the whole table by making the foreign key VALID. This is the 1st step. Changelog: other
-
Max Woolf authored
Global Search - Optimize SearchContext See merge request gitlab-org/gitlab!80791
-
Peter Leitzen authored
Remove feature flag for the container registry Google CDN feature See merge request gitlab-org/gitlab!80622
-
Peter Leitzen authored
Fix Style/OpenStructUse offenses for import service and spec helpers See merge request gitlab-org/gitlab!75280
-
Bob Van Landuyt authored
Update to remove license compliance legacy approval_status See merge request gitlab-org/gitlab!79266
-
Igor Frenkel authored
Update SoftwareLicensePolicy to remove the legacy license approval status and use classification names instead. Changelog: changed EE: true
-
Marius Bobin authored
Changelog: performance
-