- 01 Sep, 2020 17 commits
-
-
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
-
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
-
Tom Quirk authored
Rename it to extractDesignNoteId
-
- 31 Aug, 2020 23 commits
-
-
Tom Quirk authored
Also, add a `url` source for active discussion in Apollo
-
Tom Quirk authored
-
Tom Quirk authored
And add tests, and use this new util
-
Tom Quirk authored
Ensures comment is highlighted on entry
-
Robert Marshall authored
- Fixes several wrong spellings of gitalysecret in the reference architecture documentation Related https://gitlab.com/gitlab-org/gitlab-orchestrator/-/issues/194Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Thong Kuah authored
Remove the feature flag for MWPS notification See merge request gitlab-org/gitlab!39297
-
Russell Dickenson authored
Fix SSOT regarding issue boards permissions Closes #36635 See merge request gitlab-org/gitlab!40849
-
Evan Read authored
Document new majority-wins voting strategy See merge request gitlab-org/gitlab!40832
-
Mayra Cabrera authored
Drop unused plain javascript file See merge request gitlab-org/gitlab!40862
-
Stan Hu authored
Merge branch '235164-sidekiq-storesecurityreportsworker-nomethoderror-undefined-method-key-for-nil-nilclass' into 'master' Add check for identifiers when creating finding Closes #235164 See merge request gitlab-org/gitlab!39650
-
Jose Ivan Vargas authored
Update dependency @gitlab/ui to v20.12.1 See merge request gitlab-org/gitlab!40887
-
Douglas Barbosa Alexandre authored
Remove `skip_hashed_storage_upgrade` feature flag Closes #33730 See merge request gitlab-org/gitlab!29364
-
Lee Tickett authored
-
Suzanne Selhorn authored
-
Ray Paik authored
Point users in the right direction for the check commands See merge request gitlab-org/gitlab!40876
-
Jonathan Schafer authored
-
Jonathan Schafer authored
-
Jonathan Schafer authored
Use base file and remove elements for invalid data
-
Jonathan Schafer authored
Added tests and test file
-
Stan Hu authored
Fix false positive spec on PipelineArtifact See merge request gitlab-org/gitlab!40867
-
Gabriel Mazetto authored
Hide projects pending_delete from the project index See merge request gitlab-org/gitlab!40035
-
Allison Browne authored
Add tests to project finder and used the without_deleted param on the project index page
-
Jan Provaznik authored
Merge branch '241362-dast-scanner-profile-library-implementation-iteration-1-add-new-profile-link-frontend' into 'master' DAST Scanner Profile Library: Add new-profile link See merge request gitlab-org/gitlab!40469
-