1
0
mirror of https://github.com/go-task/task.git synced 2025-07-17 01:43:07 +02:00
Commit Graph

2182 Commits

Author SHA1 Message Date
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
3fd36a0c72 Upgrade mvdan.cc/sh to v3.1.0
Closes #270
2020-04-25 15:51:47 -03:00
cbb12b29bd v3: Fix bug where global vars were not being considered 2020-04-05 11:16:27 -03:00
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
a044c41c66 Upgrade github.com/go-yaml/yaml to v3 2020-03-28 11:27:49 -03:00
fb78e53a14 v3.0.0-preview3 v3.0.0-preview3 2020-03-28 11:01:28 -03:00
acfbbaa549 Merge branch 'master' into v3 2020-03-28 10:48:49 -03:00
d52d74c64c go mod vendor 2020-03-22 21:42:45 -03:00
d36f73de01 Merge pull request #303 from go-task/ci-updates
Remove Travis CI and upgrade Go version on GitHub Actions
2020-03-01 15:49:25 -03:00
628c4a7b5f Upgrade Go version on CI 2020-03-01 15:46:56 -03:00
ca07a663e1 Remove Travis CI 2020-03-01 15:45:51 -03:00
66d008391e Merge pull request #302 from go-task/upgrade-mvdan-sh-to-v3.0.2
Upgrade mvdan.cc/sh to v3.0.2
2020-03-01 15:38:03 -03:00
eef84bda26 Upgrade mvdan.cc/sh to v3.0.2 2020-03-01 15:35:23 -03:00
e0defe71aa Merge pull request #298 from thejray/master
Remove trailing colon from task listing
2020-03-01 15:26:37 -03:00
069257151e Remove trailing colon from task listing 2020-02-19 07:22:37 -05:00
3f80a3b39e Improve documentation for included Taskfiles
Follow-up of #292
2020-02-16 11:21:06 -03:00
b2a56161bb Make ./docs/Taskfile.yml run on ./docs 2020-02-16 11:20:53 -03:00
5e75639244 Merge pull request #292 from evg4b/included_tasks
Added option to make included Taskfile run commands on its own directory
2020-02-16 10:50:35 -03:00
cb2cd3e10f Updated CHANGELOG.md 2020-02-15 18:07:27 +03:00
0acb911d6a Fixed absolute path resolving for included tasksfile 2020-02-15 18:07:09 +03:00
17ad7060b3 Added version validation and updated tests 2020-02-15 17:24:06 +03:00
f38ba7fcd3 Removed automatic inclusion of Taskfiles by OS and update tests 2020-02-15 17:19:09 +03:00
a3464068bd Rename TaskFile to Taskfile 2020-02-12 10:42:00 +03:00
347ecc028f Merge pull request #286 from kovetskiy/master
Add note about Arch Linux package
2020-02-11 21:26:41 -03:00
94ac60fa09 docs/installation.md: fix typo for Git
Co-Authored-By: Andrey Nering <andrey.nering@gmail.com>
2020-02-10 11:45:27 +03:00
d567e23e50 Added tests for new inport taskfile logic 2020-01-29 11:25:11 +03:00
8ff81562d2 Added os-related files for included taskfiles 2020-01-29 10:39:43 +03:00
7a8142ed92 Added included taskfile directory resolving 2020-01-29 10:39:26 +03:00
eaba1b9cc8 Added structure for storage information about included tasks 2020-01-29 10:02:22 +03:00
b08b3546d2 Merge pull request #283 from paulvarache/desc-tmpl
Compile tasks before printing help or summary
2020-01-26 18:47:15 -03:00
7453e688fd Compile tasks before printing help or summary (Closes #276) 2020-01-26 21:32:20 +00:00
32b097b3f2 Merge pull request #281 from paulvarache/ps-complete
Add PowerShell completion script
2020-01-26 17:16:57 -03:00
22394def78 Add note about Arch Linux package 2020-01-25 15:44:55 +03:00
68ecb7fbdd Add PowerShell completion script 2020-01-20 11:26:15 +00:00
de98a53b43 Upgrade mvdan.cc/sh to v3.0.1 2020-01-11 21:46:57 -03:00
1c9fbf92c6 GitHub Actions: Add action to run GoReleaser on new tags 2020-01-11 21:29:04 -03:00
c068b05232 Delete taskfile.org -> taskfile.dev redirect code
This has been migrated to Netlify
2019-12-23 22:25:19 -03:00
15338ecb18 Merge branch 'master' into v3 2019-12-07 22:04:16 -03:00
01e9a8f720 v2.8.0 v2.8.0 2019-12-07 21:54:10 -03:00
4bdfe64afb Add hability silent all tasks
By add `silent: true` at the root of the Taskfile.
2019-12-07 21:44:09 -03:00
b7b752b92f Allow shorter syntax for tasks with default configuration
Closes #194
Closes #240

Co-authored-by: Jaedle <dennis.jekubczyk@gmail.com>
2019-12-07 21:28:02 -03:00
b7bcd204b4 go fmt internal/taskfile/task.go 2019-12-07 20:09:16 -03:00
ec934ba3c0 .editorconfig: Remove "indent_size"
This way, everyone can configure use their preferred tab size.

Closes #269

Co-authored-by: Nick Klauer <klauer@gmail.com>
2019-12-07 19:49:55 -03:00
7373639f57 Expose .TASK variable with the task name
Closes #252
2019-12-07 19:43:10 -03:00
d718527a1f Merge branch 'master' into v3 2019-12-07 16:54:29 -03:00
48add0f293 Write more args tests 2019-12-07 16:48:23 -03:00
a4685229c9 Fix bug of Task not executing the "default" task
When global vars were informed using the CLI.

I took the oportunity to move this logic to the proper package and
write a test.
2019-12-07 16:20:36 -03:00
f0bc4d26a0 Update FUNDING.yml 2019-11-30 16:15:59 -03:00
1d3b93d88d Remove bold from colored text 2019-11-24 21:07:12 -03:00
62752ba7e1 Merge branch 'master' into v3 2019-11-24 21:02:33 -03:00