1
0
mirror of https://github.com/go-task/task.git synced 2026-04-06 03:44:25 +02:00

Commit Graph

  • 7feceeae87 fix: handle errors when sh is used in Taskfiles with the any variables experiment enabled Pete Davison 2023-12-02 02:26:08 +00:00
  • 1eeb7d5cf9 fix: dynamic vars break with for because of fast-compiled tasks Pete Davison 2023-12-02 01:00:32 +00:00
  • 4a0414274f feat: for supports variables and lists of any type Pete Davison 2023-11-30 11:32:53 +00:00
  • 1a12b94bd3 feat: new dynamic variable syntax Pete Davison 2023-11-30 01:56:30 +00:00
  • 12a8fb0581 docs: any variables experiment Pete Davison 2023-11-30 01:36:50 +00:00
  • 20aad66e48 feat: update schema to support objects and arrays in vars Pete Davison 2023-11-30 01:18:00 +00:00
  • 1cd26ae1b9 feat: add ability to unmarshal as any when experiment enabled Pete Davison 2023-11-29 16:24:56 +00:00
  • 5516ac1a00 feat: change Var.Value from string to an any type Pete Davison 2023-11-29 16:21:21 +00:00
  • de09e675c1 refactor: rename Var.Static to Var.Value Pete Davison 2023-11-28 18:18:28 +00:00
  • f58257a208 feat: add any variable experiment flag Pete Davison 2023-11-28 17:55:38 +00:00
  • abf0d29736 chore: changelog Pete Davison 2023-12-18 09:56:16 +00:00
  • c5a2e92e5e feat: add aliases to --json output Pete Davison 2023-12-18 09:45:41 +00:00
  • edb9dcd284 chore: bump golangci-lint version Pete Davison 2023-12-17 03:39:23 +00:00
  • cb0e6c5efc chore(docs): fix typo (#1422) William Sjökvist 2023-12-13 17:35:02 +01:00
  • 4e35b1e9c2 chore: sync translations (#1418) task-bot 2023-12-13 13:34:35 -03:00
  • 1becb64d83 chore(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 (#1419) dependabot[bot] 2023-12-13 13:34:20 -03:00
  • c4dce8f506 chore(docs): fix typo on "releasing" page Andrey Nering 2023-11-29 23:17:32 -03:00
  • 7c221ef999 v3.32.0 v3.32.0 Andrey Nering 2023-11-29 22:40:04 -03:00
  • ec35d43677 feat: support negative globs (#1324) Pete Davison 2023-11-29 19:38:12 -06:00
  • a7958c0e3b chore: sync translations (#1404) task-bot 2023-11-22 09:52:01 -03:00
  • 546a4d7e46 feat: prefer remote taskfiles over cached ones (#1345) Pete Davison 2023-11-17 14:51:10 -06:00
  • 834babe0ef chore: add changelog + improve code for #1368 Andrey Nering 2023-11-15 22:38:53 -03:00
  • 8355f16809 feat: add --no-status flag (#1368) Alexander Mancevice 2023-11-15 20:31:02 -05:00
  • db2414402f chore(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 (#1395) dependabot[bot] 2023-11-15 21:42:36 -03:00
  • c7f80a3be4 chore(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 (#1396) dependabot[bot] 2023-11-15 21:39:43 -03:00
  • b883a25c9a chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#1397) dependabot[bot] 2023-11-15 21:39:20 -03:00
  • 7fbded2b13 chore: sync translations (#1399) task-bot 2023-11-15 21:38:07 -03:00
  • fb506acc27 chore: sync translations (#1389) task-bot 2023-11-07 11:15:18 -03:00
  • a8d3a69013 chore: update discord link on issue template Andrey Nering 2023-11-07 11:13:35 -03:00
  • 30a2415ac8 Add silent to for_call schema (#1386) Iain Majer 2023-10-30 12:50:20 +00:00
  • b681ef9868 fix(platforms): do not run dynamic vars for other platforms (#1377) Andrey Nering 2023-10-21 21:42:26 -03:00
  • 38efad5aa2 chore: sync translations (#1376) task-bot 2023-10-21 21:40:52 -03:00
  • 6de3be1384 refactor(merge): use constant Andrey Nering 2023-10-21 21:10:42 -03:00
  • 781e55fce9 chore(website): remove gold sponsors section Andrey Nering 2023-10-21 18:59:22 -03:00
  • 9b0de2e72e chore: sync translations (#1371) task-bot 2023-10-18 09:51:47 -03:00
  • d4f7216256 chore(deps): bump @babel/traverse from 7.18.2 to 7.23.2 in /docs (#1374) dependabot[bot] 2023-10-18 09:51:17 -03:00
  • 2842ae7fb5 chore(docs) add missing watch: true to example Andrey Nering 2023-10-11 09:40:14 -03:00
  • 75aa066d9c chore: sync translations (#1367) task-bot 2023-10-07 22:10:49 -03:00
  • 244aa93b3a chore(taskfile): add task to install goreleaser Andrey Nering 2023-10-07 19:38:16 -03:00
  • 6177376e50 v3.31.0 v3.31.0 Andrey Nering 2023-10-07 19:10:57 -03:00
  • b5f6a237cc chore: add changelog entry for #1338 Andrey Nering 2023-10-07 19:03:25 -03:00
  • d741dfe26d fix(precondition): do not print error if context was aborted (#1338) Marcello Sylvester Bauer 2023-10-07 15:01:57 -07:00
  • 5168e54af7 chore: add changelog entry for #1343 Andrey Nering 2023-10-07 18:59:20 -03:00
  • 05755f3a52 fix: templates on task descriptions (#1343) Juan Ignacio Donoso 2023-10-07 18:57:14 -03:00
  • dc77286282 feat: unify prompts (#1344) Pete Davison 2023-10-07 16:55:43 -05:00
  • 222cd8c8f8 chore: add changelog entry for #1356 Andrey Nering 2023-10-07 18:41:35 -03:00
  • 2f92f2ac5f fix: exclude other "ignored" files. (#1356) Oleg Butuzov 2023-10-08 00:38:14 +03:00
  • a70f5aafc2 fix: increase max task calls limit from 100 to 1000 Andrey Nering 2023-10-07 18:28:49 -03:00
  • adfb96b637 feat: add ability to set watch: true in Taskfile (#1361) Andrey Nering 2023-10-07 18:06:43 -03:00
  • 383746fcee chore(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#1366) dependabot[bot] 2023-10-07 19:54:27 +00:00
  • 460ecdf8e9 chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#1365) dependabot[bot] 2023-10-07 16:48:45 -03:00
  • 74c503a33d chore(deps): bump postcss from 8.4.14 to 8.4.31 in /docs (#1364) dependabot[bot] 2023-10-07 16:48:25 -03:00
  • f0d25515e6 chore: remove accidentally added taskfile-dag.gv (#1357) skaluzka 2023-10-01 17:32:04 +02:00
  • 9dc7502e4f chore: sync translations (#1336) task-bot 2023-09-20 09:53:38 -03:00
  • 078e213890 feat: error handling for undefined schema version (#1342) Pete Davison 2023-09-19 13:21:40 -05:00
  • b1ff13d3e8 docs: typo Pete Davison 2023-09-15 17:30:22 +00:00
  • f5aca75798 chore(docs): update branch name on some links Andrey Nering 2023-09-14 21:45:25 -03:00
  • 99d247e254 release: v3.30.1 v3.30.1 Andrey Nering 2023-09-14 21:31:13 -03:00
  • d1d312f396 refactor: minor improvements to setCurrentDir Pete Davison 2023-09-14 22:15:54 +00:00
  • ba299aa71f fix: incorrect remote taskfiles cache directory Pete Davison 2023-09-14 21:57:46 +00:00
  • 92f30d4d70 chore: changelog Pete Davison 2023-09-14 20:57:12 +00:00
  • 93cccd4027 fix: only create a cache if the node is remote Pete Davison 2023-09-14 20:52:56 +00:00
  • 8e7e231aec fix: e.Dir not being set to the correct directory Pete Davison 2023-09-14 20:28:37 +00:00
  • 72d77eb6c0 chore(deps): upgrade slim-sprig to v3.0.0 (#1329) Andrey Nering 2023-09-13 22:59:35 -03:00
  • 42ac242927 release: v3.30.0 v3.30.0 Andrey Nering 2023-09-13 22:04:01 -03:00
  • d0551353f3 chore: add changelog entry for #1325 Andrey Nering 2023-09-13 21:43:40 -03:00
  • 1417f9f6cd feat(checksum): replace md5 with xxh3 to improve performance (#1325) Reilly Brogan 2023-09-13 19:26:48 -05:00
  • 978d66e148 chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 (#1326) dependabot[bot] 2023-09-13 21:12:47 -03:00
  • 4fd69154a3 chore: sync translations (#1328) task-bot 2023-09-13 21:12:26 -03:00
  • 22ce67c5e5 feat: remote taskfiles (HTTP) (#1152) Pete Davison 2023-09-12 16:42:54 -05:00
  • 84ad0056e4 chore: sync translations (#1323) task-bot 2023-09-04 09:46:45 -03:00
  • 07d5e80c57 fix: minor blog typos Pete Davison 2023-09-03 03:19:11 +00:00
  • c6241af64a fix: il8n blog authors Pete Davison 2023-09-02 22:15:58 +00:00
  • 4f6eea8799 blog: introducing experiments Pete Davison 2023-09-02 21:52:43 +00:00
  • a207289955 chore: update experiments and deprecation docs (#1315) Pete Davison 2023-09-02 15:48:05 -05:00
  • 3f2abe011b chore: upgrade Go to v1.21.0 on lint and release actions Andrey Nering 2023-09-02 17:43:14 -03:00
  • afe8a618fe feat: node refactor (#1316) Pete Davison 2023-09-02 15:24:01 -05:00
  • b2e6c93b4b chore: sync translations (#1314) task-bot 2023-08-28 21:20:30 -03:00
  • c3d2437c3a chore(changelog): consolidate v3.29.0 and v3.29.1 Andrey Nering 2023-08-26 19:17:43 -03:00
  • e2552dae45 chore(website): update release docs to include instructions for winget Andrey Nering 2023-08-26 19:17:24 -03:00
  • 1189bdec87 goreleaser: skip automatic winget release on ci Andrey Nering 2023-08-26 19:00:14 -03:00
  • f51f9621d1 fix: goreleaser deprecation on ci Andrey Nering 2023-08-26 18:52:10 -03:00
  • 19eba3cc14 v3.29.1 v3.29.1 Andrey Nering 2023-08-26 18:45:44 -03:00
  • 5b8b58b6d9 v3.29.0 v3.29.0 Andrey Nering 2023-08-26 18:39:18 -03:00
  • d1f643ebd9 fix: --status flag should not have side-effects (#1313) Andrey Nering 2023-08-26 18:30:23 -03:00
  • e96712b020 fix: make sure USER_WORKING_DIR works corrently with includes (#1309) Andrey Nering 2023-08-26 18:06:50 -03:00
  • 6102900060 chore: sync translations (#1308) task-bot 2023-08-17 21:06:37 -03:00
  • 6f986af0d4 feat: bump minimum go version to 1.20 (#1302) Pete Davison 2023-08-11 22:46:37 +01:00
  • dd9b1a1065 chore: fix goreleaser deprecations Andrey Nering 2023-08-09 22:50:07 -03:00
  • ae135f5203 chore: release automatically to winget using goreleaser Andrey Nering 2023-08-09 22:44:29 -03:00
  • c42bc6914e fix: defer keyword in json schema Calvin McLean 2023-07-30 20:51:26 -07:00
  • 0cddd8c167 chore(vscode): add sample settings.json with yaml schema configuration Andrey Nering 2023-08-09 21:30:15 -03:00
  • 22cd0edfc9 fix: signal and watch tests Andrey Nering 2023-08-09 21:12:50 -03:00
  • 600966ac26 fix: add missing \n to watcher log Filip Solich 2023-08-04 20:36:05 +02:00
  • 2b21fd2eda chore(website): reactivate carbon Andrey Nering 2023-08-09 20:47:43 -03:00
  • 90a8c26b25 chore: sync translations (#1291) task-bot 2023-08-05 11:33:39 -03:00
  • 7145791f62 chore(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 (#1298) dependabot[bot] 2023-08-05 11:33:18 -03:00
  • d9a4b4241e docs: add required version for supporting loops (#1290) James Sansbury 2023-08-01 10:26:40 -04:00
  • f219e1ee76 chore: sync translations (#1287) task-bot 2023-07-30 17:21:40 -03:00
  • c0d9c81393 docs: fix few typos in the api reference page (#1286) skaluzka 2023-07-30 22:14:09 +02:00