- 01 Sep, 2020 40 commits
-
-
Nadia Sotnikova authored
-
Bob Van Landuyt authored
Fix the `_next_instance_of` mock helpers See merge request gitlab-org/gitlab!40763
-
Phil Hughes authored
Fix top position of diff file search Closes #233002 See merge request gitlab-org/gitlab!40634
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!40936
-
Phil Hughes authored
Fix usage of MAX_LINES_TO_BE_RENDERED See merge request gitlab-org/gitlab!40741
-
Phil Hughes authored
Add comment count to MR Analytics Throughput table See merge request gitlab-org/gitlab!40589
-
Brandon Labuschagne authored
This commit adds the comment count to the MR Analytics Throughput Chart
-
Toon Claes authored
Merge branch '230835-add-index-of-merge_request_id-on-approval-merge-request-rules-table' into 'master' Add index of merge_request_id and rule_type Closes #230835 See merge request gitlab-org/gitlab!40556
-
Kerri Miller authored
Adds an index on these 2 columns ahead of removing a similar index on merge_request_id and code_owner, as the code_owner column is slated for removal
-
Nicolò Maria Mezzopera authored
Change merge train position messaging See merge request gitlab-org/gitlab!40777
-
Phil Hughes authored
Refactor pipelines list spec for Vuex upgrade See merge request gitlab-org/gitlab!40707
-
Mehmet Emin INAC authored
Since ActiveRecord is instantiating the objects directly by calling `.allocate` on the model classes, mocking with `next_instance_of` mock helpers is not possible as it is depending on the `.new` method being called. To make it possible to mock next instance of ActiveRecord models, we had to implement a new set of mock helpers which rely on the `.allocate` method to be called.
-
Shinya Maeda authored
Fix auto-deploy-image external chart dependencies See merge request gitlab-org/gitlab!40730
-
Heinrich Lee Yu authored
Have rebalancing worker accept project IDs See merge request gitlab-org/gitlab!40746
-
GitLab Release Tools Bot authored
-
Vitaly Slobodin authored
Simplify progress bar steps logic See merge request gitlab-org/gitlab!40390
-
Martin Wortschack authored
Fix vulnerability save button spinner position See merge request gitlab-org/gitlab!40781
-
Kushal Pandya authored
[DevOps Score] Migrate empty state into Vue component Closes #241700 See merge request gitlab-org/gitlab!40595
-
Kushal Pandya authored
Implement yaml loading in the policy editor See merge request gitlab-org/gitlab!40210
-
James Fargher authored
Remove save_issuable_health_status feature flag use in the frontend See merge request gitlab-org/gitlab!40863
-
James Fargher authored
Usage ping agent token See merge request gitlab-org/gitlab!40563
-
Thong Kuah authored
Track GitLab Kubernetes Agent Server version See merge request gitlab-org/gitlab!40919
-
Thong Kuah authored
Revert "Merge branch '233786-ppi-unique-audit-events-api' into 'master'" See merge request gitlab-org/gitlab!40921
-
Shinya Maeda authored
Add CI_MERGE_REQUEST_DESCRIPTION env variable See merge request gitlab-org/gitlab!40771
-
Laura Montemayor authored
Merge requests contain their own description which is comparable to a `git send-mail` cover letter. If the merge requests contains only a single commit the merge request description equal commit description per default. If the merge request contains multiple commits the description is user defined and ideally contains a summary of the proposed commits. For CI purposes the merge request description can contain commands change the CI default behaviour. This is useful to explicitly run special cases. The merge request description could contain a control command like the following: ``` CI-config: USE_SPECIAL_CASE_Z=1 ``` The CI script can evaluate those options via the following command: ``` echo "$CI_MERGE_REQUEST_DESCRIPTION" | grep -e "^CI-config:" \ cut -d ':' -f 2 | tr ' ' '\n' > extra_env ``` This method allow to run corner cases withouth modifying nor bloating the git log. Signed-off-by: Paul Spooren <mail@aparcar.org>
-
Evan Read authored
Update docs pipeline to use new image See merge request gitlab-org/gitlab!40808
-
Russell Dickenson authored
Docs: Fixed Vale issues Closes #234932 See merge request gitlab-org/gitlab!40914
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/234932
-
Mark Chao authored
Bump doorkeeper to 5.1.1 See merge request gitlab-org/gitlab!40546
-
Marcel Amirault authored
Shallow versioning on CI templates for better internal development process See merge request gitlab-org/gitlab!39418
-
Shinya Maeda authored
This commit documents the versioning flow for CI templates
-
Mark Lapierre authored
This reverts merge request !39616
-
Mikhail Mazurskiy authored
-
Marcel Amirault authored
-
Russell Dickenson authored
Updated case of runner See merge request gitlab-org/gitlab!40896
-
Ezekiel Kigbo authored
Ensure design comment is highlighted when in URL hash Closes #225987 See merge request gitlab-org/gitlab!40477
-
Evan Read authored
Spell gitalysecret correctly See merge request gitlab-org/gitlab!40912
-
charlie ablett authored
Track unique web ide edit action for usage ping See merge request gitlab-org/gitlab!40246
-
Tom Quirk authored
-