summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Remove confusing Nginx example from Autodeploy docsdocs/autodeploy-refactorAchilleas Pipinellis2017-09-062-79/+17
|
* Refactor Autodeploy docsAchilleas Pipinellis2017-09-061-38/+53
| | | | | | - Add a how it works section where Herokuish is mentioned - Make the notes more apparent - Merge the postgres variables section with its parent
* Add images from auto deploy guideAchilleas Pipinellis2017-09-065-0/+0
|
* Port changes from Autodeploy EE to CEAchilleas Pipinellis2017-09-062-0/+171
|
* Add 'Assigning a Runner to another project'Fabio Busatto2017-09-051-1/+18
|
* Merge branch 'docs/rm-koding' into 'master'Marcia Ramos2017-09-051-3/+1
|\ | | | | | | | | Deprecate Koding in docs See merge request !13998
| * Deprecate Koding in docsdocs/rm-kodingAchilleas Pipinellis2017-09-011-3/+1
| |
* | Merge branch 'docs/gb/fix-ci-cd-types-removal-due-date' into 'master'Grzegorz Bizon2017-09-051-1/+1
|\ \ | | | | | | | | | | | | Fix CI/CD `types` config entry removal due date See merge request !13990
| * | Fix CI/CD `types` config entry removal due datedocs/gb/fix-ci-cd-types-removal-due-dateGrzegorz Bizon2017-09-051-1/+1
| |/
* | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-046-5/+31
|\ \ | | | | | | | | | * master: (469 commits)
| * | Fix docShinya Maeda2017-09-032-9/+10
| | |
| * | Fix docShinya Maeda2017-09-031-0/+2
| | |
| * | Add docShinya Maeda2017-09-033-0/+19
| |/
| * Merge branch 'feature/sm/2783-rename-codeclimate-to-codequality-ce' into ↵Kamil Trzciński2017-09-012-4/+7
| |\ | | | | | | | | | | | | | | | | | | 'master' Backport to CE: Support `codequality` job name for Code Quality feature See merge request !13833
| | * fix docfeature/sm/2783-rename-codeclimate-to-codequality-ceShinya Maeda2017-08-311-3/+1
| | |
| | * Squashed commit of the following:Shinya Maeda2017-08-312-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 79858a631af97c2857700fa44c0e7ba09d621e12 Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Aug 25 23:33:04 2017 +0900 Fix doc commit d0c864c7f1522bd254458a7d6e1002352f34a143 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Aug 22 22:27:32 2017 +0900 Add tests commit 1628eb8598f8ad0e6b573f3fb4fdcf5c3776885b Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Aug 22 10:14:44 2017 +0000 Update .gitlab-ci.yml commit 440a3cdd0bb5d7b83f861f6d3762510b40df984a Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Aug 18 14:46:56 2017 +0000 Update build.rb commit e925951e35c889bfc0520ce056e7df7befdeb93b Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Aug 17 18:13:17 2017 +0900 Add changelog commit 7de5b4f50fc1ff6987c9a861c057c816d4fb285d Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Aug 17 18:11:53 2017 +0900 ini
| * | Merge branch 'docs-article-laravel-with-ci-and-envoy' into 'master'Marcia Ramos2017-08-311-0/+1
| |\ \ | | | | | | | | | | | | | | | | Docs - new article: Test and Deploy Laravel (PHP) Apps with GitLab CI and Envoy See merge request !13911
| | * | reduce the dir nameMarcia Ramos2017-08-311-1/+1
| | | |
| | * | index article from CI indexMarcia Ramos2017-08-311-0/+1
| | |/
| * | Merge branch 'fix-typo-ci-sshkey-documentation' into 'master'Achilleas Pipinellis2017-08-311-1/+1
| |\ \ | | | | | | | | | | | | | | | | Added missing `S` to CI documentation for using SSH keys See merge request !13842
| | * | Added missing `S` to CI documentation for using SSh keysManu2017-08-251-1/+1
| | | |
* | | | Fix only/except docs disclaimer's markdownGrzegorz Bizon2017-09-011-0/+1
| | | |
* | | | Copy-edit kubernetes: active feature docsGrzegorz Bizon2017-09-011-4/+5
| | | |
* | | | Add disclaimer about alpha kubernetes: active featureGrzegorz Bizon2017-09-011-0/+1
| | | |
* | | | Add some basic docs about kubernetes: active featureGrzegorz Bizon2017-09-011-4/+31
|/ / /
* | | Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon2017-08-311-0/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Resolve "Predefined Variable GITLAB_USER_NAME" Closes #26692 See merge request !13824
| * | Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher2017-08-301-5/+1
| | | | | | | | | | | | * Predefined variable represents the username of the GitLab user that started a build
| * | Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher2017-08-301-0/+6
| | | | | | | | | | | | * Predefined variable represents the name of the GitLab user that started a build
* | | Update doc for dind using overlay2Fabio Busatto2017-08-291-3/+7
| | |
* | | Update 'Using Docker images' documentationTomasz Maczukin2017-08-281-7/+33
| |/ |/|
* | Merge branch 'docs-clarify-dependencies' into 'master'Achilleas Pipinellis2017-08-251-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Improve documentation for 'dependencies' keyword Closes #36857 See merge request !13758
| * | Update README.mddocs-clarify-dependenciesFabio Busatto2017-08-231-0/+2
| |/
* | Update README.mddocs-add-deprecation-note-build-varsFabio Busatto2017-08-241-0/+5
| |
* | Expose CI_PIPELINE_SOURCE on CI jobsZeger-Jan van de Weg2017-08-231-0/+1
|/ | | | It was missing and expected it wouldn't hurt anyone
* Remove CI API v1Zeger-Jan van de Weg2017-08-183-3/+0
| | | | | | This API was mainly for internal usage, and has been moved to the general API: APIv4. The endpoints have been deprecated since 9.0, and won't see 10.0. :)
* Properly explain when advanced Docker options were introduceddocs/docker-entrypointAchilleas Pipinellis2017-08-161-17/+23
|
* link article from CI indexMarcia Ramos2017-08-151-1/+2
|
* Add auto-monitoring docs to auto-deploy pageJoshua Lambert2017-08-152-0/+25
|
* Improve Prometheus docs, include nginx ingressJoshua Lambert2017-08-141-3/+2
|
* link to CI/CD Deep Dive demo for #5800Marcia Ramos2017-08-011-0/+1
|
* Merge branch 'docs/ci-only-except' into 'master'Marcia Ramos2017-07-281-4/+17
|\ | | | | | | | | | | | | Explain all possible values of 'only' and 'except' Closes #34119 See merge request !13138
| * Explain all possible values of 'only' and 'except'docs/ci-only-exceptAchilleas Pipinellis2017-07-281-4/+17
| |
* | Update environments.md35657-fix-prometheus-docs-to-indicate-kubernetes-is-not-required-docsJoshua Lambert2017-07-271-2/+1
|/
* Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-201-0/+26
|\ | | | | | | | | | | | | Make it possible to auto retry a failed CI/CD job Closes #3442 See merge request !12909
| * Change auto-retry count to a correct value in docsGrzegorz Bizon2017-07-201-2/+2
| |
| * Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-191-1/+1
| |
| * Add basic docs for CI/CD job auto-retry featureGrzegorz Bizon2017-07-181-0/+26
| |
* | Fix linksJoshua Lambert2017-07-161-1/+1
| |
* | Prometheus doc updates for 9.4Joshua Lambert2017-07-162-2/+1
|/
* Merge from master(Fix conflicts)Shinya Maeda2017-07-071-10/+17
|\