summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deployAdam Niedzielski2016-12-214-0/+40
| | | | | | The button allows to choose a ".gitlab-ci.yml" template that automatically sets up the deployment of an application. The currently supported template is Kubernetes template.
* Merge branch 'rename-online-to-web-terminal' into 'master' Sean Packham2016-12-201-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename "Online terminal" to "Web terminal" in the documentation ## What does this MR do? Renames online terminals to web terminals in some recently merged documentation ## Are there points in the code the reviewer needs to double check? I think I've caught all the links ## Why was this MR needed? We're calling it 'web terminal' in the release post, and consistency is :sparkles: https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/4007/diffs#note_20283597 ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !8190
| * Rename "Online terminal" to "Web terminal" in the docsNick Thomas2016-12-201-3/+3
| |
* | Merge branch 'doc-for-pipeline-duration' into 'master' Rémy Coutable2016-12-201-0/+31
|\ \ | |/ |/| | | | | | | | | Add doc for pipeline duration The description was copied and modified from !6084 See merge request !6445
| * Add docs for pipeline durationdoc-for-pipeline-durationLin Jen-Shin2016-12-151-0/+31
| |
* | Add online terminal documentationNick Thomas2016-12-194-1/+44
| |
* | Fix typofix/ci-readme-typoJames Lopez2016-12-191-1/+1
| |
* | Merge branch 'feature/runner-script-attempts-docs' into 'master' Kamil Trzciński2016-12-182-0/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add new runner script attempts docs and update .gitlab-ci.yml Related: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1907 and https://gitlab.com/gitlab-com/infrastructure/issues/685 Adds missing docs about the new script attempts variables in the runner. See merge request !8100
| * | Add detailed docs in yaml README [ci skip]feature/runner-script-attempts-docsJames Lopez2016-12-161-0/+25
| | |
| * | add new runner script attempts docs and update .gitlab-ci.ymlJames Lopez2016-12-151-0/+3
| |/
* | Pass variables from deployment project services to CI runnerexpose-deployment-variablesAdam Niedzielski2016-12-161-0/+15
| | | | | | | | | | | | | | | | | | | | This commit introduces the concept of deployment variables - variables that are collected from deployment services and passed to CI runner during a deployment build. Deployment services specify the variables by overriding "predefined_variables" method. This commit also configures variables for KubernetesService
* | Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUGNick Thomas2016-12-153-23/+35
|/
* Introduce $CI_BUILD_REF_SLUGNick Thomas2016-12-133-27/+27
|
* Fix typoIsmail S2016-12-111-1/+1
|
* Merge branch 'patch-7' into 'master' Achilleas Pipinellis2016-12-071-1/+1
|\ | | | | | | | | Update php.md - /.dockerinit was removed in v1.11 so the test always results in … See merge request !7882
| * Update php.md - /.dockerinit was removed in v1.11 so the test always results ↵Sam Carrington2016-12-011-1/+1
| | | | | | | | in an early exit https://github.com/docker/docker/pull/19490
* | It's secret variables, not secureAchilleas Pipinellis2016-12-051-11/+11
| | | | | | | | [ci skip]
* | Merge branch 'docs/refactor-ci-variables' into 'master' Achilleas Pipinellis2016-12-053-61/+218
|\ \ | |/ |/| | | | | Refactor CI variables docs See merge request !7751
| * Fix dead links, add example of debug trace output, simplify titlesAchilleas Pipinellis2016-12-052-27/+147
| | | | | | | | [ci skip]
| * Refactor CI variables docsdocs/refactor-ci-variablesAchilleas Pipinellis2016-11-253-49/+86
| |
* | Document the need to use a PAT with Registry when 2FA is onAchilleas Pipinellis2016-12-011-9/+23
| | | | | | | | | | | | | | | | GitLab 8.12 introduced a new permissions model which tightened the security of Container Registry. It is now required to use a personal token if 2FA is enabled. [ci skip]
* | Clarify that a commit SHA doesn't work for CI triggersAchilleas Pipinellis2016-12-011-3/+7
| | | | | | | | [ci skip]
* | Refactor the Git submodules with CI docsAchilleas Pipinellis2016-11-302-0/+87
|/ | | | [ci skip]
* Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis2016-11-2228-0/+0
| | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
* Add example image to pipelines docsAchilleas Pipinellis2016-11-222-0/+2
| | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24767 [ci skip]
* Fix wrong linkebuildy2016-11-191-1/+1
|
* Merge branch 'docs/no-artifacts-passing' into 'master' Achilleas Pipinellis2016-11-181-0/+9
|\ | | | | | | | | Document how to prevent artifacts from passing to next stage See merge request !7575
| * Document how to prevent artifacts from passing to next stageAchilleas Pipinellis2016-11-181-0/+9
| | | | | | | | [ci skip]
* | Merge the two Scala examplesAchilleas Pipinellis2016-11-183-51/+35
| | | | | | | | [ci skip]
* | Add Play/Scala CI example with deployment to HerokuJasper Denkers2016-11-182-0/+45
|/
* Fix wrong link URLAchilleas Pipinellis2016-11-181-1/+1
| | | | [ci skip]
* Add note pointing to limitations section in environments.mdAchilleas Pipinellis2016-11-181-1/+5
| | | | [ci skip]
* Clarify the limitation for special chars is for Review AppsAchilleas Pipinellis2016-11-181-2/+2
| | | | [ci skip]
* Change order of limitations list in environments.mdAchilleas Pipinellis2016-11-181-7/+7
| | | | [ci skip]
* Add an example of invalid characters to branches for review appsdocs/grammar-environmentsAchilleas Pipinellis2016-11-181-1/+1
| | | | [ci skip]
* Grammar fix in environments.md: s/base/basisAchilleas Pipinellis2016-11-181-1/+1
| | | | [ci skip]
* Fix missing URL from environments docsAchilleas Pipinellis2016-11-171-1/+3
| | | | [ci skip]
* Merge branch 'docs/environments' into 'master' Achilleas Pipinellis2016-11-171-0/+10
|\ | | | | | | | | Mention Git strategy none See merge request !7530
| * Mention Git strategy noneAchilleas Pipinellis2016-11-171-0/+10
| | | | | | | | [ci skip]
* | Add 8.14 to versions with further additions to review appsAchilleas Pipinellis2016-11-171-3/+4
| | | | | | | | [ci skip]
* | Add Limitations sections to environments and review apps docsAchilleas Pipinellis2016-11-172-12/+10
| | | | | | | | [ci skip]
* | Add link to environments docsAchilleas Pipinellis2016-11-171-0/+3
| |
* | Fix URL to review apps docsAchilleas Pipinellis2016-11-171-1/+1
| |
* | Add a prerequisites section, add some linksAchilleas Pipinellis2016-11-171-5/+22
| |
* | Link to NGINX example project for the time beingAchilleas Pipinellis2016-11-171-1/+1
| | | | | | | | [ci skip]
* | Get rid most of the irrelevant sectionsAchilleas Pipinellis2016-11-172-32/+27
| | | | | | | | [ci skip]
* | Add note about current limitation in $CI_BUILD_REF_NAMEAchilleas Pipinellis2016-11-171-0/+7
| | | | | | | | [ci skip]
* | Add an intro and an Overview section for Review AppsAchilleas Pipinellis2016-11-171-43/+83
| | | | | | | | [ci skip]
* | WIP review appsAchilleas Pipinellis2016-11-171-0/+82
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 [ci skip]
* | Add Review apps link to CI READMEAchilleas Pipinellis2016-11-171-3/+7
|/