summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update example Prometheus scrape configbjk/fix_prom_exampleBen Kochie2019-07-151-7/+47
| | | | | Use a full real-world example that is compatible with the omnibus dashboards and follows Prometheus best practices.
* Move document to new location, split in 3Marcia Ramos2019-07-1517-326/+440
| | | | | - Move steps to new doc - Move all concepts to different docs
* Add a note about implicit Dockerfile serverless runtimeGrzegorz Bizon2019-07-151-13/+22
|
* Fixed wrong placement of "variables:" statement in yml file.Thad Guidry2019-07-151-0/+36
| | | | Verified snippet works with 11.10.1
* Rename "discussions" to "threads" in docsMichel Engelen2019-07-1552-274/+273
|
* Fix whitespace in user, and misc, docsMarcel Amirault2019-07-1517-920/+930
| | | | | | | | | | 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 woll render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor whitespace issues in /user, /security, /ssh and /migrate_ci_to_ce docs.
* Remove extra blank lines from docsMarcel Amirault2019-07-1527-203/+44
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Merge branch 'docs/secure-rm-deprecated-jobs' into 'master'Evan Read2019-07-155-523/+75
|\ | | | | | | | | | | | | Remove deprecated docs sections of Secure jobs Closes #63739 See merge request gitlab-org/gitlab-ce!30527
| * Remove deprecated docs sections of Secure jobsdocs/secure-rm-deprecated-jobsAchilleas Pipinellis2019-07-095-523/+75
| | | | | | | | | | | | | | | | | | The manual job definitions are deprecated and are not guaranteed to work as expected. We should not confuse our users with including them in the docs. This deletes all the deprecated sections and cleans up the configuration section significantly.
* | Remove trailing whitespace in docsMarcel Amirault2019-07-1515-96/+95
| | | | | | | | | | Remove unneeded trailing whitespace in lines in /security /workflow /user docs
* | Fix link on end-to-end quick start guide docWalmyr Lima2019-07-121-1/+1
| |
* | Merge branch 'rename-gitlab-docs-repo' into 'master'Marcia Ramos2019-07-126-21/+21
|\ \ | | | | | | | | | | | | Move the gitlab-docs project under gitlab-org See merge request gitlab-org/gitlab-ce!30620
| * | Move the gitlab-docs project under gitlab-orgrename-gitlab-docs-repoAchilleas Pipinellis2019-07-116-21/+21
| | | | | | | | | | | | | | | Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs. For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
* | | Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon2019-07-121-0/+280
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API support for group-level clusters" Closes #55623 See merge request gitlab-org/gitlab-ce!30213
| * | | Add API for CRUD group clusters55623-group-cluster-apisDylan Griffith2019-07-111-0/+280
| | | | | | | | | | | | | | | | This is basically a copy of the API for project clusters.
* | | | Merge branch 'graphql-include-authorization-for-mutations' into 'master'Jan Provaznik2019-07-121-6/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Include AuthorizeResource module for all mutations See merge request gitlab-org/gitlab-ce!30243
| * | | | Include AuthorizeResource module for all mutationsgraphql-include-authorization-for-mutationsLuke Duncalfe2019-07-111-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This makes our authorization calls available to all GraphQL mutations without the additional step of including the module first.
* | | | | Remove trailing whitespace in docsMarcel Amirault2019-07-1223-142/+136
| | | | | | | | | | | | | | | | | | | | | | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* | | | | Add blank lines around code blocksMarcel Amirault2019-07-1221-62/+99
| | | | | | | | | | | | | | | | | | | | All code blocks should be surrounded by blank lines
* | | | | Remove <pre> tag and other fixesEvan Read2019-07-121-24/+25
| | | | |
* | | | | Doc Allow subgroups to use their parent group's custom project templatesManoj MJ2019-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Doc for "Allow a template in a namespace which is out of the hierarchy of the Group owning the template"
* | | | | Fix whitespace in many administration docsMarcel Amirault2019-07-1217-1232/+1247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 for many admin docs in /high_availability and /auth (part 1)
* | | | | Geo Update note about internal_urlDouglas Barbosa Alexandre2019-07-111-2/+2
| | | | |
* | | | | Remove hard tabs from docsMarcel Amirault2019-07-119-70/+68
| | | | | | | | | | | | | | | | | | | | | | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
* | | | | Merge branch 'patch-71' into 'master'Ray Paik2019-07-111-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update index.md - Fixing a minor typo on the postgreSQL setup instructions See merge request gitlab-org/gitlab-ce!30437
| * | | | | Update index.md - Fixing a minor typo on the postgreSQL setup instructionsOve Heigre2019-07-071-1/+1
| | | | | |
* | | | | | Merge branch 'improve-chaos-controller' into 'master'Stan Hu2019-07-111-18/+41
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `db_spin` and refactor ChaosController Closes #64425 See merge request gitlab-org/gitlab-ce!30559
| * | | | | | Add `db_spin` and refactor ChaosControllerimprove-chaos-controllerKamil TrzciƄski2019-07-111-18/+41
| | | | | | |
* | | | | | | Merge branch 'docs-fl-fe-guide' into 'master'Achilleas Pipinellis2019-07-111-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates frontend to Frontend See merge request gitlab-org/gitlab-ce!30631
| * | | | | | | Updates frontend to FrontendFilipa Lacerda2019-07-111-1/+1
| | | | | | | |
* | | | | | | | Fix whitespace in install and integration docsMarcel Amirault2019-07-1121-1032/+1058
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 install and integration docs
* | | | | | | Merge branch '64161-gitlab-fqdn' into 'master'Grzegorz Bizon2019-07-112-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CI variable to provide GitLab FQDN Closes #64161 See merge request gitlab-org/gitlab-ce!30417
| * | | | | | | Add docs about CI_SERVER_HOST env variable64161-gitlab-fqdnBalasankar "Balu" C2019-07-102-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* | | | | | | | Merge branch 'docs-add-reconfigure-to-restore' into 'master'Achilleas Pipinellis2019-07-111-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add reconfigure step to secrets restoration See merge request gitlab-org/gitlab-ce!30617
| * | | | | | | | Add reconfigure step to secrets restorationdocs-add-reconfigure-to-restoreAlexander Tanayno2019-07-111-1/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'docs-markdown-for-administration-plantuml' into 'master'Achilleas Pipinellis2019-07-111-2/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix Markdown example for PlantUML docs See merge request gitlab-org/gitlab-ce!30513
| * | | | | | | Fix Markdown example for PlantUML docsTakuya Noguchi2019-07-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | | Give Knative serving permissions to service accountHordur Freyr Yngvason2019-07-111-10/+16
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab uses a kubernetes service account to perform deployments. For serverless deployments to work as expected with externally created clusters with their own knative installations (e.g. via Cloud Run), this account requires additional permissions in the serving.knative.dev API group.
* | | | | | | Merge branch 'docs-crosslink-prometheus-grafana-in-ha-monitoring' into 'master'Achilleas Pipinellis2019-07-111-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Crosslink Prometheus and Grafana to HA monitoring Closes #63419 See merge request gitlab-org/gitlab-ce!30588
| * | | | | | | Crosslink prometheus and grafana to HA monitoringdocs-crosslink-prometheus-grafana-in-ha-monitoringabuerer2019-07-101-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'chriscool-master-patch-19677' into 'master'Achilleas Pipinellis2019-07-111-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update doc/ci/yaml/README.md Closes #58636 See merge request gitlab-org/gitlab-ce!30516
| * | | | | | | Add --push-option example in doc/ci/yaml/README.mdchriscool-master-patch-19677Christian Couder2019-07-101-1/+2
| | | | | | | |
* | | | | | | | Merge branch 'chriscool-master-patch-11367' into 'master'Achilleas Pipinellis2019-07-111-1/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Update doc/user/project/merge_requests/index.md See merge request gitlab-org/gitlab-ce!30517
| * | | | | | | Update push option note in merge_requests/index.mdchriscool-master-patch-11367Christian Couder2019-07-101-1/+2
| |/ / / / / /
* | | | | | | Improve Graphql DocsFelipe Artur2019-07-112-0/+513
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds more friendly docs for GraphQl implementation
* | | | | | | Merge branch 'bvl-link-phab-users' into 'master'James Lopez2019-07-111-0/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch users from Phabricator + link to issues Closes #60565 See merge request gitlab-org/gitlab-ce!30321
| * | | | | | Fetch users from Phabricator to link to issuesBob Van Landuyt2019-07-101-0/+6
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We fetch the users from Phabricator based on their Phabricator ID. If a user with the same username exists and is a member of the project, we set them as assignee or author. When a user is applicable, we also cache it in Redis so we don't have to perform the request again for the same phid.
* | | | | | Fix whitespace in many administration docsMarcel Amirault2019-07-1015-429/+434
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 for many admin docs (part 2)
* | | | | | Edit GraphQL general availability textEvan Read2019-07-102-6/+7
| | | | | |
* | | | | | Merge branch 'docs-move-pgbouncer-ha-docs-out-of-db-docs' into 'master'Achilleas Pipinellis2019-07-102-83/+83
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving Pgbouncer HA documentation out of database documentation Closes #63540 See merge request gitlab-org/gitlab-ce!30471