- 29 Jul, 2021 40 commits
-
-
Andrew Fontaine authored
The loading icon adds nice feedback to the user that _something_ is happening, but we only unset it in the error case as the good case (in both editing and creating) navigate us to a new page anyway. We also add some clientside validations following the pajamas guideline. Finally, delete the HAML form. We don't need it anymore. Changelog: changed
-
Robert Speicher authored
Fix Review App Multiple Deletion API payload See merge request gitlab-org/gitlab!67102
-
Andrew Fontaine authored
fix: Atom feed for commit list should point to path See merge request gitlab-org/gitlab!65599
-
Lucas Charles authored
Previously the atom feed rendered for a given commit path would render the root instead of the filepath. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/3051 Changelog: fixed
-
Nick Gaskill authored
Add an example for publishing a package using a Windows runner See merge request gitlab-org/gitlab!66315
-
Asmaa Hassan authored
-
Toon Claes authored
Add optional owned_only param to namespaces endpoint See merge request gitlab-org/gitlab!66166
-
Corinna Wiesner authored
-
Doug Stull authored
Review and revise Irker settings UI text See merge request gitlab-org/gitlab!66727
-
Marcin Sedlak-Jakubowski authored
-
Suzanne Selhorn authored
Add toggle interactions to Style Guide See merge request gitlab-org/gitlab!67173
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!67166
-
Craig Norris authored
Add interaction instructions for toggles to the Style Guide
-
Achilleas Pipinellis authored
Adds guidance for geo_node_name See merge request gitlab-org/gitlab!66967
-
Alin Ciciu authored
-
GitLab Release Tools Bot authored
-
Achilleas Pipinellis authored
Documentation on how to use a self-signed Vault server See merge request gitlab-org/gitlab!59759
-
Dmitriy Zaporozhets (DZ) authored
Remove caching of Connection#config See merge request gitlab-org/gitlab!67047
-
Patrick Bair authored
Revert !65795 into 'master'" See merge request gitlab-org/gitlab!67160
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!67159
-
Craig Norris authored
Split confidential MR page off into its own See merge request gitlab-org/gitlab!66494
-
Amy Qualls authored
-
Achilleas Pipinellis authored
Clear up deploy token ownership confusion See merge request gitlab-org/gitlab!66413
-
Dominic Couture authored
-
Mark Florian authored
Merge branch '333583-add-loading-state-to-invite-modal-for-when-invite-button-is-clicked' into 'master' Add loading state to invite members button See merge request gitlab-org/gitlab!67081
-
Jackie Fraser authored
-
Alex Kalderimis authored
Refactor Push Rules menu for groups See merge request gitlab-org/gitlab!66831
-
Suzanne Selhorn authored
Revamp script, before_script and after_script reference docs See merge request gitlab-org/gitlab!67138
-
Marcel Amirault authored
-
Mayra Cabrera authored
This reverts merge request !65795
-
GitLab Release Tools Bot authored
-
Suzanne Selhorn authored
Clarify migration types in migration style guide See merge request gitlab-org/gitlab!66609
-
Alex Kalderimis authored
Include retried jobs in pipeline payloads for Datadog integration See merge request gitlab-org/gitlab!67031
-
Markus Koller authored
Retried jobs were removed from the default pipeline payload for performance reasons, but some integrations like Datadog want to include these as well. This modifies the payload so integrations can opt-in to retried builds by calling `.with_retried_builds` on the hash. Changelog: changed
-
Douglas Barbosa Alexandre authored
Use non-predefined variables inside CI include blocks See merge request gitlab-org/gitlab!66852
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!67144
-
Nick Thomas authored
Add public_url validation to JC instance_url See merge request gitlab-org/gitlab!67043
-
Steve Abrams authored
Route alert notifications only through escalation rules See merge request gitlab-org/gitlab!65635
-
Sarah Yasonik authored
Introduce the triggered_at column for AlertManagement::Alert, falling back to the alert creation time. This will allow the alert to keep track of when escalations started (or were restarted). Changelog: added
-
Denys Mishunov authored
Blob refactor: Hide copy and view raw buttons when viewing binary files See merge request gitlab-org/gitlab!66905
-