summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* Work around lack of HTML list support in topicEvan Read2019-04-041-14/+14
|
* Add docs to `only:changes/except:changes` that discuss using regex in ↵Said Masoud2019-04-041-3/+27
| | | | certain scenarios
* Removing redundant "predefined"Eric Hendricks2019-04-031-1/+1
|
* Merge branch '54621_missing_example' into 'master'Grzegorz Bizon2019-04-031-0/+4
|\ | | | | | | | | Add missing 'export' example for CI_API_V4_API_URL See merge request gitlab-org/gitlab-ce!26878
| * Add missing 'export' example for CI_API_V4_API_URLOlliver Schinagl2019-04-021-0/+4
| | | | | | | | | | | | | | | | In issue #54621 a new variable CI_API_V4_API_URL was introduced, but some of the documentation was omitted. Having an example output is always nice. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* | Document matching refs with an at-symbolCody Mize2019-04-031-0/+5
| | | | | | | | | | | | | | At-symbols are used to match a ref to a specific repository path. Currently this is done by string splitting the ref pattern on the at-symbol. In order to pattern match a literal `@` you must use ruby's unicode character matching `\u{0040}`.
* | Add screenshots for variablesMarcia Ramos2019-04-026-236/+376
|/ | | | | - Variables overview - Variables triggered via manual pipeline
* Docs: image realignmentMarcel Amirault2019-04-023-0/+0
|
* Fix conflicts with masterMarcia Ramos2019-04-022-101/+111
| | | | Pull master
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-0/+13
|\ | | | | | | jarv/dev-to-gitlab-2019-04-02
| * Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot2019-04-021-0/+13
| |\ | | | | | | | | | | | | Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3005
| | * Make CI refs matching to to use UntrustedRegexpKamil Trzciński2019-03-151-0/+13
| | | | | | | | | | | | | | | | | | This makes ref validation to use always `UntrustedRegexp`. This also splits the existing RubySyntax into separate class.
* | | Docs: Fix anchor to deprecated variables docMarcel Amirault2019-04-021-1/+1
| | |
* | | Merge branch 'docs/restructure-ci-envs-and-deployment' into 'master'Mike Lewis2019-04-013-322/+450
|\ \ \ | | | | | | | | | | | | | | | | Refactor and restructure environments page See merge request gitlab-org/gitlab-ce!26400
| * | | Fixes from reviewdocs/restructure-ci-envs-and-deploymentEvan Read2019-03-271-3/+1
| | | |
| * | | Refactor and restructure environments pageEvan Read2019-03-263-322/+452
| |/ / | | | | | | | | | | | | - Groups content into relevant sections. - Content edited.
* | | Merge branch 'clarify_onlychanges' into 'master'Evan Read2019-04-011-13/+12
|\ \ \ | | | | | | | | | | | | | | | | Clarify onlychanges See merge request gitlab-org/gitlab-ce!22790
| * | | doc: Professionalize only:changes sectionOlliver Schinagl2019-03-251-13/+12
| |/ / | | | | | | | | | | | | | | | | | | Using we and you isn't very pleasant to read nor is it professional. So lets remove these invocations to have a more pleasant read. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* | | Merge branch 'docs-ci-deprecated-variables' into 'master'Mike Lewis2019-03-292-30/+32
|\ \ \ | | | | | | | | | | | | | | | | Docs: new doc for deprecated variables See merge request gitlab-org/gitlab-ce!26737
| * | | New doc - deprecated variablesdocs-ci-deprecated-variablesMarcia Ramos2019-03-282-30/+32
| | | |
* | | | Merge branch 'patch-30' into 'master'Evan Read2019-03-291-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | README.md: fix URL to CI Lint See merge request gitlab-org/gitlab-ce!26580
| * | | | README.md: fix URL to CI LintDamian Nowak2019-03-261-1/+1
| | |/ / | |/| |