- 14 Jan, 2022 40 commits
-
-
Lucas Charles authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/76375 we missed the requirement to mark background jobs as successful upon completion. In order to ensure we track these properly we should mark them. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/343037 Changelog: other
-
Vitali Tatarintev authored
Create pending escalations for incidents on update See merge request gitlab-org/gitlab!76986
-
Sarah Yasonik authored
Part of the work required to allow users to manually escalate incidents which were created manually.
-
Miguel Rincon authored
Remove `admin_deploy_keys_vue` feature flag See merge request gitlab-org/gitlab!78144
-
Natalia Tepluhina authored
Added snapshot tests for CI Minutes & Storage See merge request gitlab-org/gitlab!78032
-
Vamsi Vempati authored
-
Bob Van Landuyt authored
Prevent user from bypassing domain signup restrictions See merge request gitlab-org/gitlab!76272
-
Serena Fang authored
Currently, a user can bypass the domain allowlist by creating an account with an email that is on the list, then changing their email to a domain that is not on the list. Changelog: fixed Fix conditional order Remove accidental changes Fix failing specs Remove bad spec Allow admin to add user not on allowlist Validate if not new record Remove unnecessary spec changes Validate domain update Use existing methods in restricted signup concern to validate domain update Add specs for deny and restricted Add specs for updating domain to denied or restricted domain Undo unintentional changes Remove unneeded spec Fix bad spec Reuse signup restrictions method Change method name back Was breaking other specs Check if not new record
-
Olena Horal-Koretska authored
Enable frontend routing for package details See merge request gitlab-org/gitlab!77762
-
Nicolò Maria Mezzopera authored
Fully enable vue-rotuer in package registry to fully Leverage Apollo cache and improve page performance Changelog: changed
-
Natalia Tepluhina authored
`Cloud Run` and `Cloud Storage` buttons in GoogleCloud :: Deployments tab See merge request gitlab-org/gitlab!78095
-
Natalia Tepluhina authored
Always autofill group slug See merge request gitlab-org/gitlab!78152
-
Furkan Ayhan authored
Update MR head pipeline when pipeline event is published See merge request gitlab-org/gitlab!78172
-
Natalia Tepluhina authored
Use mock apollo for validation segment tests See merge request gitlab-org/gitlab!78070
-
Brandon Labuschagne authored
Replace window.confirm with GlModal for registration token reset See merge request gitlab-org/gitlab!77883
-
Jannik Lehmann authored
This commit replaces window.confirm dialog with a GlModal for the reset of the registration token. Changelog: changed
-
Mikołaj Wawrzyniak authored
Remove `deprecated` metric status See merge request gitlab-org/gitlab!76069
-
Mikołaj Wawrzyniak authored
Geo: Increase verification backfill job exclusive lease timeout See merge request gitlab-org/gitlab!78240
-
Achilleas Pipinellis authored
Fix erroneous pending migrations command See merge request gitlab-org/gitlab!78242
-
James Reed authored
-
Dmitry Gruzd authored
Update excon to v0.90.0 See merge request gitlab-org/gitlab!78147
-
Kushal Pandya authored
Add active state to milestones fetch in filtered search See merge request gitlab-org/gitlab!78153
-
Scott Stern authored
-
Achilleas Pipinellis authored
Improve upgrade details See merge request gitlab-org/gitlab!78208
-
Tetiana Chupryna authored
Clean up expired agent activity events See merge request gitlab-org/gitlab!75709
-
Kati Paizee authored
Add more implementation and version information for new LDAP setting See merge request gitlab-org/gitlab!78145
-
Ezekiel Kigbo authored
Fix autoscroll to comments on issues See merge request gitlab-org/gitlab!76340
-
Simon Knox authored
Add ResizeObserver to set scroll position if a comment is selected. Still has a bunch of unwanted side effects like jumping when window is resized, or when sidebars are collapsed on smaller screens. Remove ResizeObserver on user interaction This avoids a bunch of bad and terrible bugs breaking scrolling when user does something like toggle sidebar or click on text editor. That otherwise triggers a resize Changelog: fixed
-
Thong Kuah authored
Remove cross-db modification exception in Clusters::Applications::Runner See merge request gitlab-org/gitlab!78236
-
Marcel Amirault authored
Rename task-runner to toolbox See merge request gitlab-org/gitlab!78198
-
Russell Dickenson authored
Replace legacy checkbox name in docs See merge request gitlab-org/gitlab!78166
-
Michael Trainor authored
-
Russell Dickenson authored
Add warning to docs about providing release notes when creating a tag See merge request gitlab-org/gitlab!77354
-
Joost van der Sluis authored
-
Tiger authored
Whenever an activity event is created for an agent, a worker is scheduled to remove all but the most recent 200 events. If the agent does not yet have 200 events, the worker still runs, however it will not delete any records. Events may be created frequently, so to prevent many workers running unnecessarily they are scheduled with a delay of up to an hour, and then de-duplicated until executed. Changelog: added
-
Russell Dickenson authored
Update Release documentation about storage See merge request gitlab-org/gitlab!77911
-
Chris Balane authored
-
Ezekiel Kigbo authored
Add empty deployment component See merge request gitlab-org/gitlab!78003
-
Ezekiel Kigbo authored
Refactor dynamically called methods to be more explicit See merge request gitlab-org/gitlab!78141
-
Suzanne Selhorn authored
Update topic for CTRT See merge request gitlab-org/gitlab!77927
-