summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-02-021-1/+1
|\ | | | | | | | | | | | | Fix typo indentation in CI projects' API See merge request !2561
| * Fix typo indentation in CI projects' APILouis Roché2016-01-221-1/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez2016-01-271-2/+2
|\ \
| * | Fix typo on artifacts docAchilleas Pipinellis2016-01-271-2/+2
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez2016-01-251-1/+6
|\ \ \ | |/ /
| * | Add note on artifacts browser functionalityAchilleas Pipinellis2016-01-241-0/+5
| | | | | | | | | | | | | | | | | | | | | Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 [ci skip]
| * | Minor spelling, prob typoMark Nordine2016-01-221-1/+1
| |/
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez2016-01-228-6/+242
|\ \ | |/ | | | | | | # Conflicts: # .gitlab-ci.yml
| * Fix broken codeblocks in ci/yaml documentationAchilleas Pipinellis2016-01-221-29/+34
| | | | | | | | [ci skip]
| * Fix wording and appearance on build artifacts documentationAchilleas Pipinellis2016-01-221-5/+3
| | | | | | | | [ci skip]
| * Add note about commit status API deprecationAchilleas Pipinellis2016-01-221-0/+7
| | | | | | | | [ci skip]
| * Merge branch 'issue/spelling' into 'master' Achilleas Pipinellis2016-01-221-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Fix a missing letter in the documentation. Hello, I just found a missing letter in the PHP CI configuration documentation. This MR allow to fix that :smile: See merge request !2519
| | * Fix a missing letter in the documentation.Stéphane HULARD2016-01-201-1/+1
| | |
| * | Merge branch 'ci/build-artifacts-documentation' into 'master' Achilleas Pipinellis2016-01-214-0/+174
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add basic documentation for build artifacts /cc @axil @ayufan See merge request !2511
| | * | Refactor build artifacts documentationci/build-artifacts-documentationAchilleas Pipinellis2016-01-215-51/+174
| | | | | | | | | | | | | | | | [ci skip]
| | * | Add basic documentation for build artifactsGrzegorz Bizon2016-01-202-0/+51
| | |/
| * | Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingci/cache-keyKamil Trzcinski2016-01-201-4/+56
| | |
| * | Add note about minimum GitLab CI versionHenning Hoefer2016-01-201-1/+1
| |/
* | update Ruby version to 2.2.4 (latest previous stable) and update docsJames Lopez2016-01-212-4/+4
|/
* Change dependencies.builds to depends_on_buildsKamil Trzcinski2016-01-151-19/+17
|
* Let the CI runner know about builds that this build depends onci/build_dependenciesKamil Trzcinski2016-01-141-9/+55
| | | | This allows us to implement artifacts passing: runner will download artifacts from all prior builds
* [ci skip] Fixed minor typo in docker documentationJohn Galt2016-01-111-1/+1
|
* Update docs for shared runner default settingsLuke Waite2016-01-101-2/+3
| | | | Fixes #5993
* Fix hyphenation typos [ci skip]Achilleas Pipinellis2016-01-071-7/+7
|
* Add documentation on enabling/disabling GitLab CIdoc_enable_disable_ciAchilleas Pipinellis2016-01-063-0/+71
| | | | [ci skip]
* Fix typo on triggers docs [ci skip]Achilleas Pipinellis2015-12-261-1/+1
|
* Remove incomplete text [ci skip]Achilleas Pipinellis2015-12-261-3/+0
|
* Add examples for triggers [ci skip]Achilleas Pipinellis2015-12-251-5/+76
|
* Merge branch 'master' into ci_triggers_docsci_triggers_docsAchilleas Pipinellis2015-12-251-4/+5
|\
| * Merge branch 'meta-example' into 'master' Sytse Sijbrandij2015-12-231-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Link to the gitlab-ci.yml file of GitLab itself. I'm hunting for this link from time to time in customer demo's so I think it is useful to add. /cc @ayufan See merge request !1993
| | * Link to the gitlab-ci.yml file of GitLab itself.meta-exampleSytse Sijbrandij2015-12-051-0/+1
| | |
* | | Add images and examplesAchilleas Pipinellis2015-12-255-2/+95
| | |
* | | Remove triggers from yaml doc [ci skip]Achilleas Pipinellis2015-12-241-27/+0
| | |
* | | Document triggers in yaml/README.md [ci skip]Achilleas Pipinellis2015-12-211-0/+27
| | |
* | | Init documentation on Triggers [ci skip]Achilleas Pipinellis2015-12-212-19/+31
|/ /
* | Merge branch 'removeNonDefinedVariableFromCIDoc' into 'master' Achilleas Pipinellis2015-12-191-2/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove CI_BUILD_BEFORE_SHA from CI documentation As pointed in #3210, the environment variable isn't usable any more. See merge request !2118
| * | Remove CI_BUILD_BEFORE_SHA from CI documentationCauan Cabral2015-12-161-2/+0
| | | | | | | | | | | | As pointed in #3210, the environment variable isn't usable any more.
* | | Clarify Windows shell executor artifact upload supportDrew Blessing2015-12-171-1/+2
| | |
* | | Merge branch 'doc_private_registry' into 'master' Achilleas Pipinellis2015-12-171-2/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add info on using private Docker registries in CI See merge request !2130
| * | | Add info on using private Docker registries in CI [ci skip]Achilleas Pipinellis2015-12-171-2/+21
| |/ /
* | | Clean up ci yaml doc [ci skip]yaml-ci-cleanupAchilleas Pipinellis2015-12-161-133/+212
|/ / | | | | | | | | | | * Fix headings so that they are picked up by doc.gitlab.com * Stick to 80 characters * Clean up some examples
* | Clarify cache behaviorDrew Blessing2015-12-111-0/+3
| |
* | Use the name of the linked containers instead of localhostci-services-docsAchilleas Pipinellis2015-12-082-2/+8
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1917#note_2833978
* | More clean up to the CI example on how to use docker images [ci skip]Achilleas Pipinellis2015-12-081-64/+36
| |
* | Use the latest docker image in mysql CI example [ci skip]Achilleas Pipinellis2015-12-081-1/+1
| |
* | More postgres CI service example cleanupAchilleas Pipinellis2015-12-081-20/+35
| |
* | More redis CI example clean upAchilleas Pipinellis2015-12-081-6/+7
| |
* | Fix wrong naming of services keyword [ci skip]Achilleas Pipinellis2015-12-081-1/+1
| |
* | Add note about the various phpenv toolsAchilleas Pipinellis2015-12-081-0/+8
| |
* | Add link to runners doc [ci skip]Achilleas Pipinellis2015-12-081-3/+3
| |