summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Apply suggestions from reviewSarah Groff Hennigh-Palermo2019-06-141-5/+8
| |
| * Update feature namesarahghp2019-06-141-9/+9
| |
| * Apply suggestions from reviewSarah Groff Hennigh-Palermo2019-06-141-5/+16
| |
| * Add more pixsarahghp2019-06-133-2/+2
| |
| * Fix broken linksarahghp2019-06-131-1/+1
| |
| * First pass, needs more pixsarahghp2019-06-132-0/+21
| |
* | Docs for Merge Trainsdocs-merge-trainsShinya Maeda2019-06-175-2/+71
| | | | | | | | | | It explains what is Merge Trains, how to enalbe it and its limitations.
* | Edit after script context textEvan Read2019-06-162-14/+20
|/
* Add quotes to redirect valueEvan Read2019-06-131-1/+1
|
* Merge branch 'docs-its-relative-7' into 'master'Evan Read2019-06-1318-57/+54
|\ | | | | | | | | Docs: Convert absolute links to relative in /ci docs See merge request gitlab-org/gitlab-ce!29029
| * Convert absolute links to relative in /ci docsMarcel Amirault2019-06-1118-57/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix more links after review Update redirect_from link Apply suggestion to doc/ci/introduction/index.md Apply suggestion to doc/ci/README.md Apply suggestion to doc/ci/README.md Make front matter redirect_from links absolute Change front matter to fix discus comments
* | Merge branch 'docs/make-it-clear-about-after-script-context' into 'master'Evan Read2019-06-132-4/+22
|\ \ | | | | | | | | | | | | | | | | | | Leave clear notices in docs about after_script execution context Closes gitlab-runner#4146 See merge request gitlab-org/gitlab-ce!29510
| * | Leave clear notices about after_script execution contextdocs/make-it-clear-about-after-script-contextTomasz Maczukin2019-06-122-4/+22
| |/ | | | | | | | | | | | | | | | | | | | | | | We frequently see new issues mentioning that something defined in `before_script` or `script` doesn't work with `after_script`. Our documentation mentions that first two are concatenated and executed together, why the third one is executed in a separated shell context. But it looks like it's not clear enough. Since this misunderstanding of how scripts are being executed is repeated frequently, let's make it more clear in docs.
* | Add links to CI/CD videosRussell Dickenson2019-06-121-1/+5
| |
* | Docs for Gitlab Runner docker use of private registriesAndrei Burd2019-06-121-0/+95
| | | | | | | | Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386
* | Metrics reports documentation is incompleteMatija Čupić2019-06-121-0/+5
| |
* | Fixed markdown link in Docker compose noteDanial Khoshkhou2019-06-111-1/+1
|/
* Docs: CI - link videosMarcia Ramos2019-06-115-16/+27
|
* Doc types on tutorials in top level examples folder, minor editsMike Lewis2019-06-1117-108/+148
| | | | Variety of edits to conform with SSOT doc style standards
* Move external dashboard docsReuben Pereira2019-06-101-0/+4
| | | | | - To user/project/operations - And cross-link in ci/environments
* Video links for SSoT auditEvan Read2019-06-101-2/+5
|
* Merge branch ↵Stan Hu2019-06-071-1/+1
|\ | | | | | | | | | | | | 'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
| * Expose javascript regexMatija Čupić2019-06-061-2/+1
| |
| * Allow masking if 8 or more characters in base64Thomas Nilsson2019-06-061-0/+1
| | | | | | | | | | | | This should allow for private ssh-keys to remain private. Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
* | SSoT audit fixesEvan Read2019-06-0712-118/+285
| | | | | | | | | | Implements part of the single source of truth audit fixes for the CI section.