Alex Goodman
6fbc5542f2
added scratch-based image
2019-07-27 13:33:10 -04:00
Alex Goodman
1142e7c3fd
Merge branch 'master' into add-alpine-image
2019-07-27 13:28:51 -04:00
Alex Goodman
66bc1c2cb4
Merge pull request #190 from TheDen/feature/use-alpine-base-image
...
use alpine:3.9 as the base image
2019-07-27 13:28:16 -04:00
Alex Goodman
6d27c94262
add more clarity in ci configuration comments regarding ratios vs percentages
2019-07-27 13:15:16 -04:00
Alex Goodman
65f87b00a9
make slim image default, provide fully featured image
2019-07-27 12:56:26 -04:00
Alex Goodman
f2b2d38622
use alpine based docker image
2019-07-27 12:19:52 -04:00
Rui Chen
f406dff9bc
Move formula to homebrew-core
2019-07-26 15:30:44 -04:00
Alex Goodman
e4ddfb411c
Expose CI validation options to the CLI ( #212 )
...
* expose ci config to cli switches; addresses #198
* added/updated tests for ci configuration
2019-07-26 10:27:00 -04:00
Alex Goodman
efc67354ac
Merge pull request #210 from akshaychhajed/fix-docker-tls
...
fix tls config for docker
2019-07-26 09:57:23 -04:00
Akshay Chhajed
5a623efc99
fix tls config for docker
2019-07-24 23:01:53 +05:30
Alex Goodman
41b5504957
Merge pull request #207 from muesli/conversion-fixes
...
Avoid unnecessary conversions
2019-07-21 15:51:01 -04:00
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