summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Add info about artifacts object storage in docsdocs/object-storageAchilleas Pipinellis2017-06-161-1/+13
|
* Add a link to how to set Omnibus environment variablesStan Hu2017-06-151-0/+3
| | | | [ci skip]
* Rename CDN_HOST to GITLAB_CDN_HOSTStan Hu2017-06-151-1/+1
|
* Document CDN_HOST in enviornment variables tableStan Hu2017-06-141-0/+1
| | | | [ci skip]
* Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-141-2/+2
|
* Add more info on artifacts expiry datedocs/expiring-artifactsAchilleas Pipinellis2017-06-061-0/+36
|
* Add info on using self-signed certs with RegistryAchilleas Pipinellis2017-06-061-10/+20
|
* Enable Gitaly by default in GitLab 9.3Jacob Vosmaer2017-05-301-2/+2
|
* Replace EFS section in AWS guideDrew Blessing2017-05-171-3/+5
|
* Add warning about AWS EFS and performanceDrew Blessing2017-05-171-0/+17
|
* Consolidate opening text from about.gitlab.com and add active/passive noteDrew Blessing2017-05-171-0/+18
| | | | | Add opening text that was previously on https://about.gitlab.com/high-availability and add a note that active/passive is compatible but not supported.
* Removes duplicate environment variable in documentationMark Fletcher2017-05-171-1/+0
| | | | [skip ci]
* clarify DB/Redis HA docslm-improve-HA-docsLee Matos2017-05-042-10/+11
|
* Merge branch 'patch-20' into 'master' Rémy Coutable2017-05-021-1/+1
|\ | | | | | | | | use TCP or HTTPS protocol for port 443 on load balancer See merge request !10953
| * use TCP or HTTPS protocol for port 443 on load balancerBen Bodenmiller2017-04-271-1/+1
| |
* | Merge branch 'patch-19' into 'master' Rémy Coutable2017-05-021-2/+2
|\ \ | | | | | | | | | | | | Gitlab -> GitLab See merge request !10952
| * | Gitlab -> GitLabBen Bodenmiller2017-04-271-2/+2
| |/
* | Merge branch 'docs/ldap-clarify-uid' into 'master' Marcia Ramos2017-04-281-3/+3
|\ \ | | | | | | | | | | | | Update ldap.md to clarify uid should list the attribute not the value See merge request !10956
| * | Update ldap.md to clarify uid should list the attribute not the valuedocs/ldap-clarify-uidLee Matos2017-04-271-3/+3
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'patch-18' into 'master' Achilleas Pipinellis2017-04-271-10/+9
|\ \ \ | |/ / |/| | | | | | | | don't require no_root_squash on NFS, only recommend See merge request !10197
| * | don't require no_root_squash on NFS only recommendBen Bodenmiller2017-04-131-10/+9
| | |
* | | special pages config only needed for custom domain supportBen Bodenmiller2017-04-271-1/+2
| |/ |/|
* | Merge branch 'patch-8' into 'master' Rémy Coutable2017-04-241-1/+1
|\ \ | | | | | | | | | | | | doc: fix gitaly url typo See merge request !10772
| * | doc: fix gitaly url typoElan Ruusamäe2017-04-181-1/+1
| |/
* | Merge branch 'master' into 'master' Sean McGivern2017-04-241-1/+1
|\ \ | | | | | | | | | | | | Update plantuml.md Fix wrong order when restarting tomcat service [ci skip] See merge request !10855
| * | Update plantuml.md Fix wrong order when restarting tomcat service [ci skip] Vladimir Tasic2017-04-211-1/+1
| | |
* | | [ci skip] Use master_password for SentinelJose Torres2017-04-211-1/+1
|/ /
* | Update plantuml.md to add the actual link.Sascha Reynolds2017-04-201-0/+2
| |
* | Update plantuml.md to fix wrong introduced in link.Sascha Reynolds2017-04-191-1/+1
|/
* Document how polling interval is useddocument-polling-intervalAdam Niedzielski2017-04-101-0/+24
|
* Use config.toml to configure GitalyJacob Vosmaer2017-04-061-17/+15
|
* Github import rake taskJames Lopez2017-04-061-0/+36
|
* Test docs internal links checkAchilleas Pipinellis2017-03-301-2/+2
|
* link to database requirements document in HA database docsBen Bodenmiller2017-03-241-0/+2
|
* clarify NFS server vs client optionsBen Bodenmiller2017-03-221-1/+1
|
* Fix typo [ci skip]Jacob Vosmaer2017-03-211-1/+1
|
* Add gitaly admin docsJacob Vosmaer2017-03-211-0/+86
|
* Remove unnecessary paragraphJoshua Lambert2017-03-201-3/+0
|
* Minor tweakJoshua Lambert2017-03-201-1/+1
|
* Update docs to indicate prometheus k8s monitoring is on by defaultJoshua Lambert2017-03-201-8/+5
|
* Fix config option to disable PrometheusJoshua Lambert2017-03-161-2/+2
|
* Merge branch 'pages-multiple-ips-doc' into 'master' Kamil Trzciński2017-03-161-11/+16
|\ | | | | | | | | The GitLab Pages external-http and external-https arguments can be specified multiple times See merge request !9812
| * The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas2017-03-081-11/+16
| | | | | | | | multiple times
* | Merge branch '29142-add-prometheus-integration-documentation' into 'master' Achilleas Pipinellis2017-03-161-18/+39
|\ \ | | | | | | | | | | | | | | | | | | Prometheus Service Integration Documentation Closes #29142 See merge request !9954
| * | Fix broken links limit lines to 80 charsAchilleas Pipinellis2017-03-161-8/+17
| | | | | | | | | | | | [ci skip]
| * | Add prometheus memory requirements, include additional detail on disabling ↵Joshua Lambert2017-03-161-12/+7
| | | | | | | | | | | | prometheus in docs.
| * | Minor changes to administration docJoshua Lambert2017-03-151-16/+10
| | |
| * | Refactor Prometheus integration docsAchilleas Pipinellis2017-03-151-0/+23
| | | | | | | | | | | | [ci skip]
* | | Bump pages daemon to 0.4.0docs/add-missing-steps-in-pages-source-installAchilleas Pipinellis2017-03-141-5/+5
| | | | | | | | | | | | [ci skip]
* | | Add missing steps of Pages source installationAchilleas Pipinellis2017-03-141-20/+62
|/ / | | | | | | [ci skip]