summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Fix object storage tier informationjramsay/object-storage-docsJames Ramsay2018-11-151-2/+5
|
* Merge branch 'docs/fix-version-number-ce-doc' into 'master'Achilleas Pipinellis2018-11-081-1/+1
|\ | | | | | | | | | | | | Feature backported to CE in 11.5, not 10.7 Closes #53648 See merge request gitlab-org/gitlab-ce!22892
| * Feature backported to CE in 11.5, not 10.7docs/fix-version-number-ce-docEvan Read2018-11-081-1/+1
| |
* | Fix Markdown so renderer parses links correctly, fixing 404sdocs/fix-various-404sEvan Read2018-11-081-1/+1
|/ | | | Also corrects capitalisation of Git.
* Merge branch 'docs/add-warning-for-registry-configuration' into 'master'Evan Read2018-11-071-1/+4
|\ | | | | | | | | Emphasis the importance of auth registry See merge request gitlab-org/gitlab-ce!22843
| * Emphasis the importance of auth registrydocs/add-warning-for-registry-configurationSteve Azzopardi2018-11-071-1/+4
| | | | | | | | | | | | | | | | The container registry requires the `auth` config to be set up properly or users will be able to download images that they are not authorized to do so. For example https://gitlab.com/gitlab-org/gitlab-runner/issues/3652
* | Backport changes from EEToon Claes2018-11-071-0/+1
| | | | | | | | | | | | | | Now the files are identical again compared to EE. These are backported from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5050
* | Merge branch 'rake-gitaly-check' into 'master'Rémy Coutable2018-11-061-1/+2
|\ \ | |/ |/| | | | | | | | | Delegate storage health check to Gitaly's health check Closes gitaly#1336 See merge request gitlab-org/gitlab-ce!22063
| * Add gitlab:gitaly:check task for Gitaly health checkrake-gitaly-checkAlejandro Rodríguez2018-10-231-1/+2
| | | | | | | | | | | | | | Also, since Gitaly now takes care of checking for storage paths existence/accessibility, we can remove those check from the gitlab:gitlab_shell_check task and advance further into 0 direct disk approach on gitlab-rails
* | Fix open-ended params for api_json.logAndrew Newdigate2018-10-291-1/+1
| |
* | adds warning against Postgres across NFSLyle Kozloff2018-10-291-1/+18
| |
* | Update links to external sitesMarcel Amirault2018-10-242-6/+6
| |
* | Add administrator documentation for Pages access controlNick Thomas2018-10-232-0/+65
|/
* Add support for JSON logging for audit eventsStan Hu2018-10-181-0/+14
| | | | | | | | | | | | | | | | | | | | This will add audit_json.log that writes one line per audit event. For example: { "severity":"INFO", "time":"2018-10-17T17:38:22.523Z", "author_id":3, "entity_id":2, "entity_type":"Project", "change":"visibility", "from":"Private", "to":"Public", "author_name":"John Doe4", "target_id":2, "target_type":"Project", "target_details":"namespace2/project2" }
* Merge branch 'fix-repocheck-doc-heading-link' into 'master'Stan Hu2018-10-181-1/+1
|\ | | | | | | | | repository check doc: fix a broken link See merge request gitlab-org/gitlab-ce!22444
| * repository check doc: fix a broken linkÆvar Arnfjörð Bjarmason2018-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The link to the repocheck.log section of the logs documentation was added in 7d9191eeff9 ("Small documentation reformatting and updates", 2018-04-23), but seemingly never worked. The markdown formatter turns "." into "-" in headings. See https://docs.gitlab.com/ee/administration/repository_checks.html#what-to-do-if-a-check-failed which has a broken link to https://docs.gitlab.com/ee/administration/logs.html#repocheck.log linking to https://docs.gitlab.com/ee/administration/logs.html#repocheck-log instead (just change "." to "-") fixes it.
* | Merge branch 'jarv/update-docs' into 'master'Stan Hu2018-10-181-4/+1
|\ \ | | | | | | | | | | | | Remove beta status on hashed storage and reference to production readiness review. See merge request gitlab-org/gitlab-ce!22457
| * | Update repository_storage_types.mdJohn Jarvis2018-10-181-4/+1
| |/
* | Merge branch 'docs/remove-link-to-self' into 'master'Achilleas Pipinellis2018-10-181-7/+5
|\ \ | |/ |/| | | | | Remove broken link See merge request gitlab-org/gitlab-ce!22284
| * Remove broken linkEvan Read2018-10-111-9/+6
| | | | | | | | - And minor linting fixes.
* | Add Git protocol v2 docsJames Lopez2018-10-172-0/+98
| |
* | Add documentation on using NFS v4.1 and disabling server delegationsStan Hu2018-10-161-1/+26
| | | | | | | | | | | | | | For more info, see: * https://gitlab.com/gitlab-org/gitaly/issues/1339 * https://gitlab.com/gitlab-org/gitlab-ce/issues/52017
* | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-246/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * | Remove Koding integration and documentationStan Hu2018-10-121-246/+0
| | | | | | | | | | | | | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* | | Docs: Fixing some bad linksMarcel Amirault2018-10-141-2/+1
|/ /
* | Merge branch 'fix_block_context' into 'master'Evan Read2018-10-121-2/+2
|\ \ | | | | | | | | | | | | Specification change: Fix asciidoctor block context. See merge request gitlab-org/gitlab-ce!22280
| * | Specification change: Fix asciidoctor block context.Koichiro Mikami2018-10-111-2/+2
| | |
* | | Merge branch 'patch-27' into 'master'Achilleas Pipinellis2018-10-111-4/+2
|\ \ \ | |_|/ |/| | | | | | | | docs: match where statements at in omnibus section See merge request gitlab-org/gitlab-ce!22214
| * | docs: match where statements at in omnibus sectionBen Bodenmiller2018-10-091-4/+2
| | |
* | | Merge branch 'docs-filesystem_perf' into 'master'Evan Read2018-10-113-0/+64
|\ \ \ | |_|/ |/| | | | | | | | Add Filesystem Performance Benchmarking documentation See merge request gitlab-org/gitlab-ce!22202
| * | Add Filesystem Performance Benchmarking documentationDrew Blessing2018-10-103-0/+64
| |/ | | | | | | | | | | | | Filesystem performance can have a big impact on overall GitLab performance, especially for actions that read or write Git repositories. This information will help benchmark filesystem performance against known good and bad real-world systems.
* | Merge branch 'zj-circuit-breaker-removal' into 'master'Douwe Maan2018-10-104-52/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove Git circuit breaker Closes #45405 See merge request gitlab-org/gitlab-ce!22212
| * | Remove Git circuit breakerZeger-Jan van de Weg2018-10-104-52/+0
| | | | | | | | | | | | | | | | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
* | | Merge branch 'docs-update-nfs-ha-git_data_dirs' into 'master'Marcia Ramos2018-10-101-2/+2
|\ \ \ | |/ / |/| | | | | | | | Update the HA NFS docs See merge request gitlab-org/gitlab-ce!22239
| * | update the HA NFS docsabuerer2018-10-091-2/+2
| |/
* | Remove duplicated item in Administration DocumentationMichael Bisbjerg2018-10-091-2/+1
| |
* | Refactor GitHub import raketask docsAchilleas Pipinellis2018-10-091-36/+18
| |
* | Update github_import.mdDavin Walker2018-10-091-0/+22
|/
* Move hook name note to the topAchilleas Pipinellis2018-10-081-2/+3
|
* Added note to clarify values for hook-name.dJason Colyer2018-10-051-0/+2
|
* Fix links and Markdown.Evan Read2018-10-051-38/+37
|
* docs: moving repositories cleanupBen Bodenmiller2018-10-031-15/+11
| | | | * use `git` user * formatting cleanup
* Merge branch 'osw-configurable-single-diff-file-limit' into 'master'Douwe Maan2018-10-021-0/+1
|\ | | | | | | | | | | | | Make single diff patch limit configurable Closes #48027 See merge request gitlab-org/gitlab-ce!21886
| * Make single diff patch limit configurableosw-configurable-single-diff-file-limitOswaldo Ferreira2018-10-011-0/+1
| | | | | | | | | | | | | | | | | | | | - Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
* | Merge branch 'docs-fix-gitlab-capitalization-ce' into 'master'Marcia Ramos2018-09-273-7/+7
|\ \ | | | | | | | | | | | | Correcting Gitlab to GitLab in docs See merge request gitlab-org/gitlab-ce!21827
| * | Correct Gitlab to GitLab in docsMarcel Amirault2018-09-253-7/+7
| | |
* | | Merge branch 'patch-28' into 'master'Achilleas Pipinellis2018-09-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | uploads.md: Fix incorrect path reference See merge request gitlab-org/gitlab-ce!21901
| * | | uploads.md: Fix incorrect path referencePer Lundberg2018-09-251-1/+1
| | |/ | |/|
* | | Merge branch 'patch-24' into 'master'Rémy Coutable2018-09-261-1/+2
|\ \ \ | |/ / |/| | | | | | | | docs: link to repo check failures See merge request gitlab-org/gitlab-ce!21829
| * | docs: link to repo check failuresBen Bodenmiller2018-09-201-1/+2
| | |