summaryrefslogtreecommitdiff
path: root/doc/administration/img
Commit message (Collapse)AuthorAgeFilesLines
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-102-0/+0
| | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-275-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
* Remove gitlab:user:check_repos taskZeger-Jan van de Weg2018-07-311-0/+0
| | | | | | | | | | While reviewing this branch it was noted that this task was broken. Given the limited value this task brings, and given the fact that much of the old behaviour has been moved to be automatically fixed, removing was a good option. Suggestion in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
* Move repository, storage, abuse settings and logging settings to expandable ↵Dmitriy Zaporozhets2018-04-022-0/+0
| | | | | | | | sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow configuring new circuitbreaker settings from the UI and APIBob Van Landuyt2017-10-231-0/+0
|
* Allow configuring the circuitbreaker through the API and UIBob Van Landuyt2017-10-171-0/+0
|
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+0
|
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+0
| | | | | | | | | | | | | | | | | | | | | This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
* Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis2016-11-226-0/+0
| | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
* Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing2016-11-081-0/+0
| | | | | | | It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :)
* Document multiple repository storage pathsNick Thomas2016-11-041-0/+0
|
* Update housekeeping docs for new GitLab UI.Wolfgang Faust2016-10-041-0/+0
|
* Refactor repository storages documentationAchilleas Pipinellis2016-07-221-0/+0
| | | | [ci skip]
* Move admin application settings to own pathAchilleas Pipinellis2016-07-223-0/+0
| | | | [ci skip]
* Fixed `signup_domain_valid?` flow and added documentation.Patricio Cano2016-07-181-0/+0
|
* Added documentation on the access restrictions.Patricio Cano2016-07-052-0/+0
|
* Change doc location of custom hooksdoc-custom-githook-uiAchilleas Pipinellis2016-07-051-0/+0
|
* optimize png images losslessly using zopflipngPeter Dave Hello2016-06-291-0/+0
|
* Add new HA diagrams [ci skip]Drew Blessing2016-05-252-0/+0
|
* Refactor housekeeping documentationAchilleas Pipinellis2016-01-211-0/+0
[ci skip]