- 03 Sep, 2020 1 commit
-
-
Alan (Maciej) Paruszewski authored
-
- 01 Sep, 2020 24 commits
-
-
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
-
Tom Quirk authored
Rename it to extractDesignNoteId
-
- 31 Aug, 2020 15 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
-
ap4y authored
This commit adds support for yaml editing in policy editor. YAML can be updated in the related tab using a editor component (uses monaco editor) and this will result in policy data changes.
-
ap4y authored
This commit adds a helper function for loading network policies from a yaml kubernetes manifests into policy object expected by the policy editor.
-
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
-
Thong Kuah authored
-
Douglas Barbosa Alexandre authored
Remove `skip_hashed_storage_upgrade` feature flag Closes #33730 See merge request gitlab-org/gitlab!29364
-