Commit graph

26 commits

Author SHA1 Message Date
Alex Goodman 3fbc016826
rm libpod & shell out to podman binary 2019-11-08 13:28:04 -05:00
Alex Goodman 2069a3fede
first step at ui obj refactor 2019-10-13 11:42:13 -04:00
Alex Goodman 68d3fe2ed9
fix ci setup 2019-10-08 10:32:33 -04:00
Alex Goodman 41b42cdd68
only podman via docker archive support 2019-10-08 10:08:53 -04:00
Alex Goodman c83bc9e3d0
remove podman from darwin/windows builds 2019-10-08 09:38:41 -04:00
Alex Goodman 0364bf8702
use goreleaser paths for input binary in dockerfiles/makefile 2019-09-22 22:42:12 -04:00
Alex Goodman 576709ad30
rework package structure 2019-09-21 16:28:45 -04:00
Alex Goodman 9236307e29
golang 1.13 support for linting 2019-09-17 21:13:46 -04:00
Alex Goodman f2b2d38622
use alpine based docker image 2019-07-27 12:19:52 -04:00
Alex Goodman 26281d9f96
replace travis with gitlab; linting fixes 2019-07-20 17:57:47 -04:00
Alex Goodman 5ff66f2e26
ensure data capture is disabled in CI 2019-02-23 12:29:45 -05:00
Alex Goodman fc27dcd820
Add CI integration (#143) 2018-12-30 14:07:56 -05:00
Alex Goodman 1c2df2914b
add basic PR pipeline (#120) 2018-11-30 17:17:15 -05:00
Alex Goodman ebdd6fa36b
added large example 2018-11-01 00:08:20 -04:00
Alex Goodman 3ea8c0ab4a
cleaned up example 2018-10-21 12:11:13 -04:00
Alex Goodman d6549ea16d
pull images when not found (closes #25); small fixes 2018-10-20 07:42:01 -04:00
Alex Goodman 9802546b60
adding goreleaser 2018-10-16 22:56:35 -04:00
Alex Goodman dddb2e6b97
with fancy pre-processing 2018-10-16 22:38:41 -04:00
Alex Goodman c599ca5ad2
a few low hanging perf improvements (#16) 2018-10-06 09:45:08 -04:00
Alex Goodman 3a9796619c
renamed to dive; use cobra; rm dep; imagehistory fix 2018-10-01 21:50:05 -04:00
William Murphy 96ba653730 Build the test docker image if necessary (#10) 2018-07-04 11:25:43 -04:00
Alex Goodman e67734d38d
Added debug panel; annotate filetree with changeinfo (#7) 2018-06-07 15:51:10 -04:00
William Murphy acec670354 Use full path on dep test (#6)
Previously, dep was being reinstalled every time because the
check for it wouldn't find it on $PATH.
2018-06-05 18:40:27 -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
Alex Goodman ed62646bac
formatting + makefile 2018-06-03 23:44:58 -04:00