summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patch-15' into 'master' Achilleas Pipinellis2017-03-141-2/+2
|\ | | | | | | | | Fix miswording See merge request !9832
| * Fix miswordingAdrian Sadłocha2017-03-091-2/+2
| |
* | Merge branch 'docs/ci-variables-deprecation-table' into 'master' Achilleas Pipinellis2017-03-092-100/+97
|\ \ | | | | | | | | | | | | Cleanup CI variables table and add a deprecation note See merge request !9831
| * | Move example variables output to bottomdocs/ci-variables-deprecation-tableAchilleas Pipinellis2017-03-091-36/+36
| | | | | | | | | | | | [ci skip]
| * | Cleanup CI variables table and add a deprecation noteAchilleas Pipinellis2017-03-092-65/+62
| |/ | | | | | | [ci skip]
* | Update README.md Alex Karnovsky2017-03-081-3/+3
|/ | | I replaced "merge requests" by "commits". As far as I notice, merge requests per se don't trigger CI; commits and pushes (which are essentially adding commits) do. This is logical: an MR doesn't create anything new, so there is nothing to test.
* Merge branch 'zj-variables-build-job' into 'master' Kamil Trzciński2017-03-071-22/+56
|\ | | | | | | | | | | | | Rename BUILD to JOB in CI Variables Closes #29053 See merge request !9756
| * Rename REF to SHAZ.J. van de Weg2017-03-071-2/+2
| |
| * Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-22/+56
| | | | | | | | | | | | | | | | Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped.
* | Deprecate usage of `types` CI/CD configuration entryGrzegorz Bizon2017-03-071-1/+3
| |
* | Make cache:key bold, feedback:Lin Jen-Shin2017-03-071-1/+1
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666#note_24877665
* | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-03-073-12/+29
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
| * Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actionsGrzegorz Bizon2017-03-062-10/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (26 commits) Fix UserBasic Rename `/take` to `/take_ownership`, expose `owner` in `v3`. Update after review Fix values being called at Array instead of Hash Fix json response in branches controller Improve docs and specs related to pages artifacts Add MR fo changelog about removing pages artifacts Delete artifacts for pages unless expiry date is specified Lint doc Improved team selection Move foreign key to separate migration Fix import model attributes Update documentation and expose ID Introduce tests for pipeline triggers Fix trigger model Update db/schema Make triggers to be user aware Make Pipeline Triggers to be user aware Update triggers API Remove remnants of git annex ... Conflicts: db/schema.rb
| | * Merge branch 'introduce-pipeline-triggers' into 'master' Sean McGivern2017-03-061-8/+8
| | |\ | | | | | | | | | | | | | | | | Improve pipeline triggers API See merge request !9713
| | | * Introduce tests for pipeline triggersKamil Trzcinski2017-03-051-8/+8
| | | |
| | * | Remove remnants of git annexPawel Chojnacki2017-03-031-2/+2
| | |/
| * | Highligh info about optional action status in docsGrzegorz Bizon2017-03-061-0/+4
| | |
| * | Add some basic docs about blocking manual actionsGrzegorz Bizon2017-03-061-2/+15
| |/
* | Update for document feedback:set-default-cache-key-for-jobsLin Jen-Shin2017-03-061-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 documentLin Jen-Shin2017-03-031-4/+13
|/
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-7/+7
|
* Add note about how to use or escape variables inside other variablesTeNNoX2017-02-281-0/+10
|
* Add quotes to coverage patternMax Raab2017-02-271-1/+1
|
* Fixed instructions for adding Secret Variables to a CI/CD pipeline.J. B. Rainsberger2017-02-231-1/+2
|
* Merge branch '28524-gitlab-ci-yml-coverage-key-is-unknown' into 'master' Rémy Coutable2017-02-221-0/+4
|\ | | | | | | | | | | | | Document when current coverage configuration option was introduced Closes #28524 See merge request !9443
| * Document when current coverage configuration option was introducedMark Fletcher2017-02-221-0/+4
| | | | | | | | | | | | * Introduced in v8.17 [skip ci]
* | Merge branch 'dev-docs-ci_docker_build-example_variable_use' into 'master' Rémy Coutable2017-02-221-0/+24
|\ \ | |/ |/| | | | | docs(ci/docker_build): Add example of variable use See merge request !9159
| * docs(ci/docker_build): Add example of variable useDmitriy Volkov2017-02-211-0/+24
| |
* | Update using_docker_images.mdAdam Boseley2017-02-211-6/+9
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Fix job status -> pipeline status28313-wordsMark Pundsack2017-02-161-1/+1
| |
* | Clarify that stage is needed to stop environmentsAchilleas Pipinellis2017-02-162-1/+6
| | | | | | | | [ci skip]
* | Fix most of broken docs linksAchilleas Pipinellis2017-02-153-12/+12
| | | | | | | | [ci skip]
* | Rename builds to jobs in docsAchilleas Pipinellis2017-02-1533-419/+433
| | | | | | | | [ci skip]
* | Merge branch '27755-pipeline-docs' into 'master' Achilleas Pipinellis2017-02-143-0/+30
|\ \ | | | | | | | | | | | | | | | | | | Document types of pipelines Closes #22631 See merge request !9008
| * | Add image description27755-pipeline-docsMark Pundsack2017-02-101-1/+1
| | |
| * | Add image titlesMark Pundsack2017-02-061-2/+2
| | |
| * | Add development workflowsMark Pundsack2017-02-062-1/+17
| | |
| * | Update imageMark Pundsack2017-02-061-1/+1
| | |
| * | Add imageMark Pundsack2017-02-062-1/+5
| | |
| * | Document types of pipelinesMark Pundsack2017-02-061-0/+10
| | |
* | | Merge branch '27656-doc-ci-enable-ci' into 'master' Achilleas Pipinellis2017-02-143-9/+9
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Update doc for enabling or disabling GitLab CI Closes #27656 See merge request !8965
| * | Update doc for enabling or disabling GitLab CITakuya Noguchi2017-02-053-9/+9
| | |
* | | Support a string source in the route mapDouwe Maan2017-02-071-4/+16
| | |
* | | Merge branch 'route-map' into 'master' Robert Speicher2017-02-073-0/+39
|\ \ \ | | | | | | | | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
| * | | Address feedbackDouwe Maan2017-02-061-2/+4
| | | |
| * | | Add documentationDouwe Maan2017-02-063-0/+37
| | |/ | |/|
* | | Merge branch 'docs/fix-broken-links' into 'master' Achilleas Pipinellis2017-02-071-1/+1
|\ \ \ | |/ / |/| | | | | | | | Fix broken links to docs See merge request !9022
| * | Fix broken links to docsAchilleas Pipinellis2017-02-061-1/+1
| |/ | | | | | | [ci skip]
* | Merge branch 'fix/gb/backwards-compatibility-coverage-ci-yml' into 'master' Douwe Maan2017-02-061-31/+11
|\ \ | | | | | | | | | | | | Remove coverage entry from global CI/CD options See merge request !8981
| * | Improve docs on CI/CD code coverage regexp settingfix/gb/backwards-compatibility-coverage-ci-ymlGrzegorz Bizon2017-02-061-3/+2
| | |