Andrey Nering
47d3011c85
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 and odidev
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
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 59d2733b88
...
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
2021-01-07 13:08:07 -03:00
Andrey Nering
83d25bfa00
Refactor: Fix import order
...
It should be: stdlib > libs > app
2021-01-07 11:48:33 -03:00
Andrey Nering
299e27af15
Fix build
2021-01-07 11:39:36 -03:00
Andrey Nering
ec4cd5ed48
Fix .task directory location
...
Closes #247
2021-01-07 11:36:09 -03:00
Andrey Nering
59d2733b88
Make dynamic variables run on the right directory
...
It was always running in the main Taskfile dir, even when the variable was
declared in an included taskfile in another directory or when task had a
custom dir.
Closes #384
2021-01-07 11:26:11 -03:00
Andrey Nering
cbdd088188
Remove manual event trigger
2021-01-05 11:36:30 -03:00
Andrey Nering
2d52485d7b
Watch: Clear vars cache between runs
...
Closes #365
2021-01-05 11:19:34 -03:00
Andrey Nering
d830178ef8
Do more watch fixes
...
This improves the work done on #423
2021-01-05 10:48:04 -03:00
Andrey Nering
9b2e25735b
v3.1.0
2021-01-03 19:37:09 -03:00
Andrey Nering and Adam Wasila
e09e75b0ba
Fix a bug when the checksum up-to-date resolution is used by a task with a custom label: attribute
...
Closes #412
Co-authored-by: Adam Wasila <adam.wasila@gmail.com >
2021-01-03 19:22:38 -03:00
Andrey Nering
6630113fef
Release ARMv6 and ARM64 binaries on Linux
...
Closes #375
Closes #418
2021-01-03 19:12:38 -03:00
Andrey Nering
b2f08c9c20
Merge pull request #415 from felladrin/patch-1
...
Fix duplicate task name on "Short task syntax" example
2021-01-02 11:02:49 -03:00
Andrey Nering
6a4315b7e7
Merge pull request #407 from bryceschober/patch-1
...
Use {{default}} for an overriding usage
2021-01-01 19:21:50 -03:00
Andrey Nering
8b3e62ff6d
Add forgotten CHANGELOG entry for #358
...
Ref #121
2021-01-01 19:06:00 -03:00
Andrey Nering
f1d3f6740d
Update CHANGELOG.md
2021-01-01 18:57:28 -03:00
Andrey Nering
9ccd1d920c
.gitignore: Add /tmp
2021-01-01 18:30:14 -03:00
Andrey Nering
9674d75ff6
Evaluate included taskfiles in order of declaration
...
Closes #393
2021-01-01 18:27:50 -03:00
Andrey Nering
22fd74846d
Use interp.Params("-e") intead of running "set -e" manually
...
This is an improvement for ac8e344173
2021-01-01 17:32:42 -03:00
Andrey Nering
777645888a
New logo and color
2020-12-27 19:07:38 -03:00
Andrey Nering
ac8e344173
Run "set -e" automatically for every command
...
Without this, multiline command strings won't always exit when they fail.
Closes #403
2020-12-27 17:15:12 -03:00
Andrey Nering
16fad60833
execext: Small refactor
2020-12-27 16:51:00 -03:00
Andrey Nering
cb96a39b46
v3.0.1
2020-12-26 15:34:17 -03:00
Andrey Nering
a540634b5b
Add about: to issue templates
2020-12-26 15:27:15 -03:00
Andrey Nering
e15576bc47
Update issue templates
2020-12-26 15:24:46 -03:00
Andrey Nering
95359760ae
Documentation: go get is actually supported
...
Closes #395
2020-12-26 15:06:39 -03:00
Andrey Nering
be209cb7b6
Merge pull request #406 from ezhukov/patch-2
...
Update curl arguments in installation.md
2020-12-26 15:00:04 -03:00
Andrey Nering
9f125502f8
Update Taskfile.yml
...
We now use modules. Dep is history
2020-12-05 19:10:49 -03:00
Andrey Nering
3f856c4b1c
Merge pull request #414 from go-task/mvdan/sh-3.2.1
...
Upgrade mvdan/sh to v3.2.1
2020-12-05 19:04:48 -03:00
Andrey Nering
f55fb1e3a5
Upgrade mvdan/sh to v3.2.1
2020-12-05 18:59:34 -03:00
Andrey Nering
b136166fc9
Merge pull request #387 from sheldonhull/patch-1
...
feat: improve installation script documentation for shell installs
2020-11-08 11:46:58 -03:00
Andrey Nering
60759a4e3b
Post-fixes and CHANGELOG for #385
2020-10-12 21:16:09 -03:00
Andrey Nering
582a66bb2f
Merge pull request #385 from chris-garrett/dev/378-missing-env
...
Resolves #378 - allow for missing env files as they may be bootstrapped.
2020-10-12 21:12:08 -03:00
Andrey Nering and Bharath Kumar
d78f78bb5c
Fix panic for empty tasks
...
Closes #338
Closes #362
Co-authored-by: Bharath Kumar <shettybharath4@gmail.com >
2020-10-12 21:03:13 -03:00
Andrey Nering
ce4ac97269
Documentation updates
2020-09-06 14:33:28 -03:00
Andrey Nering
2088a86512
Merge pull request #372 from go-task/go-1-15
...
CI: Update Go version to 1.15.x
2020-09-05 17:59:55 -03:00
Andrey Nering
e296fe2b98
Merge pull request #371 from onedr0p/patch-1
...
Make fish completions compatible with MacOS
2020-09-05 17:59:24 -03:00
Andrey Nering
96b8890ecc
CI: Update Go version to 1.15.x
2020-09-05 17:57:24 -03:00
Andrey Nering
6743cdbb65
README: Add downloads badge
2020-08-25 18:15:51 -03:00
Andrey Nering
71466c9a27
Merge pull request #358 from damian-szulc/feature/allow-to-use-as-external-lib
...
Allow usage as an external library
2020-08-24 22:14:57 -03:00
Andrey Nering
1bdf7e3192
v3: Post-release improvements to the documentation
...
Closes #367
2020-08-24 21:43:08 -03:00
Andrey Nering
7285f3c844
Merge pull request #364 from shilangyu/fish-completions
...
Added fish completions
2020-08-24 21:20:04 -03:00
Andrey Nering
eb257d3aa7
Merge pull request #366 from jonasagx/patch-1
...
typo and grammar fixes
2020-08-24 21:17:36 -03:00
Andrey Nering
7652d7889b
Some documentation improvements after the release of v3
...
Thanks @marco-m
2020-08-17 09:46:55 -03:00
Andrey Nering
dd2116c897
v3.0.0
2020-08-16 22:07:14 -03:00
Andrey Nering
c5566b3e94
Update version in the home page
2020-08-16 22:01:49 -03:00
Andrey Nering
30cbf02bff
Update documentation to reflect the new default "method"
2020-08-16 21:59:42 -03:00
Andrey Nering
9e4e9b4f1a
Doc: Update "Taskfile versions" documentation
2020-08-16 21:56:21 -03:00
Andrey Nering
6f290f28b6
On documentation: version: '2' -> version: '3'
2020-08-16 21:34:33 -03:00
Andrey Nering and Egor Kovetskiy
6ff3c9015b
On v3, treat all CLI variables as global variables
...
Closes #336
Ref #341
Co-authored-by: Egor Kovetskiy <e.kovetskiy@gmail.com >
2020-08-16 21:27:11 -03:00
Andrey Nering
e28b82b2b7
Upgrade mvdan.cc/sh to v3.1.2
2020-08-16 21:05:52 -03:00
Andrey Nering
3edf124f96
Merge pull request #220 from go-task/v3
...
v3 base branch
2020-08-16 15:54:20 -03:00
Andrey Nering
fb72b46a3c
github.com/go-task/task/v2 -> github.com/go-task/task/v3
2020-08-16 15:48:19 -03:00
Andrey Nering
49bf395f61
Remove the vendor/ directory
2020-08-16 15:46:22 -03:00
Andrey Nering
eab14b6c49
Some improvements to #356
2020-08-15 19:13:30 -03:00
Andrey Nering
c7bb3d63b0
Merge pull request #349 from central182/fix-typo
...
Fix some typos in the documentation
2020-07-19 16:02:58 -03:00
Andrey Nering
8137517d93
Merge branch 'master' into v3
2020-06-14 17:13:46 -03:00
Andrey Nering
572f6a7fab
CHANGELOG, docs and nits for #321 and #337
2020-06-14 17:12:20 -03:00
Andrey Nering
c6d9201680
Merge pull request #337 from adamwasila/subtask-alias
...
Allow overriding the task name in the logger output
2020-06-14 17:01:28 -03:00
Andrey Nering
7dcb3af944
Merge pull request #347 from ronvanderheijden/master
...
Completion file honors includes
2020-06-14 16:38:13 -03:00
Andrey Nering
f4f6efa547
Skip cleanup if task doesn't have any sources listed
...
Ref #333
2020-05-31 15:48:23 -03:00
Andrey Nering
bf64259af3
taskfile.dev: Add note about parallel deps
...
Reference: #331
2020-05-23 14:13:15 -03:00
Andrey Nering
6141ba84ce
taskfile.dev: Switch completely from unpkg.com to jsdelivr.net
2020-05-23 14:00:38 -03:00
Andrey Nering
329902f0db
taskfile.dev: Improve the installation page by using tabs
2020-05-23 13:46:03 -03:00
Andrey Nering
bfcaa7a443
taskfile.dev: Install Docsify Tabs plugin
2020-05-23 13:45:57 -03:00
Andrey Nering
45915bf0ed
taskfile.dev: Remove tracking stuff
2020-05-23 13:45:50 -03:00
Andrey Nering
ee7f2a541f
v3.0.0-preview4
2020-05-20 22:32:30 -03:00
Andrey Nering
59a00eae98
Merge branch 'master' into v3
2020-05-20 22:26:45 -03:00
Andrey Nering
df8293bee6
v2.8.1
2020-05-20 19:26:23 -03:00
Andrey Nering
935216f179
Upgrade mvdan.cc/sh to v3.1.1
2020-05-20 19:22:27 -03:00
Andrey Nering
f56bbd46fd
Fix typo
2020-05-18 13:16:50 -03:00
Andrey Nering
9f0f18c5c4
v3: Allow interpolation on "includes"
...
The idea is to allow manual inclusion of a OS-dependant Taskfile, since it's
not automatically included anymore.
2020-05-17 16:03:03 -03:00
Andrey Nering
191c34c9c4
v3: Do not include Taskfile_{{OS}}.yml automatically
2020-05-17 15:42:27 -03:00
Andrey Nering
6a604b3002
v3: Taskvars is no more
2020-05-17 15:34:32 -03:00
Andrey Nering
5a435b533e
v3: Disallow the "expansions" setting on Taskfiles in v3
2020-05-17 15:28:25 -03:00
Andrey Nering
4b027722b1
Merge pull request #311 from go-task/vars-refactor-for-v3
...
v3: Variables refactoring
2020-05-17 14:56:11 -03:00
Andrey Nering
68ce8642b1
Create v3 compiler which respects declaration order of variables
...
Also, fix "<no value>" been printed when a non-existing variable is printed.
2020-05-16 15:46:07 -03:00
Andrey Nering
4913b6a0f1
Merge branch 'v3' into vars-refactor-for-v3
2020-05-16 11:18:28 -03:00
Andrey Nering
aee0ab05f4
Merge branch 'master' into v3
2020-05-16 10:28:00 -03:00
Andrey Nering
b44432f24a
Upgrade slim-sprig package version
2020-05-16 10:21:54 -03:00
Andrey Nering
86be13ff1f
Merge pull request #330 from danquah/print-usage
...
Have the --help/-h flag print usage.
2020-05-14 21:15:00 -03:00
Andrey Nering
ee95df0e57
Merge pull request #329 from danquah/version-print-std-out
...
Switch to printing the version string to std out
2020-05-14 21:12:43 -03:00
Andrey Nering
442c29f020
Merge pull request #328 from danquah/fix-goreleaser-name-template
...
Fix name_template in Go Releaser
2020-05-14 21:11:22 -03:00
Andrey Nering
2eafb2f067
Update CHANGELOG
2020-05-01 15:50:32 -03:00
Andrey Nering
c36f0f6f7f
Merge pull request #317 from hatappi/master
...
suppress context errors when use watch option
2020-05-01 15:38:16 -03:00
Andrey Nering
814f350b6d
go mod vendor
2020-04-25 15:56:41 -03:00
Andrey Nering
05db8ce582
Merge pull request #315 from go-task/mvdan-sh-3.1.0
...
Upgrade mvdan.cc/sh to v3.1.0
2020-04-25 15:55:32 -03:00
Andrey Nering
3fd36a0c72
Upgrade mvdan.cc/sh to v3.1.0
...
Closes #270
2020-04-25 15:51:47 -03:00
Andrey Nering
cbb12b29bd
v3: Fix bug where global vars were not being considered
2020-04-05 11:16:27 -03:00
Andrey Nering
6ed30f1add
Refactor variables: Keep order of declaration
...
This shouldn't have any behavior changes for now. This is a code
refactor that should allow us to do further improvements on how
variables are handled, specially regarding respecting the declaration
order in Taskfiles, which should make it easier for the users.
Initial work on #218
2020-04-05 11:16:14 -03:00