1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
a84f09d45f feat: remote taskfile improvements (cache/expiry) (#2176)
* feat: cache as node, RemoteNode and cache-first approach

* feat: cache expiry

* feat: pass ctx into reader methods instead of timeout

* docs: updated remote taskfiles experiment doc

* feat: use cache if download fails
2025-04-19 12:12:08 +01:00
a60c2ec3f8 fix: sources brace expansion (#2075) 2025-04-19 11:51:31 +01:00
6012da7a21 feat(remote): prefix checksums/cached files with the filename (#1636)
* feat(remote): add the task filename in the checksum / cache filename

* prefix the filename with the lastDir from the path
2024-06-28 17:07:43 +01:00
b5df4e89c2 refactor: slightly improved NewBaseNode API 2024-03-25 19:13:27 +00:00
9a5fb38f48 refactor: rename node resolver methods 2024-03-25 19:13:27 +00:00
68191205c7 feat: don't send entire include to node resolvers 2024-03-25 19:13:27 +00:00
cbc19d35ea feat: root remote taskfiles 2024-03-25 19:13:27 +00:00
c7ba42b81a fix: resolve directory correctly when using --dir 2024-02-22 14:59:54 -06:00
bb9d582255 feat: stdin node 2024-02-22 14:59:54 -06:00