summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Merge branch 'patch-28' into 'master'Rémy Coutable2018-09-251-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update ldap.md If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters See merge request gitlab-org/gitlab-ce!20460
| * | | Update ldap.mdEd Goforth2018-07-061-1/+1
| | | | | | | | | | | | If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters.
* | | | Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-244-36/+1
| |_|/ |/| | | | | | | | We remove this feature as it never worked properly
* | | Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-219-15/+15
| | |
* | | Merge branch 'docs-gitaly-shell-secret' into 'master'Achilleas Pipinellis2018-09-211-0/+6
|\ \ \ | | | | | | | | | | | | | | | | Gitaly servers require the GitLab Shell secret See merge request gitlab-org/gitlab-ce!21847
| * | | Gitaly servers require the GitLab Shell secretDrew Blessing2018-09-201-0/+6
| | |/ | |/|
* | | Add Fog use_iam_profile option to docsDeniz Zoeteman2018-09-202-0/+2
|/ /
* | Add documentation regarding rake taskBalasankar "Balu" C2018-09-181-3/+34
| |
* | Update example Prometheus queriesBen Kochie2018-09-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update metric names to match current release. * Improve descriptions. * Improve examples to show more query language functionality. Memory: * Show use of `or` function. * Automatically select "MemAvailable" kernel metric if possible. CPU: * Show use of `avg without ...`. * Show CPU utilization per node. Network: * Show use of `!=` label matching. * Don't show "localhost" metrics.
* | Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan2018-09-071-6/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Remove old storage logic from Import/Export" Closes #51144, #50109, #48778, and #51079 See merge request gitlab-org/gitlab-ce!21409
| * | Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-6/+1
| | | | | | | | | | | | | | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
* | | Merge branch 'issue_50488' into 'master'Stan Hu2018-09-071-0/+13
|\ \ \ | | | | | | | | | | | | | | | | Move project services log to a separate file See merge request gitlab-org/gitlab-ce!21316
| * | | Move project services log to a separate fileFelipe Artur2018-09-061-0/+13
| |/ /