Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |