summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Use CI variables in CI docker build examplesSiim Tiilen2019-01-181-3/+3
|
* Fix text and markdownEvan Read2019-01-171-13/+12
|
* Refactor `include` CI yaml docsAchilleas Pipinellis2019-01-171-248/+287
|
* Update CI YAML parameter table w/ 'include'Lucas Charles2019-01-101-0/+1
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56172
* Add private runner warningsMatija Čupić2019-01-101-0/+8
|
* Encode special character in documentationJonston Chan2019-01-091-1/+1
|
* Merge branch 'docs/fix-unordered-list-style' into 'master'Achilleas Pipinellis2019-01-082-6/+6
|\ | | | | | | | | Resolve Markdown unordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23037
| * Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-082-6/+6
| | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes.
* | Merge branch ↵Evan Read2019-01-081-1/+4
|\ \ | |/ |/| | | | | | | | | | | | | 'docs/52681-add-documentation-about-how-web-terminals-are-secured' into 'master' Add docs on how web terminals are secured Closes #52681 See merge request gitlab-org/gitlab-ce!24099
| * Add docs on how web terminals are secureddocs/52681-add-documentation-about-how-web-terminals-are-securedSteve Azzopardi2019-01-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In the administration page for web terminals add a new `Security` section explaining how the interactive web terminals are secured between GitLab and gitlab-runner. This section is under administration instead of `doc/ci/interactive_web_terminal` because the administrators of the GitLab instance would be mostly interested in this, whilst `doc/ci/interactive_web_terminal` are interested in how the feature works. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52681
* | Merge branch '49056-auto-devops-secret-docs' into 'master'Marcia Ramos2019-01-071-0/+17
|\ \ | | | | | | | | | | | | Document Auto DevOps secret variables See merge request gitlab-org/gitlab-ce!23970
| * | Apply suggestion to doc/ci/variables/README.mdThong Kuah2019-01-071-1/+1
| | |
| * | Note that multiline variables are not supportedThong Kuah2019-01-071-0/+4
| | |
| * | Document Auto DevOps secret variablesThong Kuah2019-01-071-0/+13
| | | | | | | | | | | | | | | | | | Cross link from GitLab CI variable doc too Add note about running pods and updating secrets without any code change
* | | Merge branch 'include-project' into 'master'Grzegorz Bizon2019-01-071-2/+28
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow to include another project files Closes #53903 See merge request gitlab-org/gitlab-ce!24101
| * | | Allow to include files from another projectsKamil Trzciński2019-01-071-2/+28
| | | | | | | | | | | | | | | | This adds `project:, file:, ref:` specification support.
* | | | Merge branch 'feature/gb/expose-ci-api-url-variable' into 'master'Douwe Maan2019-01-041-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose `CI_API_V4_URL` CI/CD variable Closes #54621 See merge request gitlab-org/gitlab-ce!23936
| * | | | Add new docs for CI_API_V4_URL CI/CD variableGrzegorz Bizon2019-01-031-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'docs-fix-only-except-default' into 'master'Marcia Ramos2019-01-041-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Improve documentation about only except default values Closes #55699 See merge request gitlab-org/gitlab-ce!24016
| * | | Improve documentation about only except default valuesdocs-fix-only-except-defaultShinya Maeda2018-12-241-2/+2
| | | |
* | | | Merge branch 'include-templates' into 'master'Kamil Trzciński2019-01-041-1/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include templates Closes #53445 See merge request gitlab-org/gitlab-ce!23495
| * | | | Allow to include templatesKamil Trzciński2019-01-041-1/+55
| | | | | | | | | | | | | | | | | | | | | | | | | This rewrites a syntax to allow include of templates. This also normalises the syntax used by include: feature
* | | | | Merge branch '55853-deprecate-ci-autodeploy-quick_start_guide-html-docs' ↵Achilleas Pipinellis2019-01-048-95/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Deprecate Auto Deploy's quick start guide Closes #55853 See merge request gitlab-org/gitlab-ce!24096
| * | | | | Deprecate Auto Deploy's quick start guide55853-deprecate-ci-autodeploy-quick_start_guide-html-docsTakuya Noguchi2019-01-028-95/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | Update `include` parameter usage description [ci skip]George Tsiolis2019-01-031-3/+3
| |_|_|/ / |/| | | |
* | | | | Merge branch '55836-docs-fix-navigation-style-in-docs' into 'master'Evan Read2019-01-031-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fix navigation style in docs Closes #55836 See merge request gitlab-org/gitlab-ce!24090
| * | | | Fix navigation style in docs55836-docs-fix-navigation-style-in-docsTakuya Noguchi2019-01-021-1/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | Merge branch '18667-handle-push-opts' into 'master'Douwe Maan2019-01-021-0/+7
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Handle 'git push -o ci.skip' Closes #18667 See merge request gitlab-org/gitlab-ce!15643
| * | | Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-0/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab-org/gitlab-shell!166 added support for collecting push options from the environment, and passing them along to the /internal/post_receive API endpoint. This change handles the new push_options JSON element in the payload, and passes them on through to the GitPushService and GitTagPushService services. Futhermore, it adds support for the first push option, ci.skip. With this change, one can use 'git push -o ci.skip' to skip CI pipe execution. Note that the pipeline is still created, but in the "skipped" state, just like with the 'ci skip' commit message text. Implements #18667
* | | Merge branch ↵Sean McGivern2019-01-021-1/+0
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '55838-remove-gem-install-bundler-from-docker-based-ruby-environments' into 'master' Remove gem install bundler from Docker-based Ruby environments Closes #55838 See merge request gitlab-org/gitlab-ce!24093
| * | Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi2019-01-011-1/+0
| | | | | | | | | | | | | | | | | | bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | Merge branch 'patch-37' into 'master'Evan Read2019-01-021-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Update mysql.md - broken link See merge request gitlab-org/gitlab-ce!23988
| * | | Update mysql.mdsofiane belaribi2018-12-211-2/+2
| | | |
* | | | Merge branch '53656-explain-how-to-add-custom-kaniko-certificate' into 'master'Evan Read2019-01-011-0/+23
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Explain how to use kaniko with a registry with a custom certificate Closes #53656 See merge request gitlab-org/gitlab-ce!23875
| * | | Explain how to use kaniko with a registry with a custom certificateRaphael Nestler2018-12-211-0/+23
| |/ /
* | | Update doc/ci/yaml/README.mdFatih Sarhan2018-12-311-1/+1
| | |
* | | Update doc/ci/caching/index.md fileFatih Sarhan2018-12-311-1/+1
| | |
* | | Fix #55740: Use --no-document option instead of deprecated options in simple ↵Fatih Sarhan2018-12-271-1/+1
| |/ |/| | | | | .gitlab-ci.yml file
* | Fix typos around .gitlab-ci.ymlTakuya Noguchi2018-12-211-1/+1
|/ | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Merge branch 'docs/pipelines-merge-requests' into 'master'Evan Read2018-12-191-16/+15
|\ | | | | | | | | Refactor the pipelines for merge requests docs See merge request gitlab-org/gitlab-ce!23905
| * Refactor the pipelines for merge requests docsAchilleas Pipinellis2018-12-191-16/+15
| |
* | Update yaml/README.md to clarify allow_failure interaction with stagesC.J. Jameson2018-12-191-8/+11
| | | | | | | | Kudos to @eread for feedback!
* | Sort list of predefined variables in alphabetical orderAchilleas Pipinellis2018-12-191-17/+17
| |
* | Compress all images under doc/Achilleas Pipinellis2018-12-189-0/+0
|/
* Fix typo for after_script in README.mdJeff Frontz2018-12-171-1/+1
|
* Add new predefined variable CI_COMMIT_SHORT_SHAJason Lenny2018-12-171-0/+4
|
* Merge branch 'jramsay/web-terminal' into 'master'Achilleas Pipinellis2018-12-171-2/+3
|\ | | | | | | | | Clearly state web terminal is not supported at all on GitLab.com See merge request gitlab-org/gitlab-ce!23821
| * Clearly state web terminal is not supported at allJames Ramsay2018-12-141-2/+3
| |
* | Merge branch 'patch-31' into 'master'Achilleas Pipinellis2018-12-141-1/+1
|\ \ | | | | | | | | | | | | Fixed link in doc/ci/yaml/README.md See merge request gitlab-org/gitlab-ce!23433
| * | Fixed link in doc/ci/yaml/README.mdPhilipp Hasper2018-11-291-1/+1
| | |