summaryrefslogtreecommitdiff
path: root/doc/ci/quick_start
Commit message (Collapse)AuthorAgeFilesLines
* Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-131-1/+1
|
* remove comma kus2018-09-051-1/+1
| | | then each commit or push triggers your CI pipeline.
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-273-0/+0
| | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* fix runner requirementsBen Bodenmiller2018-05-041-2/+2
|
* Provide clarification on mirrored repositories for pipelinesdocs/mirrored-repositories-for-pipelines-ceAchilleas Pipinellis2018-03-301-0/+5
|
* Update documentation regarding Ci LinterMayra Cabrera2018-03-261-2/+2
|
* Update outdated docs for CI/CD quick startdocs/ci-quick-start-typoAchilleas Pipinellis2018-01-191-3/+3
| | | | [ci skip]
* Exclude comments from specific docsAchilleas Pipinellis2017-11-011-1/+1
|
* Change Pipelines to CI/CD for Settings pagedocs-replace-pipelines-cicdbikebilly2017-09-091-4/+4
|
* Replace 'Settings ➔ CI/CD Pipelines' with 'Settings ➔ Pipelines' in docs34264-replace-settings-ci-cd-pipelines-with-settings-pipelines-in-docsbikebilly2017-06-231-3/+3
|
* Runners tab is now CI/CD PipelinesBen Bodenmiller2017-05-121-3/+3
|
* All CI offline migrationsKamil Trzciński2017-03-171-9/+0
|
* Update README.md Alex Karnovsky2017-03-081-3/+3
| | | I replaced "merge requests" by "commits". As far as I notice, merge requests per se don't trigger CI; commits and pushes (which are essentially adding commits) do. This is logical: an MR doesn't create anything new, so there is nothing to test.
* Rename builds to jobs in docsAchilleas Pipinellis2017-02-158-41/+37
| | | | [ci skip]
* Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-031-1/+1
|
* Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis2016-11-227-0/+0
| | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
* doc/ci/quick_start/README: improve sentence about link to a Lint tool ci-quick-start-doc-improvementChristian Couder2016-09-121-1/+2
| | | | The link is now a button under **Pipelines > Pipelines** and **Pipelines > Builds**. There is no more **CI settings** menu.
* Add documentation for test coverage report badgeGrzegorz Bizon2016-08-151-10/+2
|
* fix runner install linkBen Bodenmiller2016-08-021-1/+1
|
* optimize png images losslessly using zopflipngPeter Dave Hello2016-06-296-0/+0
|
* Fix linkci-wordingMark Pundsack2016-06-211-1/+1
|
* Add pipeline imageMark Pundsack2016-06-202-19/+23
|
* Add definitions and tweak some docs. Partially fixes #17733Mark Pundsack2016-06-201-12/+12
|
* Merge branch 'patch-1' into 'master' Dmitriy Zaporozhets2016-05-181-2/+2
|\ | | | | | | | | | | | | Fix broken link in CI quickstart docs The newline between the `[label]` and the `(link)` caused it to be interpreted literally: http://doc.gitlab.com/ce/ci/quick_start/README.html See merge request !3541
| * Fix broken link in CI quickstart docs Florian2016-04-051-2/+2
| | | | | | The space between the [label] and the (link) caused it to be interpreted literally.
* | Fix typos in CI docs.Hyunwoo Jung2016-04-131-1/+1
|/
* Reduce example documentation.reduce-example-duplicationSytse Sijbrandij2016-03-101-9/+2
|
* 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]
* Link to examples pageAchilleas Pipinellis2016-02-291-0/+6
| | | | [ci skip]
* Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Speicher2016-02-221-1/+1
|\
| * Typo fix in README.mdMike Milonakis2016-02-181-1/+1
| |
* | 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
* 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
|
* Clean up quick start quide [ci skip]Achilleas Pipinellis2015-12-012-32/+29
| | | | | * Remove references to enabling CI since it it will be deprecated * Revert changes in yaml/README.md, refine it in a separate MR
* Remove old imagesAchilleas Pipinellis2015-12-013-0/+0
|
* Final touches for the quick start quideAchilleas Pipinellis2015-12-014-2/+4
|
* New images for the commit build statusAchilleas Pipinellis2015-12-014-2/+0
|
* Place images in their own dirAchilleas Pipinellis2015-12-0112-47/+6
|
* Add option to enable GitLab CI via .gitlab-ci.ymlAchilleas Pipinellis2015-12-011-6/+21
|
* Add section of enabling GitLab CIAchilleas Pipinellis2015-12-016-0/+31
|
* Clean up introAchilleas Pipinellis2015-12-011-2/+2
|
* update ci docs with yml reason and better quickstartJob van der Voort2015-12-011-63/+139
|
* Rewrite HTTP links to force TLS, where possibleAlex Jordan2015-11-161-3/+3
|
* Update documentation and config filesKamil Trzcinski2015-09-161-3/+3
|
* Groundwork for merging CI into CEDouwe Maan2015-08-257-0/+119