summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| |
* | Clean up mysql CI exampleAchilleas Pipinellis2015-12-081-47/+90
| |
* | Clean up postgres CI example [ci skip]Achilleas Pipinellis2015-12-081-45/+71
| |
* | More cleanup on Redis exampleAchilleas Pipinellis2015-12-081-4/+4
| |
* | Clean up Redis CI service example [ci skip]Achilleas Pipinellis2015-12-081-22/+50
| |
* | Add an intro to CI services documentation [ci skip]Achilleas Pipinellis2015-12-081-1/+4
| |
* | Move markdown link to the bottom [ci skip]Achilleas Pipinellis2015-12-081-4/+5
| |
* | Clean up CI ssh keys docs [ci skip]Achilleas Pipinellis2015-12-081-86/+81
| |
* | Use link instead of connect to be more Docker friendlyAchilleas Pipinellis2015-12-081-1/+1
| |
* | Clean up PHP CI example [ci skip]Achilleas Pipinellis2015-12-081-114/+211
| |
* | Add intro about languagesAchilleas Pipinellis2015-12-081-0/+4
| |
* | Fix wrong exampleAchilleas Pipinellis2015-12-081-1/+1
| |
* | Bring back removed heading and point to other sectionAchilleas Pipinellis2015-12-081-0/+4
| |
* | Clean up using_docker_images.mdAchilleas Pipinellis2015-12-081-83/+185
| |
* | Use .md instead of .htmlAchilleas Pipinellis2015-12-081-1/+1
| |
* | Introduce CI documentation for services and languagesKamil Trzcinski2015-12-0810-68/+547
| |
* | Update Docker SyntaxMichael A. Smith2015-12-071-1/+1
| |
* | fixes #3263 slashes are replaced with two underscoresKevin Pankonen2015-12-031-2/+2
| |
* | Clean up quick start quide [ci skip]Achilleas Pipinellis2015-12-017-88/+42
| | | | | | | | | | * Remove references to enabling CI since it it will be deprecated * Revert changes in yaml/README.md, refine it in a separate MR
* | Remove old imagesAchilleas Pipinellis2015-12-013-0/+0
| |
* | Final touches for the quick start quideAchilleas Pipinellis2015-12-014-2/+4
| |
* | New images for the commit build statusAchilleas Pipinellis2015-12-014-2/+0
| |
* | Place images in their own dirAchilleas Pipinellis2015-12-0112-13/+11
| |
* | Add option to enable GitLab CI via .gitlab-ci.ymlAchilleas Pipinellis2015-12-011-6/+21
| |
* | Add section of enabling GitLab CIAchilleas Pipinellis2015-12-016-0/+31
| |
* | Clean up introAchilleas Pipinellis2015-12-011-2/+2
| |
* | update ci docs with yml reason and better quickstartJob van der Voort2015-12-012-76/+156
| |
* | Fix CI yaml syntax documentation [ci skip]Kamil Trzcinski2015-11-211-49/+41
|/
* Rewrite HTTP links to force TLS, where possibleAlex Jordan2015-11-162-5/+5
|
* Allow to define cache in `.gitlab-ci.yml`cachesKamil Trzcinski2015-11-101-0/+66
|
* Final fixesKamil Trzcinski2015-11-101-1/+1
|
* Change artifacts syntax to allow uploading untracked filesKamil Trzcinski2015-11-101-3/+18
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+15
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* Merge branch 'only-syntax' into 'master' Kamil TrzciƄski2015-11-031-1/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend yml syntax for only and except to support specifying repository path This allows to limit execution of jobs to specific repository. For example: ```yaml job: only: - branches@gitlab-org/gitlab-ce except: - master@gitlab-org/gitlab-ce ``` The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master. @dzaporozhets @JobV @vsizov Please review. See merge request !1720
| * SpellingKamil Trzcinski2015-11-021-1/+1
| |
| * Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-1/+13
| |
* | Update links in CI docs after GitLab 8.1Takuya Noguchi2015-11-034-8/+8
|/
* Gilab -> GitLabRobert Schilling2015-10-313-14/+14
|
* Fix deadlink in docs for ci/examplesTakuya Noguchi2015-10-311-3/+3
|