summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '5779_rename_code_quality_job_and_artifact' into 'master'Achilleas Pipinellis2018-05-241-6/+13
|\ | | | | | | | | Rename code quality job and artifact. See merge request gitlab-org/gitlab-ce!19049
| * Add deprecation notice in documentation5779_rename_code_quality_job_and_artifactOlivier Gonzalez2018-05-231-0/+7
| |
| * Rename code quality job and artifact. Refs gitlab-org/gitlab-ee#5779Olivier Gonzalez2018-05-231-6/+6
| |
* | Rename container scanning job and artifactOlivier Gonzalez2018-05-241-7/+14
|/
* Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ↵Grzegorz Bizon2018-05-212-0/+2
|\ | | | | | | | | | | | | | | | | 'master' Do not allow to use `CI_PIPELINE_ID` in environment name Closes #46443 See merge request gitlab-org/gitlab-ce!19032
| * Update docs about unsupported environment name variablesGrzegorz Bizon2018-05-182-0/+2
| |
* | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master'Kamil Trzciński2018-05-182-1/+22
|\ \ | |/ |/| | | | | | | | | Add support for variables expression regexp syntax Closes #43601 See merge request gitlab-org/gitlab-ce!18902
| * Update variables expressions pattern matching docsGrzegorz Bizon2018-05-171-7/+2
| |
| * Make variables expression pattern case-sensitivity explicitGrzegorz Bizon2018-05-151-0/+8
| |
| * Add docs on pattern matching syntax in variables expressionGrzegorz Bizon2018-05-152-1/+19
| |
* | Merge branch 'patch-19' into 'master'Rémy Coutable2018-05-151-2/+2
|\ \ | |/ |/| | | | | fix runner requirements See merge request gitlab-org/gitlab-ce!18728
| * fix runner requirementsBen Bodenmiller2018-05-041-2/+2
| |
* | Merge branch '45840-fix-cache-key-docs' into 'master'Achilleas Pipinellis2018-05-091-7/+11
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Incorrect documentation for .gitlab-ci.yml cache:key default value" Closes #45840 See merge request gitlab-org/gitlab-ce!18841
| * | Fix cache:key documentation for the default valueLin Jen-Shin2018-05-091-7/+11
| | | | | | | | | | | | | | | | | | * Re-apply changes from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666 * Update the wordings accordingly for the current revision * Update the example to make it less confusing
* | | Docs: fix duplicate titlesMarcia Ramos 🚫 (OOO - back on May 21)2018-05-091-7/+1
| | |
* | | Docs: add custom descriptions to most relevant docsMarcia Ramos2018-05-091-0/+1
|/ /
* | Merge branch '10244-group-runner-docs' into 'master'Achilleas Pipinellis2018-05-091-3/+14
|\ \ | | | | | | | | | | | | | | | | | | Add docs for group runners Closes #10244 See merge request gitlab-org/gitlab-ce!18807
| * | Capitalize runner in a couple more placesDylan Griffith2018-05-081-2/+2
| | |
| * | Add simple docs for group runnersDylan Griffith2018-05-081-1/+12
| | |
| * | Fix typo in runner docsDylan Griffith2018-05-081-1/+1
| | |
* | | Updates Clair Container scanning GitLab CI configurationGilbert Roulot2018-05-081-1/+1
|/ /
* | Document new variablesTomasz Maczukin2018-05-071-0/+3
|/
* Fixed typosPascal Borreli2018-04-273-9/+9
|
* Merge branch 'better-explain-pipeline-source' into 'master'Marcia Ramos2018-04-251-1/+1
|\ | | | | | | | | Add better explanation for CI_PIPELINE_SOURCE See merge request gitlab-org/gitlab-ce!18111
| * Add better explanation for CI_PIPELINE_SOURCEbetter-explain-pipeline-sourceFabio Busatto2018-03-301-1/+1
| |
* | Add documentation about resetting the runner registration tokenTomasz Maczukin2018-04-241-0/+22
| |
* | Merge branch '44447-expose-deploy-token-to-ci-cd' into 'master'Grzegorz Bizon2018-04-242-0/+7
|\ \ | | | | | | | | | | | | | | | | | | Expose Deploy Token info as environment variables to CI/CD jobs Closes #44447 See merge request gitlab-org/gitlab-ce!18414
| * | Ensure deploy tokens variables are not available in the context of only/exceptMayra Cabrera2018-04-202-0/+4
| | |
| * | Rename special deploy token to make it more descriptiveMayra Cabrera2018-04-201-3/+3
| | | | | | | | | | | | | | | | | | Also: - Includes more specs - Improves a bit the documentation
| * | Add changelog and docsMayra Cabrera2018-04-201-0/+3
| | |
* | | Fix docs typo for ci/lintTakuya Noguchi2018-04-241-1/+1
|/ /
* | Update Container Scanning documentationGilbert Roulot2018-04-191-0/+3
| |
* | Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-191-1/+4
| |
* | Merge branch 'docs-fix-sp-examples' into 'master'Marcia Ramos2018-04-181-1/+5
|\ \ | | | | | | | | | | | | Fix code climate example See merge request gitlab-org/gitlab-ce!18267
| * | Fix code climate exampleOlivier Gonzalez2018-04-091-1/+5
| | |
* | | Fix DAST example in documentationOlivier Gonzalez2018-04-181-3/+3
| | |
* | | Fix container scanning in vendored GitLab CI configuration for Auto DevopsGilbert Roulot2018-04-161-0/+1
| | |
* | | Update docs on `.gitlab-ci.yml` and variables policyGrzegorz Bizon2018-04-161-0/+1
| | |
* | | Add note about support of variables policy to docsGrzegorz Bizon2018-04-161-1/+2
| | |
* | | Use stable docker image instead of latestPhilippe Lafoucrière2018-04-133-14/+14
| | |
* | | Add missing documentation about failure reasonMayra Cabrera2018-04-132-0/+16
| | |
* | | Add dedicated info about artifacts:untracked to GitLab CI's README.mdJosef Glatz2018-04-121-30/+49
|/ /
* | Document unsupported variables for dynamic environmentsdocs/gb/improve-pipeline-variables-expressions-docsGrzegorz Bizon2018-04-062-3/+16
| |
* | Improve docs about pipeline variables expressionsGrzegorz Bizon2018-04-052-12/+46
| |
* | Merge branch 'pdeden/gitlab-ee-patch-7' into 'master'Achilleas Pipinellis2018-04-041-1/+1
|\ \ | | | | | | | | | | | | Fix syntax error in the `Envoy.blade.php` example See merge request gitlab-org/gitlab-ce!18177
| * | Envoy.blade.php syntax fixedpdeden/gitlab-ee-patch-7Patrick Deden2018-03-301-1/+1
| |/
* | Update Security Products examples documentationOlivier Gonzalez2018-04-033-6/+30
| |
* | Merge branch 'docs/performance-testing' into 'master'Marcia Ramos2018-04-021-20/+73
|\ \ | | | | | | | | | | | | Refactor the browser performance testing docs See merge request gitlab-org/gitlab-ce!18097
| * | Refactor the browser performance testing docsdocs/performance-testingAchilleas Pipinellis2018-03-291-20/+73
| | | | | | | | | | | | | | | From my experience in setting this up https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/231/diffs
* | | Merge branch 'docs/mirrored-repositories-for-pipelines-ce' into 'master'Marcia Ramos2018-04-023-2/+16
|\ \ \ | | | | | | | | | | | | | | | | Provide clarification on mirrored repositories for pipelines See merge request gitlab-org/gitlab-ce!18105