summaryrefslogtreecommitdiff
path: root/doc/administration/operations
Commit message (Collapse)AuthorAgeFilesLines
* Add Filesystem Performance Benchmarking documentationDrew Blessing2018-10-102-0/+59
| | | | | | | 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.
* docs: moving repositories cleanupBen Bodenmiller2018-10-031-15/+11
| | | | * use `git` user * formatting cleanup
* Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-243-35/+0
| | | | We remove this feature as it never worked properly
* Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-211-2/+2
|
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-272-0/+0
| | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason2018-08-081-0/+17
| | | | | | | | | | | | | This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation this feature is intended to be used when SSH certificates are enabled. Then this warning becomes not only pointless, but also misleading. This builds on top of gitlab-org/gitlab-ce!21009 since both need to modify the same documentation, which avoids a merge conflict. See also the gitlab-org/gitlab-ce#49218 issue and associated merge request.
* Fix typo and improve formattingJames Ramsay2018-08-061-5/+3
|
* Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason2018-08-013-1/+176
| | | | | | | | | | | | | | | | | | | | Why and how to enable this is covered in the docs being changed here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for SSH certificate authentication", 2018-06-14) which has been merged in and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped. Merging this closes gitlab-org/gitlab-ce#34572 see gitlab-org/gitlab-shell!207 for the gitlab-shell MR. Implementation notes: - The APIs being changed here are all internal, and their sole consumer is gitlab-shell. - Most of the changed code is a MR to gitlab-shell, see the gitlab-org/gitlab-shell!207 MR. That change covers why only some of the internal methods get a new "username" parameter, and why some others only get a "user_id".
* Fixed typosPascal Borreli2018-04-271-1/+1
|
* Docs: search/replace "Enterprise Edition" and adjust when applicableMarcia Ramos2018-02-221-1/+1
|
* Remove double negativeBen Bodenmiller2018-02-111-1/+1
|
* Fix incorrect path for gitlab-shell authorized keys helpersh-fix-authorized-keys-docsStan Hu2018-01-181-1/+1
|
* Add EE version and CE issue linkjramsay-3953-fast-ssh-ce-docsJames Ramsay2018-01-181-2/+3
|
* Add release added and release backported to CEJames Ramsay2018-01-181-0/+5
|
* Use the new gitlab-shell authorized-keys helper in documentationNick Thomas2018-01-091-27/+5
|
* Combine ssh docs and rename the docErnst van Nierop2018-01-083-70/+194
| | | | | | Backport to CE, originally branch 'evn-ssh-clarify-docs See merge request gitlab-org/gitlab-ee!3753
* Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-083-1/+71
| | | | | | | | | | | | | | | | Originally branch 'mk-toggle-writing-to-auth-keys-1631' See merge request !2004 Squashed commits: Add authorized_keys_enabled to Application Settings Ensure default settings are exposed in UI Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default. Add “Speed up SSH operations” documentation Clarify the reasons for disabling writes Add "How to go back" section Tweak copy Update Application Setting screenshot
* add index for doc/administration/operations/docs-add-index-to-operationsMarcia Ramos2017-12-111-0/+16
|
* Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when ↵dm-sidekiq-sigstpDouwe Maan2017-11-021-3/+1
| | | | the memory killer kicks in
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-0/+6
|
* Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis2016-11-221-0/+0
| | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
* Refactored Sidekiq Throttler and updated documentationsidekiq-job-throttlingPatricio Cano2016-11-111-7/+8
|
* Added documentation and CHANGELOG item.Patricio Cano2016-11-102-0/+32
|
* Move operations/ to new locationdocs/refactor-operationsAchilleas Pipinellis2016-10-114-0/+358
[ci skip]