summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | |/ / | |/| |
* | | | Update ci workflow illustrationMarcia Ramos2019-03-283-1/+1
| |/ / |/| |
* | | Docs: Fix more anchors, mostly pipeline relatedMarcel Amirault2019-03-272-3/+3
|/ /
* | Merge branch 'docs-junit-report-paths-matching' into 'master'Evan Read2019-03-251-3/+3
|\ \ | | | | | | | | | | | | Correct JUnit report path pattern matching description See merge request gitlab-org/gitlab-ce!26215
| * | Correct Gradle files pattern matching description and exampleNate Liu2019-03-151-3/+3
| | | | | | | | | | | | `junit` files pattern matching should be globbing instead of regex.
* | | Docs: Fix missed or newly added broken anchorsMarcel Amirault2019-03-255-12/+9
| | |
* | | Add instance level templates to the examples page.Brendan O'Leary 🐢2019-03-241-0/+4
| | |
* | | Merge branch 'docs-ci-examples-devops_and_game_dev_with_gitlab_ci_cd' into ↵Achilleas Pipinellis2019-03-201-9/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update 'DevOps and Game Dev with GitLab CI/CD' doc See merge request gitlab-org/gitlab-ce!25944
| * | | Update 'DevOps and Game Dev with GitLab CI/CD' docTakuya Noguchi2019-03-111-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | Fix note lists throughout docsEvan Read2019-03-202-2/+3
| | | |
* | | | Copyedit pipelines-related documentationEvan Read2019-03-192-42/+42
| | | |
* | | | Refactor new content for stage keywordEvan Read2019-03-191-7/+12
| | | |
* | | | Merge branch 'patch-48' into 'master'Evan Read2019-03-181-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix simple typo in Documentation See merge request gitlab-org/gitlab-ce!26243
| * | | | fix simple typofschl2019-03-161-1/+1
| | | | |
* | | | | `untracked: true` does not adhere to .gitignore, see ↵Michael Bisbjerg2019-03-181-2/+1
|/ / / / | | | | | | | | | | | | gitlab-org/gitlab-runner#3378
* | | | Merge branch 'patch-48' into 'master'Achilleas Pipinellis2019-03-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Documentation : Update index.md See merge request gitlab-org/gitlab-ce!26149
| * | | | Update index.mdHrishi2019-03-141-1/+1
| | | | |
* | | | | Docs: CI/CD intro - new graphMarcia Ramos2019-03-152-1/+2
| | | | |
* | | | | Merge branch '58482-update-airminc/clair-local-scan-to-2.0.6' into 'master'Grzegorz Bizon2019-03-151-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update clair-local-scan to 2.0.6 Closes #58482 See merge request gitlab-org/gitlab-ce!25743
| * | | | | Update clair-local-scan to 2.0.6 to support Ubuntu 18.04Takuya Noguchi2019-03-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | Merge branch 'docs/edit-notes-about-remote-includes' into 'master'Kamil Trzciński2019-03-151-8/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edit note about remote includes Closes #58836 See merge request gitlab-org/gitlab-ce!25999
| * | | | | Centralise and simplify textEvan Read2019-03-151-7/+5
| | | | | |
| * | | | | Fix missing full stopEvan Read2019-03-141-1/+1
| | | | | |
| * | | | | Edit note about remote includesEvan Read2019-03-121-6/+5
| | | | | |
* | | | | | Refactor and restructure pipelines landing pageEvan Read2019-03-145-200/+258
| |_|/ / / |/| | | | | | | | | | | | | | - Also has other minor improvements.
* | | | | Merge branch 'fixes-broken-doc-link' into 'master'Evan Read2019-03-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [docs] Git push-option documentation anchor seems to have changed. See merge request gitlab-org/gitlab-ce!25971
| * | | | | Git push-option documentation anchor seems to have changed.Harald Reingruber2019-03-111-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'patch-48' into 'master'Marcia Ramos2019-03-131-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Fix bug "Fatal: Could not parse object {COMMIT_HASH}" See merge request gitlab-org/gitlab-ce!25860
| * | | | Update index.mdAris Lacdao2019-03-071-2/+2
| | | | | | | | | | | | | | | | | | | | Bug on cloning repository: Getting error "fatal: Could not parse object {COMMIT_HASH}" Fix: cd into $new_release_dir instead of $releases_dir.