Andrey Nering
5eb1a1f7f5
Fixes to Taskfile including:
...
- Disallow recursive Taskfile including (i.e. included Taskfile including other Taskfiles)
- Write test for included a file instead of a directory
2018-10-13 17:52:09 -03:00
Andrey Nering
5a28560177
Write first test for including a Taskfile
2018-10-13 16:56:51 -03:00
Andrey Nering
db280adf55
Merge branch 'master' into feature/include
2018-10-13 16:40:32 -03:00
Andrey Nering
b77fcd6c8a
Documentation improvements
2018-10-07 18:34:03 -03:00
Andrey Nering
b5b2649283
Fix broken --status flag
...
Fixes #139
2018-10-06 17:55:23 -03:00
Andrey Nering
318f9b216d
Fix typo
2018-09-24 21:52:14 -03:00
Andrey Nering
61247a0b2a
Cosmetic changes
2018-09-24 21:42:33 -03:00
Andrey Nering
849a418273
Create CNAME
2018-09-24 21:21:23 -03:00
Andrey Nering
2e63a62e08
Delete CNAME
2018-09-24 21:20:58 -03:00
Andrey Nering
6ccf1f2a3c
Documentation: GA
2018-09-23 15:31:00 -03:00
Andrey Nering
e298256b82
Use HTTP for now
...
GitHub Pages can take up to 1 hour to enable HTTPS on the site
2018-09-23 15:16:53 -03:00
Andrey Nering
787e5b2e29
Create CNAME
2018-09-23 15:08:03 -03:00
Andrey Nering
4aa1e8b093
Documentation improvements
2018-09-23 15:06:43 -03:00
Andrey Nering
9ee224c36b
Documentation site using docsify
2018-09-22 18:44:24 -03:00
Andrey Nering
08263c0597
Fix wrong error message beingg print when the file has a syntax error
...
Fixes #137
2018-09-22 17:29:18 -03:00
Andrey Nering
347fe87229
v2.1.1
2018-09-16 22:17:36 -03:00
Andrey Nering
b65a0a3a8d
Fix signal handling when --watch flag is given
...
Closes #132
2018-09-16 21:59:00 -03:00
Andrey Nering
9a5a1e2253
Start support to including Taskfiles
2018-09-09 22:29:29 -03:00
Andrey Nering
687b4ec837
Fix error when using checksum method and no file exists for a source glob
...
Closes #131
2018-09-01 11:23:38 -03:00
Andrey Nering
8bdf5c554d
Fixes after updating mvdan.cc/sh
2018-09-01 11:02:23 -03:00
Andrey Nering
f4a18e531f
Update dependencies
2018-09-01 11:00:49 -03:00
Andrey Nering
df951a0c7c
Fix suggestion to use task --init not being shown anymore
2018-08-19 16:23:32 -03:00
Andrey Nering
a6cac2691b
Delete unused errors
2018-08-19 16:15:19 -03:00
Andrey Nering
a9f5179066
README: Fix title case
2018-08-19 16:12:53 -03:00
Andrey Nering
687e2699cf
Improvements on documentation
2018-08-19 15:47:21 -03:00
Andrey Nering
491da0ceb9
"ignore_error" is only available on version >= 2.1
2018-08-19 15:46:07 -03:00
Andrey Nering
1bac40bc58
README: Update alternatives
2018-08-18 17:50:40 -03:00
Andrey Nering
fb9061480d
Merge branch 'Eun-master'
2018-08-05 13:02:22 -03:00
Andrey Nering
a04cf100b4
Improve README a bit
2018-08-05 13:01:30 -03:00
Andrey Nering
76253bf516
Reduce code duplication on test
2018-08-05 12:56:55 -03:00
Andrey Nering
feaf70922d
Allow ignore_error at task level
2018-08-05 12:53:42 -03:00
Andrey Nering
c70343a5bc
Handle ignore_error one level up on the code
2018-08-05 12:40:11 -03:00
Andrey Nering
550c116aea
Merge branch 'master' into master
2018-08-05 11:32:07 -03:00
Andrey Nering
a5f31a4280
Dry run small code style changes
2018-08-05 11:28:02 -03:00
Andrey Nering
27fc4c4ca8
Merge pull request #126 from bebbs/125-dry-run
...
Implemented dry run mode
2018-08-05 11:21:52 -03:00
Tobias Salzmann
90a5f17f58
Merge branch 'master' into master
2018-08-01 10:47:25 +02:00
Tobias Salzmann
108cb91d95
IgnoreError
...
* Document ignore_error
* ignore_error only for commands
2018-08-01 10:44:53 +02:00
Josh Bebbington
00a0755ff3
Added test for executor.DryRun
2018-07-31 23:17:21 +01:00
Josh Bebbington
3f7e8c88eb
Changed --dry-run flag to --dry
2018-07-29 22:03:22 +01:00
Josh Bebbington
1c7ca94d49
Implemented dry run mode
...
Added a --dry-run flag that compiles and steps through each task, but does not execute them. The commands that would have been run are printed. See #125 .
2018-07-29 00:39:25 +01:00
Andrey Nering
31273cd6ff
Update README
2018-07-22 18:15:11 -03:00
Andrey Nering
14e39dd745
Update dependencies
2018-07-22 18:05:13 -03:00
Andrey Nering
cc6f7b6088
Manually implement merging of Taskfiles and remove dependency on github.com/imdario/mergo
...
I was carreful enough to check the behavior keeps the same
2018-07-22 17:54:44 -03:00
Andrey Nering
da1b0c9558
Error if Taskfile_{{GOOS}}.yml version doesn't match Taskfile.yml version
...
This change is not backward incompatible because merging was already not
working if versions 1 and 2 coexist in Taskfile.yml and Taskfile_{{GOOS}}.yml
2018-07-22 17:36:30 -03:00
Andrey Nering
9f294b4d10
Refactor and move logic of reading Taskfiles to its own package
...
Idea to making things easier to start implementing #98
2018-07-22 16:10:20 -03:00
Andrey Nering
13f60bae41
Merge pull request #124 from go-task/shell-expand
...
Move path expanding logic to shell.Expand
2018-07-22 15:16:21 -03:00
Andrey Nering
67105b332f
Move path expanding logic to shell.Expand
2018-07-15 15:49:00 -03:00
Andrey Nering
18961e3d07
README improvements
2018-07-15 15:47:38 -03:00
Andrey Nering
fe31f5050d
Taskfile.yml improvements
2018-07-15 15:42:46 -03:00
Andrey Nering
ab8549adea
Update dependencies
2018-07-15 14:38:39 -03:00