Commit Graph

420 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
4 days 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 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 dbf2bced5e feat: support for different border styles 4 weeks 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 e860416ee4 Gracefully check for docker config
It's fine if the file doesn't exist
8 months ago
Jesse Duffield 2dda39dff0 Appease linter 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
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
Bartosz Jablonski 42a9668e55
Fixes #466 (#467) 8 months ago
Miguel Figueira Ferraz 50582db9b7
feat(i18n): 🌐 Portuguese translation (#479)
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
9 months ago
Luka Markušić 937a6a9c93
Re-enable custom command template application (#470) 10 months ago
tiagovla 454eaee2cf
feat: add selectedLineBgColor theme customization (#420) 11 months ago
Quan Dong 7c074d25f7
feat(i18n): 🌐 Chinese translation (#441)
Co-authored-by: tabris <tabrisdong@gmail.com>
11 months ago
Martin Cross dffe6970aa
Short status (#419)
Co-authored-by: Martin Cross <martinidc1992@gmail.com>
11 months ago
Rdkang 07f26c1e91
Allow setting default screenMode (#421) 11 months ago
Jesse Duffield e5ca391291
287 Display hotkeys to detach from the container (#465)
Co-authored-by: glendsoza <glendsouza23@gmail.com>
11 months ago
Tony Soloveyv 2a9ed70896
Allow to render container stats and configs both in `json` and `yaml` (#444) 1 year ago
Dawid Dziurla 0066c1c76c
os: fix linter issue 1 year ago
Tony-Sol ce95ddea2a
Add networks panel 1 year ago
Jesse Duffield 17fcdb2b20
Merge pull request #407 from nakaakist/fix-service-id
Resolves https://github.com/jesseduffield/lazydocker/issues/402
1 year ago
Gustavo Andrioli d77b895319 Wrap custom commands on shell 2 years ago
Nariyuki Saito 8871edc1a0 use service name as service ID 2 years ago
Jesse Duffield 821cd81b72 allow configuring number of logs to tail 2 years ago
Jesse Duffield b0cef73dc1 hide underscores on VSCode integrated terminal while they're glitchy 2 years ago
Jesse Duffield 3e2a3e608a update cheatsheet 2 years ago
Jesse Duffield b7fea7a44d separate quit and close options 2 years ago
Jesse Duffield d1ccf11502 small refactor 2 years ago
Jesse Duffield b0241c79db use context instead of struct channel 2 years ago
Jesse Duffield 7f38cf2ab2 fix some things 2 years ago
Jesse Duffield 52040d1d99 better way of rendering to the main view 2 years ago
Jesse Duffield 5ffbeae3e8 preparing to refactor main render functions 2 years ago
Jesse Duffield 7324254414 better name: GetTableCells 2 years ago
Jesse Duffield d6ad538426 refactor side list panel some more 2 years ago
Jesse Duffield 02a03ed18d move container stats stuff into presentation layer 2 years ago
Jesse Duffield a87b698761 move things into presentation package 2 years ago
Jesse Duffield fc592b5806 more refactoring of list panels 2 years ago
Jesse Duffield 5d498c796a move context stuff into its own struct 2 years ago
Jesse Duffield c6d424e4a4 show loader when filtering 2 years ago