- 12 Aug, 2020 40 commits
-
-
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
-
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.
-
Phil Hughes authored
Merge branch '217858-improve-productivity-analytics-error-when-query-takes-too-long-to-calculate' into 'master' Improve Productivity Analytics error message Closes #217858 See merge request gitlab-org/gitlab!39074
-
Martin Wortschack authored
- This improves the error message when a query takes too long to calculate
-
Shinya Maeda authored
Merge branch '208805-fix-filter-by-releases-in-groups-issue-and-merge-request-search-bar' into 'master' Fix filter by releases at group issues and merge requests search bar Closes #208805 See merge request gitlab-org/gitlab!26740
-
Gilang Gumilar authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/208805 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26740
-
Jan Provaznik authored
Add _links to epics API Closes #230586 See merge request gitlab-org/gitlab!37395
-
Heinrich Lee Yu authored
This makes it easier to query a single iteration by ID regardless of it being a project or group iteration
-
Igor Drozdov authored
Intoduce Gitlab::Json::LimitedEncoder which processes an object using streams which consumes less RAM If an object generates a json string larger than 25MB the webhook is not sent
-
Savas Vedova authored
- Clean up related files
-