summaryrefslogtreecommitdiff
path: root/doc/topics
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch 'docs/fix-unordered-list-style' into 'master'Achilleas Pipinellis2019-01-081-2/+2
|\ | | | | | | | | Resolve Markdown unordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23037
| * Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-2/+2
| | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes.
* | Merge branch 'feature/custom-helm-chart-repo' into 'master'Sean McGivern2019-01-081-1/+2
|\ \ | |/ |/| | | | | | | | | Added feature to specify a custom Auto DevOps chart repository Closes #55791 See merge request gitlab-org/gitlab-ce!24162
| * Added AUTO_DEVOPS_CHART_REPOSITORY to env varsAaron Walker2019-01-071-0/+1
| |
| * Added feature to specify a custom Auto DevOps chart repositorywalkafwalka2019-01-041-1/+1
| |
* | Merge branch '49056-auto-devops-secret-docs' into 'master'Marcia Ramos2019-01-071-0/+58
|\ \ | | | | | | | | | | | | Document Auto DevOps secret variables See merge request gitlab-org/gitlab-ce!23970
| * | Remove release from body and add linksdanielgruesso2019-01-071-3/+2
| | |
| * | Apply suggestion to doc/topics/autodevops/index.md49056-auto-devops-secret-docsThong Kuah2019-01-071-5/+5
| | |
| * | Note that multiline variables are not supportedThong Kuah2019-01-071-0/+4
| | |
| * | Document Auto DevOps secret variablesThong Kuah2019-01-071-0/+55
| | | | | | | | | | | | | | | | | | Cross link from GitLab CI variable doc too Add note about running pods and updating secrets without any code change
* | | Clarify needed app files for Auto Build to workdocs/autodevops-buildpacksAchilleas Pipinellis2019-01-041-7/+30
| |/ |/| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45279
* | Use reports syntax for Dependency scanning jobTetiana Chupryna2019-01-031-0/+3
| |
* | Merge branch 'docs/add-requirements-for-auto-sast' into 'master'Achilleas Pipinellis2019-01-031-0/+3
|\ \ | | | | | | | | | | | | Add requirements for Auto SAST See merge request gitlab-org/gitlab-ce!24104
| * | Add requirements for Auto SASTdocs/add-requirements-for-auto-sastFabio Busatto2019-01-021-0/+3
| |/
* | Use OpenShift in docs and Web UI instead of OpenshiftTakuya Noguchi2019-01-021-1/+1
|/ | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Merge branch 'docs-customizing-autodevops' into 'master'Evan Read2018-12-171-1/+1
|\ | | | | | | | | Fix anchor link to customizing AutoDevops yaml file See merge request gitlab-org/gitlab-ce!22962
| * Fix anchor link to customizing AutoDevops .yaml filedocs-customizing-autodevopsDavid Planella2018-11-111-1/+1
| |
* | Documentation for Group-level Kubernetes cluster configurationThong Kuah2018-12-071-1/+8
| |
* | Revert "Merge branch 'auto-devops-support-for-group-security-dashboard' into ↵Fabio Busatto2018-12-041-2/+0
| | | | | | | | | | 'master'" This reverts merge request !23165
* | Auto Devops migrate: add two release infoThong Kuah2018-12-031-2/+11
| | | | | | | | Let users know we do two Helm releases if they specify DB_INITIALIZE.
* | Remove link that is broken nowEvan Read2018-11-291-1/+0
| |
* | Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Auto DevOps support for Group Security DashboardFabio Busatto2018-11-191-0/+2
| |
* | Adds comma after "timings" in git troubleshooting documentationTiago Botelho2018-11-141-1/+1
| |
* | Adds documentation of git trace when git push/pull times outadd-documentation-for-git-operations-stack-traceTiago Botelho2018-11-131-0/+15
| | | | | | | | | | Adds a detailed explanation on what the user can expect to see in case a git pull or push operation times out on their local machines