- 28 Feb, 2022 1 commit
-
-
Maxime Orefice authored
This commit adds a note to our dev documentation to recommend using dependent: :restrict_with_error to make sure child objects are cleaned up before calling .destroy on the parent object.
-
- 24 Feb, 2022 39 commits
-
-
Marcel Amirault authored
Fix Vale issues for /ci/pipelines/index.md See merge request gitlab-org/gitlab!81171
-
Varghese Jose authored
-
Ezekiel Kigbo authored
Re-position the job log erase button See merge request gitlab-org/gitlab!81049
-
Payton Burdette authored
Re-position the job log erase button to be near the retry job log button. Changelog: changed
-
Brandon Labuschagne authored
Add a list widget for the pipeline wizard See merge request gitlab-org/gitlab!79961
-
Janis Altherr authored
This introduces a list type widget for the Pipeline wizard. It allows the injection of a Sequence of text values into the pipeline. Signed-off-by: Janis Altherr <jaltherr@gitlab.com>
-
Adam Hegyi authored
Use the for no key update lock when upadting traversal ids See merge request gitlab-org/gitlab!81239
-
Natalia Tepluhina authored
Remove unused AjaxLoadingSpinner See merge request gitlab-org/gitlab!81511
-
Savas Vedova authored
Add security training UI to vulnerability modal See merge request gitlab-org/gitlab!80193
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!81512
-
Marcel Amirault authored
Update index.md See merge request gitlab-org/gitlab!52890
-
Wessel Vonk authored
-
Savas Vedova authored
Merge branch '348985-refactor-security-training-configuration-to-use-optimistic-response' into 'master' Make sec training provider mutation optimistic See merge request gitlab-org/gitlab!77284
-
David Pisek authored
This commit adds an optimistic response to the mutation that updates the provider setting for a security training provider. This helps makes the UI respond more quickly to the user.
-
Ezekiel Kigbo authored
Merge branch '230758-tabs-haml-migrate-ee-app-views-projects-_project_templates-html-haml-to-gltabs' into 'master' Tabs > HAML > Migrate ee/app/views/projects/_project_templates.html.haml to GlTabs See merge request gitlab-org/gitlab!81254
-
Brandon Labuschagne authored
Refactored column chart responsiveness See merge request gitlab-org/gitlab!81450
-
Brandon Labuschagne authored
Refactored heatmap chart responsiveness See merge request gitlab-org/gitlab!81453
-
Brandon Labuschagne authored
Refactored stack column chart responsiveness See merge request gitlab-org/gitlab!81452
-
Phil Hughes authored
Use GlAvatar in operations dashboard See merge request gitlab-org/gitlab!81233
-
Brandon Labuschagne authored
Refactored gauge chart responsiveness See merge request gitlab-org/gitlab!81451
-
Brandon Labuschagne authored
Refactored bar chart responsiveness See merge request gitlab-org/gitlab!81458
-
Jacob Vosmaer authored
Consolidate upload preparers See merge request gitlab-org/gitlab!80271
-
Brandon Labuschagne authored
Refactor contribution chart responsiveness See merge request gitlab-org/gitlab!81196
-
GitLab Release Tools Bot authored
-
Vitali Tatarintev authored
Resolve Performance/Sum rubocop offenses See merge request gitlab-org/gitlab!81350
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/346067
-
Alexandru Croitor authored
Updating traversal_ids for a namespace does require an update lock however we can use a weaker lock to avoid deadlocks in cases where multiple projects or namespaces are created concurently at the root namespace level due to KEY SHARE and UPDATE locks blocking each other. NO KEY UPDATE lock and KEY SHARE lock do not block each other.
-
Mark Florian authored
The last remaining instance of `.js-ajax-loading-spinner` was removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77231, so this should be safe to delete entirely.
-
Mark Chao authored
Add related_epic permissions See merge request gitlab-org/gitlab!81380
-
Alper Akgun authored
Clarifying metric descriptions See merge request gitlab-org/gitlab!80921
-
Shinya Maeda authored
Merge branch '338492-augment-current-deployment-count-which-counts-environments-with-additional-counters' into 'master' Resolve "Augment current Deployment count with additional counters" See merge request gitlab-org/gitlab!79272
-
Allen Cook authored
Changelog: added
-
Rémy Coutable authored
Use strong params for ProjectsController by default See merge request gitlab-org/gitlab!81392
-
Simon Knox authored
Make split btn default to pipeline editor for root CI configs See merge request gitlab-org/gitlab!80829
-
Frédéric Caplette authored
In the blob view, if the user is seeing a CI configuration, we want to make the pipeline editor the default option. This is only true is the user has not selected a different preference. Changelod: changed
-
Rémy Coutable authored
Fix GraphQL/OrderedFields offenses See merge request gitlab-org/gitlab!81414
-
Rémy Coutable authored
Fix GraphQL/OrderedFields offenses See merge request gitlab-org/gitlab!81428
-
Kati Paizee authored
Restructure CI/CD page to improve navigation See merge request gitlab-org/gitlab!79860
-
Fiona Neill authored
-