Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up docs for dependencies validationfeature/sm/34834-missing-dependency-should-fail-job-2 | Achilleas Pipinellis | 2017-12-07 | 1 | -7/+11 |
| | |||||
* | Update document to use ci_validates_dependencies | Shinya Maeda | 2017-12-07 | 1 | -10/+4 |
| | |||||
* | Add feature flag | Shinya Maeda | 2017-12-06 | 1 | -2/+17 |
| | |||||
* | Add case when artifacts have not existed on dependencies | Shinya Maeda | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Add changelog. Fix doc | Shinya Maeda | 2017-12-06 | 1 | -1/+2 |
| | |||||
* | Update pipeline status badge details docsdocs/gb/update-pipeline-badge-docs | Grzegorz Bizon | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | add note about after_script being run separately | Martin Nowak | 2017-10-20 | 1 | -0/+6 |
| | |||||
* | Add how to use reserved words in gitlab-ci.yml | Fabio Busatto | 2017-09-27 | 1 | -0/+5 |
| | |||||
* | Merge branch 'patch-2' into 'master' | Grzegorz Bizon | 2017-09-19 | 1 | -4/+6 |
|\ | | | | | | | | | Replace "/" with "-" in cache key documentation See merge request gitlab-org/gitlab-ce!14034 | ||||
| * | Note about "/" which cannot be used in "cache:key" | Marcin Zajączkowski | 2017-09-18 | 1 | -0/+2 |
| | | |||||
| * | Replace "/" with "-" in cache key | Marcin Zajączkowski | 2017-09-04 | 1 | -4/+4 |
| | | | | | | As a cache zip file with "/" upload seems to fail with 500 Internal Server Error. | ||||
* | | Clarify what variables can be used under `environment:`docs/environment-vars-clarify | Achilleas Pipinellis | 2017-09-14 | 1 | -4/+9 |
| | | |||||
* | | Clarify yaml hidden keys (jobs)docs/yaml-hidden-keys | Achilleas Pipinellis | 2017-09-08 | 1 | -11/+17 |
| | | |||||
* | | Merge branch 'docs/gb/fix-ci-cd-types-removal-due-date' into 'master' | Grzegorz Bizon | 2017-09-05 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Fix CI/CD `types` config entry removal due date See merge request !13990 | ||||
| * | Fix CI/CD `types` config entry removal due datedocs/gb/fix-ci-cd-types-removal-due-date | Grzegorz Bizon | 2017-09-05 | 1 | -1/+1 |
| | | |||||
* | | Fix only/except docs disclaimer's markdown | Grzegorz Bizon | 2017-09-01 | 1 | -0/+1 |
| | | |||||
* | | Copy-edit kubernetes: active feature docs | Grzegorz Bizon | 2017-09-01 | 1 | -4/+5 |
| | | |||||
* | | Add disclaimer about alpha kubernetes: active feature | Grzegorz Bizon | 2017-09-01 | 1 | -0/+1 |
| | | |||||
* | | Add some basic docs about kubernetes: active feature | Grzegorz Bizon | 2017-09-01 | 1 | -4/+31 |
|/ | |||||
* | Update README.mddocs-clarify-dependencies | Fabio Busatto | 2017-08-23 | 1 | -0/+2 |
| | |||||
* | Explain all possible values of 'only' and 'except'docs/ci-only-except | Achilleas Pipinellis | 2017-07-28 | 1 | -4/+17 |
| | |||||
* | Change auto-retry count to a correct value in docs | Grzegorz Bizon | 2017-07-20 | 1 | -2/+2 |
| | |||||
* | Do not allow to auto-retry a job more than 2 times | Grzegorz Bizon | 2017-07-19 | 1 | -1/+1 |
| | |||||
* | Add basic docs for CI/CD job auto-retry feature | Grzegorz Bizon | 2017-07-18 | 1 | -0/+26 |
| | |||||
* | Introduce cache policies for CI jobs | Nick Thomas | 2017-07-05 | 1 | -0/+47 |
| | |||||
* | Add all sources as special keywords for only and except | Filip Krakowski | 2017-06-08 | 1 | -1/+2 |
| | |||||
* | Use pipeline.source to determine what triggered a pipeline | Filip Krakowski | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Add 'schedules' keyword to 'only' and 'except' | Filip Krakowski | 2017-06-08 | 1 | -2/+3 |
| | |||||
* | Merge branch 'docs/powershell-ci-vars' into 'master' | Sean Packham | 2017-06-06 | 1 | -0/+19 |
|\ | | | | | | | | | Add PowerShell to CI variable docs See merge request !11935 | ||||
| * | Add PowerShell to CI variable docsdocs/powershell-ci-vars | John Spaetzel | 2017-06-06 | 1 | -0/+19 |
| | | |||||
* | | Update explanation of job-level variable override to fit example | Tor Bechmann Yamamoto-Sørensen | 2017-06-06 | 1 | -1/+1 |
|/ | |||||
* | Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for ↵ | Sébastien | 2017-06-04 | 1 | -1/+1 |
| | | | | variables" | ||||
* | Add Documentation for GIT_CHECKOUT variable | Jan Christophersen | 2017-05-31 | 1 | -0/+30 |
| | |||||
* | Update docs related to protected actionsfix/gb/use-merge-ability-for-protected-manual-actions | Grzegorz Bizon | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Add docs for change of Cache/Artifact restore order" | Sean Packham (GitLab) | 2017-05-21 | 1 | -1/+7 |
| | |||||
* | Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' | Kamil Trzciński | 2017-05-15 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | Allow numeric values in gitlab-ci.yml Closes #30017 See merge request !10607 | ||||
| * | Allow numeric values in gitlab-ci.yml | blackst0ne | 2017-05-07 | 1 | -1/+5 |
| | | |||||
* | | Rephrase documentation for protected actions feature | Grzegorz Bizon | 2017-05-03 | 1 | -3/+4 |
| | | |||||
* | | Document protected manual actions feature | Grzegorz Bizon | 2017-05-02 | 1 | -1/+5 |
|/ | |||||
* | Futher rename the CI variableszj-rename-ci-vars | Z.J. van de Weg | 2017-03-16 | 1 | -13/+13 |
| | |||||
* | Deprecate usage of `types` CI/CD configuration entry | Grzegorz Bizon | 2017-03-07 | 1 | -1/+3 |
| | |||||
* | Make cache:key bold, feedback: | Lin Jen-Shin | 2017-03-07 | 1 | -1/+1 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666#note_24877665 | ||||
* | Merge remote-tracking branch 'upstream/master' into ↵ | Lin Jen-Shin | 2017-03-07 | 1 | -2/+19 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set-default-cache-key-for-jobs * upstream/master: (289 commits) re-add Assign to Me link on new MR/Issue forms thinner bottom header border make header match old 16px padding of body contents Update font-awesome-rails to 4.7.0.1 Relax font-awesome-rails dependency to ~> 4.7 Restore keyboard shortcuts for "Activity" and "Charts" fix border radius bottom for header match padding for mr-widget sections Update changelog Fix project-last-commit alignment Docs: update GL Pages IP on GL.com Fix up @DouweM review Remove readme-only project view preference Add `uploads` to known models for Import/Export spec Add `has_many` associations for models that can have Upload records Handle relative and absolute Upload paths in the Uploaders Change the default CarrierWave root path for tests Fix Projects::UploadService spec Add a Project::UploadsController spec to ensure an Upload is created Add `RecordsUploads` module to record Upload records via callbacks ... | ||||
| * | Highligh info about optional action status in docs | Grzegorz Bizon | 2017-03-06 | 1 | -0/+4 |
| | | |||||
| * | Add some basic docs about blocking manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -2/+15 |
| | | |||||
* | | Update for document feedback:set-default-cache-key-for-jobs | Lin Jen-Shin | 2017-03-06 | 1 | -4/+4 |
| | | | | | | | | | | | | * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666#note_24829863 * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666#note_24829880 * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666#note_24830028 | ||||
* | | Update cache:key document | Lin Jen-Shin | 2017-03-03 | 1 | -4/+13 |
|/ | |||||
* | Add quotes to coverage pattern | Max Raab | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | Document when current coverage configuration option was introduced | Mark Fletcher | 2017-02-22 | 1 | -0/+4 |
| | | | | | | * Introduced in v8.17 [skip ci] | ||||
* | Clarify that stage is needed to stop environments | Achilleas Pipinellis | 2017-02-16 | 1 | -0/+2 |
| | | | | [ci skip] |