Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace '-n' with '--name' in docker related documentationfix/ci-docker-images-documentation | Tomasz Maczukin | 2016-04-25 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | Fix some typos in documentation | Tomasz Maczukin | 2016-04-20 | 1 | -4/+4 |
| | | | | [ci skip] | ||||
* | Add documentation of incremental trace update API | Tomasz Maczukin | 2016-04-20 | 1 | -21/+87 |
| | | | | [ci skip] | ||||
* | Merge branch 'docs/notice-about-gitlab-runner' into 'master' | Grzegorz Bizon | 2016-04-19 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | | | Add notice about GitLab Runner to requirements docs This is related to #14589, and problems that may stem from running GitLab Runner on same machine user installed GitLab web app on. See merge request !3518 | ||||
| * | Add a note about installing Runners in ci/runners/README.mddocs/notice-about-gitlab-runner | Achilleas Pipinellis | 2016-04-11 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 3 | -8/+32 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'origin/master' into after-script | Kamil Trzcinski | 2016-04-18 | 2 | -7/+31 |
| |\ \ | |||||
| | * | | Add minor fixes in docs for job-specific variables | Grzegorz Bizon | 2016-04-18 | 2 | -11/+7 |
| | | | | |||||
| | * | | Update documentation on job level build variables | Grzegorz Bizon | 2016-04-18 | 1 | -4/+6 |
| | | | | |||||
| | * | | Improve grammar in CI documentation for build vars | Grzegorz Bizon | 2016-04-18 | 1 | -4/+7 |
| | | | | |||||
| | * | | Add documentation for job-level build variables | Grzegorz Bizon | 2016-04-18 | 2 | -1/+24 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into after-script | Kamil Trzcinski | 2016-04-18 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'typos_in_ci_doc' into 'master' | Robert Schilling | 2016-04-16 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in CI docs. See merge request !3709 | ||||
| | | * | | Fix typos in CI docs. | Hyunwoo Jung | 2016-04-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Add note about version | Kamil Trzcinski | 2016-04-17 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Update CHANGELOG and add documentation | Kamil Trzcinski | 2016-04-17 | 1 | -0/+20 |
|/ / / / | |||||
* | | | | Add CHANGELOG and documentation | Kamil Trzcinski | 2016-04-17 | 1 | -0/+10 |
|/ / / | |||||
* | | | change: "very demand" changed to "specific demand" | Jamie Neubert Pedersen | 2016-04-14 | 1 | -1/+1 |
| | | | | | | | | | This must be an error as the sentence doesn't make sense otherwise | ||||
* | | | 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 |