summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'doc/ci-api-update' into 'master' Achilleas Pipinellis2016-03-085-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-updateGrzegorz Bizon2016-03-012-23/+40
| |
| * Remove deprecated CI API docs for commits and projectsGrzegorz Bizon2016-02-293-258/+0
| | | | | | | | [ci skip]
| * Update CI API documentation for runnersGrzegorz Bizon2016-02-291-53/+11
| | | | | | | | [ci skip]
| * Add CI API prefix to documentationGrzegorz Bizon2016-02-291-0/+8
| | | | | | | | [ci skip]
| * Update CI API docs for builds endpoint for runnersGrzegorz Bizon2016-02-292-64/+42
| | | | | | | | [ci skip]
| * Deprecated GitLab CI API clean up - READMEGrzegorz Bizon2016-02-291-79/+8
| |
* | Add a TL;DR version in quick start guideci_quickstartAchilleas Pipinellis2016-03-011-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 sectionAchilleas Pipinellis2016-03-011-1/+3
| | | | | | | | [ci skip]
* | Link to examples pageAchilleas Pipinellis2016-02-293-1/+14
| | | | | | | | [ci skip]
* | Reorganize CI sections and give descriptive names to linksAchilleas Pipinellis2016-02-293-44/+42
| |
* | Move languages to examplesAchilleas Pipinellis2016-02-263-11/+12
|/
* Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Speicher2016-02-221-1/+1
|\
| * Merge pull request #10042 from sestus/masterRobert Schilling2016-02-191-1/+1
| |\ | | | | | | Typo fix in README.md of ci quick-start docs.
| | * Typo fix in README.mdMike Milonakis2016-02-181-1/+1
| | |
* | | Merge branch 'doc/add-build-email-service' into 'master' Achilleas Pipinellis2016-02-191-3/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add documentation about build emails service Closes #12497 See merge request !2871
| * | | Move builds emails service to its own documentAchilleas Pipinellis2016-02-191-15/+8
| | | | | | | | | | | | | | | | [ci skip]
| * | | Add documentation about build emails servicedoc/add-build-email-serviceGrzegorz Bizon2016-02-181-0/+16
| | | | | | | | | | | | | | | | Closes #12497
* | | | revert back to ruby 2.1James Lopez2016-02-191-1/+1
| |/ / |/| |
* | | Note that `ci/api/runners.rb` is still usedAchilleas Pipinellis2016-02-191-2/+3
| | | | | | | | | | | | [ci skip]
* | | Add note of deprecation in old Runners CI APIAchilleas Pipinellis2016-02-191-1/+4
|/ /
* | Merge branch 'patch-1' into 'master' Kamil Trzciński2016-02-181-2/+24
|\ \ | |/ |/| | | | | | | | | Add example of creating build artifacts only for release tags. See merge request !2649
| * Grammar cleanup in yaml/README.mdMart Somermaa2016-02-031-2/+2
| |
| * Add example of creating build artifacts only for release tags.Mart Sõmermaa2016-02-031-0/+22
| |
* | fix table in doc/ci/variables/README.mdRichard Hansen2016-02-161-1/+1
| |
* | Updated Docker Fundamentals link as suggested by @axilDenis Meiswinkel2016-02-111-1/+1
| |
* | Fixed "Docker Fundamentals" link.Denis Meiswinkel2016-02-111-1/+1
| |
* | Move builds badge implementation to new badges controllerGrzegorz Bizon2016-02-111-1/+1
| |
* | Inherit build badge access permissions from projectGrzegorz Bizon2016-02-111-2/+0
| |
* | Add short builds badge documentationGrzegorz Bizon2016-02-111-0/+10
| |
* | Add information about expose of build variables.variables-build-logKamil Trzcinski2016-02-091-1/+4
| |
* | Documentation cleanup of artifacts section in Gitlab CI ReadmeMalte Blättermann2016-02-021-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 Speicher2016-02-021-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 consistencyMike Chelen2016-01-271-2/+2
| | |
* | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-02-021-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Fix typo indentation in CI projects' API See merge request !2561
| * | Fix typo indentation in CI projects' APILouis Roché2016-01-221-1/+1
| | |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez2016-01-271-2/+2
|\ \ \
| * | | Fix typo on artifacts docAchilleas Pipinellis2016-01-271-2/+2
| | |/ | |/| | | | | | | [ci skip]
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez2016-01-251-1/+6
|\ \ \ | |/ /
| * | Add note on artifacts browser functionalityAchilleas Pipinellis2016-01-241-0/+5
| | | | | | | | | | | | | | | | | | | | | Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 [ci skip]
| * | Minor spelling, prob typoMark Nordine2016-01-221-1/+1
| |/
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez2016-01-228-6/+242
|\ \ | |/ | | | | | | # Conflicts: # .gitlab-ci.yml
| * Fix broken codeblocks in ci/yaml documentationAchilleas Pipinellis2016-01-221-29/+34
| | | | | | | | [ci skip]
| * Fix wording and appearance on build artifacts documentationAchilleas Pipinellis2016-01-221-5/+3
| | | | | | | | [ci skip]
| * Add note about commit status API deprecationAchilleas Pipinellis2016-01-221-0/+7
| | | | | | | | [ci skip]
| * Merge branch 'issue/spelling' into 'master' Achilleas Pipinellis2016-01-221-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 HULARD2016-01-201-1/+1
| | |
| * | Merge branch 'ci/build-artifacts-documentation' into 'master' Achilleas Pipinellis2016-01-214-0/+174
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add basic documentation for build artifacts /cc @axil @ayufan See merge request !2511
| | * | Refactor build artifacts documentationci/build-artifacts-documentationAchilleas Pipinellis2016-01-215-51/+174
| | | | | | | | | | | | | | | | [ci skip]
| | * | Add basic documentation for build artifactsGrzegorz Bizon2016-01-202-0/+51
| | |/