Commit Graph

819 Commits (master)
 

Author SHA1 Message Date
Jesse Duffield 06ab7b77b1
Merge pull request #511 from rajiv-k/docker-host-ssh
fix: Properly support remote docker daemon over ssh
3 days ago
Jesse Duffield 89020d6ead Update readme 1 week ago
Jesse Duffield 1cf2e0284c
Merge pull request #536 from jesseduffield/create-pull-request/patch
README.md: Update Sponsors
1 week ago
github-actions[bot] 58d5a18892 README.md: Update Sponsors 1 week ago
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.
1 week ago
Jesse Duffield 152b365771 Use new github token 1 week ago
Jesse Duffield 55b21dfd30 Update sponsors action 1 week ago
Jesse Duffield be2d80d015
Merge pull request #535 from jesseduffield/bump-gocui-2
Bump gocui
1 week ago
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
1 week ago
Jesse Duffield 968b09e6c4 Bump gocui 1 week ago
Jesse Duffield 2729aafe2c Default to rounded corners 1 week ago
Jesse Duffield ce780b8f6d
Merge pull request #529 from scottmckendry/master
feat: add 'border' option in config
1 week ago
Jesse Duffield 7f0f4305a9
Merge pull request #508 from Vininhos/fix-typo-pt
Fix small Portuguese typo
1 week ago
Jesse Duffield 9440a10053
Merge pull request #517 from joaothallis/docs/fix-go-version-to-install
Fix Go Version to install
1 week ago
Jesse Duffield 0f1b8c9848
Merge pull request #534 from jesseduffield/fix-buggy-log-rendering
Fix buggy log rendering
1 week ago
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
1 week ago
Jesse Duffield 8a0fcf99f4 Gracefully handle situation when container details have not yet loaded
This should be very rare but it does happen sometimes
1 week ago
Jesse Duffield 623fdb4f33 Use taskID mutex properly 1 week ago
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.
1 week ago
Jesse Duffield a6ade7e78d Close stream when done with it
We should have been doing this from the start. Potential cause of a
memory leak?
1 week ago
Scott McKendry 51b3bb5418 docs: add new 'border' option to config doc 4 weeks ago
Scott McKendry dbf2bced5e feat: support for different border styles 4 weeks ago
João Thallis 67441aa4b7
Fix Go Version to install 3 months ago
Rajiv Kushwaha 42b7ba18ea
fix: Properly support remote docker daemon over ssh 4 months ago
Vininhos b210264c05 Fix small Portuguese typo
This commit fix a Portuguese word gender typo "todos as redes" as "redes" (network) represent a female portuguese word. The word "todos" (all) which is a male word should be "todas" (female) to follow the word "as" to match the gender.
4 months ago
Jesse Duffield 80af149b02
Update README.md 7 months ago
README-bot 8aa725f06f Updated README.md 7 months ago
Jesse Duffield 559265df4a add warp png 7 months ago
README-bot 1060e17731 Updated README.md 8 months ago
Jesse Duffield 8976f10120
Merge pull request #489 from jesseduffield/graceful-dir-check 8 months ago
Jesse Duffield e860416ee4 Gracefully check for docker config
It's fine if the file doesn't exist
8 months ago
Jesse Duffield cce9d40f43
Merge pull request #487 from jesseduffield/bump-things 8 months ago
Jesse Duffield 6473810fa9 Bump docker 8 months ago
Jesse Duffield f25a5ebff7 Bump x/net 8 months ago
Jesse Duffield b2525f4629
Merge pull request #486 from jesseduffield/add-environ-to-cmd 8 months ago
Jesse Duffield 2dda39dff0 Appease linter 8 months ago
Jesse Duffield 39e694f496 Add timeout to go linter 8 months ago
Jesse Duffield e69449c824 Use go 1.20 8 months ago
Jesse Duffield 966570ce6c Forward env vars to commands
We want to forward env vars to commands just because it's good practice,
and probably enables things that previously weren't possible.
8 months ago
Rajiv Kushwaha d2fa5e9e9c
feat(docker): Honor the host specified in current docker context (#464) 8 months ago
Jesse Duffield 649e5e1c90 Update cheatsheets 8 months ago
Paul Rivière 722fb88792
Fix mistakes in French translation (#427) 8 months ago
Luis Quiñones d2dd4db582
i18n: spanish translation (#473)
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
8 months ago
guangwu 953e56065d
fix: Maintenance typo (#477) 8 months ago
Bartosz Jablonski 42a9668e55
Fixes #466 (#467) 8 months ago
README-bot 8f77c0f7c0 Updated README.md 8 months ago
Emily Grace Seville 9e90d2f4f2
Mention JSON schema (#474)
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
8 months ago
README-bot d68ecbf5f2 Updated README.md 9 months ago
Miguel Figueira Ferraz 50582db9b7
feat(i18n): 🌐 Portuguese translation (#479)
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
9 months ago
README-bot 604ca8f0df Updated README.md 9 months ago