Jesse Duffield
2f08e0942a
support starting a service
2022-05-11 19:48:11 +10:00
Jesse Duffield
b4509fb45e
add TODO's for using the docker SDK
2022-05-11 19:41:53 +10:00
Jesse Duffield
62be3d9924
allow forcing an image removal
2022-05-11 19:38:53 +10:00
Jesse Duffield
0b7017150c
use sdk to obtain container logs
2022-05-11 19:12:11 +10:00
Jesse Duffield
a100caa0d9
use sdk to inspect containers
2022-05-11 18:22:14 +10:00
Jesse Duffield
d27ce19f6c
simplify CPU monitoring logic
2022-05-11 17:49:00 +10:00
Jesse Duffield
b5384d6cdb
retry upon losing connection to docker
2022-05-11 17:06:58 +10:00
Jesse Duffield
75ed6b12e5
refresh images upon receiving an event
2022-05-10 23:14:46 +10:00
Jesse Duffield
ac1e47766a
ensure we refresh after hiding stopped containers
2022-05-10 22:24:19 +10:00
Jesse Duffield
d8777b7a59
update gocui
2022-05-10 22:11:21 +10:00
Jesse Duffield
052c2ec1d1
appease linter
2022-05-10 20:59:28 +10:00
Jesse Duffield
e68554cee9
use go's own git version info
2022-05-10 20:47:33 +10:00
Jesse Duffield
14cb013f5d
update sponsorship link
2022-05-10 20:47:09 +10:00
Jesse Duffield
6bc57b7628
appease linter
2022-05-09 21:31:24 +10:00
Jesse Duffield
2fe7505ebc
use event channel to reduce CPU usage by a LOT
2022-05-09 20:31:16 +10:00
Jesse Duffield
15105d87ff
fix overflow bug
2022-02-02 10:32:13 +11:00
glendsoza
9a0bbd1e38
Fixed the typo and removed the uncessory comment
2022-01-18 21:42:49 +05:30
glendsoza
4d90a0345f
Changes as requested per review
2022-01-17 19:24:32 +05:30
glendsoza
600e4af8e6
Merge branch 'master' of github.com:jesseduffield/lazydocker
2022-01-17 19:13:49 +05:30
Jesse Duffield
c5d90fd09d
fix clicking on item after scrolling
2022-01-17 22:11:36 +11:00
glendsoza
663928e81a
Log the error
2022-01-14 12:56:58 +05:30
glendsoza
32aa08066c
Used RenderTable to dispaly environemnt varialbles also added a check in RenderTable method to make sure code does not panic when empty array is passed
2022-01-14 12:27:30 +05:30
glendsoza
af2eb0bb84
Created a seperate context to display just environment variables in the container panel
2022-01-12 22:39:12 +05:30
Jesse Duffield
97772a95d0
remove anonymous reporting prompt because we disabled that globally ages ago
2022-01-12 23:11:03 +11:00
Jesse Duffield
4391878bab
Merge pull request #252 from jtraub/browser-services
2021-11-26 21:47:12 +11:00
Jesse Duffield
52fb944bfb
refactor
2021-11-26 21:38:52 +11:00
Jesse Duffield
3c9437f801
slightly more responsive
2021-11-26 21:16:47 +11:00
Konstantin Mikhailov
6c27cf3f32
Open service in browser
2021-03-27 07:15:41 +10:00
Mark Kopenga
fb6b73bf5f
Merge pull request #247 from stokito/exec_shell
...
Exec shell: separate menu item and auto detect shell: bash or sh
2021-03-24 21:38:10 +01:00
Sergey Ponomarev
7ede2f8297
Open in browser
...
Most containers expose some http port. We can open it in browser.
For simplicity we can just open first container's published port.
2021-03-22 17:43:10 +02:00
Sergey Ponomarev
2688801cbd
Separate menu item for Exec shell
...
Login to container's shell is very popular operation and to make it easier it will be better to make it as a separate menu item with a dedicated hot key.
2020-12-12 18:45:24 +02:00
Tyler Stillwater
6ef3342e96
Logs PrepareForChildren
2020-10-29 09:20:32 -06:00
Jesse Duffield
941c9fff05
couple small fixes
2020-09-23 20:31:21 +10:00
Jesse Duffield
12e486edd8
fix ci errors
2020-09-23 20:19:36 +10:00
Jesse Duffield
cea67bc570
reduce cpu usage caused by tickers
2020-02-02 11:11:00 +11:00
Jesse Duffield
012f8d6e08
bump gocui
2020-02-02 10:14:44 +11: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
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
winhung
4e25f78507
scrollDownMain now works properly with ScrollPastBottom enabled #31
2019-08-06 21:46:24 +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