Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
AgeCommit message (Collapse)Author
2016-02-16fix table in doc/ci/variables/README.mdRichard Hansen
2016-02-11Updated Docker Fundamentals link as suggested by @axilDenis Meiswinkel
2016-02-11Fixed "Docker Fundamentals" link.Denis Meiswinkel
2016-02-11Move builds badge implementation to new badges controllerGrzegorz Bizon
2016-02-11Inherit build badge access permissions from projectGrzegorz Bizon
2016-02-11Add short builds badge documentationGrzegorz Bizon
2016-02-09Add information about expose of build variables.Kamil Trzcinski
2016-02-03Documentation cleanup of artifacts section in Gitlab CI ReadmeMalte Blättermann
- 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-02Merge branch 'patch-1' into 'master' Robert Speicher
explicitly call script with bash for consistency simpler than telling users to set script executable [ci skip] See merge request !2621
2016-02-02Merge branch 'patch-1' into 'master' Achilleas Pipinellis
Fix typo indentation in CI projects' API See merge request !2561
2016-01-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez
2016-01-27Fix typo on artifacts docAchilleas Pipinellis
[ci skip]
2016-01-27explicitly call script with bash for consistencyMike Chelen
2016-01-25Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez
2016-01-25Add note on artifacts browser functionalityAchilleas Pipinellis
Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 [ci skip]
2016-01-22Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez
# Conflicts: # .gitlab-ci.yml
2016-01-22Minor spelling, prob typoMark Nordine
2016-01-22Fix typo indentation in CI projects' APILouis Roché
2016-01-22Fix broken codeblocks in ci/yaml documentationAchilleas Pipinellis
[ci skip]
2016-01-22Fix wording and appearance on build artifacts documentationAchilleas Pipinellis
[ci skip]
2016-01-22Add note about commit status API deprecationAchilleas Pipinellis
[ci skip]
2016-01-22Merge branch 'issue/spelling' into 'master' Achilleas Pipinellis
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
2016-01-21Merge branch 'ci/build-artifacts-documentation' into 'master' Achilleas Pipinellis
Add basic documentation for build artifacts /cc @axil @ayufan See merge request !2511
2016-01-21Refactor build artifacts documentationAchilleas Pipinellis
[ci skip]
2016-01-21update Ruby version to 2.2.4 (latest previous stable) and update docsJames Lopez
2016-01-21Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingKamil Trzcinski
2016-01-20Fix a missing letter in the documentation.Stéphane HULARD
2016-01-20Add note about minimum GitLab CI versionHenning Hoefer
2016-01-20Add basic documentation for build artifactsGrzegorz Bizon
2016-01-15Change dependencies.builds to depends_on_buildsKamil Trzcinski
2016-01-14Let the CI runner know about builds that this build depends onKamil Trzcinski
This allows us to implement artifacts passing: runner will download artifacts from all prior builds
2016-01-11[ci skip] Fixed minor typo in docker documentationJohn Galt
2016-01-10Update docs for shared runner default settingsLuke Waite
Fixes #5993
2016-01-07Fix hyphenation typos [ci skip]Achilleas Pipinellis
2016-01-06Add documentation on enabling/disabling GitLab CIAchilleas Pipinellis
[ci skip]
2015-12-26Fix typo on triggers docs [ci skip]Achilleas Pipinellis
2015-12-26Remove incomplete text [ci skip]Achilleas Pipinellis
2015-12-25Add examples for triggers [ci skip]Achilleas Pipinellis
2015-12-25Merge branch 'master' into ci_triggers_docsAchilleas Pipinellis
2015-12-25Add images and examplesAchilleas Pipinellis
2015-12-24Remove triggers from yaml doc [ci skip]Achilleas Pipinellis
2015-12-23Merge branch 'meta-example' into 'master' Sytse Sijbrandij
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
2015-12-21Document triggers in yaml/README.md [ci skip]Achilleas Pipinellis
2015-12-21Init documentation on Triggers [ci skip]Achilleas Pipinellis
2015-12-19Merge branch 'removeNonDefinedVariableFromCIDoc' into 'master' Achilleas Pipinellis
Remove CI_BUILD_BEFORE_SHA from CI documentation As pointed in #3210, the environment variable isn't usable any more. See merge request !2118
2015-12-17Clarify Windows shell executor artifact upload supportDrew Blessing
2015-12-17Merge branch 'doc_private_registry' into 'master' Achilleas Pipinellis
Add info on using private Docker registries in CI See merge request !2130
2015-12-17Add info on using private Docker registries in CI [ci skip]Achilleas Pipinellis
2015-12-16Remove CI_BUILD_BEFORE_SHA from CI documentationCauan Cabral
As pointed in #3210, the environment variable isn't usable any more.
2015-12-16Clean up ci yaml doc [ci skip]Achilleas Pipinellis
* Fix headings so that they are picked up by doc.gitlab.com * Stick to 80 characters * Clean up some examples