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
AgeCommit message (Collapse)Author
2018-09-05remove comma kus
then each commit or push triggers your CI pipeline.
2018-05-04fix runner requirementsBen Bodenmiller
2018-03-30Provide clarification on mirrored repositories for pipelinesAchilleas Pipinellis
2018-03-27Update documentation regarding Ci LinterMayra Cabrera
2018-01-19Update outdated docs for CI/CD quick startAchilleas Pipinellis
[ci skip]
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-09-09Change Pipelines to CI/CD for Settings pagebikebilly
2017-06-23Replace 'Settings ➔ CI/CD Pipelines' with 'Settings ➔ Pipelines' in docsbikebilly
2017-05-12Runners tab is now CI/CD PipelinesBen Bodenmiller
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-08Update README.md Alex Karnovsky
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.
2017-02-15Rename builds to jobs in docsAchilleas Pipinellis
[ci skip]
2017-02-03Move project services to new location under IntegrationsAchilleas Pipinellis
2016-09-12doc/ci/quick_start/README: improve sentence about link to a Lint tool Christian Couder
The link is now a button under **Pipelines > Pipelines** and **Pipelines > Builds**. There is no more **CI settings** menu.
2016-08-15Add documentation for test coverage report badgeGrzegorz Bizon
2016-08-02fix runner install linkBen Bodenmiller
2016-06-22Fix linkMark Pundsack
2016-06-21Add pipeline imageMark Pundsack
2016-06-21Add definitions and tweak some docs. Partially fixes #17733Mark Pundsack
2016-05-18Merge branch 'patch-1' into 'master' Dmitriy Zaporozhets
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
2016-04-14Fix typos in CI docs.Hyunwoo Jung
2016-04-05Fix broken link in CI quickstart docs Florian
The space between the [label] and the (link) caused it to be interpreted literally.
2016-03-10Reduce example documentation.Sytse Sijbrandij
2016-03-01Add a TL;DR version in quick start guideAchilleas Pipinellis
Borrowed from a user's comment: https://gitlab.com/esr/reposurgeon/merge_requests/27#note_3158109 [ci skip]
2016-02-29Link to examples pageAchilleas Pipinellis
[ci skip]
2016-02-22Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Speicher
2016-02-20Move builds emails service to its own documentAchilleas Pipinellis
[ci skip]
2016-02-18Typo fix in README.mdMike Milonakis
2016-02-18Add documentation about build emails serviceGrzegorz Bizon
Closes #12497
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
2015-12-01Clean up quick start quide [ci skip]Achilleas Pipinellis
* Remove references to enabling CI since it it will be deprecated * Revert changes in yaml/README.md, refine it in a separate MR
2015-12-01Final touches for the quick start quideAchilleas Pipinellis
2015-12-01New images for the commit build statusAchilleas Pipinellis
2015-12-01Place images in their own dirAchilleas Pipinellis
2015-12-01Add section of enabling GitLab CIAchilleas Pipinellis
2015-12-01Clean up introAchilleas Pipinellis
2015-12-01update ci docs with yml reason and better quickstartJob van der Voort
2015-11-17Rewrite HTTP links to force TLS, where possibleAlex Jordan
2015-09-16Update documentation and config filesKamil Trzcinski
2015-08-26Groundwork for merging CI into CEDouwe Maan