- 29 Oct, 2020 40 commits
-
-
Sarah Groff Hennigh-Palermo authored
Add install GitLab runner popup - FE See merge request gitlab-org/gitlab!42877
-
Rémy Coutable authored
Resolve "Disallow `realtime_changes` route in Robots.txt" See merge request gitlab-org/gitlab!45986
-
Patrick Bair authored
Improve performance of filtering merge requests by an environment See merge request gitlab-org/gitlab!45796
-
Jose Ivan Vargas authored
Upgrade monaco-yaml to v2.5.1 See merge request gitlab-org/gitlab!45923
-
Nick Gaskill authored
Edit moving repos content See merge request gitlab-org/gitlab!46413
-
Sean McGivern authored
Add feature categories to the API G -> Discussions See merge request gitlab-org/gitlab!46438
-
Amy Qualls authored
Improved docs for SLA countdown timer See merge request gitlab-org/gitlab!46399
-
Sarah Waldner authored
Clean up instructions, re-add line wraps that were removed, and tweak word choice according to GitLab tone and style guides.
-
Scott Hampton authored
Link to auto-fix MRs in PSD widget See merge request gitlab-org/gitlab!45927
-
Vitali Tatarintev authored
Execute `exit 1` when shell script `cd` fails See merge request gitlab-org/gitlab!46122
-
Amy Qualls authored
Clarify that 13.1.X is OK for csrf changes See merge request gitlab-org/gitlab!46402
-
Jan Provaznik authored
Remove lfs_link_existing_object feature flag See merge request gitlab-org/gitlab!46423
-
Olena Horal-Koretska authored
Intial GraphQL read for alert integrations See merge request gitlab-org/gitlab!46212
-
David O'Regan authored
Bootstrap the base for the multi HTTP alert form and hide it with a feature flag
-
Yorick Peterse authored
When filtering merge requests by an environment name, the index used by DeploymentMergeRequest.deployed_to() is not ideal. We can improve performance by adding the following AND condition: AND environments.project_id = merge_requests.target_project_id This condition forces the query to use the index on merge_requests (project_id, name), instead of using the slower index (name varchar_pattern_ops). See https://gitlab.com/gitlab-org/gitlab/-/issues/270068 for more information.
-
Nathan Friend authored
Make Loading Icon on Feature Flag Edit Page Larger See merge request gitlab-org/gitlab!46268
-
Andrew Fontaine authored
Also add some spacing at the top.
-
Robert Speicher authored
Avoid using the current's project excess twice See merge request gitlab-org/gitlab!46017
-
Nick Gaskill authored
Swapping comment for disabling and enabling merge trains See merge request gitlab-org/gitlab!46441
-
Jose Vargas authored
-
David Wainaina authored
-
Rémy Coutable authored
Allow project storage to be updated when no repositories exist See merge request gitlab-org/gitlab!46385
-
Phil Hughes authored
Replace fa-warning icons with GitLab SVG warning-solid icon See merge request gitlab-org/gitlab!46214
-
Amy Qualls authored
Add metadata to unassigned doc pages See merge request gitlab-org/gitlab!46452
-
Rémy Coutable authored
CODEOWNERS entries for Container Security See merge request gitlab-org/gitlab!46448
-
Bob Van Landuyt authored
This adds a feature category to API classes from G -> Discussions
-
can eldem authored
-
Vitali Tatarintev authored
Add GraphQL endpoint for code coverage group activity See merge request gitlab-org/gitlab!45831
-
Maxime Orefice authored
This commit allows to fetch associated code coverage activities for a given group.
-
Mike Jang authored
Remove reference to GMA See merge request gitlab-org/gitlab!44500
-
Melissa Ushakov authored
-
Tyler Amos authored
Negative numbers are not needed from this method and may be confusing.
-
Mike Jang authored
Add missing filter parameters See merge request gitlab-org/gitlab!46403
-
Larissa Lane authored
-
Craig Norris authored
Updated pages to add none/unassigned to metadata
-
Tyler Amos authored
- Returning negative numbers from ee version of exceeded_size to match logic from non-ee version of method. - Clarifications to test descriptions. - Add more test cases.
-
Corinna Wiesner authored
The calculation for the exceeded size for a project used the project's excess size twice as it was also included in the total repository size excess. This is corrected by calculating the project's excess size and substracting it from the total repository size.
-
Kamil Trzciński authored
Log trace range errors with additional metadata See merge request gitlab-org/gitlab!46256
-
Vitaly Slobodin authored
Add CI Status CSS to the Environments Page See merge request gitlab-org/gitlab!46382
-
Andrew Fontaine authored
This ensures deployment status are styled properly.
-