summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update redirected links in CE part 1Marcel Amirault2019-07-089-15/+15
| | | | | First MR in a series updating all redirected links in CE documentation to the destination URLs
* Change absolute links to relativeMarcel Amirault2019-07-051-1/+1
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG Alexander Tanayno2019-07-041-4/+4
|
* Merge branch 'docs-environment-stop-git-strategy' into 'master'Evan Read2019-07-031-0/+6
|\ | | | | | | | | Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none` See merge request gitlab-org/gitlab-ce!30283
| * Update docs environment:action:stop GIT_STRATEGYdocs-environment-stop-git-strategyMark Lapierre2019-07-041-0/+6
| | | | | | | | | | | | Notes that `GIT_STRATEGY` should be set to `none` so that the job doesn't fail when triggered automatically when the branch is deleted.
* | Move images to their own dirsMarcia Ramos2019-07-0310-128/+186
| | | | | | | | - Move images to each corresponding img/ folder
* | Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-031-1/+1
|/ | | | Add backticks around square brackets, or fix links, as necessary.
* Expand docs on configuring jobs with private registry accessRoss Vandegrift2019-07-011-30/+75
| | | | Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
* Clarify requirements for pipelines for MRsEvan Read2019-07-011-20/+40
|
* Merge branch ↵Marcia Ramos2019-06-261-1/+1
|\ | | | | | | | | | | | | | | | | '61687-follow-up-from-update-ci-minutes-docs-to-reflect-this-is-available-to-all-plans-docs' into 'master' Add missing tier badge for the pipelines quota Closes #61687 See merge request gitlab-org/gitlab-ce!30046
| * Add tier badge for additional pipelines quota purchase61687-follow-up-from-update-ci-minutes-docs-to-reflect-this-is-available-to-all-plans-docsAchilleas Pipinellis2019-06-261-1/+1
| |
* | Add note about Docker socket mountingdocs/63418-docs-feedback-update-for-11-11-1-feature-flagSteve Azzopardi2019-06-251-1/+8
|/ | | | | | | | | | | | When using `docker:dind` service and the Runner has the socket mounted as well it will lead to the following error: ``` Failed to load listeners: can't create unix socket /var/run/docker.sock: device or resource busy ``` reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
* Add Markdown lintingEvan Read2019-06-253-6/+6
| | | | | Also adds and one linting rule and makes project conform to it.
* Updated explanation of CI_COMMIT_BEFORE_SHA variableBlair Lunceford2019-06-251-1/+1
|
* Refactor and add version text to variable syntaxEvan Read2019-06-241-7/+7
|
* Docs: link to predefined env variables reference more evidentMarcia Ramos2019-06-241-3/+5
|
* Merge branch 'patch-28' into 'master'Evan Read2019-06-201-1/+1
|\ | | | | | | | | using_docker_images.md: fix config.json path See merge request gitlab-org/gitlab-ce!29791
| * using_docker_images.md: fix config.json pathPer Lundberg2019-06-181-1/+1
| |
* | Demote new sectionEvan Read2019-06-191-1/+1
| |
* | Adds docs for job collapsible sectionsFilipa Lacerda2019-06-182-0/+14
| |
* | Https many links in docsEvan Read2019-06-182-6/+6
|/
* Add note about nested variables for GIT_CLONE_PATHSteve Azzopardi2019-06-181-0/+18
| | | | | | | The variable $GIT_CLONE_PATH does not support nested variables, it will only expand the variables once, not more. reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4319
* Merge branch 'merge-train-docs-change' into 'master'Mike Lewis2019-06-171-9/+3
|\ | | | | | | | | Updated docs for Merge Trains See merge request gitlab-org/gitlab-ce!29771
| * Updated docs with suggested changesmerge-train-docs-changeDarby Frey2019-06-171-6/+2
| |
| * Updated docs for Merge TrainsDarby Frey2019-06-171-5/+3
| |
* | Merge branch 'review-toolbar-docs' into 'master'Mike Lewis2019-06-173-0/+38
|\ \ | |/ |/| | | | | Visual Review Toolbar Docs See merge request gitlab-org/gitlab-ce!29641
| * Fix that typoreview-toolbar-docssarahghp2019-06-171-1/+1
| |
| * Add link, badgesarahghp2019-06-171-2/+2
| |
| * Apply suggestion to doc/ci/review_apps/index.mdSarah Groff Hennigh-Palermo2019-06-171-0/+2
| |
| * Apply suggestion to doc/ci/review_apps/index.mdSarah Groff Hennigh-Palermo2019-06-171-1/+1
| |
| * Remove modal for realsarahghp2019-06-142-1/+0
| |
| * Apply suggestion to doc/ci/review_apps/index.mdSarah Groff Hennigh-Palermo2019-06-141-1/+1
| |
| * Apply suggestion to doc/ci/review_apps/index.mdSarah Groff Hennigh-Palermo2019-06-141-1/+1
| |
| * Update text and imagesarahghp2019-06-142-0/+2
| |