- 12 Jan, 2021 40 commits
-
-
Markus Koller authored
-
Vitali Tatarintev authored
Enable ci_allow_failure_with_exit_codes feature flag See merge request gitlab-org/gitlab!51439
-
Marius Bobin authored
Set Enable ci_allow_failure_with_exit_codes feature flag to default to true
-
Miguel Rincon authored
Fix component option order in pages See merge request gitlab-org/gitlab!51369
-
Miguel Rincon authored
Include all available quick actions in autocomplete See merge request gitlab-org/gitlab!51239
-
Coung Ngo authored
Only 5 quick actions are shown at maximum in the autocomplete menu currently. To improve discoverability of all quick actions, all quick actions (assuming there's less than 100) will be shown. https://gitlab.com/gitlab-org/gitlab/-/issues/292393
-
David O'Regan authored
Update copy for 'Feature flag list' See merge request gitlab-org/gitlab!50813
-
Sarah Rosenshine authored
-
Shinya Maeda authored
Remove license check from DAST.gitlab-ci.yml See merge request gitlab-org/gitlab!51279
-
Craig Smith authored
Remove license checks from YAML since they are now handled in the the DAST analyze script
-
Natalia Tepluhina authored
Update dependency @gitlab/ui to v25.8.0 See merge request gitlab-org/gitlab!51410
-
Natalia Tepluhina authored
Moved Editor Lite extensions into extensions/ folder See merge request gitlab-org/gitlab!51344
-
Denys Mishunov authored
Moved those into the dedicated folder
-
Mark Florian authored
Fix alignment of vuln name See merge request gitlab-org/gitlab!51313
-
Nick Thomas authored
Added board list concern See merge request gitlab-org/gitlab!51328
-
Kamil Trzciński authored
Remove gitpod feature flag See merge request gitlab-org/gitlab!51197
-
Mikołaj Wawrzyniak authored
Resolve "Cleanup invisible_captcha feature flag" See merge request gitlab-org/gitlab!50650
-
Olena Horal-Koretska authored
Fix mobile layout Error Tracking details page See merge request gitlab-org/gitlab!50970
-
Rémy Coutable authored
Quarantine flaky test See merge request gitlab-org/gitlab!51444
-
Jan Provaznik authored
Moves logic shared by issue and epic boards into a concern
-
Igor Drozdov authored
Moves the auto merge state to GraphQL See merge request gitlab-org/gitlab!50980
-
Phil Hughes authored
Moves the auto merge failed and enabled states into GraphQL for its state data. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/235715
-
Jarka Košanová authored
Remove unnecessary files : fixing 284396 See merge request gitlab-org/gitlab!51381
-
Radhika Patwari authored
-
Mikołaj Wawrzyniak authored
Add a configurable Grafana tag for database reindexing annotations See merge request gitlab-org/gitlab!50755
-
Phil Hughes authored
Fix component option order in boards See merge request gitlab-org/gitlab!51360
-
Sarah Groff Hennigh-Palermo authored
Fix graph not rendering links when updating Ci config See merge request gitlab-org/gitlab!51346
-
Frédéric Caplette authored
We need to revert back to using the gl-tab for now and avoid the wrapper that handles keeping the component alive since it breaks the graph. This also means that for now, the viz component is mounted every time we click on the tab.
-
Achilleas Pipinellis authored
Specify how to update the db timeouts See merge request gitlab-org/gitlab!51110
-
Harish Ramachandran authored
-
Vitali Tatarintev authored
Add PG trigger to maintain `projects.has_external_wiki` See merge request gitlab-org/gitlab!49916
-
Luke Duncalfe authored
We cache whether a project has an External Wiki integration enabled in the `has_external_wiki` column on `projects`. It will be `TRUE` if the project has the "External Wiki" integration (service) enabled. This was previously maintained with application code. This cache is easy to fall out of consistency when we fail to maintain it during bulk operations (including PostgreSQL cascading deletes https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48163/) as mentioned in: - https://gitlab.com/gitlab-org/gitlab/-/issues/273574#note_457006686 - https://gitlab.com/gitlab-org/gitlab/-/issues/289798 As Ecosystem is increasingly changing integration data using bulk operations this has been changed to be maintained through a PostgreSQL trigger. https://gitlab.com/gitlab-org/gitlab/-/issues/290715 https://gitlab.com/gitlab-org/gitlab/-/issues/289798
-
James Lopez authored
Release Highlights Linter See merge request gitlab-org/gitlab!48851
-
Rémy Coutable authored
Remove extra space from graphql enum See merge request gitlab-org/gitlab!51304
-
Vitali Tatarintev authored
Move Group Migration entities import to individual sidekiq jobs See merge request gitlab-org/gitlab!50781
-
Mark Florian authored
-
Achilleas Pipinellis authored
Updated broken link See merge request gitlab-org/gitlab!51404
-
-
Achilleas Pipinellis authored
Fixed broken link See merge request gitlab-org/gitlab!51405
-
Heinrich Lee Yu authored
Use package settings to validate Maven packages See merge request gitlab-org/gitlab!50691
-