Commit graph

23 commits

Author SHA1 Message Date
k----n
e1dfdc65f2
Fetch networks instead of volumes (#59) 2022-01-18 15:08:25 +01:00
Julien BIANCHI
3ff9b0ccff
feat: Add GraphViz renderer (#53)
This will allow users to use the `dot` executable to produce any
supported output. For example, as requested in #52, one can now output a
SVG file. Here is an example:

```bash
bin/dcv render -m graphviz -o output.svg --graphviz-output-format svg
```

Closes #52
2020-08-19 19:40:57 +02:00
Julien BIANCHI
03ab873e22
fix: Volume labels are correct (#49)
Closes #45
2020-07-23 22:35:06 +02:00
Julien BIANCHI
e1ad47ee9e
chore: Add github workflows (#48) 2020-07-23 22:26:42 +02:00
Grégory PLANCHAT
ead07e8fa9
Fixed the case where a service has no external file to import (#47) 2020-07-23 21:38:18 +02:00
Julien BIANCHI
6ab4ce942b
fix: YAML parser error are more detailed (#34)
Closes #33
2020-07-23 20:55:49 +02:00
Karl Wilbur
1b9e7782e0 Support "Long Syntax" for volumes. 2018-04-12 14:09:27 -04:00
jubianchi
a72bc1e45f
fix: Support IP address in port mappings
Closes #30
2018-01-30 22:36:59 +01:00
jubianchi
f6f67be46c
chore: Update dependencies 2018-01-20 10:49:09 +01:00
jubianchi
96ee45edc9
feat: Add a logger and enable and options
Closes #26
2018-01-20 10:18:40 +01:00
jubianchi
deac235afe
feat: Add the and options to avoid rendering networks and ports
Closes #24
2018-01-20 09:50:37 +01:00
jubianchi
2a744599c0
feat: Add the option to set the graph's background color
Closes #25
2018-01-20 09:35:30 +01:00
jubianchi
29e2e60ef8
chore: Clean 2018-01-20 09:19:49 +01:00
jubianchi
fb1d7655f1
fix: Versions correctly merged and checked
Closes #28
2018-01-20 09:16:06 +01:00
jubianchi
1eb3843a45
feat: Display depends_on conditions
See #22
2017-11-17 00:36:54 +01:00
jubianchi
155f0e1fad
fix: Handle conditions in depends_on
Closes #22
2017-11-17 00:15:11 +01:00
jubianchi
40d4feb59f
Automatically load override file if it exists
or ignore it using `--ignore-override`

Closes #16
2017-06-14 22:49:47 +02:00
Julien BIANCHI
e12278ed65 Apply fixes from StyleCI 2017-05-30 20:47:20 +00:00
jubianchi
3e0cab2547
Avoid duplicating edges when there is multiple extended services 2017-01-05 13:02:49 +01:00
jubianchi
83ac062763
Display extended services 2016-08-06 14:23:18 +02:00
jubianchi
641f42a6c2
Fix CS again 2016-08-05 20:53:13 +02:00
jubianchi
456fbdc101
Add CS Fixer 2016-08-05 20:40:29 +02:00
jubianchi
fe46cbd889
Initial source import 2016-08-05 16:56:36 +02:00