- 04 Mar, 2021 40 commits
-
-
Dylan Griffith authored
Introduce the explicit definition for production environments [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55471
-
Dan Davison authored
Expand merge request settings in the failing E2E spec See merge request gitlab-org/gitlab!55743
-
Nailia Iskhakova authored
Resolve https://gitlab.com/gitlab-org/gitlab/-/issues/323421Signed-off-by: Nailia Iskhakova <niskhakova@gitlab.com>
-
Amy Qualls authored
Valid issue closing pattern docs example See merge request gitlab-org/gitlab!55727
-
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.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!55798
-
Fabio Pitino authored
Updates to CI_CONFIG_PATH and CI_PROJECT_CONFIG_PATH variables See merge request gitlab-org/gitlab!54498
-
Aishwarya Subramanian authored
CI_PROJECT_CONFIG_PATH is same as CI_CONFIG_PATH. This MR moves CI_CONFIG_PATH as a Project variable (so it can use it in the include section). This is necessary since the include section can resolve on pre-defined project variables. Removes support for CI_PROJECT_CONFIG_PATH to avoid duplication of variables that have the same behavior
-
Mayra Cabrera authored
Extract PairSelector logic into a class [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55398
-
Enrique Alcántara authored
Update project page buttons to conform to design system See merge request gitlab-org/gitlab!53260
-
Jose Ivan Vargas authored
Resolve "Change the `New feature flag` button to Primary Blue" See merge request gitlab-org/gitlab!55204
-
David O'Regan authored
Fix: update Incident Management settings copy See merge request gitlab-org/gitlab!55753
-
David O'Regan authored
-
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
-
GitLab Release Tools Bot authored
-
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
-