- 22 Mar, 2022 37 commits
-
-
Vitali Tatarintev authored
When there is a new timeline event created, add a system note to the incident
-
Matthias Käppler authored
Always pass data payloads as a hash for hooks See merge request gitlab-org/gitlab!83143
-
Sincheol (David) Kim authored
Implement DELETE API for Remote Mirrors See merge request gitlab-org/gitlab!82778
-
Marius Bobin authored
Drop CI builds triggered by blocked user See merge request gitlab-org/gitlab!83269
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!83373
-
Francisco Javier López authored
Create new Middleman project template See merge request gitlab-org/gitlab!82231
-
Eric Schurter authored
Add a project template for pages/middleman and remove SSE Middleman template. Changelog: added
-
Timo Furrer authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/355675 Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82778
-
Ezekiel Kigbo authored
Update the runner page alerts See merge request gitlab-org/gitlab!83238
-
Ezekiel Kigbo authored
Move BASE_FILTERS from filters/constants to security_dashboard/helpers See merge request gitlab-org/gitlab!83240
-
Kushal Pandya authored
Migrate to shared alert component See merge request gitlab-org/gitlab!83292
-
Kati Paizee authored
Rename services to integrations on integration overview docs See merge request gitlab-org/gitlab!83348
-
Luke Duncalfe authored
As part of the larger renaming effort: https://gitlab.com/groups/gitlab-org/-/epics/2504
-
Anastasia McDonald authored
Promote 5 Create tests to reliable See merge request gitlab-org/gitlab!83352
-
Kushal Pandya authored
Add `@types/jest` npm package as a dev dependency See merge request gitlab-org/gitlab!83103
-
GitLab Release Tools Bot authored
-
Kushal Pandya authored
Update chokidar to v3.5.3 See merge request gitlab-org/gitlab!83328
-
Stan Hu authored
When a user is blocked, typically `Ci::DropPipelineService` will cancel the builds. However, there's a chance that this service doesn't pick up all the cancelable builds at the time it is run. To ensure that builds aren't actually run for blocked user, we add it to a precondition before we assign a runner. Changelog: fixed Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/351294
-
Albert Salim authored
Fix failing expired artifact specs See merge request gitlab-org/gitlab!83362
-
Evan Read authored
Update flowchart for user access and linking setup to use correct grammar See merge request gitlab-org/gitlab!83360
-
Christopher Guitarte authored
-
Stan Hu authored
As https://gitlab.com/gitlab-org/gitlab/-/jobs/2232305277 shows: ``` 1) Ci::DeletedObject.bulk_import with data imports data Failure/Error: expect(deleted_artifact.pick_up_at).to eq(artifact.expire_at) expected: 2022-03-21 03:27:00.958060501 +0000 got: 2022-03-21 03:27:00.958060000 +0000 (compared using ==) Diff: @@ -1 +1 @@ -Mon, 21 Mar 2022 03:27:00.958060501 UTC +00:00 +Mon, 21 Mar 2022 03:27:00.958060000 UTC +00:00 ```
-
Russell Dickenson authored
Document GitLab Pages server shutdown timeout See merge request gitlab-org/gitlab!82722
-
Thong Kuah authored
docs: GDK defaults to multiple databases See merge request gitlab-org/gitlab!83166
-
Thong Kuah authored
Add steps on how to switch back to single database
-
Heinrich Lee Yu authored
Changes the expired artifact factory so that the expired_at does not fall under the "wrongly-expired rows" from a previous DB migration. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82084
-
Anastasia McDonald authored
Update file locking test for new confirm modal See merge request gitlab-org/gitlab!82566
-
Mark Lapierre authored
- Updates the file page object to handle the current gitlab-ui-based confirmation modal. - Fixes a case of exception handling used as flow control.
-
Hüseyin Emre Aksoy authored
-
Russell Dickenson authored
Add 598.2 documentation for browser based DAST See merge request gitlab-org/gitlab!83255
-
Stan Hu authored
Merge branch '347069-update-graphql-mutation-to-commit-security-policy-project-to-a-group' into 'master' Update mutation to commit security policy to a group See merge request gitlab-org/gitlab!83188
-
Alan (Maciej) Paruszewski authored
Changelog: changed EE: true
-
Marcel Amirault authored
Move the removal date to be 16.0 See merge request gitlab-org/gitlab!83253
-
Dov Hershkovitch authored
-
Anastasia McDonald authored
Based on two latest reliability reports
-
Marcel Amirault authored
Removal of CI_BUILD_* variables See merge request gitlab-org/gitlab!83183
-
Ben Prescott @bprescott_↙ ☺ authored
-
- 21 Mar, 2022 3 commits
-
-
Russell Dickenson authored
Improve introduction to project access tokens See merge request gitlab-org/gitlab!83150
-
Mayra Cabrera authored
Increase remote import URL character length limit from 512 to 2048 See merge request gitlab-org/gitlab!80885
-
Kent Japhet Ballon authored
Changelog: changed
-