summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Docs review: wording, styles, missing linksMarcia Ramos2019-02-212-21/+14
| | | | | | | | | | | | | | | | - Fix "introduced in" note - Add missing links - Remove unnecessary hrs - Wording - Feature badge (admin only)
* | Reorganize incoming email docCody West2019-02-211-190/+195
| | | | | | | | | | Configuration examples were moved into their own section for the purpose of organizing and being able to link directly.
* | Add note on configuring an external Redis Sentinel instanceStan Hu2019-02-211-0/+6
| | | | | | | | | | | | | | | | Adding password in the Redis Sentinel config does not actually work because v3.2.x doesn't respond to the `AUTH` command. This came up in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4126.
* | Merge branch 'jl-unicorn-defaulted-on-docs' into 'master'Achilleas Pipinellis2019-02-201-4/+1
|\ \ | |/ |/| | | | | Update docs to indicate unicorn metrics are automatically scraped See merge request gitlab-org/gitlab-ce!25406
| * Update Prometheus documentation to indicate on by defaultJoshua Lambert2019-02-191-4/+1
| |
* | Docs: Fix all anchors related to auto-devopsMarcel Amirault2019-02-201-1/+1
|/
* Refactor opening paragraph in admin docsEvan Read2019-02-181-11/+14
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-189-9/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Merge branch 'docs/pages-subgroup-admin' into 'master'Marcia Ramos2019-02-131-1/+1
|\ | | | | | | | | Fix pages admin documentation reference to subgroups See merge request gitlab-org/gitlab-ce!25163
| * Fix pages admin reference to subgroupsAlessio Caiazza2019-02-121-1/+1
| |
* | Log queue duration in production_json.logStan Hu2019-02-121-2/+5
|/ | | | | | | | `queue_duration` is a useful metric that is currently in api_json.log but not in production_json.log. We should add it because it tells us how long the request sat in Workhorse before Unicorn processed it. Having this field enables the support team to better troubleshoot when delays began to happen.
* Docs: Realign several CE docs that diverged from EE unnecessarilyMarcel Amirault2019-02-123-7/+57
|
* Merge branch 'docs/refactor-update-guides' into 'master'Marin Jankovski2019-02-111-2/+3
|\ | | | | | | | | | | | | Refactor the upgrading from source docs Closes gitlab-org/release/framework#190 See merge request gitlab-org/gitlab-ce!25003
| * Refactor the upgrading from source docsdocs/refactor-update-guidesYorick Peterse2019-02-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of requiring one separate document for every version (which is created by release managers), we now use a single document for both Community Edition and Enterprise Edition. This allows developers to add guidelines right away, instead of release managers having to determine what to add. Version specific upgrading instructions are placed in a separate section. This prevents instructions from lingering around for many versions should a developer forget to remove them. This also ensures that all instructions are kept in a single place, instead of being spread across different documents. A minor downside is that CE and EE guidelines now live in the same document, which could cause merge conflicts. Since we are working towards a single codebase, this should only be an issue until we merge the codebases together; something we expect to do in the coming months. This commit also removes all old upgrading instructions, but these can still be accessed using Git branch specific URLs (included in the updating README).
* | Merge branch 'docs-abuango-registry-selfsigned-certs' into 'master'Tom Atkins2019-02-111-6/+14
|\ \ | |/ |/| | | | | Update on using self-signed certs with registry See merge request gitlab-org/gitlab-ce!25086
| * Update container_registry.md add Troubleshooting sectionsTom Atkins2019-02-111-5/+6
| |
| * Update on using self-signed certs with registrydocs-abuango-registry-selfsigned-certsAbubakar Siddiq Ango2019-02-111-3/+10
| |
* | use timeout as it appears in logsBen Bodenmiller2019-02-111-1/+2
|/
* Merge branch 'patch-31' into 'master'Achilleas Pipinellis2019-02-081-9/+9
|\ | | | | | | | | docs: capitalization fixes in Gitaly docs See merge request gitlab-org/gitlab-ce!24994
| * docs: capitalization fixes in GitalyBen Bodenmiller2019-02-071-9/+9
| |