414 Commits

Author SHA1 Message Date
Luka Markušić
2aad87c37e Refactor the GUI layout
The Details struct was split into two, LayerDetails and ImageDetails,
Each of the three views (Layer, LayerDetails, ImageDetails) takes up
a third of the available height of the screen, and they are all now
selectable and scrollable.
2022-04-30 00:17:32 +02:00
lightsnowball
2030e74234 Fix error on Layer section and reduce information on one line per step.
Instead of printing out multiple lines for some steps in Layer section,
now its only printing one line while other informations can be found in
Layer details. This change also provides fix for index out of bounds
error when user scrolls through steps in Layer section and there exists
at least one step with multi-line commands.
2022-04-29 21:57:16 +02:00
Alex Goodman
c7d121b3d7
remove meetup callout 2021-07-02 10:26:05 -04:00
Alex Goodman
aace339ad7
add OSS virtual meetup callout 2021-06-24 13:20:39 -04:00
Alex Goodman
64880972b0 add ci integration test with kaniko image 2021-03-07 16:40:07 -05:00
Alex Goodman
764a228115
Merge pull request from breun/document-macports-install
Document MacPorts install
2021-03-07 16:06:39 -05:00
Nils Breunese
4457be08bc Document MacPorts install 2021-02-26 14:58:57 +01:00
Alex Goodman
b8d2d3d725
Merge pull request from cxsu/wrap-tree
Add wrapping tree key
2021-01-02 12:00:50 -05:00
Alex Goodman
341239b07f
Merge branch 'master' into wrap-tree 2021-01-02 11:59:36 -05:00
Alex Goodman
6f15b4c07f
Merge pull request from cxsu/update-gocui
Update gocui module
2021-01-02 11:58:52 -05:00
cxsu
aadcbcb443 Add wrapping tree key 2020-12-27 22:52:20 +09:00
cxsu
d4a9c08079 Fix detail wrap option 2020-12-27 21:55:48 +09:00
cxsu
b310bdb2d6 Add module awesome-gocui/keybinding 2020-12-27 20:28:29 +09:00
cxsu
5e9380dc63 Update gocui module 2020-12-27 14:56:03 +09:00
springcomet
3430221ada
Add image name to details view ()
* Add image name to details view

When frequently opening multiple images perhaps concurrently on multiple
terminals, it would be convenient to have the image name displayed.

This commit adds the image name to the Image Details view.
Image name is trickled down as an additional string argument

design alternatives discarded:
pass in analysis struct - is not related to analysis
pass new struct with image attributes - premature abstraction

* Fix CI lint errors

Co-authored-by: Aviv Shavit <aviv.shavit@aquasec.com>
2020-12-12 07:46:09 -05:00
Alex Goodman
739416b7b6
Merge pull request from avisiedo/add-support-for-docker-archives
docker-archive: Add support for kaniko
2020-12-12 07:43:25 -05:00
Alejandro Visiedo
ec6b2277b8 docker-archive: Add support for kaniko 2020-10-31 23:12:25 +01:00
Alex Goodman
bed359c3cf
Merge pull request from gliptak/patch-2
Bring Go current for CircleCI
2020-09-26 00:04:01 -04:00
Alex Goodman
92bcd30467
Merge pull request from gliptak/patch-3
Bring Go current for GH build
2020-09-26 00:03:29 -04:00
Alex Goodman
7da7e2d1f1
Merge pull request from MaxPeal/patch-1
update to alpine 3..12
2020-09-26 00:03:01 -04:00
Alex Goodman
3858fd2d68
Merge pull request from gliptak/patch-1
Bring Alpine to 3.12 in Dockerfile
2020-09-26 00:02:11 -04:00
Gábor Lipták
62d2c64dc6
Bring Go current for GH build 2020-09-25 16:17:34 -04:00
Gábor Lipták
1c4bb9a112
Bring Go current for CircleCI 2020-09-25 16:15:16 -04:00
Gábor Lipták
4961bb3eb4
Bring Alpine to 3.12 in Dockerfile 2020-09-25 16:13:18 -04:00
Alex Goodman
2db716d191
Merge pull request from lpmi-13/typo_fix
fix simple typos
2020-09-14 06:43:30 -04:00
Adam Leskis
d06c3cfb30 fix simple typos 2020-09-14 10:04:57 +01:00
MaxPeal
04ecad57d6
update to alpine 3..12 2020-09-09 04:36:51 +02:00
Alex Goodman
103b05f3c0
Merge pull request from tklauser/go-mod-tidy
Tidy up go dependencies
2020-05-13 10:56:35 -04:00
Tobias Klauser
322c46fb3e Tidy up go dependencies
Run `go mod tidy` to tidy up unused hashes in `go.sum` and remove the
unused `golang.org/x/crypto` dependency from `go.mod`.
2020-05-13 16:54:50 +02:00
Alex Goodman
d8ce26d45a
Merge pull request from tklauser/remove-unnecessary-fmt-sprintf
Remove unnecessary use of fmt.Sprintf
2020-05-13 10:52:44 -04:00
Alex Goodman
8fe31e82ee
Merge pull request from abitrolly/patch-1
Require golang 1.10+ (closes )
2020-05-13 10:52:20 -04:00
Tobias Klauser
915e5ba8ab Remove unnecessary use of fmt.Sprintf
Fixes the following staticcheck error:

