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-11-22Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
2016-11-22Add example image to pipelines docsAchilleas Pipinellis
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24767 [ci skip]
2016-11-19Fix wrong linkebuildy
2016-11-18Merge branch 'docs/no-artifacts-passing' into 'master' Achilleas Pipinellis
Document how to prevent artifacts from passing to next stage See merge request !7575
2016-11-18Document how to prevent artifacts from passing to next stageAchilleas Pipinellis
[ci skip]
2016-11-18Merge the two Scala examplesAchilleas Pipinellis
[ci skip]
2016-11-18Add Play/Scala CI example with deployment to HerokuJasper Denkers
2016-11-18Fix wrong link URLAchilleas Pipinellis
[ci skip]
2016-11-18Add note pointing to limitations section in environments.mdAchilleas Pipinellis
[ci skip]
2016-11-18Clarify the limitation for special chars is for Review AppsAchilleas Pipinellis
[ci skip]
2016-11-18Change order of limitations list in environments.mdAchilleas Pipinellis
[ci skip]
2016-11-18Add an example of invalid characters to branches for review appsAchilleas Pipinellis
[ci skip]
2016-11-18Grammar fix in environments.md: s/base/basisAchilleas Pipinellis
[ci skip]
2016-11-18Fix missing URL from environments docsAchilleas Pipinellis
[ci skip]
2016-11-17Merge branch 'docs/environments' into 'master' Achilleas Pipinellis
Mention Git strategy none See merge request !7530
2016-11-17Mention Git strategy noneAchilleas Pipinellis
[ci skip]
2016-11-17Add 8.14 to versions with further additions to review appsAchilleas Pipinellis
[ci skip]
2016-11-17Add Limitations sections to environments and review apps docsAchilleas Pipinellis
[ci skip]
2016-11-17Add link to environments docsAchilleas Pipinellis
2016-11-17Fix URL to review apps docsAchilleas Pipinellis
2016-11-17Add a prerequisites section, add some linksAchilleas Pipinellis
2016-11-17Link to NGINX example project for the time beingAchilleas Pipinellis
[ci skip]
2016-11-17Get rid most of the irrelevant sectionsAchilleas Pipinellis
[ci skip]
2016-11-17Add note about current limitation in $CI_BUILD_REF_NAMEAchilleas Pipinellis
[ci skip]
2016-11-17Add an intro and an Overview section for Review AppsAchilleas Pipinellis
[ci skip]
2016-11-17WIP review appsAchilleas Pipinellis
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 [ci skip]
2016-11-17Add Review apps link to CI READMEAchilleas Pipinellis
2016-11-17Add note about auto-stopping of environmentsAchilleas Pipinellis
2016-11-17Finish "Stopping envs" and "Grouping similar envs" sectionsAchilleas Pipinellis
[ci skip]
2016-11-17Finish dynamic environments and URLs sectionsAchilleas Pipinellis
[ci skip]
2016-11-17Move name rules under environment:name in yaml readmeAchilleas Pipinellis
2016-11-17Finish most of environmentsAchilleas Pipinellis
[ci skip]
2016-11-16Change deployments view imageAchilleas Pipinellis
[ci skip]
2016-11-16Add section on defining environmentsAchilleas Pipinellis
[ci skip]
2016-11-16Move paragraph to overviewAchilleas Pipinellis
2016-11-16Begin writing Overview sectionAchilleas Pipinellis
2016-11-16WIP refactor environmentsAchilleas Pipinellis
2016-11-15Add ref parameter for triggerring builds with gitlab webhook from other project.Dmitry Poray
2016-11-08Document the usage of the Docker OverlayFS driverAchilleas Pipinellis
[ci skip]
2016-11-04Change a bunch of doc links to either relative or https://docs.gitlab.com.Connor Shea
2016-10-31Merge branch 'patch-4' into 'master' Sean McGivern
Improve docs on `gitlab-ci-token` user See merge request !6002
2016-10-27Fully document the pipelines settings pageAchilleas Pipinellis
2016-10-27Improve documentation for test coverage report badgeGrzegorz Bizon
[ci skip]
2016-10-22Merge branch 'patch-3' into 'master' Rémy Coutable
Fix docker.sock reference in config.toml ## What does this MR do? `config.toml` sample did not correctly represent the `/var/run/docker.sock` mapping, causing it to be created as a volume instead. ## Why was this MR needed? It was broken. See merge request !5172
2016-10-22Merge branch 'docs/dynamic-envs-yaml' into 'master' Achilleas Pipinellis
Refactor and add new environment functionality to CI yaml reference ## What does this MR do? Add new `environment` functionality to the yaml reference. ## What are the relevant issue numbers? Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 See merge request !7026
2016-10-21Merge branch 'patch-6' into 'master' Rémy Coutable
Grammar fixes in docs Some minor grammar fixes in a page in the docs See merge request !6645
2016-10-20Refactor and add new functionality to CI yaml referenceAchilleas Pipinellis
[ci ski]
2016-10-14Document restrictions on cache and artifact pathsNick Thomas
See https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1792
2016-10-14Link to review apps example from docsAchilleas Pipinellis
[ci skip]
2016-10-11Merge branch 'document-ci-shell-trace-variable' into 'master' Achilleas Pipinellis
Document the new CI_DEBUG_TRACE variable a feature that will be introduced in GitLab Runner v1.7 Related to https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/339 See merge request !6700