Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add TOC to yaml README and an intro section | Achilleas Pipinellis | 2016-04-14 | 1 | -16/+57 |
| | | | | [ci skip] | ||||
* | (doc) fix typo to ssh keys doc url | Lee | 2016-04-12 | 1 | -4/+4 |
| | |||||
* | fix typo | Benjamin Montgomery | 2016-04-10 | 1 | -1/+3 |
| | |||||
* | Make the purpose of artifact config options clearer | Benjamin Montgomery | 2016-04-10 | 1 | -9/+6 |
| | |||||
* | actually enable artifacts | Benjamin Montgomery | 2016-04-09 | 1 | -2/+2 |
| | |||||
* | Fix Incorrect Quote In Docker Executor Example | Alex Mayer | 2016-04-07 | 1 | -1/+1 |
| | |||||
* | [ci skip] Fix typo. | frodsan | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature-ci-only-except-trigger' into 'master' | Kamil TrzciĆski | 2016-03-22 | 1 | -1/+12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI: Add 'triggers' keyword to 'only' and 'except' lists to allow control over when triggers cause builds to run Currently, the `only` and `except` keywords in `.gitlab-ci.yml` only accept ref names or the special `branches` and `tags` keywords. However, these are primarily useful when controlling how repository activity affects the creation of builds. In my case, instead of building on every commit, I'd like to use the following logic: - If the repository is tagged, do a build. - Any other normal commits should not cause a build. - If a build is triggered via the API, always create one for the specified ref. From what I can tell, this isn't possible via the existing YAML syntax. In this MR, I introduce a new keyword `triggers` that goes along with `branches` and `tags`. I can implement the logic above using the following job configuration: ```yaml only: - tags - triggers ``` I updated the tests and documentation to reflect this and everything seems to pass. See merge request !3230 | ||||
| * | add some documentation for `triggers` keyword [ci skip] | Jason Roehm | 2016-03-15 | 1 | -1/+12 |
| | | |||||
* | | fixed md anchor link | Pat Turner | 2016-03-18 | 1 | -2/+2 |
| | | |||||
* | | Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/14366 | Pat Turner | 2016-03-18 | 1 | -2/+2 |
| | | |||||
* | | removed anchor as unsupported in markdown | Pat Turner | 2016-03-17 | 1 | -2/+2 |
| | | |||||
* | | Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/14366 | Pat Turner | 2016-03-17 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into rm_duplicate_cache_ci_docs | Achilleas Pipinellis | 2016-03-17 | 3 | -13/+287 |
|\ \ | |||||
| * | | Fix typo in README.md. | Mark Pundsack | 2016-03-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'patch-1' into 'master' | Jeroen van Baarsen | 2016-03-15 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | Fix typo in Ruby CI test and deploy example [skip ci] See merge request !3201 | ||||
| | * | Fix typo in Ruby CI test and deploy example | Jasper Denkers | 2016-03-14 | 1 | -1/+1 |
| | | | |||||
| * | | Windows CI support is full since Runner v1.0.0 | Achilleas Pipinellis | 2016-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Merge branch 'gitlab-ci-yaml-updates' into 'master' | Douwe Maan | 2016-03-14 | 1 | -11/+287 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New CI YAML features This introduces a couple of small `.gitlab-ci.yml` features: 1. Documentation for: Allow to use YAML anchors when parsing the `.gitlab-ci.yml`: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2958 2. Ignore jobs that start with `.` 3. Allow to pass name of created artifacts archive in `.gitlab-ci.yml` 4. Allow to define on which builds the current one depends on These are really small changes so it makes not sense to create a separate merge requests for them. @axil Could you review the documentation part? The implementation on GitLab Runner side: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/113. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/13755 https://gitlab.com/gitlab-org/gitlab-ce/issues/14211 https://gitlab.com/gitlab-org/gitlab-ce/issues/3423 cc @grzesiek @axil @DouweM See merge request !3182 | ||||
| | * | Add yaml definition to codeblockgitlab-ci-yaml-updates | Achilleas Pipinellis | 2016-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | Refactor dependencies directive | Achilleas Pipinellis | 2016-03-13 | 1 | -21/+26 |
| | | | | | | | | | | | | [ci skip] | ||||
| | * | Add hidden jobs | Achilleas Pipinellis | 2016-03-13 | 1 | -0/+18 |
| | | | |||||
| | * | Refactor YAML anchors and explain the examples | Achilleas Pipinellis | 2016-03-13 | 1 | -22/+82 |
| | | | |||||
| | * | Refactor artifacts:name | Achilleas Pipinellis | 2016-03-13 | 1 | -11/+12 |
| | | | |||||
| | * | Change notes to new styleguide using blockquotes | Achilleas Pipinellis | 2016-03-12 | 1 | -16/+21 |
| | | | |||||
| | * | Merge branch 'master' into gitlab-ci-yaml-updates | Achilleas Pipinellis | 2016-03-12 | 1 | -1/+1 |
| | |\ | |||||
| | * | | Allow to define on which builds the current one depends on | Kamil Trzcinski | 2016-03-11 | 1 | -0/+55 |
| | | | | |||||
| | * | | Allow to pass name of created artifacts archive in `.gitlab-ci.yml` | Kamil Trzcinski | 2016-03-11 | 1 | -0/+61 |
| | | | | |||||
| | * | | Describe special YAML features: the use of anchors and hidden jobs | Kamil Trzcinski | 2016-03-11 | 1 | -0/+71 |
| | | | | |||||
* | | | | Merge duplicate cache entry in CI docsrm_duplicate_cache_ci_docs | Achilleas Pipinellis | 2016-03-14 | 1 | -60/+48 |
|/ / / | | | | | | | | | | [ci skip] | ||||
* | | | Merge branch 'reduce-example-duplication' into 'master' | Sytse Sijbrandij | 2016-03-13 | 3 | -37/+13 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Reduce example documentation. We should not duplicate indexes between the top level and lower level. See merge request !3162 | ||||
| * | | Remove duplicate entries. | Sytse Sijbrandij | 2016-03-12 | 1 | -6/+2 |
| | | | |||||
| * | | Reduce example documentation.reduce-example-duplication | Sytse Sijbrandij | 2016-03-10 | 3 | -37/+17 |
| |/ | |||||
* | | Fix incorrect gitlab.rb variable in CI docs | Achilleas Pipinellis | 2016-03-11 | 1 | -1/+1 |
|/ | | | | [ci skip] | ||||
* | Merge branch 'doc/ci-api-update' into 'master' | Achilleas Pipinellis | 2016-03-08 | 5 | -451/+83 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Deprecated GitLab CI API clean up Deprecated GitLab CI API clean up. The intent here is to clean up deprecated GitLab CI documentation leaving only relevant information. Since we merged `Ci::Project` to `Project` most of this documentation is outdated. Closes #13610 See merge request !3003 | ||||
| * | Update format of documentation for CI APIdoc/ci-api-update | Grzegorz Bizon | 2016-03-01 | 2 | -23/+40 |
| | | |||||
| * | Remove deprecated CI API docs for commits and projects | Grzegorz Bizon | 2016-02-29 | 3 | -258/+0 |
| | | | | | | | | [ci skip] | ||||
| * | Update CI API documentation for runners | Grzegorz Bizon | 2016-02-29 | 1 | -53/+11 |
| | | | | | | | | [ci skip] | ||||
| * | Add CI API prefix to documentation | Grzegorz Bizon | 2016-02-29 | 1 | -0/+8 |
| | | | | | | | | [ci skip] | ||||
| * | Update CI API docs for builds endpoint for runners | Grzegorz Bizon | 2016-02-29 | 2 | -64/+42 |
| | | | | | | | | [ci skip] | ||||
| * | Deprecated GitLab CI API clean up - README | Grzegorz Bizon | 2016-02-29 | 1 | -79/+8 |
| | | |||||
* | | Add a TL;DR version in quick start guideci_quickstart | Achilleas Pipinellis | 2016-03-01 | 1 | -11/+38 |
| | | | | | | | | | | | | | | Borrowed from a user's comment: https://gitlab.com/esr/reposurgeon/merge_requests/27#note_3158109 [ci skip] | ||||
* | | Add link to triggers doc in variables section | Achilleas Pipinellis | 2016-03-01 | 1 | -1/+3 |
| | | | | | | | | [ci skip] | ||||
* | | Link to examples page | Achilleas Pipinellis | 2016-02-29 | 3 | -1/+14 |
| | | | | | | | | [ci skip] | ||||
* | | Reorganize CI sections and give descriptive names to links | Achilleas Pipinellis | 2016-02-29 | 3 | -44/+42 |
| | | |||||
* | | Move languages to examples | Achilleas Pipinellis | 2016-02-26 | 3 | -11/+12 |
|/ | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Robert Speicher | 2016-02-22 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #10042 from sestus/master | Robert Schilling | 2016-02-19 | 1 | -1/+1 |
| |\ | | | | | | | Typo fix in README.md of ci quick-start docs. | ||||
| | * | Typo fix in README.md | Mike Milonakis | 2016-02-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'doc/add-build-email-service' into 'master' | Achilleas Pipinellis | 2016-02-19 | 1 | -3/+12 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation about build emails service Closes #12497 See merge request !2871 |