summaryrefslogtreecommitdiffstats
path: root/filetree
AgeCommit message (Expand)Author
2019-09-21rework package structureAlex Goodman
2019-07-21Merge pull request #205 from muesli/static-fixesAlex Goodman
2019-07-21Merge branch 'master' into format-fixesAlex Goodman
2019-07-21keep modified/unmodified nomenclature the sameAlex Goodman
2019-07-20adding whiteout should be a noop, not an errorAlex Goodman
2019-07-20replace travis with gitlab; linting fixesAlex Goodman
2019-07-19Removed empty else branchChristian Muehlhaeuser
2019-07-19Fixed import order using goimportsChristian Muehlhaeuser
2019-04-06consider collapsed dirs in visible tree size (fixes #185)v0.7.2Alex Goodman
2019-03-16create log later in processing (closes #177)Alex Goodman
2019-02-22Filetree improvements (#165)Alex Goodman
2019-02-18overwrite lower tree payloads while comparing (fixes #160) (#161)Alex Goodman
2019-02-18reference layer data for source of truth on indexAlex Goodman
2018-12-30Add CI integration (#143)Alex Goodman
2018-12-28Make changes to mode or owner show in UI (#142)William Murphy
2018-12-08handle scratch images (closes #76)Alex Goodman
2018-12-08Performance tweaks (#127)Alex Goodman
2018-11-29Accelerate file hashing with xxhash (#102)Chris Cinelli
2018-11-23configurable directory collapse default value (closes #70)Alex Goodman
2018-11-06added efficiency testv0.2.0Alex Goodman
2018-10-31correct nested diff colors and dir sizing (fixes #45)Alex Goodman
2018-10-27use stable uuid def (closes #31)v0.0.8Alex Goodman
2018-10-27cleanup on exit of non-gocui methods (fixes #42)Alex Goodman
2018-10-27dont process purely whiteout flag files (fixes #30)Alex Goodman
2018-10-24unaccounted whiteout files should not be fatalv0.0.7Alex Goodman
2018-10-21efficiency now takes into account removed dirsAlex Goodman
2018-10-16gofmtAlex Goodman
2018-10-16adding goreleaserv0.0.1Alex Goodman
2018-10-15added basic documentationAlex Goodman
2018-10-14Size based efficiency (#24)Alex Goodman
2018-10-07Independent filetree buffer + partial tree rendering (#18)Alex Goodman
2018-10-07Reconcile history from image manifest and config (#17)Alex Goodman
2018-10-06a few low hanging perf improvements (#16)Alex Goodman
2018-08-21fix testAlex Goodman
2018-08-21show layer efficiency in layerviewAlex Goodman
2018-07-08Calculate efficiency scoreWill Murphy
2018-07-08Count occurrences of each leaf pathWill Murphy
2018-06-25modify layer compare formattingAlex Goodman
2018-06-25Merge branch 'master' of github.com:wagoodman/docker-image-explorerAlex Goodman
2018-06-24first take at layer multiselectAlex Goodman
2018-06-24mostly workingWill Murphy
2018-06-24formatting fixesAlex Goodman
2018-06-24remove root node from view; fix testsAlex Goodman
2018-06-24added file attributes + headersAlex Goodman
2018-06-20dont traverse the tree root nodeAlex Goodman
2018-06-20fix display modified parents; fix testsAlex Goodman
2018-06-16decoupled node data scopesAlex Goodman
2018-06-13add debug paneAlex Goodman
2018-06-11fix node string nil checkAlex Goodman
2018-06-11added some colorAlex Goodman