Commit Graph
410 Commits
Author SHA1 Message Date
Jesse Duffield 956b2734f4 Revert "checkout latest master before updating docs"
This reverts commit 42e029c45e.
2019-09-07 19:20:18 +10:00
Jesse Duffield 42e029c45e checkout latest master before updating docs v0.7.3 2019-09-07 19:08:05 +10:00
Jesse Duffield 54609a5d99 Merge pull request #148 from jesseduffield/147_child_processes
ensure the current task is stopped before exit
v0.7.2
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
Dawid Dziurla a3b3c94ed2 Merge pull request #164 from jesseduffield/ci-improvements
CI improvements
2019-09-04 18:19:50 +02:00
Dawid Dziurla a901506940 Merge pull request #163 from mikhailswift/fix_1.13_builds
Update golang.org/x/xerrors package (fixes go 1.13 builds)
2019-09-04 18:19:20 +02:00
Dawid Dziurla 139d991f45 ci: proper build matrix using workflows
reference: https://discuss.circleci.com/t/build-matrix-configuration/14448
2019-09-04 18:14:39 +02:00
Mikhail Swift 1ee506f671 Update golang.org/x/xerrors package 2019-09-04 11:42:45 -04:00
Dawid Dziurla d4b237308a ci: improvements
- delete codecov stuff
- run simple go test
- no working directory
- no environment variables
- test on circleci/golang:latest too
- remove test.sh file
2019-09-04 17:41:02 +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 c2ea933059 vendor: add golang-collections 2019-08-31 12:06:01 +02:00
Dawid Dziurla 897d47d0cc gui: implement PreviousViews stack 2019-08-31 12:02:27 +02:00
Dawid Dziurla b12414907b add golang-collections dependency 2019-08-31 11:59:31 +02:00
Dawid Dziurla 14abd94cd0 go mod tidy 2019-08-31 10:18:47 +02:00
Dawid Dziurla 133454ecca README: change brew installation instructions 2019-08-26 20:13:14 +02:00
Dawid Dziurla 98ae4f3b0c Merge pull request #156 from skanehira/master
Improve container top
2019-08-26 08:22:33 +02:00
skanehira b1881e6c58 Improve container top
Check container state.
If container is not running then not call top api.
2019-08-26 08:19:03 +09:00
Dawid Dziurla febfce995c Merge pull request #155 from jesseduffield/docker_env
Respect Environment Variables
v0.7.1
2019-08-25 19:20:39 +02:00
Dawid Dziurla 1258471af2 respect DOCKER_HOST 2019-08-25 19:09:24 +02:00
Dawid Dziurla b8d477f4e5 Merge pull request #149 from ekremkaraca/patch-1
remove tap command for homebrew
2019-08-21 14:57:40 +02:00
Ekrem Karaca 91ec431a22 Fix typo... 2019-08-21 15:10:57 +03:00
Ekrem Karaca 1bc6ebc180 Update README... 2019-08-21 15:09:19 +03:00
lazydocker bot 49fe8346da update docs 2019-08-14 23:18:02 +00:00
Jesse Duffield 2b6a4b02e5 Merge pull request #150 from Duske/patch-1
fix german notion of volumes
v0.7
2019-08-14 20:38:01 +10:00
Jesse Duffield b305558f5e Merge pull request #145 from anjiawei1991/master
add image to conatiner view.
2019-08-14 20:36:34 +10: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
Dustin 42c428771a fix german notion of volumes
Afaik, `Volumen` is not the common notion for docker volumes. Simply using `Volumes` is better.
2019-08-12 15:15:04 +02:00
Ekrem Karaca c764c9e9e6 remove tap command for homebrew
No longer needed, it's already in core formula
2019-08-08 18:36:09 +03:00
winhung 4e25f78507 scrollDownMain now works properly with ScrollPastBottom enabled #31 2019-08-06 21:46:24 +08:00
anjiaweiandJesse Duffield 9f50809bcf add image to conatiner view.
Update issue: https://github.com/jesseduffield/lazydocker/issues/144

Co-Authored-By: Jesse Duffield <jessedduffield@gmail.com>
2019-08-06 19:52:06 +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 19dac181cf updated vendor for gocui #31 2019-08-04 11:05:13 +08:00
winhung 07bfb9255e implemented review comments by adding improved scrolling checking #31 2019-08-04 10:23:15 +08:00
Dawid Dziurla 8970352efc Merge pull request #142 from pvande/fix/crash-on-credits-tab
Credits context crashes when trying to export InternalFunction
v0.6.4
2019-08-01 16:52:16 +02:00
Pieter van de Bruggen b5df76187b InternalFunction is not serializable to YAML 2019-07-31 20:48:15 -07:00
Dawid Dziurla fc329ac565 README: set docker minimal version to match api
https://docs.docker.com/develop/sdk
2019-07-30 01:07:34 +02:00
lazydocker bot b2878345b5 update docs 2019-07-29 09:36:29 +00:00
Jesse Duffield c5996588d1 third time lucky v0.6.3 2019-07-29 19:34:09 +10:00
Jesse Duffield 2e58ff59fa turns out we can't use --rebase v0.6.2 2019-07-29 19:30:15 +10:00
Jesse Duffield 7213a312b1 fix CI update docs thing v0.6.1 2019-07-29 19:28:13 +10:00
Jesse Duffield 4dc8f76083 Merge pull request #107 from jesseduffield/bulk-commands
Support bulk commands in each of the panels
v0.6
2019-07-29 19:01:20 +10:00
Jesse Duffield bd3ce66234 bump api version so that we can e.g. prune containers via the sdk
update api version in readme
2019-07-29 18:59:12 +10:00
Jesse Duffield 1f9f82601b support bulk commands in each of the panels 2019-07-29 18:59:07 +10:00
Jesse Duffield 64863adc2b Merge pull request #127 from mjarkk/origin/f115
Allow user setting the pull interval
2019-07-27 11:48:08 +10:00
mjarkk 5b3cdcd0aa Fixed sugestion from jesse 2019-07-26 16:06:46 +02:00