- 04 Mar, 2021 40 commits
-
-
Timothy Jones authored
The suggested addition to gitlab.rb produces a different regular expression than expected because it is encoded as a Ruby string, so escapes produce different results. This change writes the regular expression in Ruby's Regexp syntax and then converts it to the source string to preserve the syntax of the regular expression with the following YAML example.
-
Robert Speicher authored
Optionally specify branch for DAST on-demand scan See merge request gitlab-org/gitlab!55141
-
Simon Knox authored
Feat(incidents): allow alert to link to incidents See merge request gitlab-org/gitlab!55426
-
David O'Regan authored
Show the current status of an linked issue in the alerts table
-
Simon Knox authored
Fix GlDropdown double scrollbars See merge request gitlab-org/gitlab!54837
-
Nathan Friend authored
This commit adds a workaround (read: hack) to fix a style issue caused by conflicting styles in this repo vs `gitlab-ui`.
-
Kerri Miller authored
Remove superfluous `require`s from RuboCop specs [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55763
-
Mark Florian authored
Resolve "MR Changes Cog dropdown checkboxes alignment broken" See merge request gitlab-org/gitlab!55591
-
Robert Speicher authored
-
Robert Speicher authored
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
Mayra Cabrera authored
Remove shared_group_membership_auth feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54894
-
GitLab Release Tools Bot authored
-
Amy Qualls authored
Consolidate duplicate info re: testing components See merge request gitlab-org/gitlab!55789
-
Justin Boyson authored
-
Nathan Friend authored
Change default value for isMergeTrain prop See merge request gitlab-org/gitlab!55780
-
Mayra Cabrera authored
Fix bad data in projects.has_external_issue_tracker See merge request gitlab-org/gitlab!53936
-
GitLab Bot authored
-
Russell Dickenson authored
Update custom ruleset wording for secret detection docs See merge request gitlab-org/gitlab!55779
-
Kerri Miller authored
Batch-load vulnerability findings by UUID See merge request gitlab-org/gitlab!55642
-
Matthias Käppler authored
This prevents an N+1 where the StoreReportService would previously query for a Finding by UUID one-by-one only to fall back on a different query/creation when not found. Instead, we now pre-load findings into a Hash by UUID, and only fall back in case we haven't already found it.
-
Kamil Trzciński authored
Add index on pages_deployment_id and deployed to metadata See merge request gitlab-org/gitlab!55757
-
Vladimir Shushlin authored
it will be used by the pages migration in only_on_legacy_storage scope
-
Jose Vargas authored
-
Craig Norris authored
Clean up the install page See merge request gitlab-org/gitlab!49944
-
GitLab Bot authored
-
Zach Rice authored
-
Amy Qualls authored
Remove dangling LFS objects from database See merge request gitlab-org/gitlab!55737
-
Ben Prescott @bprescott_↙ ☺ authored
Tidy up this new section for tone and style, including shifting the instructions over to an ordered list.
-
Craig Norris authored
-
Mark Lapierre authored
Increase memory and cpu in review apps See merge request gitlab-org/gitlab!55583
-
Albert Salim authored
-
Jose Ivan Vargas authored
Move to btn-confirm from btn-success in admin/deploy_keys directory See merge request gitlab-org/gitlab!55267
-
Nick Gaskill authored
Correct email notifications docs See merge request gitlab-org/gitlab!55752
-
Sarah Waldner authored
-
Achilleas Pipinellis authored
Move away from different sections for all the installation methods, and use a table so that it's easier to parse.
-
David O'Regan authored
Correctly style Dark Mode application header on profile preferences page See merge request gitlab-org/gitlab!54575
-
Sean McGivern authored
Fix 500 error for long commit messages See merge request gitlab-org/gitlab!55320
-
GitLab Bot authored
-