Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | | Move builds emails service to its own document | Achilleas Pipinellis | 2016-02-19 | 1 | -15/+8 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Add documentation about build emails servicedoc/add-build-email-service | Grzegorz Bizon | 2016-02-18 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | Closes #12497 | ||||
* | | | | revert back to ruby 2.1 | James Lopez | 2016-02-19 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Note that `ci/api/runners.rb` is still used | Achilleas Pipinellis | 2016-02-19 | 1 | -2/+3 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Add note of deprecation in old Runners CI API | Achilleas Pipinellis | 2016-02-19 | 1 | -1/+4 |
|/ / | |||||
* | | Merge branch 'patch-1' into 'master' | Kamil Trzciński | 2016-02-18 | 1 | -2/+24 |
|\ \ | |/ |/| | | | | | | | | | Add example of creating build artifacts only for release tags. See merge request !2649 | ||||
| * | Grammar cleanup in yaml/README.md | Mart Somermaa | 2016-02-03 | 1 | -2/+2 |
| | | |||||
| * | Add example of creating build artifacts only for release tags. | Mart Sõmermaa | 2016-02-03 | 1 | -0/+22 |
| | | |||||
* | | fix table in doc/ci/variables/README.md | Richard Hansen | 2016-02-16 | 1 | -1/+1 |
| | |