summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
...
* Add reconfigure docs to CEStan Hu2017-11-061-0/+9
|
* Merge branch 'dm-sidekiq-sigstp' into 'master'Sean McGivern2017-11-021-3/+1
|\ | | | | | | | | Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in See merge request gitlab-org/gitlab-ce!15102
| * 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
* | Remove Private Token from User Settings > AccountDouwe Maan2017-11-021-1/+1
| |
* | Merge branch 'patch-29' into 'master'Douwe Maan2017-11-011-1/+1
|\ \ | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!15136
| * | Fix typoMichael Kozono2017-11-011-1/+1
| |/
* | Merge branch 'feature/plantuml-restructured-text-captions' into 'master'Douwe Maan2017-11-011-16/+21
|\ \ | |/ |/| | | | | Update gitlab-markup and PlantUML docs See merge request gitlab-org/gitlab-ce!15120
| * Update gitlab-markup and PlantUML docsMarkus Koller2017-11-011-16/+21
| |
* | Exclude comments from specific docsAchilleas Pipinellis2017-11-011-0/+4
|/
* Merge branch '3674-hashed-storage-attachments' into 'master'Douwe Maan2017-10-311-1/+24
|\ | | | | | | | | Hashed Storage support for Attachments See merge request gitlab-org/gitlab-ce!15068
| * Document existing storable objects and their status regarding Hashed storageGabriel Mazetto2017-10-301-1/+24
| |
* | Allow to disable the Performance Bar and document the `p b` shortcut in its ↵Rémy Coutable2017-10-301-0/+6
| | | | | | | | | | | | doc page Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add missing circuitbreaker metrics to prometheus documentationbvl-add-circuitbreaker-metrics-docsBob Van Landuyt2017-10-271-1/+3
|/
* Allow enabling the circuitbreaker using an env variablebvl-circuitbreaker-backoffBob Van Landuyt2017-10-231-0/+9
| | | | That way we can enable the circuitbreaker for just one host at a time.
* Allow configuring new circuitbreaker settings from the UI and APIBob Van Landuyt2017-10-232-0/+5
|
* Add docs for `api_json.log` filesh-api-json-logsStan Hu2017-10-181-2/+22
| | | | [ci skip]
* Merge branch 'fix/github-doc' into 'master'Rémy Coutable2017-10-171-0/+1
|\ | | | | | | | | Clarify how to resume GitHub import on docs See merge request gitlab-org/gitlab-ce!14905
| * clarify resuming importfix/github-docJames Lopez2017-10-171-0/+1
| |
* | Allow configuring the circuitbreaker through the API and UIBob Van Landuyt2017-10-172-24/+14
| |
* | Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-26/+1
|/ | | | Instead of from the configuration file
* Fix LDAP config key nameMichael Kozono2017-10-061-2/+2
|
* Clarify where the artifacts metadata .gz is generatedEric Eastwood2017-10-051-3/+3
|
* Add grpc.log for GitalyJacob Vosmaer (GitLab)2017-10-031-0/+8
|
* Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-282-0/+176
|
* Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0'Robert Speicher2017-09-171-2/+29
| | | | | | | Add Security Concerns section to reply by email documentation [ci skip] See merge request gitlab/gitlabhq!2191
* Merge branch 'docs-gitaly-client-config' into 'master'Achilleas Pipinellis2017-09-131-2/+2
|\ | | | | | | | | Fix Ruby syntax error in Gitaly config example See merge request !14208
| * Fix Ruby syntax error in Gitaly config exampledocs-gitaly-client-configJacob Vosmaer2017-09-121-2/+2
| |
* | Update ldap.mdfix/ldap-typo-docsJames Lopez2017-09-081-1/+1
|/
* Merge branch 'feature/plantuml-restructured-text' into 'master'Rémy Coutable2017-09-071-1/+10
|\ | | | | | | | | Add documentation for PlantUML in reStructuredText See merge request !13900
| * Add documentation for PlantUML in reStructuredTextMarkus Koller2017-08-291-1/+10
| |
* | Clarify documentation about performance barernstvn2017-09-061-8/+8
| |
* | Deprecate Koding in docsdocs/rm-kodingAchilleas Pipinellis2017-09-011-1/+5
| |
* | Default LDAP config verify_certificates to trueMichael Kozono2017-08-301-3/+6
|/
* Point to /developers on docs/administration/authentiq.mdAlexandros Keramidas2017-08-211-1/+1
|
* Merge branch '36192-change-ha-docs-to-update-using-efs-as-nfs' into 'master'Stan Hu2017-08-101-0/+4
|\ | | | | | | | | | | | | Resolve "Change HA docs to update using EFS as NFS" Closes #36192 See merge request !13400
| * Update nfs.md with information on AWS EFS and Burst Credit usage and how to ↵36192-change-ha-docs-to-update-using-efs-as-nfsJohn Woods2017-08-081-0/+4
| | | | | | | | increase Burst Credit limits and also limit the need for AWS to access EFS by using FS Cache.
* | Add docs on structured logging in GitLabsh-structured-log-docsStan Hu2017-08-081-0/+27
|/ | | | [ci skip]
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-042-3/+74
|
* Update reply_by_email_postfix_setup.md, included starting courier-authdaemon ↵Abubakar Ango2017-08-031-0/+14
| | | | after installation.
* Fix LDAP documentation and example configmk-fix-ldap-ca-file-docsMichael Kozono2017-07-311-3/+3
|
* Moves the Performance Bar to the top instead of being at the bottomRémy Coutable2017-07-311-0/+0
|
* Add a note about EFS and GitLab log filessh-aws-efs-docsStan Hu2017-07-301-0/+4
| | | | [ci skip]
* Update server terminolgy to differentiate HA setups from GeoChenjerai Katanda2017-07-271-9/+9
|
* Merge branch 'patch-18' into 'master'Marcia Ramos2017-07-271-1/+1
|\ | | | | | | | | remove extra space See merge request !13114
| * remove extra spaceBen Bodenmiller2017-07-261-1/+1
| |
* | Merge branch 'HA-external-urls-docs' into 'master'Sean McGivern2017-07-271-0/+6
|\ \ | |/ |/| | | | | Add note on external url setting for HA clusters. See merge request !13089
| * Add note on external url setting for HA clusters.HA-external-urls-docsChenjerai Katanda2017-07-251-0/+6
| |
* | Change encryption descriptionMichael Kozono2017-07-261-11/+16
| |
* | Update LDAP SSL config optionsMichael Kozono2017-07-261-4/+32
|/
* Merge branch 'patch-23' into 'master'Drew Blessing2017-07-251-2/+5
|\ | | | | | | | | Add instructions for enabling the `pg_trgm` during HA setup. See merge request !13057