summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-10-21exp with vert layoutlayout-expAlex Goodman
2019-10-18fix non-linux build (exclude podman)Alex Goodman
2019-10-13decouple views with listenersAlex Goodman
2019-10-13drop package names from object namesAlex Goodman
2019-10-13first step at ui obj refactorAlex Goodman
2019-10-11move to app objectAlex Goodman
2019-10-11add keybinding packageAlex Goodman
2019-10-09add tests to cover runtime entrypointAlex Goodman
2019-10-09Merge pull request #236 from wagoodman/auto-derive-image-sourceAlex Goodman
2019-10-09Merge pull request #235 from wagoodman/add-tar-supportAlex Goodman
2019-10-09Merge pull request #234 from wagoodman/add-podman-supportAlex Goodman
2019-10-08add ability to specify source as a URL schemeAlex Goodman
2019-10-08adding docker-archive source optionAlex Goodman
2019-10-08update readmeAlex Goodman
2019-10-08fix ci setupAlex Goodman
2019-10-08fix dead code lintAlex Goodman
2019-10-08only podman via docker archive supportAlex Goodman
2019-10-08fix windows/darwin importAlex Goodman
2019-10-08rm deplicate test helperAlex Goodman
2019-10-08remove podman from darwin/windows buildsAlex Goodman
2019-10-07fix validation errorsAlex Goodman
2019-10-07gofmtAlex Goodman
2019-10-07fix testsAlex Goodman
2019-10-07fix testsAlex Goodman
2019-10-07cleanup layer id/digest & add tags supportAlex Goodman
2019-10-07remove reverse iteration for layer display and processingAlex Goodman
2019-10-07add shared layer type (instead of interface)Alex Goodman
2019-10-07stop swallowing errors & cleanup exit logicAlex Goodman
2019-10-06better error propagation on startupAlex Goodman
2019-10-04ui bug on bad analysis resultAlex Goodman
2019-10-03image derived from podman dir (not working)Alex Goodman
2019-10-03introduced common image format and analyzerAlex Goodman
2019-10-03rework resolver interfaceAlex Goodman
2019-10-03leveraging docker export for podmanAlex Goodman
2019-10-02playing with podman store dataAlex Goodman
2019-10-02import podman runtime approachAlex Goodman
2019-09-23Merge pull request #232 from wagoodman/mysterious-hello-world-167Alex Goodman
2019-09-22added sleep to prevent termbox race conditionAlex Goodman
2019-09-22use goreleaser paths for input binary in dockerfiles/makefileAlex Goodman
2019-09-22Merge pull request #231 from wagoodman/refactor-image-analysisAlex Goodman
2019-09-22fix git ignoreAlex Goodman
2019-09-21rework package structureAlex Goodman
2019-09-17update pipeline badgeAlex Goodman
2019-09-17Merge pull request #230 from wagoodman/circle-ciAlex Goodman
2019-09-17golang 1.13 support for lintingAlex Goodman
2019-09-17Merge branch 'master' into circle-ciAlex Goodman
2019-09-17Merge pull request #227 from chenrui333/go-1.13Alex Goodman
2019-09-17syntax fixAlex Goodman
2019-09-16add circle ci and rm gitlab ciAlex Goodman
2019-09-08Update go.mod and go.sumRui Chen