Alex Goodman
1b99e24da9
modify layer compare formatting
2018-06-25 09:08:39 -04:00
Alex Goodman
83dfb0ae6e
Merge branch 'master' of github.com:wagoodman/docker-image-explorer
2018-06-25 08:51:29 -04:00
Alex Goodman
08fd01072c
first take at layer multiselect
2018-06-24 15:26:56 -04:00
Will Murphy
789643261f
mostly working
2018-06-24 15:04:29 -04:00
Alex Goodman
02418eaad3
formatting fixes
2018-06-24 13:01:52 -04:00
Alex Goodman
c9b1d3dd3c
remove root node from view; fix tests
2018-06-24 12:49:47 -04:00
Alex Goodman
3590a7cf46
added file attributes + headers
2018-06-24 12:20:12 -04:00
Alex Goodman
fd397ac932
dont traverse the tree root node
2018-06-20 17:07:13 -04:00
Alex Goodman
598d95f5f7
fix display modified parents; fix tests
2018-06-20 10:31:04 -04:00
Alex Goodman
a47105cc7d
decoupled node data scopes
2018-06-16 19:32:38 -04:00
Alex Goodman
2a67ef9cbb
add debug pane
2018-06-13 17:43:15 -04:00
Alex Goodman
d655e9436a
fix node string nil check
2018-06-11 09:41:30 -04:00
Alex Goodman
23289cc121
added some color
2018-06-11 09:22:38 -04:00
Alex Goodman
3602d7de31
ability to hide files based on difftype
2018-06-10 16:40:54 -04:00
Alex Goodman
093f648cc2
keep collapsed state in view while changing layers; closes #4
2018-06-08 20:39:13 -04:00
Alex Goodman
a8cc8db4a5
added layer info
2018-06-07 18:56:22 -04:00
Alex Goodman
e67734d38d
Added debug panel; annotate filetree with changeinfo ( #7 )
2018-06-07 15:51:10 -04:00
William Murphy
78f02465e2
Small clean ups ( #5 )
...
* Fix two small compiler errors
Apparently, in go, `fmt.Prntln("\n")` is a build error - you can't
have a redundant newline there. Also, we had the wrong format string
somewhere.
* Use $GOPATH to find dep
When I first pulled this branch, all the tests failed because,
although `dep` was being installed to my local machine, it wasn't
being added to $PATH. Rather than mess with $PATH, I decided to
add $GOPATH/bin to the beginning of the invocation.
2018-06-04 22:10:39 -04:00
Alex Goodman
d78abce2e6
refactor project structure; use subpackages
2018-06-04 21:30:17 -04:00