summaryrefslogtreecommitdiff
path: root/doc/topics
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Change links to relative in /topics docsMarcel Amirault2019-05-304-20/+20
|
* Stop emitting AUTO_DEVOPS_DOMAIN Ci variableThong Kuah2019-05-241-9/+6
| | | | Update documentation to reflect removal
* Merge branch 'kinolaev-master-patch-13154' into 'master'Grzegorz Bizon2019-05-201-0/+1
|\ | | | | | | | | Auto-DevOps: allow to disable rollout status check See merge request gitlab-org/gitlab-ce!28130
| * Auto-DevOps: allow to disable rollout status checkSergej2019-05-171-0/+1
| |
* | Docs: Remove all remaining orphaned images.Marcel Amirault2019-05-176-0/+0
| |
* | Add links to GDK autodevops and runner guidesEnrique Alcántara2019-05-171-0/+4
| |
* | Docs: Add badges and fix redirect style in 3 docsMarcel Amirault2019-05-171-5/+5
|/
* Docs: Merge Various EE /doc dirs to CEMarcel Amirault2019-05-052-11/+13
|
* Add SSH MaxStartups documentationDrew Blessing2019-05-011-0/+27
|
* Add rollout type to variables list.danielgruesso2019-04-261-0/+1
|
* Merge branch 'autodevops_remote_private_helm_repository' into 'master'Stan Hu2019-04-241-0/+3
|\ | | | | | | | | | | | | Adding ability to specify helm chart repo using environment variables Closes #49520 See merge request gitlab-org/gitlab-ce!27123
| * Adding ability to specify helm chart repo using environment variablesStuart Moore2019-04-081-0/+3
| | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/49520 (Covers helm charts; does not cover docker repos)
* | Update links to new gitlab-org/charts/auto-deploy-appDylan Griffith2019-04-181-4/+4
| |
* | Merge branch 'tortuetorche/gitlab-ce-patch-auto-deploy-extra-values' into ↵Grzegorz Bizon2019-04-171-0/+1
|\ \ | | | | | | | | | | | | | | | | | | 'master' Allow extra args for helm in Auto-DevOps See merge request gitlab-org/gitlab-ce!26838
| * | Rename HELM_EXTRA_ARGS to differentiate between helm invocationstortuetorche/gitlab-ce-patch-auto-deploy-extra-valuesJames Fargher2019-04-171-1/+1
| | |
| * | Apply suggestion to doc/topics/autodevops/index.mdJames Fargher2019-04-111-1/+1
| | |
| * | Apply suggestion to doc/topics/autodevops/index.mdJames Fargher2019-04-101-1/+1
| | |
| * | Add HELM_EXTRA_ARGS to all Auto-DevOps helm invocationsJames Fargher2019-04-081-0/+1
| | |
* | | Docs: Fix anchors related to variables docMarcel Amirault2019-04-081-3/+3
| |/ |/|
* | Docs: Fix anchors related to environments docMarcel Amirault2019-04-081-1/+1
|/
* Merge branch '47234-composable-auto-devops' into 'master'Dmitriy Zaporozhets2019-04-031-0/+15
|\ | | | | | | | | | | | | Resolve "Composable Auto DevOps" Closes #47234 See merge request gitlab-org/gitlab-ce!26520
| * Add docs for including individual Auto-DevOps jobsTiger2019-04-021-0/+15
| |
* | Document that local tiller is used for Auto DevOpsThong Kuah2019-04-021-14/+36
|/ | | | | Also note that apps will be released into the Kubernetes namespace for the environment, and that GitLab < 11.4 used a dedicated Tiller
* Docs review for MR 25586Evan Read2019-03-281-5/+4
|
* Docs: Fix more anchors, mostly pipeline relatedMarcel Amirault2019-03-271-1/+1
|
* Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'Clement Ho2019-03-201-0/+4
|\ | | | | | | | | Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
| * Amend cluster and auto devops troubleshooting docsTiger2019-03-201-0/+4
| | | | | | | | | | | | Update these sections to reflect Kubernetes resources now being created as a build prerequisite. Remove section about deploys not being triggered as it is no longer accurate.
* | Add documentation about Auto Devops at group levelMayra Cabrera2019-03-191-2/+19
|/ | | | | | | Includes a new section on our Auto Devops documentation about enabling or disabling Auto DevOps at group level. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58810
* Merge branch 'docs-autodevops-licensemgt' into 'master'Evan Read2019-03-141-0/+1
|\ | | | | | | | | Add license_management to env variables See merge request gitlab-org/gitlab-ce!26039
| * Add license_management to env variablesDaniel Gruesso2019-03-121-0/+1
| |
* | Merge branch 'fix-review-app-env-url' into 'master'Douwe Maan2019-03-131-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Use project name and ID in Review App environment URLs instead of the project path slug Closes #52990 See merge request gitlab-org/gitlab-ce!25990
| * | Use project name and id in review app url instead of project path slugwalkafwalka2019-03-121-3/+3
| |/
* | Fix some 404ing linksEvan Read2019-03-131-1/+1
|/
* Merge branch 'docs-auto-devops-deploy-token' into 'master'Evan Read2019-03-111-20/+16
|\ | | | | | | | | Docs: Clarify how Auto DevOps deploys using deploy token See merge request gitlab-org/gitlab-ce!25787
| * Clarify how Auto DevOps deploys using deploy tokenThong Kuah2019-03-111-20/+16
| | | | | | | | | | We were emphasising a point that's no longer true since we implemented deploy tokens in 11.0 so rationalize the docs here.
* | Update documentationwalkafwalka2019-03-031-1/+1
|/
* Docs: Last batch of misc broken anchorsMarcel Amirault2019-03-041-1/+1
|
* Elaborate on POSTGRES_VERSION Auto DevOps settingDylan Griffith2019-02-271-1/+1
|
* Merge branch '58098-auto-devops-postgres-version-variable' into 'master'Sean McGivern2019-02-251-0/+1
|\ | | | | | | | | | | | | Allow configuring POSTGRES_VERSION in Auto DevOps Closes #58098 See merge request gitlab-org/gitlab-ce!25500
| * Allow configuring POSTGRES_VERSION in Auto DevOpsDylan Griffith2019-02-221-0/+1
| | | | | | | | | | | | We set the default value to 9.6.2 since this was the previous default being used by `stable/postgresql --version=0.7.1` which is used in auto-deploy-app.
* | Docs: Fix all anchors related to auto-devopsMarcel Amirault2019-02-202-20/+20
|/
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-6/+2
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Docs: Fix anchors with extra hashesMarcel Amirault2019-02-181-1/+1
|
* Docs: Misc small fixes to docsMarcel Amirault2019-02-122-7/+7
|
* Removes milestone from cluster base domainremoves-milestone-from-cluster-base-domain-docsMayra Cabrera2019-02-081-4/+3
| | | | | 12.0 milestone was removed from cluster base domain on AutoDevOps documentation to avoid making fake promises.
* Fixes Cluster domain documentationMayra Cabrera2019-02-071-3/+3
| | | | | | | Uses the preferred way for introduced blocks instead of notes, on auto devops and cluster documentation. Also fixes some typos.
* Adds a base domain doc section on cluster pages52363-update-cluster-and-ado-docsMayra Cabrera2019-02-061-17/+22
| | | | | | | The changes are included for project and group cluster documentation pages. Also specifies that AUTO_DEVOPS_DOMAIN will be deprecated on 12.0 Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
* Documentation now matches UI copyEvan Read2019-01-302-4/+4
|
* Specify use of custom helm chart per envDaniel Gruesso2019-01-251-0/+5
|
* Added support for custom hosts/domainsAaron Walker2019-01-171-0/+2
|