Clément PÉAU
02c86b1994
unbreak feature
2024-09-08 22:07:18 +02:00
Clément PÉAU
c80649e193
Merge branch 'master' into feature/pause-unpause
2024-09-08 22:03:12 +02:00
Jesse Duffield
de40167712
Merge pull request #563 from jesseduffield/docker-compose-command-update
...
Use 'docker compose' by default
2024-07-21 21:49:27 +10:00
Jesse Duffield
df6c8c196e
Use 'docker compose' by default
...
We now fall back to 'docker-compose' if need be
2024-07-21 21:32:03 +10:00
Jesse Duffield
4f375bbf36
Merge pull request #554 from hauskens/patch-1
...
Add hint to what .DockerCompose is in documentation
2024-07-21 21:06:04 +10:00
Jesse Duffield
0849b800ff
Merge pull request #561 from thaJeztah/update_docker
...
go.mod: github.com/docker/docker, docker/cli v27.0.3
2024-07-21 20:49:16 +10:00
Jesse Duffield
c73b3f7cc0
Merge pull request #552 from peauc/feature/issue-493
...
fix lazydocker breaking when having default context in config
2024-07-21 20:15:19 +10:00
Sebastiaan van Stijn
77a4de4819
go.mod: github.com/docker/docker, docker/cli v27.0.3
...
Update to v27.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:44:09 +02:00
Sebastiaan van Stijn
2d16389add
go.mod: github.com/docker/docker, docker/cli v26.1.4
...
Update to v26.1, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:37:10 +02:00
Sebastiaan van Stijn
0232610967
go.mod: github.com/docker/docker, docker/cli v25.0.5
...
Update to v25.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:25:11 +02:00
Sebastiaan van Stijn
c84bb887a4
update to go1.21
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:07:48 +02:00
Sebastiaan van Stijn
ff579d8713
go.mod: github.com/stretchr/testify v1.9.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:05:26 +02:00
Sebastiaan van Stijn
463ddfd6ee
go.mod: github.com/docker/go-connections v0.5.0
...
drops support for legacy Go versions, add support for TLS 1.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:05:26 +02:00
Sebastiaan van Stijn
6f85b653d4
go.mod: github.com/docker/docker, docker/cli v24.0.7
...
Update to v24.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:04:43 +02:00
Sebastiaan van Stijn
966ad05338
go.mod: github.com/docker/docker, docker/cli v23.0.10
...
Update to v23.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
8fe90830b1
go.mod: github.com/Microsoft/go-winio v0.5.3
...
update to a version compatible with go1.22 and up
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
bb5d70f787
go.mod: golang.org/x/time v0.5.0
...
no changes, but using the tagged version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
3daea1ea4d
go.mod: github.com/docker/go-units v0.5.0
...
removes uses of regular expressions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
e27d4878a2
go.mod: github.com/moby/term v0.5.0
...
no changes, but using the tagged version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
61cd92bc0c
go.mod: github.com/morikuni/aec v1.0.0
...
no changes, but using the tagged version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:02 +02:00
Sebastiaan van Stijn
8ca3166439
go.mod: github.com/imdario/mergo v0.3.16
...
update to the last version of the module under the old name, before v1.0.0
renames the module.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:02 +02:00
Sebastiaan van Stijn
6217ba0808
go.mod: github.com/sirupsen/logrus v1.9.3
...
update to the current version, which addresses some issues with current
Go versions, and removes the legacy konsorten/go-windows-terminal-sequences
dependency.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:02 +02:00
Sebastiaan van Stijn
b010ea4347
test.sh: fix file not being executable
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:00:44 +02:00
Sebastiaan van Stijn
ed600c7116
Dockerfile: fix alpine version
...
The go1.20 image is not published with alpine 3.15; updating the version.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 10:59:56 +02:00
hausken
015a1086b7
Add hint to .DockerCompose in documentation
...
It took me a fair bit of time before i understood that '{{ .DockerCompose }}' was defined by the dockerCompose var in commandTemplates.
In hindsight it is VERY obvious.. so i just wanted to contribute a comment that would have been useful to me when i first tried to set this up.
2024-06-26 00:15:38 +02:00
Clément PÉAU
f6c044d74f
fix lazydocker breaking when having default docker explicitly mentioned in docker config
2024-06-18 23:24:00 +02:00
Clément PÉAU
a5df084847
add new config option to add handle preferred shells to execute on the container
2024-06-16 00:16:39 +02:00
Clément PÉAU
50f3a6ca0f
add silent command running
2024-06-16 00:16:13 +02:00
Clément PÉAU
636b10d4b6
bubble up errors on command running
2024-06-16 00:16:06 +02:00
Clément PÉAU
001ad0de2d
change stop to be start stop
2024-06-15 19:18:09 +02:00
Jesse Duffield
06ab7b77b1
Merge pull request #511 from rajiv-k/docker-host-ssh
...
fix: Properly support remote docker daemon over ssh
2024-05-30 23:15:50 +10:00
Jesse Duffield
89020d6ead
Update readme
2024-05-26 14:35:20 +10:00
Jesse Duffield
1cf2e0284c
Merge pull request #536 from jesseduffield/create-pull-request/patch
...
README.md: Update Sponsors
2024-05-26 14:33:12 +10:00
github-actions[bot]
58d5a18892
README.md: Update Sponsors
2024-05-26 04:32:45 +00:00
Jesse Duffield
1e34a9babc
Remove homebrew bump action
...
Apparently:
"
Error: Whoops, the lazydocker formula has its version update
pull requests automatically opened by BrewTestBot!
We'd still love your contributions, though, so try another one
that's not in the autobump list
"
So looks like we don't need to have this action anymore because homebrew
will be updated automatically.
2024-05-26 14:26:10 +10:00
Jesse Duffield
152b365771
Use new github token
2024-05-26 14:19:55 +10:00
Jesse Duffield
55b21dfd30
Update sponsors action
2024-05-26 14:13:24 +10:00
Jesse Duffield
be2d80d015
Merge pull request #535 from jesseduffield/bump-gocui-2
...
Bump gocui
2024-05-26 14:09:04 +10:00
Jesse Duffield
cdf1d9ad11
Remove loader code for confirmation panel
...
It wasn't being used and if it were to be used, there would be a memory
leak
2024-05-26 14:04:25 +10:00
Jesse Duffield
968b09e6c4
Bump gocui
2024-05-26 14:00:53 +10:00
Jesse Duffield
2729aafe2c
Default to rounded corners
2024-05-26 13:52:34 +10:00
Jesse Duffield
ce780b8f6d
Merge pull request #529 from scottmckendry/master
...
feat: add 'border' option in config
2024-05-26 13:50:55 +10:00
Jesse Duffield
7f0f4305a9
Merge pull request #508 from Vininhos/fix-typo-pt
...
Fix small Portuguese typo
2024-05-26 13:50:25 +10:00
Jesse Duffield
9440a10053
Merge pull request #517 from joaothallis/docs/fix-go-version-to-install
...
Fix Go Version to install
2024-05-26 13:49:32 +10:00
Jesse Duffield
0f1b8c9848
Merge pull request #534 from jesseduffield/fix-buggy-log-rendering
...
Fix buggy log rendering
2024-05-26 13:12:53 +10:00
Jesse Duffield
630ea7d324
Fix issue where logs were buggy after returning from subprocess
...
Turns out that upon switching to a subprocess we were cancelling ALL
periodic tasks, which includes re-rendering the main view ever 30ms.
This completely broke our log rendering and meant that it only updated
when an event occurred
2024-05-26 13:02:54 +10:00
Jesse Duffield
8a0fcf99f4
Gracefully handle situation when container details have not yet loaded
...
This should be very rare but it does happen sometimes
2024-05-26 12:27:01 +10:00
Jesse Duffield
623fdb4f33
Use taskID mutex properly
2024-05-26 12:25:32 +10:00
Jesse Duffield
bca15cf6b1
Get container details immediately after getting containers
...
Previously we separately obtained container details every second,
meaning there was a second of not knowing whether a given container was
using a TTY or not, and that meant we were using the wrong streaming
method for logs, which led to a black screen.
2024-05-26 12:19:17 +10:00
Jesse Duffield
a6ade7e78d
Close stream when done with it
...
We should have been doing this from the start. Potential cause of a
memory leak?
2024-05-26 11:34:05 +10:00