summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Fixes link to wrong sectiondocs/fix-anchor-linkEvan Read2019-01-311-1/+1
|
* Merge branch 'highlight-environment-args' into 'master'Evan Read2019-01-311-3/+3
|\ | | | | | | | | Highlight when CI_ENVIRONMENT_* environment args are present See merge request gitlab-org/gitlab-ce!24484
| * Highlight when CI_ENVIRONMENT_* environment args are presentOliver Bristow2019-01-301-3/+3
| |
* | Documentation now matches UI copyEvan Read2019-01-3012-48/+53
| |
* | Add GitLab Pages predefined variablesAdrian Moisey2019-01-291-0/+8
| |
* | Merge branch 'docs-56814-ci-variable-url-clarify' into 'master'Evan Read2019-01-291-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Clarify that project URL could be HTTP or HTTPS Closes #56814 See merge request gitlab-org/gitlab-ce!24667
| * | Clarify that project URL could be HTTP or HTTPSMark Fletcher2019-01-251-1/+1
| | |
* | | Fix table overlapping the ToCMarcia Ramos2019-01-241-0/+4
| | |
* | | Fix most instances of bare URLs in markdownEvan Read2019-01-245-9/+9
| | |
* | | Docs route mapsMarcia Ramos2019-01-215-75/+94
| | |
* | | Merge branch 'docs-add-git-strategy-note' into 'master'Evan Read2019-01-201-0/+5
|\ \ \ | | | | | | | | | | | | | | | | add a note that GIT_STRATEGY is not supported for k8s executor See merge request gitlab-org/gitlab-ce!23974
| * | | Add a note that GIT_STRATEGY is not supported for k8s executorAlexander Tanayno2019-01-181-0/+5
| | | |
* | | | 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