Commit Graph

  • 3a3bfb6989 chore(deps): update all non-major dependencies renovate/all-minor-patch renovate[bot] 2026-08-28 23:04:57 +00:00
  • b6b8ca1cdd chore: reword the redirect downgrade changelog entry fix/remote-redirect-downgrade Valentin Maerten 2026-08-25 13:20:10 +02:00
  • dfc530e97e fix(remote): allow a downgrade redirect under --insecure Valentin Maerten 2026-08-23 13:28:20 +02:00
  • f1637f84b5 refactor(remote): extract the fetch error translation Valentin Maerten 2026-08-23 13:18:05 +02:00
  • 25fc28927d fix(remote): refuse a redirect that drops TLS Valentin Maerten 2026-08-23 13:06:37 +02:00
  • bff4f97d7e refactor(remote): template header values instead of expanding ${VAR} feat/remote-auth-headers Valentin Maerten 2026-08-23 12:35:55 +02:00
  • 8fc344f6cc test(remote): drop the RemoteExists status tests Valentin Maerten 2026-08-23 12:25:36 +02:00
  • 433e2bb2ee docs(remote): add the remote.auth schema to next-schema-taskrc.json Valentin Maerten 2026-08-23 12:24:58 +02:00
  • d10460ab61 docs(remote): document remote.auth under next instead of latest Valentin Maerten 2026-08-23 12:22:38 +02:00
  • 1b7e67d1f9 refactor(remote): carry the auth headers as taskfile.HostHeaders Valentin Maerten 2026-08-20 18:12:26 +02:00
  • a41df4a127 fix(remote): report a 401 instead of a missing Taskfile Valentin Maerten 2026-08-20 16:50:43 +02:00
  • 8d3a20ef33 chore(remote): trim the remote.auth comments Valentin Maerten 2026-08-13 18:06:12 +02:00
  • 8a93190060 feat(remote): add remote.auth to send HTTP headers when downloading Taskfiles Valentin Maerten 2026-08-13 15:14:31 +02:00
  • b250872d9a feat(release): publish the snap package with goreleaser (#2989) main nightly Valentin Maerten 2026-08-21 15:31:53 +02:00
  • 920de654cd feat(release): announce releases on discord (#2988) Valentin Maerten 2026-08-21 15:31:53 +02:00
  • 30c998136d feat(release): generate the GitHub release body from the changelog (#2987) Valentin Maerten 2026-08-21 15:31:52 +02:00
  • 13f72a0b56 fix(completion): always leave a trailing space after a task name feat/completion-engine Valentin Maerten 2026-08-20 16:51:59 +02:00
  • 978277273e fix(completion): complete task names and required vars together Valentin Maerten 2026-08-20 16:11:49 +02:00
  • 5fe752d48a refactor(completion): tighten the engine after a cleanup pass Valentin Maerten 2026-08-20 15:12:47 +02:00
  • b00d2bafb6 test(completion): drop the binary-building protocol tests Valentin Maerten 2026-08-20 14:50:45 +02:00
  • 960fdb7bc5 docs(completion): document the new engine in next/, not latest/ Valentin Maerten 2026-08-20 14:28:16 +02:00
  • ed7a206e19 feat(completion): unify shell completions behind an opt-in task __complete engine Valentin Maerten 2026-08-20 13:56:01 +02:00
  • dd4463ec60 chore: bump minimum Go to 1.26 and adopt 1.26 features (#2920) Valentin Maerten 2026-08-20 12:24:04 +02:00
  • 325e3188f0 chore(deps): update golangci-lint to 2.13.0 (#2991) Valentin Maerten 2026-08-20 12:24:03 +02:00
  • 6170794c9f chore: re-write changelog for 3.53.1 Valentin Maerten 2026-08-18 18:08:21 +02:00
  • a0af41c5aa ci: announce releases on discord ci/announce-releases-on-discord Valentin Maerten 2026-08-18 17:56:34 +02:00
  • ff3372fc50 v3.53.1 v3.53.1 Valentin Maerten 2026-08-18 17:23:38 +02:00
  • beed208fd3 fix(ci): run pnpm install from the website directory Valentin Maerten 2026-08-18 17:20:25 +02:00
  • 3ae5b31b90 chore: remove accidentally committed worktree gitlink Valentin Maerten 2026-08-18 17:16:46 +02:00
  • 1530114bca v3.53.0 v3.53.0 Valentin Maerten 2026-08-18 17:14:13 +02:00
  • 2449247e16 feat(homebrew): migrate from Formula to Cask (#2702) Valentin Maerten 2026-08-18 17:11:28 +02:00
  • ed98857afc docs: credit JetBrains for the open source licenses (#2984) Valentin Maerten 2026-08-18 17:00:39 +02:00
  • 4bcc01fb1e feat: add blog post for remote taskfiles (#2974) Pete Davison 2026-08-18 15:59:59 +01:00
  • d9d0e44cf4 chore(deps): update all non-major dependencies (#2978) renovate[bot] 2026-08-18 16:58:43 +02:00
  • 936b90c625 feat(website): serve the released docs from a versioned copy (#2979) Valentin Maerten 2026-08-17 14:15:03 +02:00
  • b7836eb893 feat: set content type for example remote taskfile Pete Davison 2026-08-16 11:46:30 +00:00
  • c1a804e0bc chore: changelog for #2981 Pete Davison 2026-08-16 11:32:28 +00:00
  • 1d0719b65a feat: load the sidebar data and titles/excerpts from the blog post markdown document and its frontmatter (#2981) Pete Davison 2026-08-16 12:14:08 +01:00
  • 1868ad2969 fix(remote): verify the pinned checksum on remote cache hits (#2980) Valentin Maerten 2026-08-14 19:46:08 +02:00
  • 50c5ae18e4 fix: minor adjustment to blog post description to match post edit Pete Davison 2026-08-13 21:49:48 +00:00
  • 908c6b96da feat: update pull request template (#2975) Pete Davison 2026-08-13 18:05:29 +01:00
  • 4c144fed8f chore(website): add blog post about the github secure oss fund (#2977) Andrey Nering 2026-08-13 13:18:56 -03:00
  • 813bc8a11d chore: drop the breaking-change marker from the #2898 changelog entry Valentin Maerten 2026-08-13 15:21:00 +02:00
  • 695df18231 fix(completion): drop the REMOTE_TASKFILES marker from the Nushell flags (#2973) Valentin Maerten 2026-08-13 16:00:46 +02:00
  • 9491f1683c chore: add changelog for #2906 Pete Davison 2026-08-13 13:51:02 +00:00
  • 87076b165f feat: enable remote taskfiles (#2906) Pete Davison 2026-08-13 14:38:10 +01:00
  • 37898d9102 feat: command timeouts (#2898) Valentin Maerten 2026-08-11 22:09:25 +02:00
  • 993508c782 feat(completion): add Nushell completions (#2966) Valentin Maerten 2026-08-11 20:12:17 +02:00
  • e8404ea6e0 chore: changelog for #2942 Valentin Maerten 2026-08-11 08:48:30 +02:00
  • 5e6b365fe8 fix: resolved escape key presses not canceling prompt for required vars (#2942) Anil Natha 2026-08-10 23:47:21 -07:00
  • 49e929d353 feat: Improve verbose logging - print failed task (#2240) Andrei Bodrov 2026-08-10 23:52:08 +03:00
  • bc37f113f1 chore: changelog for #2240 Valentin Maerten 2026-08-10 22:51:54 +02:00
  • fc8fd0f62e docs(templating): document the move from slim-sprig to sprout chore/templating-sprout Valentin Maerten 2026-08-10 21:17:33 +02:00
  • b0c792f09e feat(templater): report template deprecations through the verbose logger Valentin Maerten 2026-08-10 21:11:49 +02:00
  • 3d2fb43227 feat(templater): migrate the template engine from slim-sprig to sprout Valentin Maerten 2026-08-10 21:09:22 +02:00
  • 1750f4560b test(templater): snapshot the template function surface and behaviour Valentin Maerten 2026-08-10 21:03:56 +02:00
  • 8e89cf879c chore: changelog for #2967 Valentin Maerten 2026-08-10 20:27:59 +02:00
  • 2ea5d7dee2 chore: changelog for #2044 Valentin Maerten 2026-08-10 20:27:47 +02:00
  • 65471a2ef8 fix: align command schema definitions with the parser (#2967) Valentin Maerten 2026-08-10 20:25:05 +02:00
  • 49eea5352c fix: schema does not allow ignore_error in a for loop (#2044) Gerard O'Keefe 2026-08-10 12:22:25 -06:00
  • 2cdadb4c99 chore: changelog for #2956 Valentin Maerten 2026-08-10 19:50:50 +02:00
  • 85aca587b1 fix: accept []string and []int in matrix refs (#2956) shaurya 2026-08-10 23:17:58 +05:30
  • d4fd591dd3 docs: fix incorrect godoc comments on WithVersionCheck and WithFailfast (#2963) Nithwin 2026-08-10 23:15:37 +05:30
  • a80bee87cb chore(deps): update all non-major dependencies (#2943) renovate[bot] 2026-08-10 16:39:06 +02:00
  • 678bd6ba62 chore: changelog for #2959 Valentin Maerten 2026-08-10 16:27:19 +02:00
  • 2888867c94 feat: support excluding task namespaces (#2959) 星尘 2026-08-10 22:23:51 +08:00
  • 0c6c9413ff chore: changelog for #2960 fix/timestamp-empty-sources Valentin Maerten 2026-08-09 22:51:17 +02:00
  • a59392982d fix: report no timestamp when a task's sources match no file Valentin Maerten 2026-08-09 22:50:54 +02:00
  • fc49c72647 refactor: centralize fingerprint method resolution in a Fingerprinter (#2924) Valentin Maerten 2026-08-10 16:12:18 +02:00
  • d2b02e3c69 fix: preserve stdin taskfile bytes (#2950) cui fliter 2026-08-10 02:55:17 +08:00
  • f174912975 docs: document use_gitignore in schema reference and guide (#2957) shaurya 2026-08-05 14:18:23 +05:30
  • 886d1ea650 docs: close two unterminated code fences and fix --trust flag name (#2955) shaurya 2026-08-04 19:54:23 +05:30
  • d04748f0a4 test: fix flaky TestDeps by using group output (#2926) Valentin Maerten 2026-08-03 22:44:03 +02:00
  • 651aa44f50 perf: reuse buffer when hashing source files for checksums (#2925) Valentin Maerten 2026-08-03 22:30:20 +02:00
  • 5ecb94796d ci(renovate): fix the invalid go constraint and skip indirect digest updates (#2952) Valentin Maerten 2026-08-03 22:30:13 +02:00
  • 2e5106bf24 feat: support enum.ref in interactive prompts (#2927) Valentin Maerten 2026-08-03 22:20:10 +02:00
  • c5b977ccc1 ci(renovate): stop dependency updates from bumping the go directive (#2951) Valentin Maerten 2026-08-03 22:05:23 +02:00
  • c05bdcddf5 chore(deps): update dependency netlify-cli to v27 (#2939) renovate[bot] 2026-07-25 19:10:54 +02:00
  • 1426db91e4 chore(deps): update all non-major dependencies (#2935) renovate[bot] 2026-07-25 19:01:00 +02:00
  • 547af56489 chore(deps): update actions/setup-node action to v7 (#2937) renovate[bot] 2026-07-25 10:12:52 +00:00
  • ab234c83f9 chore(deps): update go-task/setup-task action to v2 (#2940) renovate[bot] 2026-07-25 10:03:56 +00:00
  • c50f0de5bb chore(deps): update actions/setup-python action to v7 (#2938) renovate[bot] 2026-07-25 10:01:40 +00:00
  • bf696ce45d chore(deps): update actions/setup-go action to v7 (#2936) renovate[bot] 2026-07-25 09:59:40 +00:00
  • 4e869d2c30 ci(github): consolidate test and lint into single workflow (#2558) Valentin Maerten 2026-07-20 18:02:38 +02:00
  • e08fc2e587 fix: support .MATCH in wildcard include vars fix/match-wildcard-include-vars Valentin Maerten 2026-07-20 08:57:45 +02:00
  • 81a49a40c3 test: support checkout paths containing spaces in fixtures (#2923) baaki 2026-07-20 01:43:18 +05:30
  • 81c4291803 chore: changelog for #2915 Valentin Maerten 2026-07-14 22:39:55 +02:00
  • f6f458fe1d fix: joinUrl no longer collapses the URL scheme (#2915) vsaraikin 2026-07-14 22:25:44 +02:00
  • aac8c00e99 docs: add missing tasks.{task}.vars to schema reference (#2912) Toby Griffiths 2026-07-14 21:06:42 +01:00
  • 26baea3dcd Merge commit from fork Valentin Maerten 2026-07-14 22:06:38 +02:00
  • 6833ee5c0c chore(deps): update all non-major dependencies (#2909) renovate[bot] 2026-07-14 22:02:35 +02:00
  • 75b227ee13 docs(changelog): add entries for #2853, #2883 and #2884 Andrey Nering 2026-07-13 18:03:48 -03:00
  • ed24adbc99 perf: avoid eager fingerprint variable evaluation (#2883) Maxime Boucher 2026-07-13 13:58:27 -07:00
  • 9200d42282 perf: add fast path for simple recursive globs (#2884) Maxime Boucher 2026-07-13 13:58:01 -07:00
  • dc4ce212e3 docs: add zed extension to community integrations (#2914) Nick Gluschenko 2026-07-13 23:53:22 +03:00
  • 6e795f084a test: self-manage .git in gitignore fixture tests (#2908) Valentin Maerten 2026-07-13 12:11:16 +02:00
  • 5ebb0d19d9 test: add benchmarks for glob cache performance (#2881) Maxime Boucher 2026-07-11 07:25:47 -07:00
  • 1f34895185 feat: update experiments workflow to reflect use of issue field instead of labels Pete Davison 2026-07-03 13:31:52 +00:00
  • b4710d29b4 chore: changelog for #2184 Pete Davison 2026-07-03 13:19:03 +00:00
  • 3354090f21 docs: Mention version checks introduced in v3.34.0 (#2184) Jurgen Braam 2026-07-03 15:16:57 +02:00