- 22 Mar, 2022 40 commits
-
-
Lucy Fox authored
also known as: "fixed"
-
David Fernandez authored
Add all_plans phase 2 feature flag See merge request gitlab-org/gitlab!83135
-
Sean Arnold authored
Add system note when timeline event created See merge request gitlab-org/gitlab!82596
-
Sean Arnold authored
Add test for Service Ping generated queries for Snowflake See merge request gitlab-org/gitlab!82757
-
Mike Greiling authored
Dedupe yarn dependencies See merge request gitlab-org/gitlab!83441
-
Paul Slaughter authored
Resolve duplication between configuration_banner files See merge request gitlab-org/gitlab!81395
-
-
Jose Ivan Vargas authored
Jira Connect: move click event listener to `created` hook See merge request gitlab-org/gitlab!83355
-
Nick Gaskill authored
Add docs for package registry visibility See merge request gitlab-org/gitlab!83347
-
Tim Rizzi authored
- pot - source file
-
Piotr Skorupa authored
-
Piotr Skorupa authored
-
Piotr Skorupa authored
-
Piotr Skorupa authored
-
Piotr Skorupa authored
-
Piotr Skorupa authored
This commit adds a guard spec that compares SQL metric queries to a fixture file in order to catch any arbitrary changes to the queries. The fixture file can be regenerated using a rake task. Timestamps are freezed for and a stable set of Devise omniauth providers is used to make queries that rely on them deterministic and not change every time the fixture file is regenerated.
-
Mark Florian authored
Update dependency @gitlab/ui to v38 See merge request gitlab-org/gitlab!83216
-
Stan Hu authored
Limit audit events controller to 31 days date range See merge request gitlab-org/gitlab!83077
-
Harsimar Sandhu authored
alerts and response with bad request when date range is greater than 31 days for audit event controllers (instance, group, project) Changelog: fixed EE: true
-
Andrew Fontaine authored
Add CSS class for UserAvatarInline rendered with `GlAvatar` See merge request gitlab-org/gitlab!83344
-
Peter Hegman authored
Use gl-drawer for pipeline editor help drawer See merge request gitlab-org/gitlab!83044
-
Mireya Andres authored
This aligns the behavior and styling of the drawer with GitLab's standards. The drawer can be opened using the help button in the pipeline editor. Changelog: changed
-
Steve Abrams authored
Add a feature flag to control if all plans qualify for registry import in phase 2 of the container registry migration.
-
Jose Ivan Vargas authored
Add ability to enable SAST at project creation See merge request gitlab-org/gitlab!83138
-
Nick Gaskill authored
Edited for style and consistency See merge request gitlab-org/gitlab!83236
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/528
-
Alper Akgun authored
Change mp4 to image See merge request gitlab-org/gitlab!83435
-
Bob Van Landuyt authored
Update Editor team endpoint custom thresholds See merge request gitlab-org/gitlab!83425
-
David O'Regan authored
Set a low urgency for a selection of the editor team endpoints as per our new custom threshold guidelines.
-
Rémy Coutable authored
Remove review-cleanup manual job from MRs See merge request gitlab-org/gitlab!83273
-
Achilleas Pipinellis authored
Update view subscription instructions See merge request gitlab-org/gitlab!83403
-
Fiona Neill authored
-
Nick Gaskill authored
Doc: Replace explicit ~/.gradle/ mentions with configurable GRADLE_USER_HOME See merge request gitlab-org/gitlab!83092
-
Nick Gaskill authored
Add frontend docs for registry like apps See merge request gitlab-org/gitlab!78277
-
Nicolò Maria Mezzopera authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!83436
-
Jose Ivan Vargas authored
Fix deletion of deprecated notes See merge request gitlab-org/gitlab!83089
-
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.
-
Jose Ivan Vargas authored
Build jobs filtered search See merge request gitlab-org/gitlab!82539
-
Payton Burdette authored
Add jobs filtered search feature to the jobs page.
-