- 12 Jan, 2021 40 commits
-
-
Ben Prescott @bprescott_↙ ☺ authored
-
Mike Jang authored
Change group admin to group owner See merge request gitlab-org/gitlab!51487
-
Asmaa Hassan authored
-
Scott Hampton authored
Adjust Pipeline Editor Vis to Handle Parallel Jobs See merge request gitlab-org/gitlab!50897
-
Sarah Groff Hennigh-Palermo authored
- Update tests to pass with the new supprot for parallel jobs - Update CI viz to trace lines and highlight needs properly
-
Mike Jang authored
Update usage ping guide See merge request gitlab-org/gitlab!50270
-
Mikołaj Wawrzyniak authored
Update usage ping guide with information about estimated batch count method.
-
Nathan Friend authored
Reduce the per-page size in release index page for reducing the number of markdown post-processing See merge request gitlab-org/gitlab!50934
-
Suzanne Selhorn authored
Clean up variable table some more See merge request gitlab-org/gitlab!51419
-
Peter Leitzen authored
Add upload feature for metric images See merge request gitlab-org/gitlab!46731
-
Tristan Read authored
Adds a new metrics tab in incidents Uses a new shared component for drag and drop
-
Illya Klymov authored
Fix component option order in admin See merge request gitlab-org/gitlab!51354
-
Kamil Trzciński authored
Revert "Merge branch 'fix/gb/ci-build-stuck-badge-performance-experiment' into 'master'" See merge request gitlab-org/gitlab!51446
-
Illya Klymov authored
Delete ee/app/assets/javascripts/roadmap/store/getters.js See merge request gitlab-org/gitlab!51306
-
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.
-
Grzegorz Bizon authored
This reverts merge request !50521
-
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
-