- 02 Feb, 2022 40 commits
-
-
Stan Hu authored
Allow mergeability check when merge_status is already checking See merge request gitlab-org/gitlab!79723
-
Marcel Amirault authored
Qualys Iac Security template added See merge request gitlab-org/gitlab!77362
-
Mahesh Bachhav authored
Changelog: added
-
Andreas Brandl authored
remove old background migrations See merge request gitlab-org/gitlab!78184
-
Brandon Labuschagne authored
Merge branch '343729-ci-cd-analytics-add-vsa-deployment-tiles-to-deployment-frequency-tab' into 'master' CI/CD Analytics: Add VSA deployment tiles to deployment frequency tab See merge request gitlab-org/gitlab!78655
-
Martin Wortschack authored
Changelog: added EE: true
-
Kati Paizee authored
Fix broken datadog API documentation See merge request gitlab-org/gitlab!79740
-
Etienne Baqué authored
Improve the performance of StoreScansWorker See merge request gitlab-org/gitlab!79394
-
Brandon Labuschagne authored
Selectively hide public email on profile page See merge request gitlab-org/gitlab!79717
-
Dmitry Gruzd authored
Remove WIP support from Merge Requests See merge request gitlab-org/gitlab!79693
-
Shinya Maeda authored
Remove Duplicates from Releases Importer See merge request gitlab-org/gitlab!78904
-
Allen Cook authored
Update LegacyBulkInsert to allow ignoring conflicts on multiple keys / indexes
-
Brandon Labuschagne authored
Fix broken transfer group translation See merge request gitlab-org/gitlab!79734
-
Jarka Košanová authored
Validate that reference exists for atom format See merge request gitlab-org/gitlab!79635
-
Jan Provaznik authored
Rescue low-level errors during migration testing See merge request gitlab-org/gitlab!79445
-
Jacques Erasmus authored
Fix references to Administrator role and other improvements See merge request gitlab-org/gitlab!79489
-
Evan Read authored
-
Fiona Neill authored
Add video tutorial for updating metric attributes See merge request gitlab-org/gitlab!79721
-
Luis Mejia authored
-
Andy Soiron authored
-
Etienne Baqué authored
Allow all users within a group to view all compliance frameworks See merge request gitlab-org/gitlab!79133
-
Heinrich Lee Yu authored
Create a new page Admin - Settings - Service Usage Data See merge request gitlab-org/gitlab!78747
-
Ezekiel Kigbo authored
-
Phil Hughes authored
Add date to graph commit tooltip See merge request gitlab-org/gitlab!71881
-
indigane authored
-
Natalia Tepluhina authored
Refactor branch switcher for apollo 3 migration See merge request gitlab-org/gitlab!79551
-
Frédéric Caplette authored
The branch switcher in its current state was not compatible with apollo 3. There were some issues in the tests that were not supposed to occur. To fix that, we remove the manual query execution and instead rely solely on the smart query execution. Since the query refire as soon as variables are changed, we can then have a much safer, automatic way for the smart query to be fired whenever we need.
-
Vasilii Iakliushin authored
* Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/351520 * Sentry error: https://sentry.gitlab.net/gitlab/gitlabcom/issues/3152528 **Problem** We don't verify if provided ref exists if it has `.atom` suffix **Solution** Return 404 page when ref is missing. Changelog: fixed
-
Alex Pooley authored
Toggle visibility through a feature flag. Intended as a workaround before a more permanent solution is built.
-
Kati Paizee authored
Docs to explain glm content for hand raise leads See merge request gitlab-org/gitlab!79654
-
Alper Akgun authored
-
Max Woolf authored
Deprecate /groups/:id/runners?type=project_type See merge request gitlab-org/gitlab!79450
-
Etienne Baqué authored
Allow empty search string for iterations search See merge request gitlab-org/gitlab!79284
-
Eulyeon Ko authored
EE: true
-
Alper Akgun authored
Fix loose foreign key spec to use right connection See merge request gitlab-org/gitlab!79496
-
Heinrich Lee Yu authored
Merge branch 'pedropombeiro/337690/2-rest-api-return-instance-runners-only-if-enabled' into 'master' REST: Follow shared runners setting See merge request gitlab-org/gitlab!79448
-
Patrick Bajao authored
We previously don't perform `MergeRequestMergeabilityCheckWorker` when MR `merge_status` is already `checking`. This is to reduce the number of workers getting enqueued. However, this can cause a MR getting stuck in `checking` state in case the worker failed to update the status (e.g. service failed to obtain a lock). The worker won't be retried because we handle and log this type of errors. Since the worker is idempotent, it's already deduplicated. We also have a lease mechanism in `MergeRequests::MergeabilityCheckService` that will obtain a lock and keep it for a minute. We can rely on these mechanisms instead so we can still allow performing a mergeability check when the `merge_status` is already `checking`. Changelog: fixed
-
James Fargher authored
Add validation to check if branches are valid for security policy See merge request gitlab-org/gitlab!78714
-
Alan (Maciej) Paruszewski authored
Changelog: added EE: true
-
Fiona Neill authored
Update Documentation: Remove references to deprecated status See merge request gitlab-org/gitlab!79710
-