summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Add image description27755-pipeline-docsMark Pundsack2017-02-101-1/+1
|
* Add image titlesMark Pundsack2017-02-061-2/+2
|
* Add development workflowsMark Pundsack2017-02-062-1/+17
|
* Update imageMark Pundsack2017-02-061-1/+1
|
* Add imageMark Pundsack2017-02-062-1/+5
|
* Document types of pipelinesMark Pundsack2017-02-061-0/+10
|
* Merge branch 'fix/gb/backwards-compatibility-coverage-ci-yml' into 'master' Douwe Maan2017-02-061-31/+11
|\ | | | | | | | | Remove coverage entry from global CI/CD options See merge request !8981
| * Improve docs on CI/CD code coverage regexp settingfix/gb/backwards-compatibility-coverage-ci-ymlGrzegorz Bizon2017-02-061-3/+2
| |
| * Refine docs on code coverage regexp on job levelGrzegorz Bizon2017-02-061-1/+2
| |
| * Update docs on setting up a CI/CD coverage regexpGrzegorz Bizon2017-02-061-32/+12
| |
* | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-064-9/+8
|\ \ | |/ | | | | # Conflicts: # db/schema.rb
| * Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-034-9/+8
| |
* | Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-031-0/+38
|\ \ | |/
| * Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-021-0/+38
| |\ | | | | | | | | | | | | | | | | | | Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
| | * Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-251-3/+4
| | |
| | * Comply to more requirements and requests made in the code reviewLeandro Camargo2017-01-251-7/+9
| | |
| | * Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-251-23/+7
| | |
| | * Add changelog entry and extend the documentation accordinglyLeandro Camargo2017-01-251-0/+51
| | |
* | | Add pages job in yaml documentAchilleas Pipinellis2017-01-311-0/+29
|/ /
* | Update index.md27474-update-auto-deploy-requires-public-projectJoshua Lambert2017-01-311-1/+1
| |
* | Clarify that Auto Deploy requires a public project.Joshua Lambert2017-01-311-1/+2
| |
* | Merge branch 'patch-11' into 'master' Rémy Coutable2017-01-301-4/+4
|\ \ | | | | | | | | | | | | Fix the documentation to use the correct variable in a code example See merge request !8585
| * | Use consistent URLs for review apps in the docsVincent Tunru2017-01-271-4/+4
| | | | | | | | | | | | | | | | | | It said `<slug>.review.example.com` at one place, `review-<slug>.example.com` elsewhere, and no mention of `review` at all in other places. We now leave out `review` everywhere.
| * | Actually use `$CI_ENVIRONMENT_SLUG` in the `environment:url`Vincent2017-01-151-1/+1
| | |
* | | Merge branch 'improve-ci-example-php-doc' into 'master' Rémy Coutable2017-01-301-1/+5
|\ \ \ | | | | | | | | | | | | | | | | Changed composer installer script in the CI PHP example doc See merge request !8817
| * | | Changed composer installer script in the CI PHP example docimprove-ci-example-php-docJeffrey Cafferata2017-01-261-1/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script will check some php.ini settings warn you if they are set incorrectly, and then download the latest composer.phar in the current directory. These lines will, in order: - Download the installer SHA-384 to the current directory - Download the installer to the current directory - Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html - Run the installer - Remove the installer & the installer SHA-384 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | TyposIonut Staicu2017-01-271-12/+17
| | |
* | | Small gramatical tweaksIonut Staicu2017-01-272-5/+5
| | |
* | | TyposIonut Staicu2017-01-271-10/+11
| | |
* | | Added PHP & NPM docIonut Staicu2017-01-272-0/+156
| | |
* | | Added hint about the execution order of before_script and artifact restoration.ahorn422017-01-261-1/+1
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Document GIT_SUBMODULE_STRATEGYJonathon Reinhart2017-01-162-1/+47
|/ | | | | | | This documents the `GIT_SUBMODULE_STRATEGY` feature added in gitlab-ci-multi-runner version 1.10. [ci skip]
* Rename "autodeploy" to "auto deploy"auto-deploy-with-spaceAdam Niedzielski2016-12-236-8/+8
|
* Merge branch 'patch-9' into 'master' Achilleas Pipinellis2016-12-221-1/+1
|\ | | | | | | | | Fixed typo in test-and-deploy-ruby-application-to-heroku.md See merge request !8236
| * Update test-and-deploy-ruby-application-to-heroku.mdWilliam2016-12-211-1/+1
| |
* | Improve autodeploy docs [CI skip]autodeploy-docs-tweaksAdam Niedzielski2016-12-222-3/+4
| |
* | 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
|