- 22 Mar, 2022 19 commits
-
-
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
-
Marcel Amirault authored
Removal of CI_BUILD_* variables See merge request gitlab-org/gitlab!83183
-
Ben Prescott @bprescott_↙ ☺ authored
-
- 21 Mar, 2022 21 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
-
Anastasia McDonald authored
Dequarantine jenkins_build_status_spec E2E See merge request gitlab-org/gitlab!83268
-
John McDonnell authored
-
Evan Read authored
Add wording about group access token max lifetime See merge request gitlab-org/gitlab!83336
-
Stan Hu authored
Add specs for filtering by multiple statuses See merge request gitlab-org/gitlab!83132
-
Evan Read authored
Remove extra bracket in docs See merge request gitlab-org/gitlab!83312
-
Sam Kerr authored
-
Michael Kozono authored
Remove ignore_column directive See merge request gitlab-org/gitlab!83051
-
Suzanne Selhorn authored
Update Sentry handbook link See merge request gitlab-org/gitlab!83212
-
Kerri Miller authored
Force convert invalid ASCII 8bit diffs and use a replacement ASCII character See merge request gitlab-org/gitlab!79996
-
Kerri Miller authored
-
Kyle Wiebers authored
Add safe-to-evict annotation to recommended review app pods See merge request gitlab-org/gitlab!82632
-
Kyle Wiebers authored
-
Stan Hu authored
Vulnerabilities GraphQL state sorting uses the new keyset pagination library See merge request gitlab-org/gitlab!82706
-
Allison Browne authored
Add specs that ensure that the filtering works properly when filtering against multiple statuses
-
Dan Davison authored
Wait a little longer for pipeline to be created See merge request gitlab-org/gitlab!83223
-
Tiffany Rea authored
-
Sean Arnold authored
Prevent encrypted fields from being serialized by default See merge request gitlab-org/gitlab!83272
-
João Alexandre Cunha authored
Add index to improve speed of vulnerability_reads See merge request gitlab-org/gitlab!82942
-