| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up quick start quide [ci skip] | Achilleas Pipinellis | 2015-12-01 | 7 | -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 images | Achilleas Pipinellis | 2015-12-01 | 3 | -0/+0 |
| | | |||||
| * | Final touches for the quick start quide | Achilleas Pipinellis | 2015-12-01 | 4 | -2/+4 |
| | | |||||
| * | New images for the commit build status | Achilleas Pipinellis | 2015-12-01 | 4 | -2/+0 |
| | | |||||
| * | Place images in their own dir | Achilleas Pipinellis | 2015-12-01 | 12 | -13/+11 |
| | | |||||
| * | Add option to enable GitLab CI via .gitlab-ci.yml | Achilleas Pipinellis | 2015-12-01 | 1 | -6/+21 |
| | | |||||
| * | Add section of enabling GitLab CI | Achilleas Pipinellis | 2015-12-01 | 6 | -0/+31 |
| | | |||||
| * | Clean up intro | Achilleas Pipinellis | 2015-12-01 | 1 | -2/+2 |
| | | |||||
| * | update ci docs with yml reason and better quickstart | Job van der Voort | 2015-12-01 | 2 | -76/+156 |
| | | |||||
| * | Fix CI yaml syntax documentation [ci skip] | Kamil Trzcinski | 2015-11-21 | 1 | -49/+41 |
| | | |||||
| * | Rewrite HTTP links to force TLS, where possible | Alex Jordan | 2015-11-16 | 2 | -5/+5 |
| | | |||||
| * | Allow to define cache in `.gitlab-ci.yml`caches | Kamil Trzcinski | 2015-11-10 | 1 | -0/+66 |
| | | |||||
| * | Final fixes | Kamil Trzcinski | 2015-11-10 | 1 | -1/+1 |
| | | |||||
| * | Change artifacts syntax to allow uploading untracked files | Kamil Trzcinski | 2015-11-10 | 1 | -3/+18 |
| | | |||||
| * | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -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Ćski | 2015-11-03 | 1 | -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 | ||||
| | * | Spelling | Kamil Trzcinski | 2015-11-02 | 1 | -1/+1 |
| | | | |||||
| | * | Extend yml syntax for only and except to support specifying repository path | Kamil Trzcinski | 2015-11-02 | 1 | -1/+13 |
| | | | |||||
| * | | Update links in CI docs after GitLab 8.1 | Takuya Noguchi | 2015-11-03 | 4 | -8/+8 |
| |/ | |||||
| * | Gilab -> GitLab | Robert Schilling | 2015-10-31 | 3 | -14/+14 |
| | | |||||
| * | Fix deadlink in docs for ci/examples | Takuya Noguchi | 2015-10-31 | 1 | -3/+3 |
| | | |||||
| * | Fixed linting error 'variables should be a map of key-valued strings' | Sander Boom | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | Update CI YAML docswhen-syntax | Robert Speicher | 2015-10-15 | 1 | -4/+5 |
| | | |||||
| * | Backticks around when types | Kamil Trzcinski | 2015-10-15 | 1 | -1/+1 |
| | | |||||
| * | Implement when syntax in .gitlab-ci.yml | Kamil Trzcinski | 2015-10-15 | 1 | -0/+49 |
| | | |||||
| * | Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI builds | Kamil Trzcinski | 2015-10-14 | 1 | -14/+24 |
| | | |||||
| * | Delegate ci_project parameters to projects | Kamil Trzcinski | 2015-09-30 | 1 | -5/+0 |
| | | | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc. | ||||
| * | Simplified sentence as per @stanhu's note | Cyriac Thomas | 2015-09-26 | 1 | -1/+1 |
| | | |||||
| * | Fixed grammar on Using Docker Build doc. | Cyriac Thomas | 2015-09-26 | 1 | -3/+2 |
| | | |||||
| * | remove API calls from CE to CIci_closer_integration | Valery Sizov | 2015-09-18 | 2 | -24/+0 |
| | | |||||
| * | Update documentation and config files | Kamil Trzcinski | 2015-09-16 | 37 | -1535/+29 |
| | | |||||
| * | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 53 | -0/+3195 |
