Graham Dennis
94f82cbc5a
fix: make task failure errors include stack of running tasks ( #2286 )
...
Previously if a task was run as a dependency of another task,
the error message simply reported something like:
exit status 1
It is desirable instead to name the root task and all child tasks in the tree
to the failing task.
After this PR, the error message will read:
task: Failed to run task "root": task: Failed to run task "failing-task": exit status 1
2025-11-11 16:40:40 -03:00
Valentin Maerten
b14318ed3f
chore: changelog for #2494
2025-11-11 20:40:32 +01:00
Valentin Maerten
17757c0c15
fix: better error when a Taskfile does not exist in include ( #2494 )
2025-11-11 20:37:24 +01:00
Andrey Nering
19f72b7eb0
chore(changelog): add entry for #2418
2025-11-11 15:51:33 -03:00
Timothy Rule
0052ad2309
fix: do not re-evaluate variables for defer: ( #2418 )
2025-11-11 15:50:01 -03:00
Andrey Nering
af1e755196
chore(changelog): add entry for #2350
2025-11-11 14:42:18 -03:00
Andrey Nering
43074c20f2
refactor: improve code of group output
2025-11-11 14:37:16 -03:00
Timothy Rule
39c86992bd
fix: address concurrent group output causing flaky tests ( #2350 )
2025-11-11 14:36:32 -03:00
Kaj Kowalski
c71241bcbd
docs: fix YAML syntax errors in schema and guide documentation ( #2500 )
2025-11-10 11:00:39 +01:00
renovate[bot]
7c2bb78540
chore(deps): update all non-major dependencies ( #2492 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07 21:21:21 -03:00
Andrey Nering
32e675895a
chore(website): update umami domain
2025-11-07 17:48:28 -03:00
Tatsuya Kyushima
786813d95d
docs: add fzf-make to "community integrations" ( #2393 )
2025-11-04 14:32:53 -03:00
Valentin Maerten
f7287c503a
docs: dictionary operations example was wrong ( #2490 )
2025-11-02 19:17:13 +01:00
Valentin Maerten
413574e3ee
chore: changelog for #1322 , #2053
2025-11-02 17:25:35 +01:00
Valentin Maerten
4b39becf65
chore: changelog for #2460 , #2461
2025-11-02 17:25:35 +01:00
Valentin Maerten
15b7e3c69a
refactor: VeryFastCompile for Task list ( #2053 )
2025-11-02 17:25:07 +01:00
Libor Mořkovský
7c93ea8b44
docs: add reference to slim-sprig in the templating page ( #2472 )
2025-11-02 17:21:17 +01:00
Valentin Maerten
6a7cfa58f9
fix: return taskrc config even if there is an error ( #2461 )
2025-11-02 17:15:58 +01:00
renovate[bot]
74b93f6eef
chore(deps): update all non-major dependencies ( #2463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 17:03:54 +01:00
Andrey Nering
88101613c8
docs: add magic.dev as a gold sponsor
2025-10-17 09:56:59 -03:00
Valentin Maerten
599591ad3c
chore: changelog for #2437 , #2438
2025-10-12 13:30:28 +02:00
Skip Baney
348158a5f6
fix: properly resolve remote entrypoints ( #2438 )
2025-10-12 13:29:57 +02:00
pancho horrillo
c3e410e95a
docs: update Arch and Nix community links ( #2454 )
2025-10-10 22:33:52 +02:00
Aku Kotkavuo
42bcd5406a
docs: link to the known bug with --watch ( #2449 )
2025-10-10 22:26:40 +02:00
renovate[bot]
ba23aca631
chore(deps): update module github.com/puzpuzpuz/xsync/v3 to v4 ( #2168 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 22:22:16 +02:00
renovate[bot]
5ef245a4bd
chore(deps): update all non-major dependencies ( #2448 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 22:12:37 +02:00
renovate[bot]
036a60f517
chore(deps): update actions/github-script action to v8 ( #2421 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 21:55:30 +02:00
renovate[bot]
9c969541a5
chore(deps): update actions/setup-python action to v6 ( #2457 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 21:35:21 +02:00
renovate[bot]
a52b483dd0
chore(deps): update actions/setup-go action to v6 ( #2456 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 21:32:17 +02:00
Pete Davison
4e84c6bb76
fix: links to static files
2025-09-23 22:34:43 +00:00
merusso
0f9baf62a1
docs: Update Remote Taskfiles default values
( #2430 )
...
* docs: Update Remote Taskfiles default values
This change updates the documentation for [Remote Taskfiles > Configuration](https://taskfile.dev/docs/experiments/remote-taskfiles#configuration ) for `timeout` and `cache-expiry` to match the defaults in code.
* docs: Update `cache-expiry` default to 0s
* docs: Update executor.go comment
Fix doc comment to indicate that cache expiry default duration is 0.
2025-09-23 13:10:20 +01:00
renovate[bot]
979ad523ef
chore(deps): update mvdan.cc/sh/moreinterp digest to 1714925 ( #2435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 09:30:52 -03:00
renovate[bot]
975c07688e
chore(deps): update all non-major dependencies ( #2436 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 09:30:29 -03:00
Andrey Nering
67a02255b5
docs(changelog): add entry for #2431
2025-09-21 16:12:06 -03:00
Andrey Nering
028ae1a660
fix: fix message shown when a taskfile was not found ( #2431 )
2025-09-21 16:10:06 -03:00
Andrey Nering
68b1d2783d
lint: fix lint by passing context
2025-09-21 16:09:51 -03:00
Andrey Nering
12793c350d
chore: delete unused file cmd/tmp/main.go
2025-09-21 16:09:51 -03:00
Andrey Nering
8716ab81be
docs: remove ga
2025-09-17 18:39:09 -03:00
Andrey Nering
c2a4e4470b
docs: update sprig links to our domain
2025-09-17 18:32:49 -03:00
Valentin Maerten
f5a8ec8a0c
fix: changelog in website
2025-09-17 17:12:57 +02:00
Valentin Maerten
048d92709a
v3.45.4
v3.45.4
2025-09-17 17:05:20 +02:00
Valentin Maerten
8dc9637e7a
chore: changelog for #2413 , #2424 , #2425
2025-09-16 19:36:19 +02:00
Valentin Maerten
700bf00107
fix: search for all taskrc work as expected ( #2424 )
2025-09-16 19:35:31 +02:00
Valentin Maerten
4836d42828
fix: cache expiry in Taskrc was not working ( #2423 )
2025-09-16 19:35:12 +02:00
Valentin Maerten
5762d5ef8e
fix: autocomplete from subfolder works as expected in zsh shell ( #2425 )
2025-09-16 19:34:57 +02:00
Andrey Nering
9f2fe0da61
docs: github action is not community maintained anymore
2025-09-16 14:01:33 -03:00
renovate[bot]
d1a5771839
chore(deps): update all non-major dependencies ( #2420 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 14:19:35 +00:00
renovate[bot]
7663abdcde
chore(deps): update mvdan.cc/sh/moreinterp digest to b717ad5 ( #2409 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 11:14:12 -03:00
Valentin Maerten
1e42e1f817
fix: changelog for website
2025-09-16 08:54:06 +02:00
Valentin Maerten
5f7ae5d32e
fix: changelog for website
2025-09-16 08:39:03 +02:00