1
0
mirror of https://github.com/go-task/task.git synced 2026-04-24 19:54:16 +02:00

Commit Graph

  • d356c649aa chore: changelog for #2682 Valentin Maerten 2026-02-15 17:01:02 +01:00
  • ca24d32f37 chore: changelog for #2669 Valentin Maerten 2026-02-15 14:56:48 +01:00
  • f63a63fa6c fix: improve error message when searching for Taskfile. (#2682) Timothy Rule 2026-02-15 14:56:35 +01:00
  • c0ff7105e7 chore(deps): update peter-evans/find-comment action to v4 (#2684) renovate[bot] 2026-02-15 14:49:49 +01:00
  • 8b063d6b92 fix(git): check cache before context timeout in getOrCloneRepo (#2669) Valentin Maerten 2026-02-15 14:46:55 +01:00
  • dc8ac5e79f chore: changelog for #2686 Valentin Maerten 2026-02-15 14:45:47 +01:00
  • df7810ab63 fix: copy watch when merging tasks during import (#2686) Timothy Rule 2026-02-15 14:42:59 +01:00
  • 82783417ea docs: update integration doc with details of extension config namespace change (#2428) Pete Davison 2026-02-14 20:47:06 +00:00
  • d5bed6b716 chore(deps): update peter-evans/create-or-update-comment action to v5 (#2673) renovate[bot] 2026-02-02 09:42:48 +01:00
  • c8f722c0d5 chore(deps): update actions/upload-artifact action to v6 (#2672) renovate[bot] 2026-02-02 09:35:52 +01:00
  • b7743eda88 chore(goreleaser): update descriptions Andrey Nering 2026-01-31 16:20:31 -03:00
  • c0796e9701 chore: changelog for #2656 Valentin Maerten 2026-01-31 18:53:52 +01:00
  • cf54be3266 fix(node_git): always use unix path style (#2656) Trim21 2026-02-01 01:49:22 +08:00
  • 93cdccefce feat(cmd): add ask option to commands Valentin Maerten 2026-01-25 22:14:19 +01:00
  • e129ae2fac docs: fix dir headline level (#2665) Jens Erat 2026-01-28 19:21:50 +01:00
  • ed69256512 chore: update readme title and description to match website Andrey Nering 2026-01-27 22:24:24 -03:00
  • 40ad9719d4 chore(website): improve home page title, including on opengraph Andrey Nering 2026-01-27 22:18:49 -03:00
  • 48f75f0913 docs(cli): mention --list with --silent Andrey Nering 2026-01-27 21:52:12 -03:00
  • f000ea2b22 chore(website): have a good opengraph image Andrey Nering 2026-01-27 21:51:46 -03:00
  • e8be687a40 chore(website): add "edit this page on github" links Andrey Nering 2026-01-27 21:45:17 -03:00
  • 788605a3a9 chore(deps): update actions/setup-go action to v6 (#2662) renovate[bot] 2026-01-26 21:42:04 +01:00
  • 697cf442a2 docs(blog): adjust post title Andrey Nering 2026-01-26 09:51:43 -03:00
  • e957edf783 chore(website): add goodx sponsor Andrey Nering 2026-01-26 09:37:23 -03:00
  • 09e7247d05 v3.48.0 v3.48.0 Andrey Nering 2026-01-26 09:26:23 -03:00
  • 502f24a2ad docs(changelog): add entry for #2658 and #2660 Andrey Nering 2026-01-26 09:24:26 -03:00
  • f09f31c6d5 fix: skip prompting for vars when task if condition fails Valentin Maerten 2026-01-25 20:39:01 +01:00
  • 5a78808caa fix: evaluate task-level if condition after resolving dynamic variables Valentin Maerten 2026-01-25 19:40:29 +01:00
  • 81fbca3420 refactor(compiler): remove unnecessary closure comments scoped Valentin Maerten 2026-01-25 20:54:49 +01:00
  • 7323fe8009 fix: resolve lint issues after rebase Valentin Maerten 2026-01-25 20:45:46 +01:00
  • c8efbc2f4a docs(experiments): reference issue #2035 in scoped taskfiles doc Valentin Maerten 2026-01-25 19:08:45 +01:00
  • 17257a1c31 chore: add scoped variables planning documents (to be reverted) Valentin Maerten 2026-01-14 19:36:03 +01:00
  • 2810c267dd feat(scoped): refactor compiler, add nested includes, document flatten Valentin Maerten 2026-01-14 19:34:53 +01:00
  • a57a16efca fix(compiler): add call.Vars support in scoped mode Valentin Maerten 2025-12-29 17:07:48 +01:00
  • 5ef7313e95 docs(experiments): add SCOPED_TASKFILES documentation Valentin Maerten 2025-12-29 16:56:14 +01:00
  • e05c9f7793 fix(compiler): CLI vars have highest priority in scoped mode Valentin Maerten 2025-12-29 16:45:41 +01:00
  • edee501b6b feat(experiments): rename SCOPED_INCLUDES to SCOPED_TASKFILES and add env namespace Valentin Maerten 2025-12-29 16:31:51 +01:00
  • efaea39503 test(scoped-includes): add tests for variable isolation Valentin Maerten 2025-12-26 21:19:13 +01:00
  • 04b8b75525 feat(compiler): implement lazy variable resolution for scoped includes Valentin Maerten 2025-12-26 21:08:37 +01:00
  • 0dbeaaf187 feat(taskfile): skip var merge when SCOPED_INCLUDES enabled Valentin Maerten 2025-12-26 21:02:33 +01:00
  • da927ad5fe feat(graph): add Root() helper method Valentin Maerten 2025-12-26 21:00:02 +01:00
  • 9732f7e08b feat(executor): store TaskfileGraph for lazy resolution Valentin Maerten 2025-12-26 20:54:33 +01:00
  • 1b418409d1 feat(experiments): add SCOPED_INCLUDES experiment Valentin Maerten 2025-12-26 20:53:10 +01:00
  • 026c899d90 feat: support self-signed certificates for remote taskfiles (#2537) Valentin Maerten 2026-01-25 18:51:30 +01:00
  • f6720760b4 fix(includes): propagate silent mode from included Taskfiles to tasks (#2640) Timothy Rule 2026-01-25 16:33:52 +01:00
  • 065236f076 chore: changelog for #2635 Valentin Maerten 2026-01-25 16:08:11 +01:00
  • 1bd5aa6bd5 fix: correct the value of ROOT_TASKFILE when no entrypoint (#2635) Timothy Rule 2026-01-25 16:06:13 +01:00
  • c3fd3c4b5e chore: add website/.netlify to gitignore Valentin Maerten 2026-01-25 14:26:53 +01:00
  • 299232ee7d fix(website): improve SEO with favicons, structured data and robots.txt (#2657) Valentin Maerten 2026-01-25 14:16:23 +01:00
  • 12a26fa15e v3.47.0 v3.47.0 Andrey Nering 2026-01-24 20:49:48 -03:00
  • 4ab5dec8ae fix(website): have the actual page title on open graph and twitter tags Andrey Nering 2026-01-24 20:44:53 -03:00
  • af311229fe docs: new blog post about if: and required variables prompt Andrey Nering 2026-01-24 20:25:14 -03:00
  • 1443e2d989 chore(deps): update mvdan/sh once again Andrey Nering 2026-01-24 20:23:12 -03:00
  • 5bf4e4a29b chore(deps): revert mvdan/sh to latest stable version (#2651) Andrey Nering 2026-01-24 19:21:30 -03:00
  • f9052c9fdf chore(taskfile): add go.mod as a dependency of install Andrey Nering 2026-01-24 18:49:38 -03:00
  • 0a82e2e053 chore: changelog for #2579 Valentin Maerten 2026-01-22 21:22:39 +01:00
  • 6dedcafd7d feat(vars): add interactive prompting for required variables (#2579) Valentin Maerten 2026-01-22 21:20:45 +01:00
  • c84cfa41f7 chore: changelog for #2564 Valentin Maerten 2026-01-21 23:06:59 +01:00
  • 9bc1efbc47 feat: add conditional execution for tasks and commands (#2564) Valentin Maerten 2026-01-21 23:05:40 +01:00
  • da7eb0c855 fix(shell): fix deprecation warning Andrey Nering 2026-01-21 14:02:37 -03:00
  • edb491a4d0 chore(deps): update shell interpreter Andrey Nering 2026-01-21 13:52:50 -03:00
  • 2ad3d26f4a chore(deps): update all non-major dependencies (#2637) renovate[bot] 2026-01-19 21:09:40 +01:00
  • cdfcd08213 chore(deps): update actions/checkout action to v6 (#2638) renovate[bot] 2026-01-19 21:08:59 +01:00
  • 382c37bc2a chore: changelog for #2234 Valentin Maerten 2026-01-18 19:07:13 +01:00
  • 618cd8956f feat: wildcard match aliases (#2234) Valentin Maerten 2026-01-18 19:05:29 +01:00
  • b53e5da41a docs(changelog): add entry for #2584 Andrey Nering 2026-01-18 09:20:00 -03:00
  • b9c1ab8eae fix: ensure no ansi sequences are printed for --color=false (#2584) Timothy Rule 2026-01-18 13:18:52 +01:00
  • e47f55783e docs(changelog): add entry for #1566, #2633 Andrey Nering 2026-01-18 08:44:50 -03:00
  • d5f071c096 fix: print prefix when task is up-to-date and output-style is prefixed (#2633) Timothy Rule 2026-01-18 12:42:18 +01:00
  • fb784f4e3d chore(taskfile): create tag as annotated and add message automatically Andrey Nering 2025-12-24 19:02:30 -03:00
  • 91f9299c98 chore(deps): update all non-major dependencies (#2611) renovate[bot] 2026-01-14 21:07:58 +01:00
  • 145412a75c chore: changelog for #2602 Valentin Maerten 2026-01-14 19:51:00 +01:00
  • ba38344ca6 fix: remote git taskfile cloning and directory includes (#2602) Valentin Maerten 2026-01-14 19:43:39 +01:00
  • 4e963f8714 feat(ci): add on-demand PR build workflow (#2578) Valentin Maerten 2026-01-14 19:41:50 +01:00
  • 3d4d189bcd docs: clarify dotenv file precedence when multiple files are specified (#2628) Bouke Versteegh 2026-01-14 19:37:41 +01:00
  • 179bde1f37 v3.46.4 v3.46.4 Andrey Nering 2025-12-24 18:57:17 -03:00
  • e4de687aee docs(changelog): add entry for #2592 Andrey Nering 2025-12-24 18:55:21 -03:00
  • 06538860a8 fix(completion): use posix whitespace in fish sed regex (#2592) WinkelCode 2025-12-24 22:48:54 +01:00
  • 8a37bf5c1f chore(deps): update all non-major dependencies (#2598) renovate[bot] 2025-12-23 20:36:40 +01:00
  • ca99266aea feat(schema): add cache-dir property to taskrc schema (#2603) Valentin Maerten 2025-12-23 20:35:57 +01:00
  • 8dfafe507f v3.46.3 v3.46.3 Andrey Nering 2025-12-19 15:50:51 -03:00
  • 678fdec7d2 docs(changelog): add entry for #2593 and #2594 Andrey Nering 2025-12-19 15:50:33 -03:00
  • 3626b271a7 fix(completion): correct zsh pattern matching for global flag (#2594) Valentin Maerten 2025-12-19 19:48:59 +01:00
  • fc378cfb92 v3.46.2 v3.46.2 Andrey Nering 2025-12-18 17:55:19 -03:00
  • 9488a2a744 docs(changelog): add entry for #2588 and #2589 Andrey Nering 2025-12-18 17:54:38 -03:00
  • 6ece2445ae docs(changelog): change tag to match release on github Andrey Nering 2025-12-18 17:51:33 -03:00
  • 9b95e758f4 fix: cli variables should take priority over aaskfile defaults (#2589) Valentin Maerten 2025-12-18 21:50:00 +01:00
  • 28fee2c356 v3.46.1 v3.46.1 Valentin Maerten 2025-12-18 17:42:03 +01:00
  • 763e77467b fix: cloudsmith alpine upload Valentin Maerten 2025-12-18 17:41:54 +01:00
  • f2385e625d v3.46.0 v3.46.0 Valentin Maerten 2025-12-18 17:29:29 +01:00
  • e929cccd73 docs: better changelog (#2586) Valentin Maerten 2025-12-18 16:42:55 +01:00
  • cb183349b7 refactor: migrate from go-git to go-getter (#2512) Valentin Maerten 2025-12-18 12:21:30 +01:00
  • 2ebbb99f58 improve website's SEO Valentin Maerten 2025-12-18 08:52:32 +01:00
  • 6660afc8d2 feat: auto-detect color output in CI environments (#2569) Valentin Maerten 2025-12-18 08:40:37 +01:00
  • b710259bfa feat(completion): add zstyle verbose option for zsh completion (#2571) Valentin Maerten 2025-12-18 08:35:56 +01:00
  • 4ec6c453bd feat: add remote.cache-dir taskrc option (#2572) Valentin Maerten 2025-12-18 08:32:11 +01:00
  • 28408ef3f4 fix(schema): workaround IntelliJ JSON Schema validation bug (#2576) Valentin Maerten 2025-12-15 23:03:13 +01:00
  • a2d34ffc4c chore: changelog for #2577 Valentin Maerten 2025-12-15 22:45:52 +01:00
  • 1a190a118f feat: expose .CLI_ASSUME_YES templating variable (#2577) Semih Buyukgungor 2025-12-16 00:42:27 +03:00
  • 18efa3982f chore(deps): update all non-major dependencies (#2580) renovate[bot] 2025-12-15 14:33:40 -03:00
  • 655e83454e fix(completion): handle colons in task descriptions for fish (#2573) Valentin Maerten 2025-12-14 15:56:18 +01:00