- 11 Jun, 2020 40 commits
-
-
Dominic Couture authored
-
Nicolò Maria Mezzopera authored
Show link asset types on Releases page Closes #208795 See merge request gitlab-org/gitlab!33643
-
Nathan Friend authored
This commit updates the "Assets" section on Release blocks to be collapsible (collapsed by default) and to be grouped by asset type.
-
Sean McGivern authored
Allow adding headroom to the connection pool See merge request gitlab-org/gitlab!34371
-
Bob Van Landuyt authored
This allows setting the `DB_POOL_HEADROOM` env variable to add a number of connections to the pool. In normal situations, these connections should not be used, but it allows us to investigate the problem without degrading the service.
-
Robert Speicher authored
Fix template reference See merge request gitlab-org/gitlab!34384
-
Andrew Fontaine authored
Create sticky section in security dashboard layout See merge request gitlab-org/gitlab!33651
-
Jarka Košanová authored
Simplify test implementation for ProjectTemplates Closes #219189 See merge request gitlab-org/gitlab!33175
-
Robert Speicher authored
Convert project requirements to use shared pagination specs See merge request gitlab-org/gitlab!34336
-
Robert Speicher authored
Reproduce defect preventing the container scanning report from loading See merge request gitlab-org/gitlab!34193
-
Nick Gaskill authored
Add link to YouTube playlist See merge request gitlab-org/gitlab!34390
-
Sam Kerr authored
-
Nicolò Maria Mezzopera authored
Enable the `release_asset_link_type` feature flag by default See merge request gitlab-org/gitlab!33998
-
Igor Drozdov authored
Backfill failed imported snippet repositories See merge request gitlab-org/gitlab!34052
-
Amy Qualls authored
Clarify variable forwarding with Auto Build CNBs See merge request gitlab-org/gitlab!34240
-
Hordur Freyr Yngvason authored
The fact that Cloud Native Buildpacks support the same kind of CI variable forwarding was not clear, see https://gitlab.com/gitlab-org/gitlab/-/issues/220684
-
Amy Qualls authored
Remove broken br tags See merge request gitlab-org/gitlab!34369
-
Nathan Friend authored
-
Andrew Fontaine authored
Geo Package Files - Fetch Data Correctly See merge request gitlab-org/gitlab!33522
-
Francisco Javier López authored
-
Ash McKenzie authored
Add GitLab to-do for user when they are assigned to an alert See merge request gitlab-org/gitlab!34104
-
Nathan Friend authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!34303
-
Andrew Fontaine authored
Add dark theme alpha See merge request gitlab-org/gitlab!28252
-
Simon Knox authored
Basically invert color scales, plus a bit of palette reduction to make things easier Mark color vars in variables as !default, then they can be overridden by importing a theme first. Export separate application_dark.css file
-
Grzegorz Bizon authored
Instance Variables UI See merge request gitlab-org/gitlab!33510
-
Payton Burdette authored
Insert variables table to admin settings, to manage instance variables via the UI.
-
allison.browne authored
Add an assignment todo automatically when an alert is assigned via the sidebar.
-
Dmytro Zaporozhets authored
Change `commits_by_message` to not mutate string parameters Closes #219546 See merge request gitlab-org/gitlab!33540
-
Kushal Pandya authored
Remove setLoadingState logic from issue model See merge request gitlab-org/gitlab!32226
-
Marvin Karegyeya authored
-
Markus Koller authored
This view was moved into `app/views/shared` in e7c7beeb, but I missed one instance.
-
Igor Drozdov authored
Decouple wiki views from projects See merge request gitlab-org/gitlab!34079
-
Markus Koller authored
- Add generic `wiki_path` / `wiki_page_path` helpers. - Move views into `app/views/shared`. - Move JS assets into `app/assets/javascripts/pages/shared`. - Refer to `@wiki` instead of `@project` in views. - Use constants on `Wiki` instead of `ProjectWiki`.
-
Shinya Maeda authored
Add secret_detection to DOWNLOADABLE_TYPES See merge request gitlab-org/gitlab!34313
-
Kushal Pandya authored
Remove updateData logic from issue model See merge request gitlab-org/gitlab!32256
-
Marvin Karegyeya authored
-
Kushal Pandya authored
Attach issue to the vulnerability See merge request gitlab-org/gitlab!34157
-
Shinya Maeda authored
Add regexp validation on ContainerExpirationPolicy See merge request gitlab-org/gitlab!34063
-
David Fernandez authored
For `name_regex` and `name_regex_keep`
-
Nick Thomas authored
Rake tasks to verify encrypted data through secrets See merge request gitlab-org/gitlab!21851
-