- Sep 12, 2019
-
-
Thong Kuah authored
Update feature flag name for Cycle Analytics See merge request gitlab-org/gitlab-ce!32641 (cherry picked from commit 76c0af29) 3e55012f Update feature flag name for Cycle Analytics
-
- Sep 10, 2019
-
-
-
-
🙈 jacopo beschi 🙉 authored
-
-
Do not use dollar signs in shell codeblocks when no output is shown
-
Achilleas Pipinellis authored
Notably: - Merge the use cases with the opening paragraph of DS - Add link to the auto-remediation section in the main index page - Add auto remediation to the title of solutions for better SEO - Move the JSON reports section below the other more important sections - Remove Container Scanning from the list of supported scanners in solutions - Fix some "introduced in" sentences so that they can be properly parsed
-
-
-
-
-
- Sep 09, 2019
-
-
Drew Blessing authored
-
Niels Peto authored
-
-
Evan Read authored
-
Raimund Hook authored
-
There's an error that occurs when the Docker version used to run the SAST job is 19.03.00, and the job will fail. Advise the users what to do in case they bump into this.
-
-
-
- Sep 06, 2019
-
-
-
Stefan Schmalzhaf authored
-
Russell Dickenson authored
-
-
-
Alishan Ladhani authored
- Show Knative install button on group/instance cluster pages - Allow Knative to be installed on group/instance clusters - Add feature specs for installing applications on group/instance clusters - Add changelog entry - Update docs to reflect that Knative can now be installed on group-level and instance-level clusters
-
Paul Gascou-Vaillancourt authored
-
- Sep 05, 2019
-
-
Adam Hegyi authored
-
James Fargher authored
-
Reflect the addition of a "hide dismissed vulnerabilities" toggle in security dashboards, see https://gitlab.com/gitlab-org/gitlab-ee/issues/9102
-
-
- Sep 04, 2019
-
-
-
-
-
Christian Couder authored
MergeRequests::PushOptionsHandlerService has been updated to allow adding and removing labels to a merge request using git push options. To create a new merge request and add 2 labels to it: git push -u origin -o merge_request.create \ -o merge_request.label="My label 1" \ -o merge_request.label="My label 2" To update an existing merge request and remove a label while adding a different label: git push -u origin -o merge_request.label="My added label" \ -o merge_request.unlabel="My removed label" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
-
Added when it has been moved to core
-
Thong Kuah authored
Since 5142bd73, we are using the official chart now.
- Sep 03, 2019
-
-
Orit Golowinski authored
-
-
- Sep 02, 2019
-
-
Gitlab CI Linter otherwise gives error `variables config should be a hash value of key value pairs`
-