Andrey Nering
672e0198f9
chore: add changelog for #1478
2024-01-25 21:17:01 -03:00
Pete Davison
e9392df30b
fix: experiment flags not working when .env is not in cwd ( #1478 )
2024-01-25 21:15:02 -03:00
Andrey Nering
d0efc1c5cd
chore: add changelog for #1469
2024-01-25 21:12:37 -03:00
Pete Davison
3ff8fdbc0a
feat: add ROOT_TASKFILE special variable ( #1469 )
2024-01-25 21:11:08 -03:00
Andrey Nering
6ebe2e765f
chore: add changelog for #1465
2024-01-25 21:08:05 -03:00
Pete Davison
fa82051a06
fix: tests
2024-01-25 21:05:23 -03:00
Pete Davison
90a56df621
feat: update schema to accept semver strings
2024-01-25 21:05:23 -03:00
Pete Davison
26e79121f9
refactor: consistent naming for errors
2024-01-25 21:05:23 -03:00
Pete Davison
e2b85c6aa1
feat: version checks
2024-01-25 21:05:23 -03:00
Andrey Nering
8c0236c795
chore: fix typo on changelog
2024-01-25 21:01:26 -03:00
Andrey Nering
63ec83b8f7
chore: add changelog for #1482
2024-01-25 20:59:19 -03:00
Shaun Tabone
1b146543c5
fix(completions): support lowercase filename for Taskfile ( #1482 )
2024-01-25 20:57:21 -03:00
Andrey Nering
9ee0ea6ad1
chore: add changelog for #1476
2024-01-19 18:06:42 -03:00
Stephen Rosen
b377ddebff
chore: add linting CI step for the JSON Schema
...
This is written to use `check-jsonschema` on the (current) latest
version (0.27.3).
It checks that the JSON Schema published in the docs is valid
under its declared metaschema (`$schema`).
2024-01-19 18:03:51 -03:00
Stephen Rosen
d6b9b30804
fix: malformed defer
definition in JSON Schema
...
The `defer` definition listed `"string"` where `{"type":"string"}`
was wanted.
2024-01-19 18:03:51 -03:00
Stephen Rosen
149f6fe233
refactor: dedent JSON Schema 'definitions'
...
The default git diff algorithm isn't great at showing this because
it incorrectly matches some closing blocks against other, distant,
closing blocks. But this is all just a two-space dedent.
2024-01-19 18:03:51 -03:00
Stephen Rosen
0488a80ace
fix: remove "versioning" from jsonschema defs
...
This removes the "3" nested in `definitions` which makes the contents
of `definitions` pass JSON Schema metaschema validation even when the
contents are not valid subschemas. `definitions` SHOULD contain
subschemas as its values, with no intermediate keys. (This is a MUST
in later JSON Schema spec versions, in which the key switches from
`definitions` to `$defs` as a related change.)
The contents are intentionally *not* dedented to make review easier.
2024-01-19 18:03:51 -03:00
task-bot
2cb68aff8b
chore: sync translations ( #1466 )
2024-01-18 15:26:38 -03:00
Pete Davison
f1e2fee088
docs: improvements/corrections to experiments doc
2024-01-17 10:53:51 +00:00
Pete Davison
dc3cf1cb16
chore: changelog for #1438 , #1464
2024-01-11 16:02:52 +00:00
Pete Davison
94aaea390f
feat: merge template func should support variadic list of maps ( #1464 )
2024-01-11 16:00:52 +00:00
Pete Davison
40b6150030
chore: changelog
2024-01-11 15:12:11 +00:00
Pete Davison
dbc120c970
feat: support refs in dependencies
2024-01-11 14:44:04 +00:00
Pete Davison
25b1966506
feat: resolve variables in vars declarations too
2024-01-11 14:44:04 +00:00
Pete Davison
bff0a0a3d4
feat: updated schema.json
2024-01-11 14:44:04 +00:00
Pete Davison
b495a6bd0b
docs: added docs for any variables proposal 2
2024-01-11 14:44:04 +00:00
Pete Davison
98ea907284
fix: bug where silent value was not deep copied on dependencies
2024-01-11 14:44:04 +00:00
Pete Davison
1f3fca50b3
feat: add ability to call task with variable by reference
2024-01-11 14:44:04 +00:00
Pete Davison
c655d90ab3
feat: add json and yaml variable constructors
2024-01-11 14:44:04 +00:00
Pete Davison
2ccf80713d
feat: add sh and map (value) support
2024-01-11 14:44:04 +00:00
Pete Davison
d87e7981fb
fix: don't report errors when fast compiling
2024-01-11 14:44:04 +00:00
Pete Davison
dfe39bfb5d
feat: support multiple experiment values
2024-01-11 14:44:04 +00:00
Pete Davison
f6a24fe925
feat: added basic merge template function ( #1438 )
2024-01-11 14:29:14 +00:00
Pete Davison
d2522a6d9d
fix: getSpecialVars
2024-01-11 14:00:30 +00:00
Pete Davison
e734e29009
refactor: move prompts into consts
2024-01-11 14:00:30 +00:00
Pete Davison
3b5fbf94f7
refactor: split read.go into taskfile.go and reader.go
2024-01-11 14:00:30 +00:00
Pete Davison
7cb45a23b6
refactor: orderedmap package -> omap
2024-01-11 14:00:30 +00:00
Pete Davison
1a03c3fbaf
feat: includes should use OrderedMap
2024-01-11 14:00:30 +00:00
Pete Davison
d684e59b6a
feat: store namespace directly in include
2024-01-11 14:00:30 +00:00
Pete Davison
5fc66293b0
refactor: IncludedTaskfiles -> Includes
2024-01-11 14:00:30 +00:00
Andrey Nering
bb16c3efca
docs: document joinPath
and relPath
template functions
2024-01-10 22:28:11 -03:00
task-bot
f108fdd580
chore: sync translations ( #1440 )
2024-01-11 01:19:58 +00:00
Andrey Nering
33f90a8c16
chore: add changelog and documentation for #1452
2024-01-10 22:12:19 -03:00
Pete Davison
00896a1318
feat: add spew function to templater ( #1452 )
2024-01-10 22:04:45 -03:00
Andrey Nering
d797836cb8
chore(deps): upgrade x/exp/slices ( #1462 )
2024-01-11 01:02:05 +00:00
Andrey Nering
7393821d64
chore: add changelog for #1459
2024-01-10 21:40:10 -03:00
Pete Davison
42af0fc791
feat: invert call.Direct ( #1459 )
2024-01-10 21:32:49 -03:00
dependabot[bot]
07e6f5cad7
chore(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 ( #1458 )
2024-01-11 00:31:24 +00:00
dependabot[bot]
334fd39e95
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /docs ( #1461 )
2024-01-11 00:30:32 +00:00
dependabot[bot]
c199aaeac9
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #1454 )
2024-01-10 21:28:14 -03:00