Commit graph

222 commits

Author SHA1 Message Date
Paul Reichelt
bfd3df5354
Move Kill and PrepareForChildren to platform specific implementation 2019-11-11 11:38:43 +01:00
Harry White
b22b4801af Return error with stderr value
To maintain existing behaviour when not capturing stdout and stderr
2019-10-28 22:45:37 +11:00
Harry White
5d5ca0d3c4 Return only stdout from command
docker-compose outputs warning messages to stderr
2019-10-28 22:22:29 +11:00
Sergio
191bf9a3dc
Removed unconditional logging profile 2019-10-23 12:41:46 +03:00
Dawid Dziurla
dc8a624e07
gui: remove duplicate 'c' binding in images panel
closes: #169
2019-09-11 10:16:18 +02:00
Jesse Duffield
54609a5d99
Merge pull request #148 from jesseduffield/147_child_processes
ensure the current task is stopped before exit
2019-09-07 18:08:02 +10:00
Jesse Duffield
3f28a97507 ensure the current task is stopped before exit so we don't have any child orphan processes
use stop mutex
2019-09-07 18:04:49 +10:00
Dawid Dziurla
a14e6400cb
Merge pull request #159 from jesseduffield/fix_returning
Implement PreviousViews stack
2019-09-07 09:07:21 +02:00
Dawid Dziurla
2763336f49
gui: delete comment 2019-09-07 09:04:58 +02:00
Michiel Roos
ea18c1b85f Update keybindings.go (#162)
* Update keybindings.go

Remove duplicate keybinding: volumes - c
2019-09-03 14:34:04 +02:00
Dawid Dziurla
cfd4b7a1cc
gui: improve and fix PreviousViews stack 2019-09-02 16:19:30 +02:00
Dawid Dziurla
f95b49cd6b
gui: actually pop stack and keep it fit 2019-09-02 15:49:13 +02:00
Dawid Dziurla
897d47d0cc
gui: implement PreviousViews stack 2019-08-31 12:02:27 +02:00
skanehira
b1881e6c58 Improve container top
Check container state.
If container is not running then not call top api.
2019-08-26 08:19:03 +09:00
Dawid Dziurla
1258471af2
respect DOCKER_HOST 2019-08-25 19:09:24 +02:00
Jesse Duffield
2b6a4b02e5
Merge pull request #150 from Duske/patch-1
fix german notion of volumes
2019-08-14 20:38:01 +10:00
Jesse Duffield
b305558f5e
Merge pull request #145 from anjiawei1991/master
add image to conatiner view.
2019-08-14 20:36:34 +10:00
Jesse Duffield
6ebddea76e
Merge pull request #130 from winhung/limit-scrolling
scrolling does not go beyond the displayed text #31
2019-08-14 20:29:50 +10:00
Dustin
42c428771a
fix german notion of volumes
Afaik, `Volumen` is not the common notion for docker volumes. Simply using `Volumes` is better.
2019-08-12 15:15:04 +02:00
winhung
4e25f78507 scrollDownMain now works properly with ScrollPastBottom enabled #31 2019-08-06 21:46:24 +08:00
anjiawei
9f50809bcf add image to conatiner view.
Update issue: https://github.com/jesseduffield/lazydocker/issues/144

Co-Authored-By: Jesse Duffield <jessedduffield@gmail.com>
2019-08-06 19:52:06 +08:00
winhung
b899796a52 removed scrollCount #31 2019-08-05 21:42:18 +08:00
winhung
082034d345 used ViewLinesHeight for scrolling down function #31 2019-08-04 11:07:48 +08:00
winhung
07bfb9255e implemented review comments by adding improved scrolling checking #31 2019-08-04 10:23:15 +08:00
Pieter van de Bruggen
b5df76187b InternalFunction is not serializable to YAML 2019-07-31 20:48:15 -07:00
Jesse Duffield
4dc8f76083
Merge pull request #107 from jesseduffield/bulk-commands
Support bulk commands in each of the panels
2019-07-29 19:01:20 +10:00
Jesse Duffield
bd3ce66234 bump api version so that we can e.g. prune containers via the sdk
update api version in readme
2019-07-29 18:59:12 +10:00
Jesse Duffield
1f9f82601b support bulk commands in each of the panels 2019-07-29 18:59:07 +10:00
Jesse Duffield
64863adc2b
Merge pull request #127 from mjarkk/origin/f115
Allow user setting the pull interval
2019-07-27 11:48:08 +10:00
mjarkk
5b3cdcd0aa
Fixed sugestion from jesse 2019-07-26 16:06:46 +02:00
winhung
42e69ac821 added test to increase coverage #31 2019-07-26 16:42:46 +08:00
winhung
4de994e030 scrolling does not go beyond the displayed text #31 2019-07-22 21:04:50 +08:00
Dawid Dziurla
a7ccf40d3f
Merge branch 'reworking-dockerfile' 2019-07-21 15:40:17 +02:00
Dawid Dziurla
0c82a7089c
Merge pull request #132 from muesli/gocritic-fixes
Simplified code a bit
2019-07-19 11:08:04 +02:00
Dawid Dziurla
3197f28e94
Merge pull request #133 from muesli/unconvert-fixes
Removed unnecessary string conversion
2019-07-19 11:03:07 +02:00
Christian Muehlhaeuser
08861a53bf
Removed unnecessary string conversion
`s.expected` is already a string.
2019-07-19 05:01:29 +02:00
Christian Muehlhaeuser
78d7fda9ec
Simplified code a bit 2019-07-19 04:59:32 +02:00
Christian Muehlhaeuser
16b3eaedac
Simplified return and bool check code 2019-07-19 04:54:33 +02:00
Dawid Dziurla
2b3d380d10
config: use xdg package instead of configdir 2019-07-13 12:56:51 +02:00
Stefan Wendhausen
4b727fc24a
Update german.go 2019-07-13 11:59:32 +02:00
Stefan Wendhausen
9a558edf3b
typos and sentence structure
Corrected some typos and improved sentence structure
2019-07-13 11:56:36 +02:00
mjarkk
63b1d871c5
Changed the sugestions 2019-07-12 15:04:07 +02:00
Jesse Duffield
7c87c21fa0 show y/n options on confirmation panels 2019-07-12 20:59:44 +10:00
mjarkk
fd4d4a1dc6
Made the information pulling time dynamic 2019-07-12 10:26:59 +02:00
Dawid Dziurla
bd16a78b06
Merge branch 'docker-sdk-update' 2019-07-08 14:44:51 +02:00
Dowideit, Sven (O&A, St. Lucia)
cdf075b00d Initial working demo
Signed-off-by: Dowideit, Sven (O&A, St. Lucia) <Sven.Dowideit@csiro.au>
2019-07-08 17:01:15 +10:00
mjarkk
209456fdcd
Changed the keybinding to e 2019-07-07 14:44:59 +02:00
Mark Kopenga
9bbd513a72
Update pkg/i18n/english.go
Co-Authored-By: Jesse Duffield <jessedduffield@gmail.com>
2019-07-07 14:33:23 +02:00
Mark Kopenga
0ca9235220
Merge branch 'master' into f110 2019-07-07 14:33:03 +02:00
mjarkk
401c6a39ed
Updated the keybindings 2019-07-07 14:30:18 +02:00