451 Commits

Author SHA1 Message Date
Alex Goodman
46aff8bcc4
reference layer data for source of truth on index 2019-02-18 08:48:14 -05:00
Alex Goodman
96e9e2561d
gofmt 2019-02-18 08:05:09 -05:00
Alex Goodman
184d3a2b0c
added layerview pgup/pgdown 2019-02-17 13:25:14 -05:00
Alex Goodman
eb31a6290e
gentle reminder about fetch times 2019-02-17 10:42:12 -05:00
Alex Goodman
ab3bbb8735
less verbose processing output 2019-02-17 10:24:00 -05:00
Koichi Shiraishi
1bfe5a24ea
README: fix unknown toggle-unmodified-files config
The 'keybinding.toggle-unmodified-files' is unknown config. actually 'keybinding.toggle-unchanged-files'.
2019-02-13 17:38:55 +09:00
Oleg Tarassov
d4e9bdb806 Added docker PATH volume, current directory volume and working directory to allow build to go through. (#155) 2019-02-11 10:14:25 -05:00
Kacper Betański
91d3721737 Implementation of xdg spec about config files (#152)
* First proposition of implementing xdg spec about config files

* Rollback auto-format of table in README.md

* Fix all issues with linter and remove unnecessary fmt.Println()
2019-02-03 22:11:32 -05:00
David Yantis
142e1c1a40 Add homepage and description to Homebrew repo (#150) 2019-01-22 06:54:58 -05:00
Alex Goodman
0115696a18
Require golang 1.9+ (#149) 2019-01-20 21:13:06 -05:00
Kacper Betański
2301a34403 Fix creating log file with logging disabled (#148) 2019-01-20 20:51:46 -05:00
Alex Goodman
54979ae1eb
bump to v0.6.0 refs 2018-12-30 14:09:52 -05:00
Alex Goodman
fc27dcd820
Add CI integration (#143) 2018-12-30 14:07:56 -05:00
William Murphy
ad32c0a091 Make changes to mode or owner show in UI (#142)
Previously, changes that did not affect the data in a file, such as a chmod or chown,
would incorrectly show up as unmodified in the UI. This change makes it so that changes
to the mode or owner (Mode, Gid, or Uid) of a file cause the file to appear modified
in the UI.
2018-12-28 09:38:15 -05:00
Alex Goodman
a830f34c1f
regenerate gosum (fixes #137) (#138) 2018-12-16 11:48:58 -05:00
Alex Goodman
7dc6c5bbe5
Merge branch 'master' of github.com:wagoodman/dive 2018-12-15 18:10:20 -05:00
Saddam H
8c97168bb1 Add go 1.11.x version (#131) 2018-12-15 18:08:19 -05:00
Alex Goodman
1abb2101c9
using keybinding lib 2018-12-15 18:05:31 -05:00
Alex Goodman
8b4c3021da
version v0.5.0 bump 2018-12-08 13:36:29 -05:00
Alex Goodman
1650839e49
handle scratch images (closes #76) 2018-12-08 12:54:58 -05:00
Alex Goodman
d78b6cdc44
Export metrics to a file (#122) 2018-12-08 12:44:10 -05:00
Alex Goodman
e63a886f04
Performance tweaks (#127) 2018-12-08 12:09:26 -05:00
Alex Goodman
9f9a8f2c05
Refactor image preprocessing (#121) 2018-12-08 11:46:09 -05:00
Alex Goodman
910c33fdf0
bump patch version in docs 2018-12-03 11:16:52 -05:00
Alex Goodman
fbd2214a51
read entire json file on image parsing 2018-12-03 11:16:19 -05:00
Alex Goodman
40a30ea369
added mac download link; formatting 2018-12-01 22:44:27 -05:00
Alex Goodman
c96c27a3df
formatting windows title 2018-12-01 22:39:25 -05:00
Alex Goodman
06c4a12cff
archive override for windows (zip) 2018-12-01 22:36:10 -05:00
Alex Goodman
4f537c8652
version bump 2018-12-01 22:28:52 -05:00
Alex Goodman
53b11f4ecf
fail on image not found without panic; add extra chmod case to test dockerfile 2018-12-01 19:01:59 -05:00
Alex Goodman
1baa942d37
Merge branch 'master' of github.com:wagoodman/dive 2018-11-30 17:21:21 -05:00
Alex Goodman
816e7150a9
add pipeline build badge 2018-11-30 17:21:09 -05:00
Alex Goodman
1c2df2914b
add basic PR pipeline (#120) 2018-11-30 17:17:15 -05:00
Akshay Chhajed
89bb66b3a2 Removes extra if (Typo from #114) (#115)
Some lint checks
2018-11-30 07:40:42 -05:00
Chris Cinelli
5dbaa81670 Fix a problem with the size checking (#114) 2018-11-29 23:06:09 -05:00
Alex Goodman
7bbf457647
support windows builds 2018-11-29 23:03:59 -05:00
Alex Goodman
a566ad41f1
remove jotframe 2018-11-29 18:47:04 -05:00
Alex Goodman
3320d2df68
Feature/cc/do not write image (#108)
* Remove excessive memory usage during image processing

* Do not copy the image on disk locally. Save wearing of SSD and speedup startup
2018-11-29 18:08:40 -05:00
Chris Cinelli
3edff1760d Only scan the tar file once (#103) 2018-11-29 17:46:32 -05:00
Chris Cinelli
530ea555cb Accelerate file hashing with xxhash (#102) 2018-11-29 17:41:09 -05:00
Julian Xhokaxhiu
bf8dde78d9 Replace aurman with yay (#101)
aurman is deprecated as stated officially in the project README
2018-11-29 17:23:18 -05:00
Chris Cinelli
0904611df7 Using the same client.WithVersion(dockerVersion) as in other places. On my machine ImageInspectWithRaw was failing for an API mismatch and it was always trying to pull (#104) 2018-11-29 17:22:03 -05:00
Akshay Chhajed
8e6709a93a Fixes left arrow navigation for empty filetree (#100) 2018-11-28 15:25:16 -05:00
Loic Nageleisen
929c05aec4 Add dependency info via go module support metadata (#87) 2018-11-26 21:48:52 -05:00
Thomas
6a32573d89 Properly exits when UI is not instanciated (#91)
Calls `util.Cleanup`
- during fatal errors while interacting with docker
- after `rootCmd` successful execution
2018-11-26 21:42:01 -05:00
Alex Goodman
d9ec426300
aur controller warning 2018-11-25 22:24:49 -05:00
Stig Otnes Kolstad
06f58c9f0e Add Arch Linux package installation instructions (#77) 2018-11-25 21:49:35 -05:00
Justin Clift
ca22237130 Use curl instead of wget on RHEL/CentOS (#78) 2018-11-25 21:32:36 -05:00
Alex Goodman
55d1604100
bump v0.3.0 release refs 2018-11-24 21:18:41 -05:00
Alex Goodman
b1962b9ae5
ensure tmp image is cleaned up on crash (addresses part of #58) 2018-11-24 21:02:58 -05:00