Anders F Björklund
f20218e43a
Add area support for dot, for generating treemaps
...
There is another Graphviz command called "patchwork",
that can generate treemaps when given a digraph .dot.
The area is scaled to megabytes, which seems to work.
It shouldn't have any ill effects, for regular "dot".
2017-10-12 07:41:19 +02:00
Nate Jones
ee1ab834db
version bump to v0.5.0
2016-12-08 12:25:17 -08:00
Nate Jones
94f2cc64c9
Merge branch 'stdin_to_flag'
2016-12-08 12:23:54 -08:00
Nate Jones
bdb64a088c
don't try stdin mode unless a flag is passed
2016-12-08 12:18:12 -08:00
Nate Jones
9863e97953
version bump to v0.4.2
2016-06-14 12:21:53 -07:00
Nate Jones
16075245dd
fix embedded docker run instructions, add selinux help
...
closes #17
2016-06-13 20:48:21 -07:00
Nate Jones
5a116b8dff
clarify applicability of --no-trunc, closes #28
2016-06-13 20:31:16 -07:00
Nate Jones
2e9e1972e7
strip prefix, match docker's view
2016-06-13 20:28:13 -07:00
Nate Jones
412fb7db34
adding twitter user
2016-06-10 21:30:59 -07:00
Nate Jones
8a7f885238
version bump to v0.4.1
2016-06-10 21:16:40 -07:00
Nate Jones
e619ee311a
fix piped image info missing image id
2016-06-10 21:14:36 -07:00
Nate Jones
ed784c7a95
added non-human numeric output, closes #25
2016-06-10 21:13:47 -07:00
Nate Jones
4bd432cec3
align image labels with tree view, closes #24
2016-06-10 20:42:45 -07:00
Nate Jones
f898de1f61
Merge remote-tracking branch 'remram44/readme'
2016-06-10 20:17:49 -07:00
Remi Rampin
cd77167841
Don't fail if server returns CRLF
2016-05-25 16:53:12 -04:00
Remi Rampin
ad9654ce57
Add example using Docker image without volume
2016-05-25 12:18:35 -04:00
Remi Rampin
861a7e02b6
Replace tail -n +5
with appropriate sed
...
`sed '1,/^$/d'` skips everything until the first empty line.
2016-05-25 12:14:01 -04:00
Nate Jones
551ef0434f
version bump to v0.4
2016-05-05 11:10:30 -07:00
Nate Jones
1e678b70e3
change size label depending on size type
2016-05-05 11:10:25 -07:00
Nate Jones
7ea47fc9cf
Merge branch 'support_new_image_model'
2016-05-05 11:10:07 -07:00
Nate Jones
14181721e5
Add support for new Docker image model
...
This uses image history to synthesize the missing images
2016-05-05 11:08:51 -07:00
Nate Jones
783915aa09
add '-it' to docker run command
...
* forces docker to properly make stdin work
* required for 1.11
2016-04-19 06:43:52 -07:00
Nate Jones
41f9b67538
Merge remote-tracking branch 'deizel/fix-only-labelled-flag'
2016-02-28 16:50:25 -08:00
Chris Burke
9bcca08f2b
Fix --only-labelled flag in readme
2016-02-28 06:31:04 -06:00
Nate Jones
153b934646
Merge branch 'dock-r/improve/labelled'
2016-02-19 07:31:13 -08:00
Davide Fiorentino
6c094efa09
update labeled to labelled
...
for consinstency with code.
2015-12-18 16:49:14 +00:00
Nate Jones
ae855d6a5a
bump version to v0.3
2015-11-08 11:53:15 -08:00
Nate Jones
e936558a78
option to show incremental size diff between images
...
closes #14
2015-11-08 11:33:00 -08:00
Nate Jones
80970dcee2
make calls consistent, move options to end
2015-11-08 11:01:08 -08:00
Nate Jones
20d1b3797a
Merge branch 'only_labelled'
2015-11-07 20:02:44 -08:00
Nate Jones
f8eb6a8bc7
small refactoring, tests work again
2015-11-07 20:02:21 -08:00
Nate Jones
f8106ccec6
go fmt
2015-11-07 18:32:49 -08:00
Nate Jones
b86486fdbc
Merge branch 'pr/13' into only_labelled
2015-11-07 18:31:37 -08:00
gkovacs81
beb1db17a3
Merge branch 'master' of https://github.com/gkovacs81/dockviz.git
2015-10-13 18:48:37 +02:00
gkovacs81
676c01bda2
Fix text
2015-10-13 18:46:25 +02:00
gkovacs81
dc21ad12a3
Fix example
2015-10-13 18:31:08 +02:00
gkovacs81
19368a42d8
Update documentation
2015-10-13 18:24:26 +02:00
gkovacs81
b95175dae8
Start image for --dot
2015-10-13 17:57:26 +02:00
gkovacs81
4da0559824
Remove parameter
2015-10-12 22:07:54 +02:00
gkovacs81
0dcdc66e63
Remove debug line
2015-10-12 22:02:29 +02:00
gkovacs81
5f3ba9a693
--only-labeled for dot
2015-10-12 21:58:21 +02:00
gkovacs81
6eeb877c5e
Fix print tree by startimage
...
Print tree nodes if only-labeled
2015-10-11 18:29:48 +02:00
gkovacs81
c25c0eb801
Improve WalkTree
2015-10-11 12:52:26 +02:00
gkovacs81
071f77cbbc
Print only labeled images with --only-labeled option
2015-10-09 22:31:17 +02:00
Nate Jones
097bd3285b
bump version
2015-08-18 06:42:21 -07:00
Nate Jones
04ee20c4ba
Merge branch 'add_help'
2015-08-18 06:34:39 -07:00
Nate Jones
b911e69180
fill in help, add hint when running in docker
2015-08-18 06:33:22 -07:00
Nate Jones
7b58366a10
add stub for help
2015-08-17 19:44:02 -07:00
Nate Jones
1efd686bd3
Merge remote-tracking branch 'cswarth/fix-partial-imageid'
2015-08-17 19:39:15 -07:00
chris warth
9628e24320
Fix crash tickled by supplying partial image id.
2015-08-05 11:03:04 -07:00