Commit Graph
121 Commits
Author SHA1 Message Date
Robert Speicher d10b43dae3 Merge branch 'master' of github.com:gitlabhq/gitlabhq 2016-02-22 15:24:20 -05:00
Achilleas Pipinellis 2cc9a42ca4 Merge branch 'doc/add-build-email-service' into 'master'
Add documentation about build emails service

Closes #12497

See merge request !2871
2016-02-19 21:36:47 +00:00
Achilleas Pipinellis 7f5f56d443 Move builds emails service to its own document
[ci skip]
2016-02-19 23:35:26 +02:00
Robert Schilling 041cae6792 Merge pull request #10042 from sestus/master
Typo fix in README.md of ci quick-start docs.
2016-02-19 22:12:23 +01:00
James Lopez 83829c0902 revert back to ruby 2.1 2016-02-19 15:59:46 +01:00
Achilleas PipinellisandTomasz Maczukin d4f1bcdd28 Note that ci/api/runners.rb is still used
[ci skip]
2016-02-19 13:18:47 +01:00
Achilleas PipinellisandTomasz Maczukin 1532d28c69 Add note of deprecation in old Runners CI API 2016-02-19 13:18:46 +01:00
Mike Milonakis cbc73ccdf8 Typo fix in README.md 2016-02-18 16:07:13 +02:00
Grzegorz Bizon 31e0dee3b8 Add documentation about build emails service
Closes #12497
2016-02-18 14:46:31 +01:00
Kamil Trzciński b352dbaba6 Merge branch 'patch-1' into 'master'
Add example of creating build artifacts only for release tags.



See merge request !2649
2016-02-18 12:24:54 +00:00
Richard Hansen 458e3c7167 fix table in doc/ci/variables/README.md 2016-02-16 15:02:18 -05:00
Denis Meiswinkel 7e904ab37b Updated Docker Fundamentals link as suggested by @axil 2016-02-11 16:03:31 +00:00
Denis Meiswinkel 0008dc2f2b Fixed "Docker Fundamentals" link. 2016-02-11 15:10:35 +00:00
Grzegorz Bizon 28b11963b1 Move builds badge implementation to new badges controller 2016-02-11 10:29:15 +01:00
Grzegorz Bizon d51e8e1b77 Inherit build badge access permissions from project 2016-02-11 10:29:15 +01:00
Grzegorz Bizon 418e761ad1 Add short builds badge documentation 2016-02-11 10:29:14 +01:00
Kamil Trzcinski 078ec5e414 Add information about expose of build variables. 2016-02-09 01:08:49 +01:00
Mart Somermaa 150bee38b4 Grammar cleanup in yaml/README.md 2016-02-03 12:45:07 +02:00
Mart SõmermaaandMart Somermaa d04556009c Add example of creating build artifacts only for release tags. 2016-02-03 12:39:34 +02:00
Malte BlättermannandMalte Blättermann acea6e1c50 Documentation cleanup of artifacts section in Gitlab CI Readme
- 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
2016-02-02 22:43:15 +01:00
Robert Speicher dc390c5ac2 Merge branch 'patch-1' into 'master'
explicitly call script with bash for consistency

simpler than telling users to set script executable

[ci skip]

See merge request !2621
2016-02-02 16:25:37 +00:00
Achilleas Pipinellis ded170eb2e Merge branch 'patch-1' into 'master'
Fix typo indentation in CI projects' API



See merge request !2561
2016-02-02 12:16:35 +00:00
James Lopez 683770f35d Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 2016-01-27 15:42:35 +01:00
Achilleas Pipinellis a427ab9faa Fix typo on artifacts doc
[ci skip]
2016-01-27 09:02:02 +01:00
Mike Chelen e32eb57151 explicitly call script with bash for consistency 2016-01-27 02:10:03 +00:00
James Lopez 719b73b880 Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 2016-01-25 10:27:18 +01:00
Achilleas Pipinellis 5c69560a2d Add note on artifacts browser functionality
Based on the following comment:
https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006

[ci skip]
2016-01-24 22:49:37 +01:00
James Lopez 3d81f1da6e Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4
# Conflicts:
#	.gitlab-ci.yml
2016-01-22 18:01:38 +01:00
Mark Nordine 831bb04db7 Minor spelling, prob typo 2016-01-22 16:04:08 +00:00
Louis Roché d781eee575 Fix typo indentation in CI projects' API 2016-01-22 14:33:25 +00:00
Achilleas Pipinellis 2254413267 Fix broken codeblocks in ci/yaml documentation
[ci skip]
2016-01-22 12:33:37 +01:00
Achilleas Pipinellis 49233288ea Fix wording and appearance on build artifacts documentation
[ci skip]
2016-01-22 10:44:27 +01:00
Achilleas Pipinellis 373b277f03 Add note about commit status API deprecation
[ci skip]
2016-01-22 10:08:57 +01:00
Achilleas Pipinellis 8be4e54563 Merge branch 'issue/spelling' into 'master'
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 😄 

See merge request !2519
2016-01-22 07:43:06 +00:00
Achilleas Pipinellis 62d2182e41 Merge branch 'ci/build-artifacts-documentation' into 'master'
Add basic documentation for build artifacts

/cc @axil @ayufan 

See merge request !2511
2016-01-21 19:02:26 +00:00
Achilleas Pipinellis 93b942ec7c Refactor build artifacts documentation
[ci skip]
2016-01-21 17:27:23 +01:00
James Lopez 1c51fb1778 update Ruby version to 2.2.4 (latest previous stable) and update docs 2016-01-21 16:12:49 +01:00
Kamil Trzcinski c45a6bf3ba Added cache:key to .gitlab-ci.yml allowing to fine tune the caching 2016-01-20 23:12:48 +01:00
Stéphane HULARD 7a0bde935a Fix a missing letter in the documentation. 2016-01-20 18:38:15 +00:00
Henning Hoefer d14ed863f7 Add note about minimum GitLab CI version 2016-01-20 12:47:51 +00:00
Grzegorz Bizon 36aa3e6170 Add basic documentation for build artifacts 2016-01-20 10:56:41 +01:00
Kamil Trzcinski 1ce766367e Change dependencies.builds to depends_on_builds 2016-01-15 15:35:33 +01:00
Kamil Trzcinski ac652d82f1 Let the CI runner know about builds that this build depends on
This allows us to implement artifacts passing: runner will download artifacts from all prior builds
2016-01-14 19:45:55 +01:00
John Galt 0f113828fa [ci skip] Fixed minor typo in docker documentation 2016-01-11 10:02:39 -07:00
Luke Waite e6dbbafd0a Update docs for shared runner default settings
Fixes #5993
2016-01-10 08:29:50 -05:00
Achilleas Pipinellis a8e23bd1b5 Fix hyphenation typos [ci skip] 2016-01-07 10:10:46 +01:00
Achilleas Pipinellis 12e32224c1 Add documentation on enabling/disabling GitLab CI
[ci skip]
2016-01-06 20:18:27 +01:00
Achilleas Pipinellis 8eed3ab359 Fix typo on triggers docs [ci skip] 2015-12-26 13:56:33 +02:00
Achilleas Pipinellis f0d46b4de6 Remove incomplete text [ci skip] 2015-12-26 13:50:47 +02:00
Achilleas Pipinellis 662e9cffe1 Add examples for triggers [ci skip] 2015-12-25 13:37:46 +02:00