Commit Graph
442 Commits
Author SHA1 Message Date
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.
v0.7.5
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
Jesse Duffield c8adaa920a use relative path when creating docs v0.7.4 2019-09-07 19:20:28 +10:00
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