summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Finish dynamic environments and URLs sectionsdocs/refactor-environmentsAchilleas Pipinellis2016-11-175-4/+156
| | | | [ci skip]
* Move name rules under environment:name in yaml readmeAchilleas Pipinellis2016-11-171-16/+17
|
* Finish most of environmentsAchilleas Pipinellis2016-11-176-52/+132
| | | | [ci skip]
* Change deployments view imageAchilleas Pipinellis2016-11-161-0/+0
| | | | [ci skip]
* Add section on defining environmentsAchilleas Pipinellis2016-11-162-52/+114
| | | | [ci skip]
* Move paragraph to overviewAchilleas Pipinellis2016-11-161-6/+7
|
* Begin writing Overview sectionAchilleas Pipinellis2016-11-162-89/+30
|
* WIP refactor environmentsAchilleas Pipinellis2016-11-164-33/+188
|
* Add ref parameter for triggerring builds with gitlab webhook from other project.Dmitry Poray2016-11-151-0/+24
|
* Document the usage of the Docker OverlayFS driverdocs/docker-overlayfs-driverAchilleas Pipinellis2016-11-081-11/+58
| | | | [ci skip]
* Change a bunch of doc links to either relative or https://docs.gitlab.com.fix-docs-linksConnor Shea2016-11-031-1/+1
|
* Merge branch 'patch-4' into 'master' Sean McGivern2016-10-311-4/+4
|\ | | | | | | | | Improve docs on `gitlab-ci-token` user See merge request !6002
| * improve docs on gitlab-ci-token userBen Bodenmiller2016-09-211-4/+4
| |
* | Fully document the pipelines settings pageAchilleas Pipinellis2016-10-272-40/+10
| |
* | Improve documentation for test coverage report badgeGrzegorz Bizon2016-10-271-5/+5
| | | | | | | | [ci skip]
* | Merge branch 'patch-3' into 'master' Rémy Coutable2016-10-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix docker.sock reference in config.toml ## What does this MR do? `config.toml` sample did not correctly represent the `/var/run/docker.sock` mapping, causing it to be created as a volume instead. ## Why was this MR needed? It was broken. See merge request !5172
| * | Fix docker.sock reference in config.toml Niels Keurentjes2016-07-101-1/+1
| | | | | | | | | Mapping was omitted so it would just create a temp volume.
* | | Merge branch 'docs/dynamic-envs-yaml' into 'master' Achilleas Pipinellis2016-10-221-25/+135
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor and add new environment functionality to CI yaml reference ## What does this MR do? Add new `environment` functionality to the yaml reference. ## What are the relevant issue numbers? Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 See merge request !7026
| * | | Refactor and add new functionality to CI yaml referencedocs/dynamic-envs-yamlAchilleas Pipinellis2016-10-201-25/+135
| | | | | | | | | | | | | | | | [ci ski]
* | | | Merge branch 'patch-6' into 'master' Rémy Coutable2016-10-211-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Grammar fixes in docs Some minor grammar fixes in a page in the docs See merge request !6645
| * | | Grammar fixes in docsWilfred Hughes2016-10-031-3/+3
| | | |
* | | | Document restrictions on cache and artifact pathsNick Thomas2016-10-141-3/+4
| | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1792
* | | | Link to review apps example from docsAchilleas Pipinellis2016-10-142-0/+3
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'document-ci-shell-trace-variable' into 'master' Achilleas Pipinellis2016-10-112-0/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the new CI_DEBUG_TRACE variable a feature that will be introduced in GitLab Runner v1.7 Related to https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/339 See merge request !6700
| * | | | Document the new CI_DEBUG_TRACE variableNick Thomas2016-10-112-0/+36
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Improve a bit the example .gitlab-ci.yml for Phoenixnahtnam/gitlab-ce-ci-test-phoenixRémy Coutable2016-10-111-9/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Add an example for testing a phoenix application with Gitlab CI.Manthan Mallikarjun2016-10-112-0/+53
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '21337-introduce-git-strategy-none' into 'master' Achilleas Pipinellis2016-10-061-8/+26
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document GIT_STRATEGY=none ## What does this MR do? Adds documentation for the new `GIT_STRATEGY=none` option in GitLab Runner v1.7 ## Are there points in the code the reviewer needs to double check? Speling and grammar, of course. I'm using the term 'project workspace' to refer to the build directory, which is a Jenkins-ism. Is there preferred alternative wording? ## Why was this MR needed? Discoverability of new feature ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - <strike>[ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added</strike> - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - <strike>[ ] API support added</strike> - <strike>Tests</strike> - <strike>[ ] Added for this feature/bug</strike> - <strike>[ ] All builds are passing</strike> - <strike>[ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)</strike> - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21337 Depends on http://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/332 See merge request !6577
| * | | | Document GIT_STRATEGY=noneNick Thomas2016-10-051-8/+26
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'doc/using_docker_images' into 'master' Sean McGivern2016-10-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix small typo in using_docker_images.md, file is called `build_script` (using underscore) ## What does this MR do? This MR fixes a very small typo in the using_docker_images.md documentation, a space was used in the filename `build_script` while it should be an underscore. Not sure of a MR is the best way to get this changed, trying it anyway :). ## Moving docs to a new location? No See merge request !6682
| * | | | | Fix small typo in using_docker_images.md, file is called `build_script` ↵Sander Dalemans2016-10-031-1/+1
| | |/ / / | |/| | | | | | | | | | | | | (using underscore)
* | | | | deployment refs in own folder, new method for creating refszj-save-environment-deployment-refsZ.J. van de Weg2016-10-041-1/+1
| | | | |
* | | | | Save a fetchable ref per deployementZ.J. van de Weg2016-10-041-0/+13
|/ / / /
* | | | Smaller formatting fixNils Brinkmann2016-09-301-1/+1
|/ / /
* | | Merge branch 'fix_trivial_doc_typo' into 'master' Rémy Coutable2016-09-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix trivial typo in docs See merge request !5849
| * | | Fix trivial typo in docsArnold Bechtoldt2016-08-171-1/+1
| | | | | | | | | | | | | | | | * Fix a word with the so-called *Deppenapostroph* (``'s``)
* | | | Merge branch 'patch-5' into 'master' Achilleas Pipinellis2016-09-251-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in README.md ## What does this MR do? Fixes a typo in the documentation of the gitlab-ci-runner environment variables See merge request !6340
| * | | | Fix typo in README.mdJohan Brandhorst2016-09-141-1/+1
| | | | |
* | | | | Small fixes in CI build permissions docsAchilleas Pipinellis2016-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Add link to external user - Move build triggers up
* | | | | Added a note about build triggers [ci skip]Kamil Trzcinski2016-09-221-0/+4
| | | | |
* | | | | Make 'build permissions' consistentAchilleas Pipinellis2016-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Add a small description mentioning submodules/LFSAchilleas Pipinellis2016-09-221-2/+1
| | | | |
* | | | | Move document on CI build permissions to new locationAchilleas Pipinellis2016-09-222-281/+1
| | | | |
* | | | | Refactor new CI build permissions model docsAchilleas Pipinellis2016-09-221-47/+211
| | | | |
* | | | | Describe how the recent changes of CI permissions affect buildsKamil Trzcinski2016-09-222-0/+119
| | | | |
* | | | | Fix environments handlingKamil Trzcinski2016-09-191-2/+1
| | | | |
* | | | | Small refactor of review apps docsAchilleas Pipinellis2016-09-191-38/+28
| | | | |
* | | | | Cleanup changesKamil Trzcinski2016-09-191-4/+5
| | | | |
* | | | | Added documentation about dynamic environmentsKamil Trzcinski2016-09-191-1/+28
| | | | |
* | | | | Formatting fix in doc/ci/examples/README.mdsknebel2016-09-181-1/+1
| | | | |