Marco Molteni
|
837fb71a24
|
signals: do not try to catch uncatchable signals
os.Kill is SIGKILL (kill -9), cannot be intercepted.
(see https://github.com/golang/go/issues/13080)
|
2021-04-20 14:57:23 +02:00 |
|
Marco Molteni
|
2e13cf5f74
|
gitignore more editors
|
2021-04-20 14:54:24 +02:00 |
|
Andrey Nering
|
0ae1681d9c
|
CHANGELOG: Fix typos
|
2021-04-17 17:57:08 -03:00 |
|
Andrey Nering
|
ebb66ba8fb
|
v3.4.1
v3.4.1
|
2021-04-17 17:48:36 -03:00 |
|
Andrey Nering
|
e79354a039
|
Revert "Updated the version output to use Go module build information if available. Enabled GoReleaser module proxying for verifiable builds."
This reverts commit 2a3f049336f309d4f6d5a76e3d5d629b70cee8d8.
|
2021-04-17 17:47:24 -03:00 |
|
Andrey Nering
|
a57beb1de4
|
Website: Remove GitHub logo
The website that hosted the SVG file is offline for a while.
|
2021-04-17 17:34:00 -03:00 |
|
Andrey Nering
|
1648c44ee2
|
Website: Use dark theme
|
2021-04-17 17:34:00 -03:00 |
|
Andrey Nering
|
efe47a149e
|
Website: Remove "Examples" page
|
2021-04-17 17:33:52 -03:00 |
|
Andrey Nering
|
2d66a2f0f3
|
Improve YAML parse error reporting
Fixes #467
|
2021-04-17 17:12:39 -03:00 |
|
Andrey Nering
|
43a1f1314e
|
Website: Add a "Community" page
|
2021-04-17 11:59:24 -03:00 |
|
Andrey Nering
|
4f4b282d7c
|
Merge pull request #471 from go-task/dependabot/go_modules/github.com/stretchr/testify-1.7.0
Bump github.com/stretchr/testify from 1.5.1 to 1.7.0
|
2021-04-17 10:53:03 -03:00 |
|
dependabot[bot]
|
d3d4da18e5
|
Bump github.com/stretchr/testify from 1.5.1 to 1.7.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-17 13:51:37 +00:00 |
|
Andrey Nering
|
b8da583986
|
Merge pull request #470 from go-task/dependabot/go_modules/github.com/fatih/color-1.10.0
Bump github.com/fatih/color from 1.7.0 to 1.10.0
|
2021-04-17 10:51:01 -03:00 |
|
Andrey Nering
|
73f6b42715
|
Merge pull request #469 from go-task/dependabot/go_modules/github.com/radovskyb/watcher-1.0.7
Bump github.com/radovskyb/watcher from 1.0.5 to 1.0.7
|
2021-04-17 10:50:21 -03:00 |
|
dependabot[bot]
|
0e2a4efdaa
|
Bump github.com/radovskyb/watcher from 1.0.5 to 1.0.7
Bumps [github.com/radovskyb/watcher](https://github.com/radovskyb/watcher) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/radovskyb/watcher/releases)
- [Commits](https://github.com/radovskyb/watcher/compare/1.0.5...v1.0.7)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-17 13:47:39 +00:00 |
|
dependabot[bot]
|
6798e16aaf
|
Bump github.com/fatih/color from 1.7.0 to 1.10.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.10.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.7.0...v1.10.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-17 13:47:38 +00:00 |
|
Andrey Nering
|
c9cc64ecfc
|
Merge pull request #468 from go-task/dependabot/go_modules/github.com/mattn/go-zglob-0.0.3
Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3
|
2021-04-17 10:46:42 -03:00 |
|
dependabot[bot]
|
761f9045ac
|
Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3
Bumps [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob) from 0.0.1 to 0.0.3.
- [Release notes](https://github.com/mattn/go-zglob/releases)
- [Commits](https://github.com/mattn/go-zglob/compare/v0.0.1...v0.0.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-17 13:43:00 +00:00 |
|
Andrey Nering
|
dfae979287
|
Add .github/dependabot.yml
|
2021-04-17 10:42:18 -03:00 |
|
George Pollard
|
fe917affd2
|
Include task name in log output
|
2021-04-04 16:16:22 -03:00 |
|
Andrey Nering
|
d44207dd7f
|
Merge pull request #463 from JamieEdge/update-install-docs
Update Go modules installation documentation for Go 1.16
|
2021-04-04 15:48:19 -03:00 |
|
Andrey Nering
|
ec8b1403bd
|
Use early return and add CHANGELOG for #462
|
2021-04-04 15:40:34 -03:00 |
|
Jamie Edge
|
6f3d108c1e
|
Updated the install script documentation.
|
2021-04-04 17:31:41 +01:00 |
|
Jamie Edge
|
c34ee9c1f9
|
Updated the Go modules installation documentation for Go 1.16.
|
2021-04-04 17:30:42 +01:00 |
|
Jamie Edge
|
2a3f049336
|
Updated the version output to use Go module build information if available. Enabled GoReleaser module proxying for verifiable builds.
|
2021-04-04 12:57:58 +01:00 |
|
Andrey Nering
|
0c91011e88
|
Merge pull request #460 from patrick-mota/patch-1
Fix typo default installation
|
2021-03-28 11:10:38 -03:00 |
|
Andrey Nering
|
8bcd8719aa
|
Docs: Add GO111MODULE=on to go get command
|
2021-03-28 10:45:36 -03:00 |
|
Ganon
|
29a8af509b
|
Fix typo default installation
|
2021-03-26 13:19:45 +01:00 |
|
Andrey Nering
|
d3cd9f17f9
|
Documentation: Update link
|
2021-03-20 13:30:38 -03:00 |
|
Andrey Nering
|
b9aea8c5ec
|
v3.3.0
v3.3.0
|
2021-03-20 13:21:00 -03:00 |
|
Andrey Nering
|
897619a961
|
Upgrade github.com/spf13/pflag to v1.0.5
|
2021-03-20 12:00:39 -03:00 |
|
Andrey Nering
|
e6c4706b73
|
Add support for delegating CLI arguments with "--" and a special CLI_ARGS variable
Closes #327
|
2021-03-20 11:58:45 -03:00 |
|
Andrey Nering
|
8994c50d34
|
Upgrade mvdan.cc/sh to v3.2.4
|
2021-03-20 10:38:13 -03:00 |
|
Andrey Nering
|
55b62e47eb
|
Upgrade mvdan.cc/sh to v3.2.2
|
2021-03-07 15:32:22 -03:00 |
|
Ross Hammermeister
|
c6ecf70377
|
Adding a --concurrency (-C) flag
|
2021-03-07 09:49:57 -03:00 |
|
Andrey Nering
|
f0cd7d27fb
|
Taskfile: Set CGO_ENABLED=0 globally
We want that also for running tests, and not only for building it.
|
2021-03-07 09:30:33 -03:00 |
|
Andrey Nering
|
f923bb499b
|
CHANGELOG: Fix wrong year in release date
|
2021-02-16 17:53:28 -03:00 |
|
Andrey Nering
|
aa3a29fed2
|
CHANGELOG: Add missing release dates
|
2021-02-16 17:52:32 -03:00 |
|
Andrey Nering
|
47d3011c85
|
v3.2.2
v3.2.2
|
2021-01-12 13:21:36 -03:00 |
|
Andrey Nering
|
cec713a47a
|
Update CHANGELOG
|
2021-01-12 12:09:03 -03:00 |
|
Andrey Nering
|
bf6d0c0a74
|
Improve performance of --list and --summary flags
Closes #332
|
2021-01-12 12:03:04 -03:00 |
|
Andrey Nering
|
c11672fca3
|
Envs should be overridable
System-wide environment variable should have priority. That's how it
works for .env files, so this is consistent.
Closes #425
|
2021-01-12 11:32:49 -03:00 |
|
Andrey Nering
|
e086b654aa
|
Environment from .env file should be available as variables
Fixes #379
|
2021-01-12 11:11:40 -03:00 |
|
Andrey Nering
|
1107f691ea
|
Update install script
Closes #428
Co-authored-by: odidev <odidev@puresoftware.com>
|
2021-01-12 10:43:45 -03:00 |
|
Andrey Nering
|
b095ca5756
|
v3.2.1
v3.2.1
|
2021-01-09 13:57:20 -03:00 |
|
Andrey Nering
|
4afc0e8ed0
|
Fixed some bugs and regressions regarding dynamic variables and directories
Closes #426
|
2021-01-09 13:51:06 -03:00 |
|
Andrey Nering
|
141b377b4e
|
Partly revert 59d2733b88ece48398bd4e2cb9c8cd1cb82fb91d
Keep the old behavior on v2
|
2021-01-09 10:55:18 -03:00 |
|
Andrey Nering
|
402a478785
|
Update CHANGELOG
|
2021-01-09 10:46:53 -03:00 |
|
Andrey Nering
|
73680584f3
|
Upgrade github.com/go-task/slim-sprig
|
2021-01-07 13:56:07 -03:00 |
|
Andrey Nering
|
45dbbcd179
|
v3.2.0
v3.2.0
|
2021-01-07 13:08:07 -03:00 |
|