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

Commit Graph

  • df251de33e feat: tests for wildcard matching Pete Davison 2024-01-27 16:17:52 +00:00
  • 9a3d2bc3aa feat: wildcard matching of task names Pete Davison 2024-01-27 15:51:43 +00:00
  • 1ef5cf71d0 feat: pass ast.Call by reference Pete Davison 2024-01-26 14:34:18 +00:00
  • 65fdb618aa chore: add changelog for #1491 Andrey Nering 2024-02-21 21:25:27 -03:00
  • 3b44da323b docs(api): remove duplicated entry for requires (#1491) teatimeguest 2024-02-22 09:24:12 +09:00
  • 2c20407e1b chore: add changelog for #1495 Andrey Nering 2024-02-21 21:19:09 -03:00
  • 27455fc4c8 docs: improve style guide docs (#1495) iwittkau 2024-02-22 01:18:04 +01:00
  • 971c3e3a01 chore: add changelog for #1510 Andrey Nering 2024-02-21 21:15:14 -03:00
  • 67b94798b7 docs: specify that variable declaration order is respected (#1510) kirkrodrigues 2024-02-21 19:13:40 -05:00
  • c465234aa9 chore: add changelog for #1512 Andrey Nering 2024-02-21 21:08:32 -03:00
  • 07a0b8938f refactor: bubble errors from ListTaskNames Pete Davison 2024-02-19 21:15:51 +00:00
  • ba81181eb7 fix: setup logger if nil when listing task names Pete Davison 2024-02-19 21:01:40 +00:00
  • e2b0789b0c chore: added changelog for #1500 Pete Davison 2024-02-20 00:04:01 +00:00
  • 2c6969d572 chore: update go minimum version to 1.21 Pete Davison 2024-01-09 18:24:20 +00:00
  • 8d0754af4d feat: go 1.21 Pete Davison 2023-08-29 21:04:01 +00:00
  • 81148c312e chore(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 (#1502) dependabot[bot] 2024-02-17 23:26:26 -03:00
  • 1f477eb456 v3.34.1 v3.34.1 Andrey Nering 2024-01-27 18:49:00 -03:00
  • 870c07eafb fix: remote prompt (#1487) Pete Davison 2024-01-27 21:45:13 +00:00
  • 6682489967 v3.34.0 v3.34.0 Andrey Nering 2024-01-25 21:43:38 -03:00
  • 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