summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update docs related to CI variablesKrasimir Angelov2019-05-036-27/+42
| | | | | | | | | | Add `Variable Types` section to explain supported variable types and update example and related screenshots.
* | Sort feature set table by stageEvan Read2019-05-031-20/+30
| |
* | Merge branch ↵Douwe Maan2019-05-021-0/+3
|\ \ | |/ |/| | | | | | | | | | | | | '53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs' into 'master' Disable retrying cancelled jobs Closes #53064 See merge request gitlab-org/gitlab-ce!27503
| * Apply suggestion to doc/ci/pipelines.md53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobsMiranda Fluharty2019-05-011-4/+2
| |
| * Update documentation to explain job retryabilitymfluharty2019-04-231-0/+5
| |
* | Add example for the artifacts:paths sectionBlair Lunceford2019-05-011-2/+4
| |
* | Merge feature set tables into oneMarcia Ramos2019-04-302-81/+113
| | | | | | | | Plus: add note for .com users
* | Fix text based on exampleEvan Read2019-04-291-7/+7
| |
* | Merge branch 'master' into 'master'Evan Read2019-04-281-1/+1
|\ \ | | | | | | | | | | | | fix include example See merge request gitlab-org/gitlab-ce!27571
| * | fix include exampleAaron Brülisauer2019-04-231-1/+1
| | | | | | | | | no leading slash at project reference
* | | Docs: Environments Documentation reviewMarcel Amirault2019-04-285-98/+104
| | |
* | | Clarify masked variables docsSteve Azzopardi2019-04-281-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | - Add note that must contain only letters, numbers, underscore - Add example of escape characters - Add regex used for validation closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60785
* | | Fix reference-style links in CI predefined varsPeter Leitzen2019-04-261-0/+4
| | |
* | | Merge branch 'add-ci-variable-protected-ref' into 'master'Grzegorz Bizon2019-04-241-0/+1
|\ \ \ | | | | | | | | | | | | | | | | Add CI variable CI_REF_PROTECTED See merge request gitlab-org/gitlab-ce!26716
| * | | Change CI_REF_PROTECTED variable to CI_COMMIT_REF_PROTECTEDJason van den Hurk2019-04-101-1/+1
| | | |
| * | | Change release version of CI_REF_PROTECTED to 11.11Jason van den Hurk2019-04-101-1/+1
| | | |
| * | | Added documentation for CI_REF_PROTECTED ci variableJason van den Hurk2019-04-101-0/+1
| | | |
* | | | Support negative matchesKamil Trzciński2019-04-231-4/+11
| | | | | | | | | | | | | | | | | | | | This adds support for != and !~ operators giving more flexibility in comparing values
* | | | Make it clearer when CI_MERGE_REQUEST_ variables are availableAchilleas Pipinellis2019-04-231-17/+17
| |/ / |/| |
* | | Add doc cross links for large repositoriesSteve Azzopardi2019-04-231-18/+21
| | |
* | | Docs: update feature name "Pipelines for Merged Results"Marcia Ramos2019-04-221-3/+3
| | |
* | | Docs: fixes grammar/typoMarcia Ramos2019-04-221-1/+1
| | |
* | | Merge branch ↵Grzegorz Bizon2019-04-191-20/+26
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '58663-use-include-template-syntax-for-including-the-code-quality-job' into 'master' Resolve "Use include template syntax for including the Code Quality job" Closes #58663 See merge request gitlab-org/gitlab-ce!27448
| * | Update CodeQuality example docs58663-use-include-template-syntax-for-including-the-code-quality-jobMatija Čupić2019-04-171-20/+26
| | |
* | | Doc fixes for the release post 11.10Marcia Ramos2019-04-181-1/+1
| | |
* | | Update README.mdAnthony Mastrean2019-04-171-6/+6
| | |
* | | Merge branch 'masked-variables-docs-update-docs-only' into 'master'Mike Lewis2019-04-171-6/+15
|\ \ \ | |/ / |/| | | | | | | | Add Masked Variables to Variables documentation See merge request gitlab-org/gitlab-ce!27236
| * | Add Masked Variables to Variables docsmasked-variables-docs-update-docs-onlymfluharty2019-04-101-6/+15
| |/
* | Merge branch 'docs/merge-request-pipelines' into 'master'Achilleas Pipinellis2019-04-171-1/+7
|\ \ | | | | | | | | | | | | | | | | | | Add note about MR Pipeline Runner version Closes gitlab-ee#11122 See merge request gitlab-org/gitlab-ce!27330
| * | Add note about MR Pipeline Runner versiondocs/merge-request-pipelinesSteve Azzopardi2019-04-171-1/+7
| | |
* | | Docs: CI/CD intro - add new illustration + descriptionMarcia Ramos2019-04-162-16/+45
| | |
* | | Refactor review apps doco and CI landing pageEvan Read2019-04-152-99/+62
|/ /
* | Merge branch 'limit-amount-of-created-pipelines' into 'master'Grzegorz Bizon2019-04-111-0/+9
|\ \ | | | | | | | | | | | | Process at most 4 pipelines during push See merge request gitlab-org/gitlab-ce!27205
| * | Process at most 4 pipelines during pushlimit-amount-of-created-pipelinesKamil Trzciński2019-04-101-0/+9
| |/ | | | | | | | | | | | | | | This adds a limitation that we will try to create pipeline for at most 4 first changes (branches and tags). This does not affect processing of Pipelines for Merge Requests, as each updated MR will have associated pipeline created.
* | ci/yaml: add version info to changes only/exceptElan Ruusamäe2019-04-111-4/+9
| |
* | Remove executable bits from documentation imagesStan Hu2019-04-103-0/+0
|/ | | | | The build in https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/194484356 was failing.
* Update broken links to new destinationsEvan Read2019-04-101-3/+2
|
* Change mode to 644 for doc/ci/variables/img/docs-60290-docs-lint-broken-in-masterRémy Coutable2019-04-095-0/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use US English for contentEvan Read2019-04-092-6/+6
|
* Update auth with registry docsEvan Read2019-04-091-17/+18
|
* Docs: Update predefined_variables.md to fix anchorMarcel Amirault2019-04-091-1/+1
|
* Merge branch 'document-approach-for-handling-big-repositories' into 'master'Achilleas Pipinellis2019-04-082-0/+236
|\ | | | | | | | | Add useful tips about big repositories See merge request gitlab-org/gitlab-ce!27005
| * Add usefull tips about big repositoriesdocument-approach-for-handling-big-repositoriesKamil Trzciński2019-04-082-0/+236
| |
* | Docs: Fix anchors related to variables docMarcel Amirault2019-04-0811-26/+18
|/
* Update RegExp syntax link to RE2Cody Mize2019-04-081-1/+1
| | | | | | CI ref pattern matching now uses RE2 instead of Ruby. See https://about.gitlab.com/2019/04/01/security-release-gitlab-11-dot-9-dot-4-released/ for more information.
* Docs: Fix anchors related to environments docMarcel Amirault2019-04-086-9/+9
|
* Docs for use combined merge refs with merge request pipelinesShinya Maeda2019-04-054-12/+63
| | | | pdate
* Merge branch 'update-custom-build-dir-docs' into 'master'Achilleas Pipinellis2019-04-052-2/+98
|\ | | | | | | | | Add documentation for custom build directories See merge request gitlab-org/gitlab-ce!20427
| * Add documentation for new big-repos featuresKamil Trzciński2019-04-052-2/+98
| | | | | | | | | | | | | | | | | | | | This adds documentation for: - `CI_BUILDS_DIR`, - `CI_CONCURRENT_ID`, - `CI_CONCURRENT_PROJECT_ID`, - `GIT_CLONE_PATH`, - `GIT_CLEAN_FLAGS`
* | Allow to use untrusted Regexp via feature flagKamil Trzciński2019-04-041-0/+21
|/ | | | | | | This brings support for untrusted regexp for 'only:refs:' when enabled via feature flag: alllow_unsafe_ruby_regexp. This is by default disabled, and should not be used in production