summaryrefslogtreecommitdiff
path: root/doc/topics
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken markdown in various docsMarcel Amirault2019-08-301-1/+1
|
* Document the AUTO_DEVOPS_BUILD_IMAGE_EXTRA_ARGS project variableHordur Freyr Yngvason2019-08-301-0/+29
|
* Merge branch 'docs/jramsay/partial-clone-typo' into 'master'Achilleas Pipinellis2019-08-291-1/+1
|\ | | | | | | | | Remove incorrectly structured url See merge request gitlab-org/gitlab-ce!32332
| * Remove bad url from partial clone docsdocs/jramsay/partial-clone-typoJames Ramsay2019-08-291-1/+1
| |
* | Make Auto DevOps requirements easier to readEvan Read2019-08-291-17/+29
|/
* Rename all filenames and occurrences to License ComplianceAchilleas Pipinellis2019-08-281-1/+1
| | | | | | - New redirect doc/user/application_security/license_compliance/index.md - Renaming of images. - Some links that were pointing to the old location are fixed.
* Remove mention of Kubernetes service templatesdocs-no-more-k8s-service-templateThong Kuah2019-08-221-3/+2
| | | This has since been removed
* Rename License Management to License ComplianceAchilleas Pipinellis2019-08-222-7/+7
| | | | | | As part of https://gitlab.com/gitlab-org/gitlab-ee/issues/8910, all occurrences of License Management are replace with License Compliance.
* Edit of new Worker sectionEvan Read2019-08-211-14/+17
|
* Merge branch 'initial-docs-for-auto-devops-sidekiq' into 'master'Evan Read2019-08-201-0/+46
|\ | | | | | | | | | | | | Initial docs for sidekiq worker with Auto DevOps Closes gitlab-org/charts/auto-deploy-app#1 See merge request gitlab-org/gitlab-ce!31949
| * Initial docs for sidekiq worker with Auto DevOpsinitial-docs-for-auto-devops-sidekiqDylan Griffith2019-08-201-0/+46
| |
* | Adjust headers in /universityMarcel Amirault2019-08-161-5/+5
|/
* Fix markdown spacing in various docsMarcel Amirault2019-08-121-9/+9
| | | | Align images and lists in assorted markdown docs
* Add more rules to markdown lint checkMarcel Amirault2019-08-121-30/+30
| | | | | | Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered list prefix), MD030 (spaces after list markers), and fixes remaining docs that were failing these tests
* Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-081-3/+3
| | | | As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
* Fix assorted linksMarcel Amirault2019-08-071-1/+1
| | | | Fix links as discovered by the lint in the docs project
* Follow-Up: Change code blocks to shell typeMarcel Amirault2019-08-071-3/+3
|
* Fix some Markdown lint errorsAchilleas Pipinellis2019-08-051-33/+33
| | | | Introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30295
* Add minimal partial clone docsJames Ramsay2019-08-052-0/+148
| | | | | | Partial Clone and Sparse Checkout are the native Git approach to enormous repositories. We should document the state of these features and update as our support and Git's support for these features improves.
* Apply updates to git_tricks.mdMike Lewis2019-08-052-0/+211
| | | | | | Change code references to codeblocks so they can be copied more easily, and add link to doc from git topic index. Also applies suggested changes.
* Add tutorial - migrate repo to LFSMarcia Ramos2019-08-052-1/+177
| | | | | - Link new doc to and from other docs - Add tbs section
* Add note about private container registryAlexander Tanayno2019-08-011-0/+6
|
* Fix whitespace in topic, university, workflow docsMarcel Amirault2019-07-312-51/+51
| | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor white space issues in /topic, /university, /update and /workflow docs.
* Fix deploy example and other fixesEvan Read2019-07-291-0/+4
|
* Categorize autodevops variablesEvan Read2019-07-291-36/+59
|
* Update links to relativeMarcel Amirault2019-07-251-43/+43
| | | | | Following the single docs codebase change, all internal links should be relative. Also cleans up one table
* Merge branch 'remove-duplicate-ado-content' into 'master'Marcia Ramos2019-07-251-4/+0
|\ | | | | | | | | Remove duplicate content about auto-devops customization See merge request gitlab-org/gitlab-ce!30929
| * Remove duplicate content about auto-devops customizationremove-duplicate-ado-contentKenny Johnston2019-07-191-4/+0
| |
* | Restructure project cluster topicEvan Read2019-07-251-1/+1
| | | | | | | | | | Also fixes links to section headings that have changed.
* | Fix some errors in Markdown filesEvan Read2019-07-241-1/+1
| |
* | Improve the Auto DevOps topic a bitEvan Read2019-07-241-51/+52
| |
* | Rename changelog to correct issue number, be more explicit that we're ↵James Keogh2019-07-231-0/+1
|/ | | | talking about Auto DevOps projects
* Update numbered lists for docs standardsMarcel Amirault2019-07-191-2/+2
| | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* Note in the docs about possibility of disabling Auto DevOps at group-level ↵Muhamed Huseinbašić2019-07-161-1/+1
| | | | for self-managed instances
* Remove extra blank lines from docsMarcel Amirault2019-07-151-6/+5
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+0
|
* Merge branch 'master' into 'patch-72-docs'nathanbietz2019-07-094-47/+48
|\ | | | | | | # Conflicts: # doc/topics/autodevops/index.md
| * Changing badges to use parentheses not bracketsMarcel Amirault2019-07-083-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
| * Change absolute links to relativeMarcel Amirault2019-07-051-15/+15
| | | | | | | | | | Change assorted absolute links to ce and ee docs to relative links
* | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| |
* | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| |
* | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| |
* | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| |
* | Apply suggestion to doc/topics/autodevops/index.mdnathanbietz2019-07-091-1/+1
| |
* | Update index.md.... change "helm deploy" to "helm upgrade"nathanbietz2019-07-041-1/+1
| |
* | Update index.md.... add instructions on how to add a `values.yaml` override ↵nathanbietz2019-07-041-4/+7
|/ | | | file to the default auto-deploy-app helm chart by setting `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml` (or `-f my-values.yaml`).
* Add URL comments to Auto DevOps templateDylan Griffith2019-07-031-21/+28
| | | | | This will make it more obvious to anyone looking to customize these files what the source code actually is.
* Application Development Platform docs updatesDaniel Gruesso2019-06-281-4/+13
|
* Add zero downtime upgrade detail for production_replicasDaniel Gruesso2019-06-271-1/+1
|
* Update phrasing of Security paragraphMike Lewis2019-06-181-3/+3
|