- 25 Mar, 2021 1 commit
-
-
Mark Florian authored
This splits out scanner-specific management controls to separate components, making it easier to add new ones/make scanner-specific tweaks. A very similar approach was taken in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56555 for the status of each feature/scanner. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/323377.
-
- 24 Mar, 2021 39 commits
-
-
Marcin Sedlak-Jakubowski authored
Edited for style and CTRT See merge request gitlab-org/gitlab!57169
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Marcin Sedlak-Jakubowski authored
Add tier badging for custom email See merge request gitlab-org/gitlab!57289
-
Nick Thomas authored
Remove N+1 for API commits/:sha/merge_requests See merge request gitlab-org/gitlab!57290
-
Nick Thomas authored
Validate for presence of dast_site_profile_id See merge request gitlab-org/gitlab!57309
-
Nick Thomas authored
Enable RuboCop rule `Performance/OpenStruct` See merge request gitlab-org/gitlab!57257
-
Peter Leitzen authored
Exclude current offenses in `.rubocop_manual_todo.yml` and link the follow-up issue.
-
Nick Thomas authored
Remove query limiting for CommitsController See merge request gitlab-org/gitlab!57249
-
Sean McGivern authored
Container Scanning group data dictionary updates See merge request gitlab-org/gitlab!57067
-
Thiago Figueiró authored
Originally introduced by https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53854
-
Sean McGivern authored
Deprecated lower case epic sort enum values See merge request gitlab-org/gitlab!57157
-
Vitaly Slobodin authored
UI text edits for error tracking See merge request gitlab-org/gitlab!57276
-
Marcia Ramos authored
Docs: Reverting a feature flag must have a changelog entry as well See merge request gitlab-org/gitlab!57223
-
Peter Leitzen authored
We don’t control if users enable a feature flag on their instance, so for maximum visibility/transparency it’s good to have a changelog in those cases.
-
David Fernandez authored
Create Packages from Go module versions See merge request gitlab-org/gitlab!34558
-
charlie ablett authored
Track epic note creation via usage ping [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56609
-
Jan Provaznik authored
Remove N+1 for API :id/deploy_keys See merge request gitlab-org/gitlab!57295
-
Adam Hegyi authored
Dedup issue_metrics table See merge request gitlab-org/gitlab!55285
-
Jan Provaznik authored
Add option to skip ordering when using DISTINCT See merge request gitlab-org/gitlab!57312
-
Adam Hegyi authored
Support AS MATERIALIZED in PG12 [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56976
-
Vitaly Slobodin authored
Load MR Metadata when the MR Notes (Overview) app starts See merge request gitlab-org/gitlab!56594
-
Natalia Tepluhina authored
Fix: Update Alert Details to use writeQuery See merge request gitlab-org/gitlab!57287
-
Natalia Tepluhina authored
Remove writeData from pipeline authoring area See merge request gitlab-org/gitlab!57263
-
Rémy Coutable authored
Fix changelog Danger check See merge request gitlab-org/gitlab!57325
-
charlie ablett authored
- Add usage ping metrics files - Organise all note creation tracking events in one place
-
Heinrich Lee Yu authored
We don't need a specific order when looking for the root ancestors
-
Heinrich Lee Yu authored
When using the DISTINCT workaround, we had to reorder the results because some instances depended on the breadth-first ordering of results. This is not required in all cases so we add an option to skip this so that we can optimize some queries that are executed very frequently.
-
Igor Drozdov authored
Link squashed commits using the changelog API See merge request gitlab-org/gitlab!56985
-
Adam Hegyi authored
This change adds Arel support for the new CTE query syntax and updates raw queries to use MATERIALIZED (when supported).
-
David Fernandez authored
Add Packages::Debian:ExtractChangesMetadataService See merge request gitlab-org/gitlab!55896
-
Russell Dickenson authored
Documentation: Add Security Dashboards and new User section See merge request gitlab-org/gitlab!57278
-
Adam Hegyi authored
This change adds a migration to de-duplicate issue_metrics table and prevent further duplication by adding a unique index on issue_id.
-
Savas Vedova authored
Change labels and help text for invite members modal [RUN ALL RSPEC] See merge request gitlab-org/gitlab!56967
-
David Fernandez authored
Track closing and reopening events See merge request gitlab-org/gitlab!56246
-
Heinrich Lee Yu authored
-
charlie ablett authored
Enable group level description templates by default See merge request gitlab-org/gitlab!56737
-
Alex Kalderimis authored
Disallow import url scheme to start with javascript See merge request gitlab-org/gitlab!57071
-
Ron Chan authored
Created a spec file to be tested with the scheme validation
-
Alexandru Croitor authored
Turning the inherited_issuable_templates FF to enabled by default
-