Jesse Duffield
|
5988ec5745
|
display ports against container and service
|
2022-10-09 18:03:57 -07:00 |
|
Jesse Duffield
|
540c592b04
|
prevent issue where opening popup in maximised main view shows popup in front of a side view
|
2022-10-09 18:03:57 -07:00 |
|
Jesse Duffield
|
aa8504b8f6
|
fix focus issues
|
2022-10-09 18:03:57 -07:00 |
|
Jesse Duffield
|
fb7b28243b
|
improve subprocess approach
|
2022-10-09 18:03:46 -07:00 |
|
Jesse Duffield
|
c6607686eb
|
fix view stack code
|
2022-10-09 18:03:40 -07:00 |
|
Jesse Duffield
|
ae240021c1
|
ensure we never delete views
|
2022-10-09 18:03:14 -07:00 |
|
Jesse Duffield
|
badc43b225
|
allow changing window size
|
2022-10-09 18:02:11 -07:00 |
|
Jesse Duffield
|
270c9de796
|
Merge pull request #352 from rmtsrc/master
|
2022-10-08 12:02:59 -07:00 |
|
Jesse Duffield
|
2db5aa5ce9
|
Merge pull request #366 from miles170/master
|
2022-10-08 12:00:36 -07:00 |
|
Jesse Duffield
|
9c40237fae
|
Update pkg/config/app_config.go
|
2022-10-08 11:57:01 -07:00 |
|
Jesse Duffield
|
d556ce534a
|
Merge pull request #367 from blennster/master
|
2022-10-08 09:29:16 -07:00 |
|
Jesse Duffield
|
cd791e576f
|
appease linter
see if this works
|
2022-10-08 09:25:31 -07:00 |
|
blennster
|
7e9bde0f41
|
add tab and backtab navigation
|
2022-09-21 00:33:28 +02:00 |
|
Miles Liu
|
d64a92227a
|
allow user to replace docker repo prefix from image names
Example usage:
```yaml
replacements:
imageNamePrefixes:
'123456789012.dkr.ecr.us-east-1.amazonaws.com': '<prod>'
'923456789999.dkr.ecr.us-east-1.amazonaws.com': '<dev>'
```
Closes #316
|
2022-09-06 13:43:04 +08:00 |
|
KOLOSSA Tilman
|
49dd19b01c
|
fixed faulty auto-formatting
|
2022-08-16 13:59:24 +02:00 |
|
KOLOSSA Tilman
|
e93cadf1d6
|
changed "white" colors to "default" to work in both light and dark terminals
|
2022-08-16 13:53:33 +02:00 |
|
rmt/src
|
3c607534d1
|
Include image name on config tab
|
2022-07-13 14:06:25 +01:00 |
|
Jesse Duffield
|
ea3c009305
|
extract process kill logic
|
2022-06-18 13:33:51 +10:00 |
|
Jesse Duffield
|
14af9f4547
|
exec shell handler for services panel
|
2022-05-19 15:30:39 +10:00 |
|
Luka Markušić
|
a03f550535
|
Refactor pausing a bit
|
2022-05-12 14:19:06 +02:00 |
|
Luka Markušić
|
0ced576d9c
|
Add services pause functionality
|
2022-05-12 14:01:44 +02:00 |
|
Luka Markušić
|
badc92f192
|
Add container pause functionality
|
2022-05-12 14:01:44 +02:00 |
|
Jesse Duffield
|
d0a53fbe60
|
use SDK to print container logs to stdout
|
2022-05-12 19:03:15 +10:00 |
|
Jesse Duffield
|
d940f2e7ab
|
honour context being done
|
2022-05-12 16:59:37 +10:00 |
|
Jesse Duffield
|
8319aed87c
|
deal with TTY containers gracefully
|
2022-05-11 22:11:01 +10:00 |
|
Jesse Duffield
|
86de6c09bd
|
default to wrapping main panel
|
2022-05-11 20:24:53 +10:00 |
|
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
|
d3e84881bb
|
remove custom command from default config given that it is now inbuilt
|
2022-05-11 19:38:41 +10:00 |
|
Jesse Duffield
|
cd96b20bb2
|
default to no timestamps in logs
|
2022-05-11 19:18:58 +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
|
56b3196ef9
|
sort images by name
|
2022-05-10 23:02:29 +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
|
afe824a3d6
|
fix test
|
2022-05-09 21:37:53 +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
|
57ac3c409d
|
kill process directly
|
2022-05-09 20:23:45 +10:00 |
|
Jesse Duffield
|
15105d87ff
|
fix overflow bug
|
2022-02-02 10:32:13 +11:00 |
|
glendsoza
|
2718749229
|
Ran gofmt to fix issues with formatting
|
2022-01-19 17:27:24 +05:30 |
|
glendsoza
|
9a0bbd1e38
|
Fixed the typo and removed the uncessory comment
|
2022-01-18 21:42:49 +05:30 |
|
glendsoza
|
ce5e97dd68
|
Merge branch 'master' of github.com:jesseduffield/lazydocker
|
2022-01-18 21:38:39 +05:30 |
|