Mads H. Danquah
|
9a406f5998
fix: ensure that calls to other tasks can be silenced (#680)
|
1 year ago |
Pete Davison
|
8cfac5a25a
refactor: remove newlines from formatter print functions (#1137)
|
1 year ago |
Pete Davison
|
f9c77acd96
feat: custom error codes (#1114)
|
1 year ago |
Pete Davison
|
f22389a824
feat: implement task sorting with `--sort` flag (#1105)
|
1 year ago |
Mads Høgstedt Danquah
|
1b30c9dbca
Make status checks respect task and global silent mode (#1107)
|
1 year ago |
Pete Davison
|
09c9094a6b
feat: enforce gofumpt linter
|
1 year ago |
Pete Davison
|
0838d48ee3
refactor: decouple fingerprinting from executor (#1039)
|
1 year ago |
Andrey Nering
|
68aef2ef0d
Add CHANGELOG entry for #1022
|
1 year ago |
Dennis Jekubczyk
|
88d644a7e9
Add ability to set `error_only: true` on the `group` output mode
|
1 year ago |
Bevan Arps
|
52756ab83e
Fix deadlock issue with `run: once` (#1025)
|
1 year ago |
Pete Davison
|
2da7ddc399
chore: optimize task filtering (#982)
|
1 year ago |
Pete Davison
|
1c1be683ab
feat: set and shopt directives (#929)
|
1 year ago |
Andrey Nering
|
2efb3533ec
Add CHANGELOG + improvements to #980
|
1 year ago |
Lea Anthony
|
aa6c7e4b94
Add support for 'platforms' in both task and command (#980)
|
1 year ago |
Pete Davison
|
796097e3ab
fix: watch interval (#970)
|
1 year ago |
Andrey Nering
|
957bff4b89
CHANGELOG + small improvements to #936
|
1 year ago |
David Alpert
|
321f7b59d8
Add --json flag to be used by editor extensions (#936)
|
1 year ago |
Pete Davison
|
fa105a8a93
refactor: implement task list filtering
|
2 years ago |
Andrey Nering
|
460b89ce51
Merge branch 'feat/suggest-similar-task'
|
2 years ago |
Andrey Nering
|
d2f2cba6d8
Merge branch 'master' into aliases
|
2 years ago |
Max Pushkarov
|
3e5ee2332a
feat: suggest the most similar task name when a given task does not exist
|
2 years ago |
Pete Davison
|
376a6182eb
feat: aliases
|
2 years ago |
ilewin
|
d8dc091267
Merge branch 'go-task:master' into configurable_watch_interval_#813
|
2 years ago |
ilewin
|
1c44d8049a
Issue 813. Made watch interval configurable through global setting in Taskfile and through CLI arg.
|
2 years ago |
Andrey Nering
|
4a5c1e9ec4
Merge branch 'internal-tasks' of https://github.com/pd93/task into pd93-internal-tasks
|
2 years ago |
Oleg Kovalov
|
b08eac58e9
Fix go-critic suggestions
|
2 years ago |
Pete Davison
|
6f8f1f1409
feat(task): tasks can be internal (not accessible from cli)
|
2 years ago |
Andrey Nering
|
bf9cd7625b
Refactor task.Setup(): Move to its own file and split in separated functions
|
2 years ago |
Andrey Nering
|
fedb68cde7
Allow override the `.task` dir location with the `TASK_TEMP_DIR` env
|
2 years ago |
Andrey Nering
|
e36c77aaf3
Fix bug with STDOUT and STDERR in the "group" output mode
|
2 years ago |