Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | ||||||
* | | Updated Docker Fundamentals link as suggested by @axil | Denis Meiswinkel | 2016-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed "Docker Fundamentals" link. | Denis Meiswinkel | 2016-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | Move builds badge implementation to new badges controller | Grzegorz Bizon | 2016-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | Inherit build badge access permissions from project | Grzegorz Bizon | 2016-02-11 | 1 | -2/+0 | |
| | | ||||||
* | | Add short builds badge documentation | Grzegorz Bizon | 2016-02-11 | 1 | -0/+10 | |
| | | ||||||
* | | Add information about expose of build variables.variables-build-log | Kamil Trzcinski | 2016-02-09 | 1 | -1/+4 | |
| | | ||||||
* | | Documentation cleanup of artifacts section in Gitlab CI Readme | Malte Blättermann | 2016-02-02 | 1 | -2/+6 | |
| | | | | | | | | | | | | - Added notice about build artifacts not beeing collected on failed builds. - Removed "introduced in 0.7.0" for artifacts section. - Made windows notice more precise | |||||
* | | Merge branch 'patch-1' into 'master' | Robert Speicher | 2016-02-02 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | explicitly call script with bash for consistency simpler than telling users to set script executable [ci skip] See merge request !2621 | |||||
| * | | explicitly call script with bash for consistency | Mike Chelen | 2016-01-27 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'patch-1' into 'master' | Achilleas Pipinellis | 2016-02-02 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Fix typo indentation in CI projects' API See merge request !2561 | |||||
| * | | Fix typo indentation in CI projects' API | Louis Roché | 2016-01-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 | James Lopez | 2016-01-27 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix typo on artifacts doc | Achilleas Pipinellis | 2016-01-27 | 1 | -2/+2 | |
| | |/ | |/| | | | | | | | [ci skip] | |||||
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 | James Lopez | 2016-01-25 | 1 | -1/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Add note on artifacts browser functionality | Achilleas Pipinellis | 2016-01-24 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 [ci skip] | |||||
| * | | Minor spelling, prob typo | Mark Nordine | 2016-01-22 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 | James Lopez | 2016-01-22 | 8 | -6/+242 | |
|\ \ | |/ | | | | | | | # Conflicts: # .gitlab-ci.yml | |||||
| * | Fix broken codeblocks in ci/yaml documentation | Achilleas Pipinellis | 2016-01-22 | 1 | -29/+34 | |
| | | | | | | | | [ci skip] | |||||
| * | Fix wording and appearance on build artifacts documentation | Achilleas Pipinellis | 2016-01-22 | 1 | -5/+3 | |
| | | | | | | | | [ci skip] | |||||
| * | Add note about commit status API deprecation | Achilleas Pipinellis | 2016-01-22 | 1 | -0/+7 | |
| | | | | | | | | [ci skip] | |||||
| * | Merge branch 'issue/spelling' into 'master' | Achilleas Pipinellis | 2016-01-22 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Fix a missing letter in the documentation. Hello, I just found a missing letter in the PHP CI configuration documentation. This MR allow to fix that :smile: See merge request !2519 | |||||
| | * | Fix a missing letter in the documentation. | Stéphane HULARD | 2016-01-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'ci/build-artifacts-documentation' into 'master' | Achilleas Pipinellis | 2016-01-21 | 4 | -0/+174 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add basic documentation for build artifacts /cc @axil @ayufan See merge request !2511 | |||||
| | * | | Refactor build artifacts documentationci/build-artifacts-documentation | Achilleas Pipinellis | 2016-01-21 | 5 | -51/+174 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| | * | | Add basic documentation for build artifacts | Grzegorz Bizon | 2016-01-20 | 2 | -0/+51 | |
| | |/ | ||||||
| * | | Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingci/cache-key | Kamil Trzcinski | 2016-01-20 | 1 | -4/+56 | |
| | | | ||||||
| * | | Add note about minimum GitLab CI version | Henning Hoefer | 2016-01-20 | 1 | -1/+1 | |
| |/ | ||||||
* | | update Ruby version to 2.2.4 (latest previous stable) and update docs | James Lopez | 2016-01-21 | 2 | -4/+4 | |
|/ | ||||||
* | Change dependencies.builds to depends_on_builds | Kamil Trzcinski | 2016-01-15 | 1 | -19/+17 | |
| | ||||||
* | Let the CI runner know about builds that this build depends onci/build_dependencies | Kamil Trzcinski | 2016-01-14 | 1 | -9/+55 | |
| | | | | This allows us to implement artifacts passing: runner will download artifacts from all prior builds | |||||
* | [ci skip] Fixed minor typo in docker documentation | John Galt | 2016-01-11 | 1 | -1/+1 | |
| | ||||||
* | Update docs for shared runner default settings | Luke Waite | 2016-01-10 | 1 | -2/+3 | |
| | | | | Fixes #5993 | |||||
* | Fix hyphenation typos [ci skip] | Achilleas Pipinellis | 2016-01-07 | 1 | -7/+7 | |
| | ||||||
* | Add documentation on enabling/disabling GitLab CIdoc_enable_disable_ci | Achilleas Pipinellis | 2016-01-06 | 3 | -0/+71 | |
| | | | | [ci skip] | |||||
* | Fix typo on triggers docs [ci skip] | Achilleas Pipinellis | 2015-12-26 | 1 | -1/+1 | |
| | ||||||
* | Remove incomplete text [ci skip] | Achilleas Pipinellis | 2015-12-26 | 1 | -3/+0 | |
| | ||||||
* | Add examples for triggers [ci skip] | Achilleas Pipinellis | 2015-12-25 | 1 | -5/+76 | |
| | ||||||
* | Merge branch 'master' into ci_triggers_docsci_triggers_docs | Achilleas Pipinellis | 2015-12-25 | 1 | -4/+5 | |
|\ | ||||||
| * | Merge branch 'meta-example' into 'master' | Sytse Sijbrandij | 2015-12-23 | 1 | -0/+1 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Link to the gitlab-ci.yml file of GitLab itself. I'm hunting for this link from time to time in customer demo's so I think it is useful to add. /cc @ayufan See merge request !1993 | |||||
| | * | Link to the gitlab-ci.yml file of GitLab itself.meta-example | Sytse Sijbrandij | 2015-12-05 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add images and examples | Achilleas Pipinellis | 2015-12-25 | 5 | -2/+95 | |
| | | |