summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Add Jenkins quick reference pageJason Lenny2019-08-073-0/+211
|
* Compress images with pngquantAchilleas Pipinellis2019-08-0723-0/+0
|
* Merge branch 'mc/feature/add-at-colon-variable-masking' into 'master'Grzegorz Bizon2019-08-071-1/+1
|\ | | | | | | | | | | | | Allow masking @ and : characters Closes #63043 See merge request gitlab-org/gitlab-ce!31065
| * Document new masking requirementsmc/feature/add-at-colon-variable-maskingMatija Čupić2019-07-231-1/+1
| |
* | Update DinD example for 19.03docs/4501-docker-in-docker-19-03-service-failsSteve Azzopardi2019-08-061-54/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docker 19.03 enables TLS by default: ``` Starting in 18.09+, the dind variants of this image will automatically generate TLS certificates in the directory specified by the DOCKER_TLS_CERTDIR environment variable. Warning: in 18.09, this behavior is disabled by default (for compatibility). If you use --network=host, shared network namespaces (as in Kubernetes pods), or otherwise have network access to the container (including containers started within the dind instance via their gateway interface), this is a potential security issue (which can lead to access to the host system, for example). It is recommended to enable TLS by setting the variable to an appropriate value (-e DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is enabled by default. ``` Update the example to use docker over TLS.
* | Expand markdown linting rules for docsMarcel Amirault2019-08-051-46/+51
| | | | | | | | | | | | | | | | | | | | MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
* | Portray better use of types of variables in .gitlab-ci.ymlVlad Stoianovici2019-08-011-2/+5
| |
* | Fix whitespace in ci docsMarcel Amirault2019-08-017-473/+477
| | | | | | | | | | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for most docs in /ci, and cleans up other minor whitespace issues too.
* | Merge branch 'mc/doc/variable-precedence-docs' into 'master'Evan Read2019-07-311-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Document multi-project variable precedence Closes gitlab-ee#12879 See merge request gitlab-org/gitlab-ce!31291
| * | Document multi-project variable precedenceMatija Čupić2019-07-311-0/+5
| | |
* | | Documentation: Added Semaphore Test Boosters example to CI YAML `parallel` docsdrew2019-07-311-6/+29
| | |
* | | Update docker title for docker-in-docker workflowdocs/update-dind-titleSteve Azzopardi2019-07-304-5/+6
|/ / | | | | | | | | `docker-in-docker` is a workflow not an specific executor. It uses the [Docker executor](https://docs.gitlab.com/runner/executors/docker.html).
* | Merge branch 'docs-ci-examples-fix-typo' into 'master'Evan Read2019-07-301-1/+1
|\ \ | | | | | | | | | | | | documentation: fix a typo in ci/examples See merge request gitlab-org/gitlab-ce!31250
| * | Doc: ci: examples: fix typo EnvoyRomain Aviolat2019-07-291-1/+1
| | | | | | | | | | | | | | | This commit fixes a typo in the ci/examples documentation
* | | Merge branch 'mc/doc/document-codeclimate-security-best-practice-docs' into ↵Evan Read2019-07-291-0/+6
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 'master' Document Code Quality potential security flaw Closes #37980 See merge request gitlab-org/gitlab-ce!31197
| * | Document Code Quality potential security flawmc/doc/document-codeclimate-security-best-practice-docsMatija Čupić2019-07-291-0/+6
| | |
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-13/+1
|\ \ \
| * \ \ Merge branch 'security-remove-take-trigger-ownership-feature' into 'master'GitLab Release Tools Bot2019-07-261-13/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop feature to take ownership of a trigger token Closes #2868 See merge request gitlab/gitlabhq!3198
| | * | | Drop feature to take ownership of a trigger tokenFabio Pitino2019-07-101-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
* | | | | Add Job specific variablesMatija Čupić2019-07-292-0/+14
| |_|/ / |/| | | | | | | | | | | | | | | Adds Job specific variables to facilitate specifying variables when running manual jobs.
* | | | Update README.md - add CTA to watch Mastering CI/CD webcast and 5 teams that ↵Agnes Oetama2019-07-263-0/+16
| | | | | | | | | | | | | | | | made the switch to GitLab CI/CD article
* | | | Add trouble shooting for Merge TrainShinya Maeda2019-07-254-20/+85
|/ / / | | | | | | | | | Add trouble shooting sections
* | | Clean up headers in markdownMarcel Amirault2019-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
* | | Cross link to kaniko docsEvan Read2019-07-241-9/+19
| | | | | | | | | | | | | | | Also make security warning more visible and improves instructions.
* | | Merge branch 'docs-correct-omitted-word' into 'master'Evan Read2019-07-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Correct an omitted word See merge request gitlab-org/gitlab-ce!31083
| * | | Correct omitted wordotuhs_d2019-07-241-1/+1
| | |/ | |/|
* | | Add notes to the docs about setting service variables for users wanting to ↵Elliot Rushton2019-07-242-0/+13
|/ / | | | | | | do so from the UI
* | Fix unordered list spacingMarcel Amirault2019-07-221-18/+18
| | | | | | | | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
* | Documentations for parallel execution strategy for Merge TrainsShinya Maeda2019-07-193-21/+27
| | | | | | | | | | | | | | This commit adds a documentation for parallel pipelines on merge trains. Fix typo
* | Update numbered lists for docs standardsMarcel Amirault2019-07-191-1/+1
| | | | | | | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* | typomtmail2019-07-171-1/+1
| |
* | Merge branch 'patch-72' into 'master'Evan Read2019-07-171-2/+2
|\ \ | | | | | | | | | | | | fix docs typo: register runner with services See merge request gitlab-org/gitlab-ce!30769
| * | fix `register runner with services`Woko2019-07-161-2/+2
| | |
* | | Add 3rd party parallel tools section to docsArtur Trzop2019-07-172-0/+5
| | |
* | | Merge branch 'add-default-docs' into 'master'Evan Read2019-07-162-21/+75
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add usage of `default:` Closes #63351 See merge request gitlab-org/gitlab-ce!30677
| * | | Add usage of `default:`add-default-docsKamil Trzciński2019-07-152-21/+75
| | | |
* | | | Merge branch ↵Evan Read2019-07-161-6/+6
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 'docs/12733-docs-using-multiple-extends-in-gitlab-ci-yml-introduced-in-gitlab-12' into 'master' Specify what version of multiple extends in docs Closes gitlab-ee#12733 See merge request gitlab-org/gitlab-ce!30667
| * | | Specify what version of multiple extends in docsdocs/12733-docs-using-multiple-extends-in-gitlab-ci-yml-introduced-in-gitlab-12Steve Azzopardi2019-07-151-6/+6
| |/ / | | | | | | | | | | | | | | | | | | The first MVC of `extends` did not support a job having multiple extends, this was added in GitLab 12.0. closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12733
* | | Fixed wrong placement of "variables:" statement in yml file.Thad Guidry2019-07-151-0/+36
|/ / | | | | | | Verified snippet works with 11.10.1
* | Remove trailing whitespace in docsMarcel Amirault2019-07-124-6/+5
| | | | | | | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* | Add blank lines around code blocksMarcel Amirault2019-07-122-6/+9
| | | | | | | | All code blocks should be surrounded by blank lines
* | Merge branch '64161-gitlab-fqdn' into 'master'Grzegorz Bizon2019-07-112-0/+6
|\ \ | | | | | | | | | | | | | | | | | | Add CI variable to provide GitLab FQDN Closes #64161 See merge request gitlab-org/gitlab-ce!30417
| * | Add docs about CI_SERVER_HOST env variable64161-gitlab-fqdnBalasankar "Balu" C2019-07-102-0/+6
| |/ | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* | Add --push-option example in doc/ci/yaml/README.mdchriscool-master-patch-19677Christian Couder2019-07-101-1/+2
|/
* Fix spacing of code blocksMarcel Amirault2019-07-091-8/+8
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Centralize config for markdownlintMarkus Koller2019-07-091-5/+5
| | | | | | | | The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
* Refactor the Visual Reviews docsAchilleas Pipinellis2019-07-082-34/+92
| | | | Reorganize and better explain what Visual Reviews are
* Add lint rule that headings must increment one level at a timeEvan Read2019-07-081-4/+4
| | | | Also fixes instances in Markdown that broke the rule.
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-0819-50/+50
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Description of the optimized path wildcardBlack-Hole2019-07-081-3/+5
|