summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'docs/point-to-new-chart-links' into 'master'Marcia Ramos2019-04-051-1/+1
|\ | | | | | | | | | | | | Redirect Kubernetes installation to the charts docs Closes #58870 See merge request gitlab-org/gitlab-ce!26159
| * Redirect Kubernetes installation to the charts docsdocs/point-to-new-chart-linksAchilleas Pipinellis2019-03-191-1/+1
| | | | | | | | | | With the advent of the new chart docs, we should deprecate the old ones and redirect them to the new ones.
* | Add a link to S3 Permission Scopes for registry object storageDiana Stanley2019-04-041-6/+6
| |
* | Add documentation for Google Secure LDAPdocs-google_secure_ldapDrew Blessing2019-04-035-0/+215
| | | | | | | | | | | | | | | | As of 11.9 GitLab supports Google Secure LDAP for authentication and group sync. This documentation outlines how to configure the service. Rename file
* | Docs: image realignmentMarcel Amirault2019-04-021-0/+0
| |
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-0/+62
|\ \ | | | | | | | | | jarv/dev-to-gitlab-2019-04-02
| * | Rake task for removing exif from uploadsJan Provaznik2019-04-021-0/+62
| | | | | | | | | | | | | | | Adds a rake task which can be used for removing EXIF data from existing uploads.
* | | Merge branch 'nowtryz/docker-pages-docs' into 'master'Evan Read2019-04-011-7/+22
|\ \ \ | | | | | | | | | | | | | | | | Add troubleshooting info for Docker and GitLab Pages See merge request gitlab-org/gitlab-ce!26662
| * | | Add troubleshooting info for Docker and GitLab Pagesnowtryz/docker-pages-docsDamien2019-03-271-7/+22
| | | |
* | | | Merge branch '54670-external-diffs-when-outdated' into 'master'Sean McGivern2019-03-281-0/+44
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow external diffs to be used conditionally Closes #54670 See merge request gitlab-org/gitlab-ce!25432
| * | | | Allow external diffs to be used conditionallyNick Thomas2019-03-271-0/+44
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since external diffs are likely to be a bit slower than in-database ones, add a mode that makes diffs external after they've been obsoleted by events. This should strike a balance between performance and disk space. A background cron drives the majority of migrations, since diffs become outdated through user actions.
* | | | Merge branch 'sh-add-gitaly-duration-logs' into 'master'Douglas Barbosa Alexandre2019-03-271-5/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Log Gitaly RPC duration to api_json.log and production_json.log See merge request gitlab-org/gitlab-ce!26652
| * | | | Log Gitaly RPC duration to api_json.log and production_json.logStan Hu2019-03-271-5/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to debug Gitaly performance issues in the field. This commit also makes the tracking of query time thread-safe via RequestStore.
* | | | Recommend disabling NFS server delegationDrew Blessing2019-03-271-3/+2
|/ / /
* | | Docs: Fix more anchors, mostly pipeline relatedMarcel Amirault2019-03-271-2/+1
| | |
* | | Merge branch '48132-display-output-from-pre-receive-scripts' into 'master'Dmitriy Zaporozhets2019-03-262-4/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow custom hooks errors to appear in GitLab UI Closes #48132 See merge request gitlab-org/gitlab-ce!25625
| * | | Allow custom hooks errors to appear in GitLab UILuke Duncalfe2019-03-262-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error messages from custom pre-receive hooks now appear in the GitLab UI. This is re-enabling a feature that had been disabled in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646 The feature had been disabled due to security concerns that information which was not intended to be public (like stack traces) would leak into public view. PreReceiveErrors (from pre-receive, post-receive and update custom hooks) are now filtered for messages that have been prefixed in a particular way. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
* | | | Add admin documentation for gitaly-rubyJacob Vosmaer2019-03-261-0/+60
| | | |
* | | | Fix and improve Gitaly TLS documentationJacob Vosmaer2019-03-261-2/+14
| | | |
* | | | Added no efs mention to repo storage path and AWSSara Ahbabou2019-03-261-0/+2
| |/ / |/| |
* | | Merge branch 'patch-11' into 'master'Achilleas Pipinellis2019-03-201-1/+1
|\ \ \ | | | | | | | | | | | | | | | | doc/uploads: fix another path to omnibus uploads See merge request gitlab-org/gitlab-ce!22330
| * | | update default omnibus upload pathElan Ruusamäe2019-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | small explanation here (by @balasankarc): https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2777#note_131420508
* | | | Add beta caution to hashed object poolsJames Ramsay2019-03-201-0/+5
| | | |
* | | | Fix note lists throughout docsEvan Read2019-03-205-0/+8
| |/ / |/| |
* | | Updating nginx_status link in index.md to use the proper anchor to nginx.htmlChris Horne2019-03-161-1/+1
| | |
* | | Merge branch '58738-hashed-storage-document-rollback-mechanism' into 'master'Evan Read2019-03-152-47/+112
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Hashed Storage: Document Rollback mechanism Closes #58738 See merge request gitlab-org/gitlab-ce!25960
| * | | Document Storage Rollback mechanismGabriel Mazetto2019-03-152-47/+112
| | |/ | |/| | | | | | | | | | Updated Rake-specific documentation to include storage rollback, and improved migration and rollback instructions.
* | | Document global user permission configurationWei-Meng Lee2019-03-152-0/+36
|/ /
* | Fix some 404ing linksEvan Read2019-03-131-4/+7
| |
* | Docs: Add automatic redirects to many moved filesMarcel Amirault2019-03-116-0/+24
| |
* | Clarify Rugged direct access only available in GitLab 11.9Stan Hu2019-03-071-0/+2
| | | | | | | | | | Until we solve https://gitlab.com/gitlab-com/gitlab-docs/issues/347, let's just be explicit to avoid confusion.
* | Merge branch 'patch-47' into 'master'Marcia Ramos2019-03-071-1/+1
|\ \ | | | | | | | | | | | | Fix missing quote in Wildcard domains section See merge request gitlab-org/gitlab-ce!25773
| * | Fix missing quoteMartin Melka2019-03-051-1/+1
| | |
* | | Fix object storage link in docTakuya Noguchi2019-03-061-2/+1
|/ / | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch 'add_ldap_tls_options' into 'master'Douwe Maan2019-03-051-8/+48
|\ \ | |/ |/| | | | | | | | | Allow raw `tls_options` to be passed in LDAP configuration Closes #46391 See merge request gitlab-org/gitlab-ce!20678
| * Allow raw `tls_options` to be passed in LDAP configurationDrew Blessing2019-03-041-8/+48
| | | | | | | | | | | | | | We've previously exposed ca_file and ssl_version but there are many possible options that can be used inside tls_options. Instead of exposing individual ones, simply expose the entire hash so it can be passed in and we won't have to add things in the future.
* | docs: ldap users must have email address setMoritz Bellach2019-03-051-0/+3
| |
* | Merge branch '40396-sidekiq-in-process-group' into 'master'Stan Hu2019-03-041-0/+5
|\ \ | | | | | | | | | | | | sidekiq: terminate child processes at shutdown See merge request gitlab-org/gitlab-ce!25669
| * | sidekiq: terminate child processes at shutdownNick Thomas2019-03-041-0/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sidekiq jobs frequently spawn long-lived child processes to do work. In some circumstances, these can be reparented to init when sidekiq is terminated, leading to duplication of work and strange concurrency problems. This commit changes sidekiq so that, if run as a process group leader, it will forward `INT` and `TERM` signals to the whole process group. If the memory killer is active, it will also use the process group when resorting to `kill -9` to shut down. These changes mean that a naive `kill <pid-of-sidekiq>` will now do the right thing, killing any child processes spawned by sidekiq, as long as the process supervisor placed it in its own process group. If sidekiq isn't a process group leader, this new code is skipped.
* | Update Gitaly docs now NFS isn't required anymoreZeger-Jan van de Weg2019-03-041-14/+17
| |
* | Merge branch 'sh-rugged-find-commit' into 'master'Sean McGivern2019-03-041-0/+22
|\ \ | | | | | | | | | | | | Bring back Rugged implementation of find_commit See merge request gitlab-org/gitlab-ce!25477
| * | Bring back Rugged implementation of find_commitStan Hu2019-03-011-0/+22
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_find_commit` to activate Rugged paths. There are also Rake tasks `gitlab:features:enable_rugged` and `gitlab:features:disable_rugged` to enable/disable these feature flags altogether. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
* | Docs: Fix all anchors in Admin docsMarcel Amirault2019-03-048-20/+15
|/
* Add documentation on upgrading GitLab HA nodesStan Hu2019-02-261-0/+8
| | | | | | | | | As mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/58121#note_145299901, it wasn't obvious that upgrading an GitLab HA cluster required special care. Link to the Omnibus documentation for upgrade instructions. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58121
* Merge branch 'docs-anchors4-ha' into 'master'Evan Read2019-02-262-3/+3
|\ | | | | | | | | Docs: Fix anchors in HA docs See merge request gitlab-org/gitlab-ce!25415
| * Add punctuation.Marcel Amirault2019-02-211-2/+2
| |
| * Fix anchors in CE HA docsMarcel Amirault2019-02-202-3/+3
| |
* | Fix misspellings in docsTakuya Noguchi2019-02-251-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Add an index page to admin area sectionEvan Read2019-02-221-0/+1
| |
* | Ensure all lists are surrounded by new linesEvan Read2019-02-229-38/+40
| | | | | | | | | | | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.