- 13 Jan, 2021 1 commit
-
-
Jackie Fraser authored
-
- 12 Jan, 2021 39 commits
-
-
Illya Klymov authored
Fix simultaneous requests for vulnerabilities on pipeline security tab See merge request gitlab-org/gitlab!48426
-
Daniel Tian authored
Fix multiple simultaneous requests for vulnerabilities on pipeline security tab, leading to results inconsistent with selected filters
-
Dmytro Zaporozhets (DZ) authored
Upgrade to Grape v1.5.1 See merge request gitlab-org/gitlab!44554
-
Rémy Coutable authored
Fix detection of frozen_string_literal comments See merge request gitlab-org/gitlab!51486
-
Kamil Trzciński authored
Add scripts to collect GC setting results See merge request gitlab-org/gitlab!49718
-
Matthias Käppler authored
This is useful to explore the impact of RUBY_GC_* settings on application start-up performance and GC stats.
-
Kamil Trzciński authored
Refactor pages migration services See merge request gitlab-org/gitlab!50624
-
Robert Speicher authored
Add "keep latest artifact" option for projects See merge request gitlab-org/gitlab!49256
-
Jose Ivan Vargas authored
This adds the keep latest artifact option at the project level, allowing users to opt-put of keeping artifacts
-
Andrew Fontaine authored
Move Ci pipeline graph mounted logic to an immediate watcher See merge request gitlab-org/gitlab!51388
-
Frédéric Caplette authored
Because pipeline_editor component can be used in multiple sections, we cannot know if the rendering will only happen in mount lifecycle. Instead, we move the logic to an immediate watcher where the render can be trigger if: - The component mounts for the first time - The pipelineData prop changes This also merges other watchers that were made to report error since they are also dependants on the pipelineData.
-
Kamil Trzciński authored
Fix issue with displaying solution actions See merge request gitlab-org/gitlab!50648
-
Tetiana Chupryna authored
-
Igor Drozdov authored
Fix N+1 in Dashboard::SnippetsController#index See merge request gitlab-org/gitlab!50569
-
Miguel Rincon authored
Step 3 - Use ide.files.change for live preview See merge request gitlab-org/gitlab!50255
-
Paul Slaughter authored
Watching deep on entries causes way too many updates and is expensive.
-
Kerri Miller authored
Fix 500 errors entering a webhook URL not encoded See merge request gitlab-org/gitlab!51109
-
Phil Hughes authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!51454
-
Markus Koller authored
-
Nicolò Maria Mezzopera authored
Add deployment frequency charts to CI/CD Analytics page See merge request gitlab-org/gitlab!50885
-
Nathan Friend authored
This commit updates the CI/CD Analytics page to include 3 new charts that display data about the deployment frequency to the "production" environment over three different time ranges.
-
Francisco Javier López authored
-
Igor Drozdov authored
Adds version cache field to composer metadata See merge request gitlab-org/gitlab!50906
-
Giorgenes Gelatti authored
Refactor composer json classes and adds SHA cache metadata field for future storage of cached values.
-
Kushal Pandya authored
Update DAST Profiles library UI See merge request gitlab-org/gitlab!50576
-
Dheeraj Joshi authored
Implement design improvements for Site & Scanner profile library pages
-
Phil Hughes authored
Remove widget_visibility_polling feature flag See merge request gitlab-org/gitlab!51402
-
Martin Wortschack authored
Fixes todo meta click on project name not working See merge request gitlab-org/gitlab!51327
-
Marcia Ramos authored
Fix gitpod settings enable docs See merge request gitlab-org/gitlab!51466
-
Paul Slaughter authored
- Remove seciton in "version history" - Expand admin configuration
-
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
-