Commit Graph

  • d5b42e97ec refactor: use tf for taskfile instead of t Pete Davison 2024-01-21 22:10:12 +00:00
  • d6b2926828 refactor: move task merge code into a method Pete Davison 2024-01-21 22:06:54 +00:00
  • 909ec1ed0f refactor: convert taskfile.Merge into a method Pete Davison 2024-01-09 18:48:20 +00:00
  • 672e0198f9 chore: add changelog for #1478 Andrey Nering 2024-01-25 21:17:01 -03:00
  • e9392df30b fix: experiment flags not working when .env is not in cwd (#1478) Pete Davison 2024-01-26 00:15:02 +00:00
  • d0efc1c5cd chore: add changelog for #1469 Andrey Nering 2024-01-25 21:12:37 -03:00
  • 3ff8fdbc0a feat: add ROOT_TASKFILE special variable (#1469) Pete Davison 2024-01-26 00:11:08 +00:00
  • 6ebe2e765f chore: add changelog for #1465 Andrey Nering 2024-01-25 21:07:33 -03:00
  • fa82051a06 fix: tests Pete Davison 2024-01-11 23:33:36 +00:00
  • 90a56df621 feat: update schema to accept semver strings Pete Davison 2024-01-11 22:46:17 +00:00
  • 26e79121f9 refactor: consistent naming for errors Pete Davison 2024-01-11 22:30:52 +00:00
  • e2b85c6aa1 feat: version checks Pete Davison 2024-01-11 22:30:02 +00:00
  • 8c0236c795 chore: fix typo on changelog Andrey Nering 2024-01-25 21:01:26 -03:00
  • 63ec83b8f7 chore: add changelog for #1482 Andrey Nering 2024-01-25 20:59:19 -03:00
  • 1b146543c5 fix(completions): support lowercase filename for Taskfile (#1482) Shaun Tabone 2024-01-26 00:57:21 +01:00
  • 9ee0ea6ad1 chore: add changelog for #1476 Andrey Nering 2024-01-19 18:06:42 -03:00
  • b377ddebff chore: add linting CI step for the JSON Schema Stephen Rosen 2024-01-18 12:29:45 -06:00
  • d6b9b30804 fix: malformed defer definition in JSON Schema Stephen Rosen 2024-01-18 12:07:49 -06:00
  • 149f6fe233 refactor: dedent JSON Schema 'definitions' Stephen Rosen 2024-01-18 12:05:49 -06:00
  • 0488a80ace fix: remove "versioning" from jsonschema defs Stephen Rosen 2024-01-18 09:29:48 -06:00
  • 2cb68aff8b chore: sync translations (#1466) task-bot 2024-01-18 15:26:38 -03:00
  • f1e2fee088 docs: improvements/corrections to experiments doc Pete Davison 2024-01-17 10:53:51 +00:00
  • dc3cf1cb16 chore: changelog for #1438, #1464 Pete Davison 2024-01-11 16:02:52 +00:00
  • 94aaea390f feat: merge template func should support variadic list of maps (#1464) Pete Davison 2024-01-11 16:00:52 +00:00
  • 40b6150030 chore: changelog Pete Davison 2024-01-11 15:12:11 +00:00
  • dbc120c970 feat: support refs in dependencies Pete Davison 2023-12-30 18:10:20 +00:00
  • 25b1966506 feat: resolve variables in vars declarations too Pete Davison 2023-12-30 17:57:23 +00:00
  • bff0a0a3d4 feat: updated schema.json Pete Davison 2023-12-30 17:45:03 +00:00
  • b495a6bd0b docs: added docs for any variables proposal 2 Pete Davison 2023-12-30 17:21:40 +00:00
  • 98ea907284 fix: bug where silent value was not deep copied on dependencies Pete Davison 2023-12-30 16:45:09 +00:00
  • 1f3fca50b3 feat: add ability to call task with variable by reference Pete Davison 2023-12-29 03:49:12 +00:00
  • c655d90ab3 feat: add json and yaml variable constructors Pete Davison 2023-12-23 04:59:44 +00:00
  • 2ccf80713d feat: add sh and map (value) support Pete Davison 2023-12-23 04:59:10 +00:00
  • d87e7981fb fix: don't report errors when fast compiling Pete Davison 2023-12-23 04:41:59 +00:00
  • dfe39bfb5d feat: support multiple experiment values Pete Davison 2023-12-23 02:33:12 +00:00
  • f6a24fe925 feat: added basic merge template function (#1438) Pete Davison 2024-01-11 14:29:14 +00:00
  • d2522a6d9d fix: getSpecialVars Pete Davison 2023-09-05 23:26:25 +00:00
  • e734e29009 refactor: move prompts into consts Pete Davison 2024-01-04 10:14:33 +00:00
  • 3b5fbf94f7 refactor: split read.go into taskfile.go and reader.go Pete Davison 2024-01-04 10:12:16 +00:00
  • 7cb45a23b6 refactor: orderedmap package -> omap Pete Davison 2024-01-04 00:31:24 +00:00
  • 1a03c3fbaf feat: includes should use OrderedMap Pete Davison 2024-01-04 00:27:46 +00:00
  • d684e59b6a feat: store namespace directly in include Pete Davison 2024-01-04 00:17:30 +00:00
  • 5fc66293b0 refactor: IncludedTaskfiles -> Includes Pete Davison 2024-01-04 00:04:53 +00:00
  • bb16c3efca docs: document joinPath and relPath template functions Andrey Nering 2024-01-10 22:27:34 -03:00
  • f108fdd580 chore: sync translations (#1440) task-bot 2024-01-10 22:19:58 -03:00
  • 33f90a8c16 chore: add changelog and documentation for #1452 Andrey Nering 2024-01-10 22:12:19 -03:00
  • 00896a1318 feat: add spew function to templater (#1452) Pete Davison 2024-01-11 01:04:45 +00:00
  • d797836cb8 chore(deps): upgrade x/exp/slices (#1462) Andrey Nering 2024-01-10 22:02:05 -03:00
  • 7393821d64 chore: add changelog for #1459 Andrey Nering 2024-01-10 21:40:10 -03:00
  • 42af0fc791 feat: invert call.Direct (#1459) Pete Davison 2024-01-11 00:32:49 +00:00
  • 07e6f5cad7 chore(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 (#1458) dependabot[bot] 2024-01-11 00:31:24 +00:00
  • 334fd39e95 chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /docs (#1461) dependabot[bot] 2024-01-11 00:30:32 +00:00
  • c199aaeac9 chore(deps): bump tj-actions/changed-files in /.github/workflows (#1454) dependabot[bot] 2024-01-10 21:28:14 -03:00
  • b4a7ad4fbe chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#1457) dependabot[bot] 2024-01-10 21:27:31 -03:00
  • 19bf2c2d48 fix: broken link in experiment auto-commenter Pete Davison 2023-12-31 02:15:40 +00:00
  • 61c0c32c2a fix: find and replace mistake Pete Davison 2023-12-29 20:42:30 +00:00
  • bc88ad0de2 chore: changelog Pete Davison 2023-12-29 20:42:15 +00:00
  • 247c2586c2 refactor: taskfile/ast package (#1450) Pete Davison 2023-12-29 20:32:03 +00:00
  • 2b67d05b9d feat: remove v2 support (#1447) Pete Davison 2023-12-29 20:26:02 +00:00
  • 212ff42304 docs: improved experimental docs formatting (#1445) Pete Davison 2023-12-29 20:24:23 +00:00
  • b11be9d079 style: remove unneeded white space Andrey Nering 2023-12-29 15:12:30 -03:00
  • 685a6f36d9 fix: only attempt to attach ad if sidebar ad container exists Pete Davison 2023-12-25 22:44:38 +00:00
  • c569cbc220 chore(readme): fix another typo on link Pete Davison 2023-12-22 00:29:36 +00:00
  • 58275b4b33 v3.33.1 v3.33.1 Andrey Nering 2023-12-21 20:10:41 -03:00
  • 862237a931 chore(readme): fix typo on link Andrey Nering 2023-12-21 20:07:55 -03:00
  • 9d81608337 chore: changelog for #1437 Pete Davison 2023-12-21 16:07:44 +00:00
  • 39a4b4d413 fix: variable propagation (#1437) Pete Davison 2023-12-21 10:04:45 -06:00
  • 21ceb05080 chore: changelog Pete Davison 2023-12-21 15:51:34 +00:00
  • b592648d55 feat: support looping over map variables (#1436) Pete Davison 2023-12-21 09:43:56 -06:00
  • 658b6012a6 revert: docs back to .md files until prettier supports mdx Pete Davison 2023-12-21 15:20:14 +00:00
  • 311cdf00ab docs: add information about loops Pete Davison 2023-12-21 10:17:18 +00:00
  • 453538b405 chore: update any_variables doc to mdx Pete Davison 2023-12-21 02:26:53 +00:00
  • 743a15f35b v3.33.0 v3.33.0 Andrey Nering 2023-12-20 23:20:06 -03:00
  • f00ffad63d chore: changelog and docs for #1434 Andrey Nering 2023-12-20 23:17:44 -03:00
  • 0d209ef05d docs: minor updates to the "any variables" experiment page Andrey Nering 2023-12-20 23:11:50 -03:00
  • e177f48e41 feat: CLI_FORCE special variable (#1434) Pete Davison 2023-12-20 20:08:57 -06:00
  • e53dafa47e chore(deps): bump axios from 1.4.0 to 1.6.2 in /docs (#1433) dependabot[bot] 2023-12-20 23:07:22 -03:00
  • 7c93741670 feat: docusaurus v3 (#1432) Pete Davison 2023-12-20 19:59:29 -06:00
  • 43a2979e77 fix: non-evaluated nil values should be converted to empty strings to avoid empty interface errors in the templater Pete Davison 2023-12-17 02:44:03 +00:00
  • cb195da72f chore: changelog Pete Davison 2023-12-03 15:56:49 +00:00
  • 77aaf996a1 feat: testdata Pete Davison 2023-12-03 15:56:28 +00:00
  • 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