```
 ##[error]runtime/ui/view/layer.go:304:17: S1039: unnecessary use of fmt.Sprintf (gosimple)
			headerStr += fmt.Sprintf("\nLayer")
			             ^
```
2020-03-26 10:46:12 +01:00
Anatoli Babenia
f5b5a42a3d
Fix linter S1039: unnecessary use of fmt.Sprintf (gosimple)
https://github.com/wagoodman/dive/runs/526866415#step:7:14
2020-03-23 11:39:39 +03:00
Anatoli Babenia
86ac01b25f
Require golang 1.10+ (closes ) 2020-03-23 11:30:22 +03:00
Alex Goodman
c6bb2372a8
Merge pull request from wagoodman/ignore-parse-errors
Optionally ignore image archive parse errors
2020-03-08 09:03:55 -04:00
Alex Goodman
76631e3313
fix import 2020-03-08 08:57:48 -04:00
Alex Goodman
adc3e19822
Merge branch 'master' into ignore-parse-errors 2020-03-08 08:53:13 -04:00
Alex Goodman
f9e29dce4d
Merge pull request from abitrolly/sourceconfig
Allow setting `source` in config file (fixes )
2020-03-08 08:23:11 -04:00
Alex Goodman
fa9c4867f3
Merge pull request from MikaelUrankar/freebsd-aarch64
Add support for freebsd/arm64
2020-02-23 11:31:46 -05:00
Alex Goodman
ca9fe965ab
Merge pull request from abitrolly/patch-1
Add description to RPM packages (fixes )
2020-02-23 11:29:44 -05:00
Anatoli Babenia
4291fd0cfc
Add description to RPM packages (fixes ) 2020-02-22 07:22:18 +03:00
Anatoli Babenia
e15a2aa0d5 Make errcheck happy 2020-02-22 07:10:26 +03:00
Anatoli Babenia
aea85a1f40 Allow setting source in config file (fixes ) 2020-02-22 06:50:13 +03:00
MikaelUrankar
357dcb3804 Add support for freebsd/arm64 2020-02-16 19:21:19 +01:00
Alex Goodman
a9c2e48d10
add option to ignore image parsing errors; closes 2020-02-09 22:30:21 -05:00
Alex Goodman
4026276660
fix release entrypoint 2020-02-09 15:29:42 -05:00
Alex Goodman
0872cc18d4
cut release 2020-02-09 15:10:59 -05:00
Alex Goodman
89ea9da673
no more prereleases 2020-02-09 14:58:34 -05:00
Alex Goodman
b46180936e
Merge pull request from wagoodman/add-slim-layout
Add responsive layout
2020-02-09 11:59:30 -05:00
Alex Goodman
04038ecac9
Merge pull request from abitrolly/confix
Do not ignore missing file from --config option (fixes )
2020-02-09 10:47:52 -05:00