gitlab-org--gitlab-foss/spec
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
..
bin
config
controllers Merge branch 'master' into auto-pipelines-vue 2017-01-09 10:54:02 -07:00
db/production Introduce "stub_env" test helper for safely stubbing environment variables 2017-01-09 18:19:48 +01:00
factories Add test example for pipeline with yaml errors 2017-01-04 12:48:24 +01:00
features Merge branch 'auto-pipelines-vue' into 'master' 2017-01-09 21:11:17 +00:00
finders
fixtures Revert "allow empty-quotes" 2016-12-21 09:51:42 -08:00
helpers Merge branch '26168-emoji-reactions-missing-tooltip-when-not-logged-in' into 'master' 2017-01-03 18:37:28 +00:00
initializers Introduce "stub_env" test helper for safely stubbing environment variables 2017-01-09 18:19:48 +01:00
javascripts fix eslint for spec global needed in pagination spec for 'fixture' 2017-01-09 11:32:39 -07:00
lib Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
mailers
migrations Merge branch 'master' into 'dz-rename-reserved-project-names' 2016-12-27 16:34:20 +00:00
models Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master' 2017-01-10 10:20:03 +00:00
policies Include group parents into read access for project and group 2016-12-26 10:57:11 +02:00
requests Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
routing Fix 500 error when visit group from admin area if group name contains dot 2016-12-28 13:43:08 +02:00
serializers Add specs for pipeline serializer with pagination 2016-12-28 13:07:30 +01:00
services Merge branch 'remove-project-authorizations-id-column' into 'master' 2017-01-09 20:10:29 +00:00
support Introduce "stub_env" test helper for safely stubbing environment variables 2017-01-09 18:19:48 +01:00
tasks/gitlab Restore backup correctly when "BACKUP" environment variable is passed 2017-01-09 18:38:53 +01:00
uploaders Don't delete files from spec/fixtures 2017-01-03 15:37:32 +01:00
views Added spec for testing the issuable count 2017-01-07 10:54:05 +00:00
workers Record and show last used date of SSH Keys 2017-01-09 04:15:39 +11:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb
teaspoon_env.rb