Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'patch-1' into 'master' | Achilleas Pipinellis | 2016-02-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Fix typo indentation in CI projects' API See merge request !2561 | ||||
| * | Fix typo indentation in CI projects' API | Louis Roché | 2016-01-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 | James Lopez | 2016-01-27 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix typo on artifacts doc | Achilleas Pipinellis | 2016-01-27 | 1 | -2/+2 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 | James Lopez | 2016-01-25 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Add note on artifacts browser functionality | Achilleas Pipinellis | 2016-01-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 [ci skip] | ||||
| * | | Minor spelling, prob typo | Mark Nordine | 2016-01-22 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 | James Lopez | 2016-01-22 | 8 | -6/+242 |
|\ \ | |/ | | | | | | | # Conflicts: # .gitlab-ci.yml | ||||
| * | Fix broken codeblocks in ci/yaml documentation | Achilleas Pipinellis | 2016-01-22 | 1 | -29/+34 |
| | | | | | | | | [ci skip] | ||||
| * | Fix wording and appearance on build artifacts documentation | Achilleas Pipinellis | 2016-01-22 | 1 | -5/+3 |
| | | | | | | | | [ci skip] | ||||
| * | Add note about commit status API deprecation | Achilleas Pipinellis | 2016-01-22 | 1 | -0/+7 |
| | | | | | | | | [ci skip] | ||||
| * | Merge branch 'issue/spelling' into 'master' | Achilleas Pipinellis | 2016-01-22 | 1 | -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 HULARD | 2016-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'ci/build-artifacts-documentation' into 'master' | Achilleas Pipinellis | 2016-01-21 | 4 | -0/+174 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add basic documentation for build artifacts /cc @axil @ayufan See merge request !2511 | ||||
| | * | | Refactor build artifacts documentationci/build-artifacts-documentation | Achilleas Pipinellis | 2016-01-21 | 5 | -51/+174 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| | * | | Add basic documentation for build artifacts | Grzegorz Bizon | 2016-01-20 | 2 | -0/+51 |
| | |/ | |||||
| * | | Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingci/cache-key | Kamil Trzcinski | 2016-01-20 | 1 | -4/+56 |
| | | | |||||
| * | | Add note about minimum GitLab CI version | Henning Hoefer | 2016-01-20 | 1 | -1/+1 |
| |/ | |||||
* | | update Ruby version to 2.2.4 (latest previous stable) and update docs | James Lopez | 2016-01-21 | 2 | -4/+4 |
|/ | |||||
* | Change dependencies.builds to depends_on_builds | Kamil Trzcinski | 2016-01-15 | 1 | -19/+17 |
| | |||||
* | Let the CI runner know about builds that this build depends onci/build_dependencies | Kamil Trzcinski | 2016-01-14 | 1 | -9/+55 |
| | | | | This allows us to implement artifacts passing: runner will download artifacts from all prior builds | ||||
* | [ci skip] Fixed minor typo in docker documentation | John Galt | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Update docs for shared runner default settings | Luke Waite | 2016-01-10 | 1 | -2/+3 |
| | | | | Fixes #5993 | ||||
* | Fix hyphenation typos [ci skip] | Achilleas Pipinellis | 2016-01-07 | 1 | -7/+7 |
| | |||||
* | Add documentation on enabling/disabling GitLab CIdoc_enable_disable_ci | Achilleas Pipinellis | 2016-01-06 | 3 | -0/+71 |
| | | | | [ci skip] | ||||
* | Fix typo on triggers docs [ci skip] | Achilleas Pipinellis | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Remove incomplete text [ci skip] | Achilleas Pipinellis | 2015-12-26 | 1 | -3/+0 |
| | |||||
* | Add examples for triggers [ci skip] | Achilleas Pipinellis | 2015-12-25 | 1 | -5/+76 |
| | |||||
* | Merge branch 'master' into ci_triggers_docsci_triggers_docs | Achilleas Pipinellis | 2015-12-25 | 1 | -4/+5 |
|\ | |||||
| * | Merge branch 'meta-example' into 'master' | Sytse Sijbrandij | 2015-12-23 | 1 | -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-example | Sytse Sijbrandij | 2015-12-05 | 1 | -0/+1 |
| | | | |||||
* | | | Add images and examples | Achilleas Pipinellis | 2015-12-25 | 5 | -2/+95 |
| | | | |||||
* | | | Remove triggers from yaml doc [ci skip] | Achilleas Pipinellis | 2015-12-24 | 1 | -27/+0 |
| | | | |||||
* | | | Document triggers in yaml/README.md [ci skip] | Achilleas Pipinellis | 2015-12-21 | 1 | -0/+27 |
| | | | |||||
* | | | Init documentation on Triggers [ci skip] | Achilleas Pipinellis | 2015-12-21 | 2 | -19/+31 |
|/ / | |||||
* | | Merge branch 'removeNonDefinedVariableFromCIDoc' into 'master' | Achilleas Pipinellis | 2015-12-19 | 1 | -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 documentation | Cauan Cabral | 2015-12-16 | 1 | -2/+0 |
| | | | | | | | | | | | | As pointed in #3210, the environment variable isn't usable any more. | ||||
* | | | Clarify Windows shell executor artifact upload support | Drew Blessing | 2015-12-17 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'doc_private_registry' into 'master' | Achilleas Pipinellis | 2015-12-17 | 1 | -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 Pipinellis | 2015-12-17 | 1 | -2/+21 |
| |/ / | |||||
* | | | Clean up ci yaml doc [ci skip]yaml-ci-cleanup | Achilleas Pipinellis | 2015-12-16 | 1 | -133/+212 |
|/ / | | | | | | | | | | | * Fix headings so that they are picked up by doc.gitlab.com * Stick to 80 characters * Clean up some examples | ||||
* | | Clarify cache behavior | Drew Blessing | 2015-12-11 | 1 | -0/+3 |
| | | |||||
* | | Use the name of the linked containers instead of localhostci-services-docs | Achilleas Pipinellis | 2015-12-08 | 2 | -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 Pipinellis | 2015-12-08 | 1 | -64/+36 |
| | | |||||
* | | Use the latest docker image in mysql CI example [ci skip] | Achilleas Pipinellis | 2015-12-08 | 1 | -1/+1 |
| | | |||||
* | | More postgres CI service example cleanup | Achilleas Pipinellis | 2015-12-08 | 1 | -20/+35 |
| | | |||||
* | | More redis CI example clean up | Achilleas Pipinellis | 2015-12-08 | 1 | -6/+7 |
| | | |||||
* | | Fix wrong naming of services keyword [ci skip] | Achilleas Pipinellis | 2015-12-08 | 1 | -1/+1 |
| | | |||||
* | | Add note about the various phpenv tools | Achilleas Pipinellis | 2015-12-08 | 1 | -0/+8 |
| | | |||||
* | | Add link to runners doc [ci skip] | Achilleas Pipinellis | 2015-12-08 | 1 | -3/+3 |
| | |