Commit graph

461 commits

Author SHA1 Message Date
Dawid Dziurla
60640d4fe4
install_update_linux: allow specifying directory
Closes #208
2020-03-15 19:02:45 +01:00
Jesse Duffield
22ab840439
Merge pull request #204 from jesseduffield/remove-rollbar
remove rollbar
2020-02-02 11:26:48 +11:00
Jesse Duffield
6279b416bc remove rollbar 2020-02-02 11:25:11 +11:00
Jesse Duffield
fa6460b8ab
Merge pull request #203 from jesseduffield/fix-cpu
reduce CPU usage caused by tickers
2020-02-02 11:19:56 +11:00
Jesse Duffield
cea67bc570 reduce cpu usage caused by tickers 2020-02-02 11:11:00 +11:00
Jesse Duffield
012f8d6e08 bump gocui 2020-02-02 10:14:44 +11:00
Dawid Dziurla
69f32d52d1
Merge pull request #199 from gggeek/issue_198
only use curl in install_update_linux.sh
2020-01-03 15:28:01 +01:00
Gaetano Giunta
8309068378 only use curl in install_update_linux.sh 2019-12-22 17:38:39 +00:00
Dawid Dziurla
9bf4c8bffb
Merge pull request #197 from jesseduffield/update-deps
update dependencies
2019-12-13 11:36:00 +01:00
Dawid Dziurla
0597c1e8e0
update dependencies 2019-12-13 11:33:04 +01:00
Dawid Dziurla
182d810911
Merge pull request #194 from Olshansk/patch-1
Update README.md
2019-11-22 17:51:37 +01:00
Daniel Olshansky
2e0c1e8054
Update README.md
- Link to an issue with instructions on how to copy-paste text on a Mac

* Not adding all the instructions directly into the README to avoid bloat
2019-11-22 11:48:05 -05:00
Dawid Dziurla
14f27e86c8
Merge pull request #191 from CallanTaylor/stop-ticker
Defer stop ticker
2019-11-19 10:29:10 +01:00
CallanTaylor
58d1eef502 Defer stop ticker 2019-11-19 15:14:49 +13:00
Dawid Dziurla
450d163040
commands: pass arguments inline
newer Docker releases has Opt struct instead of this func
2019-11-16 13:41:39 +01:00
Dawid Dziurla
724d501115
Merge pull request #186 from reicheltp/add-win-to-docs
Add windows release to README
2019-11-13 00:08:23 +01:00
Paul Reichelt
82d95967e5
Update docs: lazydocker is available in scoop main bucket 2019-11-12 08:30:53 +01:00
Paul Reichelt
3f976c2ad9
Add windows release to README 2019-11-11 13:01:16 +01:00
Dawid Dziurla
36075dc835
ci: build on window/i386 too 2019-11-11 12:40:56 +01:00
lazydocker bot
167feee5b1 update docs 2019-11-11 11:39:15 +00:00
Dawid Dziurla
945ad95bae
Comment out snapcraft stuff
It's failing the release pipeline and we do not use it currently.
2019-11-11 12:36:04 +01:00
Dawid Dziurla
221f2b2490
Merge pull request #185 from reicheltp/fix-windows-build
Fix #29: Windows Build
2019-11-11 12:31:00 +01:00
Dawid Dziurla
214f96d0ca
Build windows amd64 target on CI 2019-11-11 12:10:25 +01:00
Paul Reichelt
131d14f37d
Re-enable windows build in goreleaser 2019-11-11 12:04:39 +01:00
Dawid Dziurla
168f63c2d5
Add missing imports 2019-11-11 12:01:08 +01:00
Paul Reichelt
d971621e66
Kill all related processes using windows internals
Use windows kernel32.dll to fetch all related processes.

Inspired by: https://blog.csdn.net/fyxichen/article/details/51857864
2019-11-11 11:38:44 +01:00
Paul Reichelt
bfd3df5354
Move Kill and PrepareForChildren to platform specific implementation 2019-11-11 11:38:43 +01:00
Jesse Duffield
b8804d9af3
Update README.md 2019-11-10 10:17:39 +11:00
Jesse Duffield
b389f48267
Update README.md 2019-11-10 10:13:13 +11:00
Jesse Duffield
5348d2f821
Merge pull request #182 from harrywhite4/logFilter
Return stdout only from docker-compose command
2019-11-05 19:04:45 +11:00
Harry White
b22b4801af Return error with stderr value
To maintain existing behaviour when not capturing stdout and stderr
2019-10-28 22:45:37 +11:00
Harry White
5d5ca0d3c4 Return only stdout from command
docker-compose outputs warning messages to stderr
2019-10-28 22:22:29 +11:00
Dawid Dziurla
d9a94779f3
Merge pull request #181 from skovtunenko/master
Removed unconditional logging profile
2019-10-23 11:52:46 +02:00
Sergio
ab2fed3215
Merge pull request #1 from skovtunenko/Removed-unconditional-logging-profile
Removed unconditional logging profile
2019-10-23 12:42:21 +03:00
Sergio
191bf9a3dc
Removed unconditional logging profile 2019-10-23 12:41:46 +03:00
Dawid Dziurla
7e4ad3de29
Merge pull request #179 from Jamesking56/patch-1
Remove the containers once you exit
2019-10-21 11:30:47 +02:00
James King
4d121cfb0f
Remove the containers once you exit
Exiting after using `docker run` leaves behind stopped containers. Adding `--rm` tells Docker to delete them after exiting.
2019-10-21 09:24:33 +01:00
Dawid Dziurla
945eb3714d
README: clickable homebrew badge + two new github badges 2019-09-17 14:17:10 +02:00
Dawid Dziurla
d41ba0d551
README: add homebrew badge 2019-09-17 14:11:14 +02:00
Dawid Dziurla
c19c2bab15
README: add link to tag badge 2019-09-17 14:08:44 +02:00
Dawid Dziurla
a283584956
README: one badge per line 2019-09-17 14:08:06 +02:00
Dawid Dziurla
362da7abd0
Merge pull request #172 from jesseduffield/ci-goflags
CI improvements
2019-09-15 12:33:37 +02:00
Dawid Dziurla
0bb696a24e
ci: comment some stuff 2019-09-15 12:31:00 +02:00
Dawid Dziurla
74444ae328
ci: split gox step 2019-09-15 12:19:04 +02:00
Dawid Dziurla
939305ff5a
ci: global GOFLAGS with -mod=vendor 2019-09-15 12:10:13 +02:00
Dawid Dziurla
817fb5349b
ci: gox, vendor and you
seems like gox is messing with GOPATH even when -mod=vendor option is
passed

setting GOFLAGS env variable looks to give better results
2019-09-11 12:06:31 +02:00
Dawid Dziurla
ef1b2b57b0
README: append info about logs in Docker to FAQ section 2019-09-11 11:50:47 +02:00
Dawid Dziurla
dc8a624e07
gui: remove duplicate 'c' binding in images panel
closes: #169
2019-09-11 10:16:18 +02:00
Dawid Dziurla
41c46ceb3c
goreleaser: only armv6
armv7 is backward compatible with armv6, so it should run armv6 binaries just fine
2019-09-08 21:59:09 +02:00
lazydocker bot
927ec67043 update docs 2019-09-07 09:22:02 +00:00