summaryrefslogtreecommitdiffstats
path: root/filetree/tree.go
AgeCommit message (Expand)Author
2019-09-21rework package structureAlex 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-19Fixed import order using goimportsChristian Muehlhaeuser
2019-04-06consider collapsed dirs in visible tree size (fixes #185)v0.7.2Alex Goodman
2019-02-22Filetree improvements (#165)Alex Goodman
2019-02-18overwrite lower tree payloads while comparing (fixes #160) (#161)Alex Goodman
2018-12-08Performance tweaks (#127)Alex 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-27dont process purely whiteout flag files (fixes #30)Alex Goodman
2018-10-16gofmtAlex 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-21show layer efficiency in layerviewAlex Goodman
2018-07-08Calculate efficiency scoreWill Murphy
2018-07-08Count occurrences of each leaf pathWill Murphy
2018-06-24first take at layer multiselectAlex 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-10ability to hide files based on difftypeAlex Goodman
2018-06-08keep collapsed state in view while changing layers; closes #4Alex Goodman
2018-06-07added layer infoAlex Goodman
2018-06-07Added debug panel; annotate filetree with changeinfo (#7)Alex Goodman
2018-06-04refactor project structure; use subpackagesAlex Goodman