gitlab-org--gitlab-foss/app/views/admin
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
..
abuse_reports Remove admin.scss 2016-12-05 12:22:11 -06:00
appearances Change show-gl-field-errors to gl-show-field-errors 2016-11-02 11:35:21 +01:00
application_settings Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
applications HAMLLint: Fix `SpaceInsideHashAttributes` offences 2016-12-31 11:58:36 +05:30
background_jobs HAMLLint: Fix `SpaceInsideHashAttributes` offences 2016-12-31 11:58:36 +05:30
broadcast_messages HAMLLint: Fix `SpaceBeforeScript` offences 2016-12-31 11:43:08 +05:30
builds Fix misaligned buttons on admin builds page 2016-11-17 12:59:12 +02:00
dashboard Add support for nested groups to admin routing 2016-12-11 10:30:10 +02:00
deploy_keys Adds CSS to match the mockups and makes table responsive 2016-12-12 16:00:50 +00:00
groups HAMLLint: Fix `SpaceInsideHashAttributes` offences 2016-12-31 11:58:36 +05:30
health_check
hooks HAMLLint: Fix `SpaceBeforeScript` offences 2016-12-31 11:43:08 +05:30
identities
keys
labels HAMLLint: Fix `SpaceInsideHashAttributes` offences 2016-12-31 11:58:36 +05:30
logs Remove white space between nav items 2016-12-14 10:32:14 -05:00
projects Add more storage statistics 2016-12-21 16:39:49 +01:00
requests_profiles
runners HAMLLint: Fix `SpaceInsideHashAttributes` offences 2016-12-31 11:58:36 +05:30
services Pass @service using subject 2016-11-21 13:43:37 +01:00
spam_logs
system_info
users HAMLLint: Fix `SpaceInsideHashAttributes` offences 2016-12-31 11:58:36 +05:30