summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Docs broken linksMarcel Amirault2018-06-251-1/+1
|
* Cleanup ruby sampler metricsbjk/48176_ruby_gcBen Kochie2018-06-221-0/+14
| | | | | | | | | * Use a simple counter for sampler duration instead of a histogram. * Use a counter to collect GC time. * Remove unused objects metric. * Cleanup metric names to match Prometheus conventions. * Prefix generic GC stats with `gc_stat`. * Include worker label on memory and file descriptor metrics.
* Make it explicit where is the gitlab.rb fileMike Weilgart2018-06-181-1/+1
| | | | Save people an extra Google search if this is the first doc they're reading.
* Add support for verifying remote uploads, artifacts, and LFS objects in ↵Michael Kozono2018-06-131-3/+4
| | | | check rake tasks
* Use nip.io instead of xip.iodz-use-nip-ioDmitriy Zaporozhets2018-06-121-9/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-0/+1
|\ | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| * document custom faviconAlexis Reigel2018-06-061-0/+1
| |
* | Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-071-19/+26
| |
* | docMark Chao2018-06-061-1/+1
|/
* Support presigned multipart uploadsKamil Trzciński2018-06-041-1/+2
|
* Update IPs to valid example IPs.Natho2018-06-042-20/+20
| | | As per: https://tools.ietf.org/html/rfc5737
* Refactor LDAP docsAchilleas Pipinellis2018-06-011-120/+197
|
* Fix a wrong link reference in docsRémy Coutable2018-05-301-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* add details on root flag related to no_root_squashBen Bodenmiller2018-05-301-1/+3
|
* Merge branch 'brodock-refactor-hashed-storage-task' into 'master'Douwe Maan2018-05-301-7/+0
|\ | | | | | | | | Extracted auxiliary methods from storage.rake into specific RakeHelper See merge request gitlab-org/gitlab-ce!18962
| * Remove useless extra lines from `storage.md` inside code blockGabriel Mazetto2018-05-281-7/+0
| |
* | add CI as option in place of custom hooksBen Bodenmiller2018-05-301-1/+2
| |
* | ensure UIDs and GIDs match for HA setupBen Bodenmiller2018-05-291-1/+10
| |
* | cleanup Prometheus setup detailsBen Bodenmiller2018-05-291-5/+8
|/
* Merge branch 'docs/redirect-k8s-service-page' into 'master'Marcia Ramos2018-05-281-9/+7
|\ | | | | | | | | Deprecate the Kubernetes service docs See merge request gitlab-org/gitlab-ce!18837
| * Deprecate the Kubernetes service docsdocs/redirect-k8s-service-pageAchilleas Pipinellis2018-05-091-9/+7
| |
* | Merge branch 'patch-23' into 'master'Achilleas Pipinellis2018-05-281-10/+1
|\ \ | | | | | | | | | | | | use postgres_role See merge request gitlab-org/gitlab-ce!19000
| * | use postgres_roleBen Bodenmiller2018-05-161-10/+1
| | |
* | | cleanup application server setupBen Bodenmiller2018-05-281-12/+12
| | |
* | | Remove experiemental notes from Prometheus docsJoshua Lambert2018-05-212-3/+3
|/ /
* | Merge branch 'patch-20' into 'master'John Northrup2018-05-151-1/+1
|\ \ | | | | | | | | | | | | improve basic details on inspecting NFS mounts See merge request gitlab-org/gitlab-ce!18734
| * | improve basic details on inspecting NFS mountsBen Bodenmiller2018-05-041-1/+1
| | |
* | | Docs: fix duplicate titlesMarcia Ramos 🚫 (OOO - back on May 21)2018-05-092-1/+18
| | |
* | | Docs: add custom descriptions to most relevant docsMarcia Ramos2018-05-092-4/+8
| |/ |/|
* | Merge branch 'tc-repo-verify-mails' into 'master'Douwe Maan2018-05-071-12/+14
|\ \ | | | | | | | | | | | | Various improvements to repository checks See merge request gitlab-org/gitlab-ce!18484
| * | Add small improvements to the docsToon Claes2018-05-071-5/+5
| | |
| * | The option to recheck an individual project is goneToon Claes2018-05-071-4/+0
| | | | | | | | | | | | No idea where it used to be, but I can no longer find it.
| * | Small documentation reformatting and updatesToon Claes2018-05-071-11/+17
| | |
* | | Update `job_traces.md` documentationKamil Trzciński2018-05-071-28/+27
| | |
* | | Add doc about this architecture, impact, roadmap, etcShinya Maeda2018-05-071-0/+96
|/ /
* | Enforces terms in the web applicationBob Van Landuyt2018-05-041-0/+1
|/ | | | | | | | | | | | | | | | | | | | This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
* Merge branch 'add-jwt-strategy-to-gitlab-suite' into 'master'Douwe Maan2018-04-301-1/+1
|\ | | | | | | | | Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite See merge request gitlab-org/gitlab-ce!18580
| * Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suiteTiago Botelho2018-04-261-1/+1
| |
* | Fixed typosPascal Borreli2018-04-275-6/+6
|/
* Suggest place for data-directories on mountpointsBob Van Landuyt2018-04-231-37/+57
| | | | | Using a mountpoint as data directory causes issues when restoring, so we need to mention this in the documentation.
* Merge branch 'docs-pages-update2' into 'master'Robert Speicher2018-04-201-5/+31
|\ | | | | | | | | add restart of gitlab-pages to apply gitlab pages settings See merge request gitlab-org/gitlab-ce!18455
| * Update index.mdAlexander Tanayno2018-04-201-10/+10
| |
| * add restart of gitlab-pages to apply gitlab pages settingsAlexander Tanayno2018-04-181-0/+26
| |
* | Add documentation on how to configure Redis Sentinel by persistent classStan Hu2018-04-201-0/+41
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into docs-add-badgesMarcia Ramos2018-04-175-30/+58
|\
| * Fix typosJames Ramsay2018-04-131-3/+3
| |
| * Add note about HA configurationsJames Ramsay2018-04-121-0/+5
| |
| * Copyedit plugins docsAchilleas Pipinellis2018-04-062-31/+42
| | | | | | | | [ci skip]
| * Add note about contributing back to GitLab to plugins.mdDmitriy Zaporozhets2018-04-061-0/+4
| |
| * Merge branch 'nathan.jones/gitlab-ce-patch-24' into 'master'Rémy Coutable2018-04-061-1/+8
| |\ | | | | | | | | | | | | Update index.md to describe leaving out the host in prometheus['listen_address']… See merge request gitlab-org/gitlab-ce!18207