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

2368 Commits

Author SHA1 Message Date
be45eb04d9 refactor: watchTasks - Chmod operations are already filtered in the Deduper 2025-05-26 16:51:37 -03:00
6b878980dc refactor(fsnotifyext): use Event.Has to check for chmod operations
As recommended by the Event.Op godoc. Op is a bitmask, and some systems may send multiple operations at once
2025-05-26 16:51:37 -03:00
cd910abd45 doc(fsnotifyext): add godoc for GetChan method 2025-05-26 16:51:37 -03:00
6e524bb2fa refactor(fsnotifyext): GetChan should return a receive only chan 2025-05-26 16:51:37 -03:00
b4c8f5a0fe refactor(fsnotifyext): handle Deduper timers in own goroutine, avoid mutex use 2025-05-26 16:51:37 -03:00
09f85844ba chore(deps): update all non-major dependencies (#2270) 2025-05-26 16:39:01 -03:00
d54d2ccabc chore: add special variables task to remote for testing 2025-05-24 13:33:55 +00:00
cf81ab3112 chore: go mod tidy 2025-05-24 13:11:02 +00:00
aaa7b7772d chore: changelog for #2223 2025-05-24 13:03:29 +00:00
71eb8cdeea feat: checksum pinning (#2223) 2025-05-24 14:00:02 +01:00
68ce8b1d84 chore: changelog for #2220 2025-05-24 12:41:31 +00:00
5323990c72 feat: redact credentials in remote urls (#2220)
* feat: redact credentials in remote urls

* chore: improve function naming

* fix: TaskfileNotSecureError should use redacted URI

* feat: unexport all node implementation fields

* fix: unexport HTTPNode.url
2025-05-24 13:38:18 +01:00
ec4e68d601 chore: changelog for #2256 2025-05-20 20:40:28 +00:00
bb5b045293 feat: add task name to json output (#2256) 2025-05-20 21:37:57 +01:00
89f29cb75b chore(deps): update all non-major dependencies (#2260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-20 13:38:05 +02:00
da4ce5b0a5 fix(expand): return nothing if there are no matches 2025-05-09 15:55:52 -03:00
fb68a5f79a chore(deps): update golangci/golangci-lint-action action to v8 (#2237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valentin Maerten <maerten.valentin@gmail.com>
2025-05-06 20:45:06 +02:00
f40f389cb4 chore(deps): update all non-major dependencies (#2236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 20:43:16 +02:00
a459eeaabb chore: changelog for #2233 2025-05-03 17:18:27 +02:00
84f02a822f docs: mention that method key is allowed at root level (#2233) 2025-05-03 17:17:11 +02:00
55d1aa260d chore: changelog for #2211 2025-05-03 17:12:31 +02:00
e7084cdf26 chore: update schemas only when a release is done (#2211) 2025-05-03 17:11:56 +02:00
ca55e9b621 chore: changelog for #2225 2025-05-01 17:58:47 +00:00
6528b36caa feat: add uuid and rand number functions (#2225)
* feat: add uuid and rand number functions

* chore: remove randFloat for now
2025-05-01 17:58:01 +00:00
f8736c5f77 chore: changelog for #2140 2025-05-01 17:51:47 +00:00
6896accf86 feat: cli args list (#2140) 2025-05-01 18:43:43 +01:00
c12ed49acb chore: remove unused any2 testdata 2025-04-28 21:04:24 +00:00
d1bfd3e9f7 docs: move yaml templating functions to the correct section 2025-04-28 20:57:18 +00:00
fc17343fcc chore(deps): update all non-major dependencies (#2214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-28 14:37:44 +02:00
d3e9be1520 chore: changelog for #2219 2025-04-28 12:21:26 +00:00
d850d03c96 feat: add yaml templating functions (#2219)
* feat: add yaml templating functions

* docs: add yaml functions to templating reference

* refactor: remove some unnecessary function wrappers
2025-04-28 12:19:56 +00:00
0058f18676 chore: changelog for #2216 2025-04-28 12:05:10 +00:00
b3c4007756 fix: double escaped paths (#2216) 2025-04-28 13:02:46 +01:00
9e8fd54be9 chore: changelog for #2200 2025-04-27 23:02:32 +00:00
a33544101a fix: fuzzy model was not instanciated (#2200)
* fix: fuzzy model was not instanciated

* add test

* add test
2025-04-28 00:00:54 +01:00
1c35358fcc v3.43.3 v3.43.3 2025-04-27 22:29:34 +00:00
13daa6dc35 feat: formatting with golangci-lint and gci 2025-04-27 22:28:42 +00:00
20c1ffe098 docs: update variables example so that it doesn't error 2025-04-27 22:26:59 +00:00
bd8ccb8d03 chore: changelogs for reverts 2025-04-27 22:26:29 +00:00
8162b05f59 Revert "feat: process variables in include vars (#2113)"
This reverts commit f0414f162d.
2025-04-27 22:15:49 +00:00
68d5095761 Revert "fix: .USER_WORKING_DIR should contain the value of --dir if given (#2186)"
This reverts commit 768dca053b.
2025-04-27 22:14:50 +00:00
6cb0a5a2f2 v3.43.2 v3.43.2 2025-04-21 16:35:01 -03:00
08056924e0 chore: add changelog entry for #2191 2025-04-21 16:33:30 -03:00
39706105e1 fix: CLI_ARGS is a string and not an array (#2191) 2025-04-21 16:31:18 -03:00
bf4e7960cb chore: show right version on changelog 2025-04-21 14:31:25 -03:00
3d36616e9e v3.43.1 v3.43.1 2025-04-21 13:57:43 -03:00
3976e8372a chore: move the experiments package out of the internal/ dir
Closes #2014
2025-04-21 13:55:56 -03:00
c2123dc016 v3.43.0 v3.43.0 2025-04-21 13:50:40 -03:00
0a6cd1ee42 chore: add changelog entry for #2173 2025-04-21 13:48:25 -03:00
7169bf6434 fix: interpolate vars in defer (#2173) 2025-04-21 13:43:20 -03:00