summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Move document to new location, split in 3Marcia Ramos2019-07-151-1/+1
| | | | | - Move steps to new doc - Move all concepts to different docs
* Remove extra blank lines from docsMarcel Amirault2019-07-157-42/+0
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Remove trailing whitespace in docsMarcel Amirault2019-07-1210-61/+58
| | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* Add blank lines around code blocksMarcel Amirault2019-07-121-0/+1
| | | | All code blocks should be surrounded by blank lines
* Remove <pre> tag and other fixesEvan Read2019-07-121-24/+25
|
* 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)
* Remove hard tabs from docsMarcel Amirault2019-07-113-12/+11
| | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
* Fix Markdown example for PlantUML docsTakuya Noguchi2019-07-111-2/+3
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Crosslink prometheus and grafana to HA monitoringdocs-crosslink-prometheus-grafana-in-ha-monitoringabuerer2019-07-101-1/+1
|
* 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)
* 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
| * Moving Pgbouncer HA documentation out of database documentationdocs-move-pgbouncer-ha-docs-out-of-db-docsabuerer2019-07-092-83/+83
| |
* | Tidy up version notes for Pages documentationEvan Read2019-07-101-10/+13
|/
* Merge branch 'jramsay/enable-object-dedupe-by-default' into 'master'Nick Thomas2019-07-091-12/+7
|\ | | | | | | | | | | | | Enable repository object pools by default Closes gitaly#1606 See merge request gitlab-org/gitlab-ce!29595
| * Enable repository object pools by defaultJames Ramsay2019-07-091-12/+7
| | | | | | | | | | Object pools allow Git objects to be shared from the parent project to forks, reducing storage requirements.
* | Docs: audit/auditor docs imagesMarcel Amirault2019-07-094-2/+2
|/
* Fix spacing of code blocksMarcel Amirault2019-07-0912-704/+705
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Makes copying host keys a recommended stepLyle Kozloff2019-07-091-1/+1
|
* Remove extra whitespaces in docsMarcel Amirault2019-07-094-11/+11
| | | | | Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
* Merge branch 'docs/update-installation-link' into 'master'Evan Read2019-07-096-12/+12
|\ | | | | | | | | Update the installation link See merge request gitlab-org/gitlab-ce!30489
| * Update the installation linkdocs/update-installation-linkCindy Pallares2019-07-086-12/+12
| | | | | | | | | | The installation link has changed from /installation/ to /install/. This commit will update all the remaining links that are missing.
* | Move the consul server docs to its own sectionCindy Pallares 🦉2019-07-082-53/+68
| | | | | | | | | | The consul docs are currently in the HA database section, but it should be in it's own section.
* | Doc for "Require session with smartcard login for Git access"Imre Farkas2019-07-081-0/+28
|/
* Add lint rule that headings must increment one level at a timeEvan Read2019-07-083-14/+14
| | | | Also fixes instances in Markdown that broke the rule.
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-0846-83/+83
| | | | | | | | | | | | | | 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
* Update redirected links in CE part 1Marcel Amirault2019-07-0812-16/+15
| | | | | First MR in a series updating all redirected links in CE documentation to the destination URLs
* Change absolute links to relativeMarcel Amirault2019-07-053-7/+7
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Add new info for auth.logMayra Cabrera2019-07-041-0/+3
| | | | | | | From 12.1, user information (id and username) are also included on auth.log. Documentation was updated to reflect this. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
* Omit Gitaly path where not needed, add where requiredBen Bodenmiller2019-07-041-2/+4
|
* Fix process start timeRyan Cobb2019-07-041-1/+1
| | | | | Previously we were recording process start time as seconds from boot. This makes it so we record as epoch time.
* Fix notes and update links to issues docMarcel Amirault2019-07-043-4/+4
| | | | | | After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
* Add Grafana to Admin > Monitoring menu when enabledManeschi Romain2019-07-031-0/+15
|
* Gitlab -> GitLabBen Bodenmiller2019-07-031-1/+1
|
* Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-034-30/+28
| | | | Add backticks around square brackets, or fix links, as necessary.
* Fix spacing in geo docsMarcel Amirault2019-07-0312-1091/+1092
| | | | Spacing following lists should be 2 spaces, and 3 for numbered lists
* Registry component now includes error messagesNick Kipling2019-07-021-0/+14
| | | | | | | | | Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
* Merge branch 'docs-clarify-10k-architecture-resources-per-node' into 'master'Achilleas Pipinellis2019-07-021-5/+5
|\ | | | | | | | | | | | | Clarify 10k architecture resource per node Closes #63424 See merge request gitlab-org/gitlab-ce!30237
| * Clarify 10k architecture resource per nodedocs-clarify-10k-architecture-resources-per-nodeabuerer2019-07-011-5/+5
| | | | | | | | Adding a note to the 10k reference architecturre that the resource recommendations are per node
* | Fix most bare URLs in projectEvan Read2019-07-023-10/+9
|/ | | | | | Linting rule not enabled for now because tooling produces false positives.
* Merge branch 'tc-rake-orphan-artifacts' into 'master'Dmitriy Zaporozhets2019-07-011-0/+9
|\ | | | | | | | | Add rake task to clean orphan artifact files See merge request gitlab-org/gitlab-ce!29681
| * Add rake task to clean orphan artifact filestc-rake-orphan-artifactsToon Claes2019-06-281-0/+9
| | | | | | | | | | | | | | | | | | | | | | This adds the rake task rake gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all orphan job artifact files it can find on disk. It performs a search on the complete folder of all artifacts on disk. Then it filters out all the job artifact ID for which it could not find a record with matching ID in the database. For these, the file is deleted from disk.
* | Enforce consistent prefix for bullet listsMarcel Amirault2019-07-012-22/+22
| | | | | | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* | Merge branch 'small-s-in-elasticsearch' into 'master'Evan Read2019-07-011-1/+1
|\ \ | | | | | | | | | | | | Fix typo in docs about Elasticsearch See merge request gitlab-org/gitlab-ce!30162
| * | Fix typo in docs about ElasticsearchTakuya Noguchi2019-06-281-1/+1
| |/ | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-1/+1
|/ | | | | | https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Merge branch ↵Achilleas Pipinellis2019-06-274-55/+63
|\ | | | | | | | | | | | | | | | | '63588-follow-up-from-documentation-for-prometheus-service-discovery' into 'master' Add note to collect CONSUL_SERVER_NODES in HA docs Closes #63588 See merge request gitlab-org/gitlab-ce!29945
| * Add note to collect CONSUL_SERVER_NODES in HA docs63588-follow-up-from-documentation-for-prometheus-service-discoveryCindy Pallares2019-06-264-55/+63
| | | | | | | | | | | | | | There are several instances in our HA docs where an example of `Y.Y.Y.Y consul1.gitlab.example.com Z.Z.Z.Z` is given, but this value isn't explicitly stated. It should be the IP addresses or DNS records of the Consul server nodes.
* | Merge branch 'docs/sidekiq-cluster' into 'master'Evan Read2019-06-261-68/+131
|\ \ | | | | | | | | | | | | Clean up the Sidekiq cluster docs See merge request gitlab-org/gitlab-ce!28831
| * | Clean up the Sidekiq cluster docsdocs/sidekiq-clusterAchilleas Pipinellis2019-06-191-68/+131
| | | | | | | | | | | | | | | | | | | | | | | | More importantly: - Move the command line tips under a troubleshooting section - Add new section: "Ignore all GitHub import queues" - Add list of existing Sidekiq queues
* | | Update HA monitoring documentationBen Kochie2019-06-262-6/+32
| | | | | | | | | | | | | | | | | | * Update wording and include localhost for monitoring whitelist configurations. * Add monitoring config documentation for pgbouncer_exporter.