440 Commits

Author SHA1 Message Date
Alex Goodman
68acfcdd64
Merge pull request #206 from muesli/linter-fixes
Simplify code
2019-07-21 15:48:25 -04:00
Alex Goodman
3752d641ef
Merge pull request #205 from muesli/static-fixes
Removed empty else branch
2019-07-21 15:48:02 -04:00
Alex Goodman
8d008f5620
Merge pull request #204 from muesli/assign-fixes
Removed ineffectual assignments
2019-07-21 15:47:40 -04:00
Alex Goodman
4fb442718b
Merge pull request #203 from muesli/vet-fixes
Fixed tautological error
2019-07-21 15:46:33 -04:00
Alex Goodman
4ab1ce983b
Merge pull request #202 from muesli/simplify-fixes
Simplified boolean comparisons
2019-07-21 15:45:53 -04:00
Alex Goodman
0ca94f279f
Merge pull request #201 from muesli/format-fixes
Fixed import order using goimports
2019-07-21 15:45:13 -04:00
Alex Goodman
9384069d76
Merge branch 'master' into format-fixes 2019-07-21 15:44:52 -04:00
Alex Goodman
ea0de60dc0
Merge pull request #193 from josegonzalez/patch-1
docs: add missing slash to command example
2019-07-21 15:41:46 -04:00
Alex Goodman
d8bf1ba2e5
Merge pull request #208 from wagoodman/config/toggle-unchanged-files
config keybinding: unchanged vs unmodified
2019-07-21 15:40:16 -04:00
Alex Goodman
174dc6de1a
keep modified/unmodified nomenclature the same 2019-07-21 15:02:09 -04:00
Alex Goodman
48df08f117
Merge branch 'master' into config/toggle-unchanged-files
# Conflicts:
#	README.md
2019-07-21 14:50:45 -04:00
Alex Goodman
0015e752e9
use gitlab pipeline badge 2019-07-21 12:19:44 -04:00
Alex Goodman
6645dd8669
Merge pull request #195 from wagoodman/ci-and-sa-fixes
Replace Travis with GitLab CI
2019-07-20 18:29:32 -04:00
Alex Goodman
77ca7d8c9f
adding whiteout should be a noop, not an error 2019-07-20 18:21:52 -04:00
Alex Goodman
26281d9f96
replace travis with gitlab; linting fixes 2019-07-20 17:57:47 -04:00
Christian Muehlhaeuser
f5edcf1922
Avoid unnecessary conversions
Those variables are already of the right type.
2019-07-19 12:54:52 +02:00
Christian Muehlhaeuser
1fa41a3796
Simplify code
`a += b` instead of `a = a + b`.
2019-07-19 12:53:16 +02:00
Christian Muehlhaeuser
f533cced97
Removed empty else branch
Looks like an artifact from the past.
2019-07-19 12:51:25 +02:00
Christian Muehlhaeuser
67d2e32278
Removed ineffectual assignments
targetLayerIndex gets re-set, but won't be used after that assignment.
2019-07-19 12:49:43 +02:00
Christian Muehlhaeuser
1ecd7d30c4
Fixed tautological error
err can't be nil here, it's been checked for above.
2019-07-19 12:48:28 +02:00
Christian Muehlhaeuser
04d4881512
Simplified boolean comparisons
Just a bit easier to read, in my opinion.
2019-07-19 12:47:21 +02:00
Christian Muehlhaeuser
57b1a3d522
Fixed import order using goimports
Probably just prevents future merge conflicts.
2019-07-19 12:44:16 +02:00
Jose Diaz-Gonzalez
1021fabf19
docs: add missing slash to command example 2019-06-10 14:04:51 -04:00
TheDen
a10c94af9b
use alpine:3.9 as the base image 2019-05-06 17:46:02 +10:00
Alex Goodman
09296c0214
consider collapsed dirs in visible tree size (fixes #185) 2019-04-06 13:28:54 -04:00
Alex Goodman
fa48fc1f81
prevent infinite render loop (fixes #184) 2019-03-26 23:03:15 -04:00
Alex Goodman
e7bf771e7c
update readme for v0.7.0 2019-03-16 12:10:35 -04:00
Alex Goodman
8fcc9f67d8
gofmt fix 2019-03-16 12:05:40 -04:00
Alex Goodman
58f64045e4
dont depend on image history to exist (closes #169) 2019-03-16 12:03:59 -04:00
Alex Goodman
5459279576
Merge branch 'master' of github.com:wagoodman/dive 2019-03-16 11:10:58 -04:00
Alex Goodman
031d9b914e
create log later in processing (closes #177) 2019-03-16 11:10:47 -04:00
Akshay Chhajed
34439f2b9b Fixes config-file location in README.md (#171)
* Fixes config-file location in README.md

* Corrected config file location in cobra help
2019-03-16 10:49:28 -04:00
Akshay Chhajed
a1e0f08408 Adds support for docker host access over ssh (#173) 2019-03-16 10:40:57 -04:00
Rafael Peria de Sene
9a6af6bb60 Update .travis.yml (#163)
Add support for IBM Power.
2019-02-24 10:55:17 -05:00
Alex Goodman
5ff66f2e26
ensure data capture is disabled in CI 2019-02-23 12:29:45 -05:00
Alex Goodman
993be8d3ae
Filetree improvements (#165)
* add filetree viewmodel

* added attribute toggle

* these views are really controllers

* fix collapse all dir when selected file

* determine filetree upperbound dynamically

* support bounding cursor movements in the view model

* added first view model test case

* added test cases for filetree viewmodel
2019-02-22 11:49:53 -05:00
Peter Stalman
cf8900da84 Update README.md (#159)
Incorrect config file location
2019-02-19 05:49:30 -05:00
Alex Goodman
327814f589
Add collapse all directory keybinding (#162)
* collapse all dir feature (closes #151)

* render single title for keybindings
2019-02-18 16:59:32 -05:00
Alex Goodman
9943096f6a
overwrite lower tree payloads while comparing (fixes #160) (#161) 2019-02-18 16:21:43 -05:00
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