Commit Graph

13 Commits

Author SHA1 Message Date
Horacio Sanson f986b4c4e5 Add support for PlantUML diagrams in Asciidoc.
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
2017-01-12 10:04:52 +00:00
Achilleas Pipinellis af1dabe805 Reduce size of images from 25MB to 13MB using pngquant
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232

[ci skip]
2016-11-22 19:53:43 +01:00
Drew Blessing dc30783057 Introduce better credential and error checking to `rake gitlab:ldap:check`
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 :)
2016-11-08 15:46:10 -06:00
Nick Thomas fa4f904f25 Document multiple repository storage paths 2016-11-04 04:01:08 +00:00
Wolfgang Faust bd9bdddad3 Update housekeeping docs for new GitLab UI. 2016-10-04 12:10:14 -04:00
Achilleas Pipinellis 679bb671be Refactor repository storages documentation
[ci skip]
2016-07-22 14:57:45 +03:00
Achilleas Pipinellis 7a3b20ed36 Move admin application settings to own path
[ci skip]
2016-07-22 12:18:33 +03:00
Patricio Cano ce58437cfa Fixed `signup_domain_valid?` flow and added documentation. 2016-07-18 17:52:29 -05:00
Patricio Cano 5841851551 Added documentation on the access restrictions. 2016-07-05 16:54:22 -05:00
Achilleas Pipinellis d498ebba0d Change doc location of custom hooks 2016-07-05 15:04:44 +03:00
Peter Dave Hello 9e6f99744e
optimize png images losslessly using zopflipng 2016-06-29 19:22:15 +08:00
Drew Blessing b10b6f963d Add new HA diagrams [ci skip] 2016-05-25 11:35:00 -05:00
Achilleas Pipinellis e08e90edbb Refactor housekeeping documentation
[ci skip]
2016-01-21 23:10:47 +01:00