- 12 Aug, 2020 40 commits
-
-
Mike Jang authored
Add missing curly bracket to i18n example See merge request gitlab-org/gitlab!38970
-
Natalia Tepluhina authored
Update deprecated environment dropdowns in dashboard Closes #213717 See merge request gitlab-org/gitlab!39303
-
Shinya Maeda authored
Optionally use new dry_run mode on CI Lint page See merge request gitlab-org/gitlab!37828
-
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.
-
Fabio Pitino authored
Warning messages for pipeline configurations See merge request gitlab-org/gitlab!38734
-
Payton Burdette authored
Adds a warning message to the ci lint view, pipeline view and the run new pipeline view. Also adds necessary text coverage.
-
Marcin Sedlak-Jakubowski authored
Clarify the ID and IID details for variables See merge request gitlab-org/gitlab!39277
-
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 ```
-
Miguel Rincon authored
As part of our efforts to keep our components up to date, update environment dropdowns to the GlNewDropdown component.
-
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
-