Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '57115-just-in-time-k8s-resource-creation' into 'master' | Clement Ho | 2019-03-20 | 1 | -0/+4 |
|\ | | | | | | | | | Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586 | ||||
| * | Amend cluster and auto devops troubleshooting docs | Tiger | 2019-03-20 | 1 | -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 level | Mayra Cabrera | 2019-03-19 | 1 | -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 Read | 2019-03-14 | 1 | -0/+1 |
|\ | | | | | | | | | Add license_management to env variables See merge request gitlab-org/gitlab-ce!26039 | ||||
| * | Add license_management to env variables | Daniel Gruesso | 2019-03-12 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'fix-review-app-env-url' into 'master' | Douwe Maan | 2019-03-13 | 1 | -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 slug | walkafwalka | 2019-03-12 | 1 | -3/+3 |
| |/ | |||||
* | | Fix some 404ing links | Evan Read | 2019-03-13 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'docs-auto-devops-deploy-token' into 'master' | Evan Read | 2019-03-11 | 1 | -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 token | Thong Kuah | 2019-03-11 | 1 | -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 documentation | walkafwalka | 2019-03-03 | 1 | -1/+1 |
|/ | |||||
* | Docs: Last batch of misc broken anchors | Marcel Amirault | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Elaborate on POSTGRES_VERSION Auto DevOps setting | Dylan Griffith | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Merge branch '58098-auto-devops-postgres-version-variable' into 'master' | Sean McGivern | 2019-02-25 | 1 | -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 DevOps | Dylan Griffith | 2019-02-22 | 1 | -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-devops | Marcel Amirault | 2019-02-20 | 2 | -20/+20 |
|/ | |||||
* | Remove consecutive blank lines from markdown files | Evan Read | 2019-02-18 | 1 | -6/+2 |
| | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite. | ||||
* | Docs: Fix anchors with extra hashes | Marcel Amirault | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | Docs: Misc small fixes to docs | Marcel Amirault | 2019-02-12 | 2 | -7/+7 |
| | |||||
* | Removes milestone from cluster base domainremoves-milestone-from-cluster-base-domain-docs | Mayra Cabrera | 2019-02-08 | 1 | -4/+3 |
| | | | | | 12.0 milestone was removed from cluster base domain on AutoDevOps documentation to avoid making fake promises. | ||||
* | Fixes Cluster domain documentation | Mayra Cabrera | 2019-02-07 | 1 | -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-docs | Mayra Cabrera | 2019-02-06 | 1 | -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 copy | Evan Read | 2019-01-30 | 2 | -4/+4 |
| | |||||
* | Specify use of custom helm chart per env | Daniel Gruesso | 2019-01-25 | 1 | -0/+5 |
| | |||||
* | Added support for custom hosts/domains | Aaron Walker | 2019-01-17 | 1 | -0/+2 |
| | |||||
* | Merge branch 'docs/fix-unordered-list-style' into 'master' | Achilleas Pipinellis | 2019-01-08 | 1 | -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-style | Evan Read | 2019-01-08 | 1 | -2/+2 |
| | | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes. | ||||
* | | Merge branch 'feature/custom-helm-chart-repo' into 'master' | Sean McGivern | 2019-01-08 | 1 | -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 vars | Aaron Walker | 2019-01-07 | 1 | -0/+1 |
| | | |||||
| * | Added feature to specify a custom Auto DevOps chart repository | walkafwalka | 2019-01-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '49056-auto-devops-secret-docs' into 'master' | Marcia Ramos | 2019-01-07 | 1 | -0/+58 |
|\ \ | | | | | | | | | | | | | Document Auto DevOps secret variables See merge request gitlab-org/gitlab-ce!23970 | ||||
| * | | Remove release from body and add links | danielgruesso | 2019-01-07 | 1 | -3/+2 |
| | | | |||||
| * | | Apply suggestion to doc/topics/autodevops/index.md49056-auto-devops-secret-docs | Thong Kuah | 2019-01-07 | 1 | -5/+5 |
| | | | |||||
| * | | Note that multiline variables are not supported | Thong Kuah | 2019-01-07 | 1 | -0/+4 |
| | | | |||||
| * | | Document Auto DevOps secret variables | Thong Kuah | 2019-01-07 | 1 | -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-buildpacks | Achilleas Pipinellis | 2019-01-04 | 1 | -7/+30 |
| |/ |/| | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45279 | ||||
* | | Use reports syntax for Dependency scanning job | Tetiana Chupryna | 2019-01-03 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'docs/add-requirements-for-auto-sast' into 'master' | Achilleas Pipinellis | 2019-01-03 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | Add requirements for Auto SAST See merge request gitlab-org/gitlab-ce!24104 | ||||
| * | | Add requirements for Auto SASTdocs/add-requirements-for-auto-sast | Fabio Busatto | 2019-01-02 | 1 | -0/+3 |
| |/ | |||||
* | | Use OpenShift in docs and Web UI instead of Openshift | Takuya Noguchi | 2019-01-02 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | Merge branch 'docs-customizing-autodevops' into 'master' | Evan Read | 2018-12-17 | 1 | -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-autodevops | David Planella | 2018-11-11 | 1 | -1/+1 |
| | | |||||
* | | Documentation for Group-level Kubernetes cluster configuration | Thong Kuah | 2018-12-07 | 1 | -1/+8 |
| | | |||||
* | | Revert "Merge branch 'auto-devops-support-for-group-security-dashboard' into ↵ | Fabio Busatto | 2018-12-04 | 1 | -2/+0 |
| | | | | | | | | | | 'master'" This reverts merge request !23165 | ||||
* | | Auto Devops migrate: add two release info | Thong Kuah | 2018-12-03 | 1 | -2/+11 |
| | | | | | | | | Let users know we do two Helm releases if they specify DB_INITIALIZE. | ||||
* | | Remove link that is broken now | Evan Read | 2018-11-29 | 1 | -1/+0 |
| | | |||||
* | | Eliminate duplicated words | Takuya Noguchi | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Auto DevOps support for Group Security Dashboard | Fabio Busatto | 2018-11-19 | 1 | -0/+2 |
| | | |||||
* | | Adds comma after "timings" in git troubleshooting documentation | Tiago Botelho | 2018-11-14 | 1 | -1/+1 |
| | | |||||
* | | Adds documentation of git trace when git push/pull times outadd-documentation-for-git-operations-stack-trace | Tiago Botelho | 2018-11-13 | 1 | -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 |