- 12 Aug, 2020 40 commits
-
-
Paul Slaughter authored
-
Paul Slaughter authored
- The utilities in utils/blob are not used yet but they will be in the next step.
-
Paul Slaughter authored
Feat(Insights Charts): use skeleton chart loader Closes #219742 See merge request gitlab-org/gitlab!37815
-
Michael Lunøe authored
To add a nicer loading experience for the user we use the general skeleton chart loader Ref. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35012
-
Olena Horal-Koretska authored
Swapping deprecated error tracking buttons Closes #219823 See merge request gitlab-org/gitlab!39134
-
Amelia Bauerly authored
-
Douglas Barbosa Alexandre authored
Clean up orphaned LFS file references during GC Closes #223621 See merge request gitlab-org/gitlab!38813
-
James Lopez authored
Replace .com checks with app setting checks See merge request gitlab-org/gitlab!39150
-
Fabio Pitino authored
Add variable expansion to cross pipeline artifacts See merge request gitlab-org/gitlab!36578
-
Marius Bobin authored
Variables can be specified when adding cross project dependencies with needs: ``` build_job: stage: build script: - ls -lhR needs: - project: $CI_PROJECT_PATH job: $SOME_JOB_NAME_IN_OTHER_PROJECT ref: $CI_COMMIT_BRANCH artifacts: true ```
-
Nick Thomas authored
Limit webhook payload size to 25MB See merge request gitlab-org/gitlab!38687
-
Peter Leitzen authored
Enable :resource_access_token feature flag by default See merge request gitlab-org/gitlab!39287
-
Olena Horal-Koretska authored
Increase contrast between UTC label and input Closes #219638 See merge request gitlab-org/gitlab!34998
-
James Lopez authored
Add `sse_erb_support` feature flag Closes #235176 See merge request gitlab-org/gitlab!39195
-
Shinya Maeda authored
Make CreatePipelineService to use a dry_run mode See merge request gitlab-org/gitlab!37134
-
Fabio Pitino authored
This allows a pipeline creation to fully run while skipping the persistence steps. In the end it returns a non-persisted pipeline with all its errors and warnings. This feature is useful to allow CI Lint to use the actual pipeline creation and display all errors rather than using only YamlProcessor.
-
Kushal Pandya authored
Replace depreciated button in jobs item Closes #219774 See merge request gitlab-org/gitlab!38923
-
Olena Horal-Koretska authored
Step 2 - Fix blob editor lite scroll See merge request gitlab-org/gitlab!39251
-
Sanad Liaquat authored
Improve snippet specs by adding Dynamic Element Validation on saving Closes #233991 See merge request gitlab-org/gitlab!39178
-
James Lopez authored
Add a top-level GraphQL query for an iteration See merge request gitlab-org/gitlab!38692
-
Olena Horal-Koretska authored
Load project list only during loading the Security Dashboard See merge request gitlab-org/gitlab!39263
-
Nick Thomas authored
At the moment, users have no way to clean up orphaned LFS objects in their repositories. Ideally, this would happen automatically, but in the meantime, making it part of project housekeeping - which can be manually triggered, and is also used during project cleanup, which is often used as part of the "remove LFS from this repository" flow - solves a pressing need.
-
Imre Farkas authored
Collect node CPU and memory utilization in usage ping See merge request gitlab-org/gitlab!38681
-
Qingyu Zhao authored
-
Imre Farkas authored
Merge branch '232509-improve-performance-of-show-action-for-projects-commitcontroller-under-load-into-s2-tier' into 'master' Load commit diff_files asynchronously See merge request gitlab-org/gitlab!38450
-
David Kim authored
This is an attempt to improve the commit page load performance. This improve the user interaction timing, but it does not load diff_files in batches yet.
-
Enrique Alcántara authored
Update dependency @gitlab/ui to v18.6.2 See merge request gitlab-org/gitlab!39289
-
Igor Drozdov authored
Add data to commented_by field See merge request gitlab-org/gitlab!39237
-
Robert May authored
Adds a simple lookup for note authors who are approvers for an MR.
-
Imre Farkas authored
Drop minimum required Git version to v2.24.0 again See merge request gitlab-org/gitlab!39185
-
Natalia Tepluhina authored
Replace fa-sign-out icons with GitLab SVG leave/close icon Closes #225895 See merge request gitlab-org/gitlab!37794
-
Markus Koller authored
Remove the introduction banner once and for all See merge request gitlab-org/gitlab!38967
-
Martin Wortschack authored
Value stream switch dropdown sorting See merge request gitlab-org/gitlab!39170
-
Ezekiel Kigbo authored
Updates the related create value stream specs to check inside the dropdown
-
Imre Farkas authored
Change coverage fuzzing prefix to COVFUZZ See merge request gitlab-org/gitlab!38441
-
Yevgeny Pats authored
-
Alan Paruszewski authored
This change improves the performance of loading next pages of Vulnerabilities in Group Security Dashboard by loading list of projects only once at the page load instead of reloading them every time user fetches new page.
-
Kushal Pandya authored
Toggle epic confidential See merge request gitlab-org/gitlab!37678
-
Ezekiel Kigbo authored
Add "Add panel" item to dashboard actions menu See merge request gitlab-org/gitlab!39194
-
Miguel Rincon authored
Add a new link to allow users to navigate to the panel preview page. The new link is added directly in the actions menu.
-