summaryrefslogtreecommitdiff
path: root/doc/administration/geo
Commit message (Collapse)AuthorAgeFilesLines
* Update Geo HA docs to recommend Gitaly over NFSda-geo-high-availability-docsDouglas Barbosa Alexandre2019-09-111-2/+6
|
* Geo: Docker Registry replication documentation (4/4)Valery Sizov2019-09-112-12/+102
|
* Separate doc for version specific Geo update stepsToon Claes2019-09-053-427/+448
| | | | | | | | To emphasize the happy path for updating Geo nodes, put the version specific steps in a separate document and cross-link them for discoverability. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11881
* Fix space in geo docMarcel Amirault2019-09-021-1/+1
|
* Changed Geo general update stepsFabian Zimmer2019-09-021-6/+9
|
* Added cross reference to the troubleshooting guideFabian Zimmer2019-09-021-0/+2
|
* Fix markdown in various docsMarcel Amirault2019-08-282-3/+3
| | | | | | Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
* Harmonizes titles between two Geo landing pagesEvan Read2019-08-202-3/+3
| | | | Menu entries in global navigation will be updated to match.
* Add more rules to markdown lint checkMarcel Amirault2019-08-121-8/+9
| | | | | | 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
* Update Geo troubleshooting docs11965-geo-prevent-using-non-empty-tracking-database-ceDouglas Barbosa Alexandre2019-08-081-1/+15
|
* Compress images with pngquantAchilleas Pipinellis2019-08-073-0/+0
|
* Geo: Some update instructions should be for 9.0.x onlyGabriel Mazetto2019-08-051-18/+16
|
* Update list of unreplicated/unverified data types12398-compile-a-list-of-created-data-types-which-ones-are-replicated-verified-and-tested-docsDouglas Barbosa Alexandre2019-07-311-27/+40
|
* Move version info for GeoEvan Read2019-07-311-2/+8
|
* Fix some errors in Markdown filesEvan Read2019-07-242-3/+3
|
* Update current limitations for automatic background verification12812-geo-update-current-limitations-of-background-verification-docsDouglas Barbosa Alexandre2019-07-151-5/+12
|
* Add note to GEO documentation about database upgradeIan Baum2019-07-151-0/+10
| | | | | * Point to the omnibus documentation for how to upgrade the cluster * Document how to disable the upgrade procedure
* Remove extra blank lines from docsMarcel Amirault2019-07-151-1/+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-124-25/+25
| | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* Update the installation linkdocs/update-installation-linkCindy Pallares2019-07-082-2/+2
| | | | | The installation link has changed from /installation/ to /install/. This commit will update all the remaining links that are missing.
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-0818-18/+18
| | | | | | | | | | | | | | 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-081-2/+2
| | | | | First MR in a series updating all redirected links in CE documentation to the destination URLs
* Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-031-24/+24
| | | | 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
* 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-011-13/+13
|/ | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* Add Markdown lintingEvan Read2019-06-252-10/+10
| | | | | Also adds and one linting rule and makes project conform to it.
* Add new troubleshooting step and refactor Geo replication docsEvan Read2019-06-211-32/+76
|
* Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-supportNick Thomas2019-06-191-4/+0
| | | | Now MySQL is no longer supported, we need to change the docs
* Docs: Update anchor to more recent section in geo db docMarcel Amirault2019-06-061-2/+1
|
* Docs: Update all links to relative in /workflow and /administrationMarcel Amirault2019-06-056-8/+8
|
* Remove support for using Geo with an installation from source11609-geo-remove-support-for-using-geo-with-an-installation-from-source-docsDouglas Barbosa Alexandre2019-05-279-686/+71
| | | | | | | Using Geo with source-based installs was deprecated in GitLab 11.5. This commit removes this support now that the deprecation notice has been in place for quite a few releases.
* Added Geo troubleshooting instructionsGabriel Mazetto2019-05-271-13/+70
| | | | | Added instructions cover all existing error messages from health check status errors that can appear in the Geo Node admin UI
* Document how to reconcile differences with Geo checksum mismatchesDouglas Barbosa Alexandre2019-05-133-0/+36
|
* Docs: Second Attempt to realign administration/geo docsMarcel Amirault2019-05-051-4/+71
|
* Docs: Merge EE doc/​administration/​geo to CEMarcel Amirault2019-05-0528-0/+4329