- 22 Mar, 2022 40 commits
-
-
Lukas 'Eipi' Eipert authored
Notes in Snippets / Commits are deleted from the DOM even before the user confirmed the deletion. With `bootstrap_confirmation_modals` enabled this actually caused a bug, because the element is progamatically clicked after confirmation. But as the element is removed from the DOM already, Rails/UJS didn't intercept the click properly. If we switch from a click handler to an ajax:success handler _and_ remove the note from the DOM after a successful deletion, this problem is resolved.
-
Jan Provaznik authored
Move incident tracking module to correct services See merge request gitlab-org/gitlab!82310
-
Heinrich Lee Yu authored
Add create endpoint for related epics See merge request gitlab-org/gitlab!82985
-
Jan Provaznik authored
Allows creating related epic links through REST API, similar to issue_links endpoint for issues. Changelog: added EE: true
-
Kati Paizee authored
Fix missing comma for subordinate clause See merge request gitlab-org/gitlab!83378
-
Medved authored
-
Heinrich Lee Yu authored
Add BlocksUnsafeSerialization to Namespace See merge request gitlab-org/gitlab!82661
-
John Mason authored
Changelog: changed
-
Jan Provaznik authored
Handle crm objects when moving groups See merge request gitlab-org/gitlab!80540
-
Lee Tickett authored
Changelog: fixed
-
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
-