Pete Davison
f06f48e225
feat: looping over dependencies ( #1541 )
...
* feat: support for loops in deps
* chore: tests
* docs: looping over deps
2024-03-10 17:21:50 +00:00
Pete Davison
90a56df621
feat: update schema to accept semver strings
2024-01-25 21:05:23 -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
Pete Davison
bff0a0a3d4
feat: updated schema.json
2024-01-11 14:44:04 +00:00
Andrey Nering
b11be9d079
style: remove unneeded white space
2023-12-29 15:13:01 -03:00
Pete Davison
685a6f36d9
fix: only attempt to attach ad if sidebar ad container exists
2023-12-25 22:44:38 +00:00
Pete Davison
20aad66e48
feat: update schema to support objects and arrays in vars
2023-12-20 19:55:25 -06:00
Pete Davison
ec35d43677
feat: support negative globs ( #1324 )
...
Co-authored-by: Andrey Nering <andrey@nering.com.br>
2023-11-29 22:38:12 -03:00
Iain Majer
30a2415ac8
Add silent to for_call schema ( #1386 )
...
* Add silent to for_call schema
* Update Changelog
2023-10-30 12:50:20 +00:00
Andrey Nering
adfb96b637
feat: add ability to set watch: true
in Taskfile ( #1361 )
2023-10-07 18:06:43 -03:00
Calvin McLean
c42bc6914e
fix: defer keyword in json schema
...
Closes #1288
2023-08-09 22:03:17 -03:00
Andrey Nering
2b21fd2eda
chore(website): reactivate carbon
2023-08-09 20:58:59 -03:00
Pete Davison
6be3ff6141
chore: sources instead of source
2023-07-24 22:05:40 -03:00
Pete Davison
7ff1b1795e
feat: for
2023-07-24 22:05:40 -03:00
Ben Coleman
307f39cee3
feat: add ability to specify which vars are required ( #1204 )
2023-06-29 22:13:41 -03:00
Tim De Pauw
e2c1b3b931
feat: add support for single cmd task syntax ( #1131 )
2023-06-10 22:08:28 -03:00
Max Cheetham
f815ce2901
feat(prompts): add ability for tasks to prompt user pre execution ( #1163 )
2023-06-03 22:33:00 -03:00
Mads H. Danquah
e01b5565a2
docs: describe how to use the silent flag for dependencies ( #680 )
2023-05-22 22:09:29 -03:00
Dennis Jekubczyk
88d644a7e9
Add ability to set error_only: true
on the group
output mode
2023-03-08 22:34:52 -03:00
pzloty
bc0554575a
Fix output "prefixed" option in schema.json ( #1031 )
...
Fix the output option to match implementation and documentation.
2023-03-02 10:42:11 -03:00
Pete Davison
e35bf22dd3
fix: schema for output group ( #1005 )
2023-02-28 11:50:26 +01:00
Andrey Nering
a36b1b9cec
Website: Remove Carbon
2023-02-23 19:30:10 -03:00
Pete Davison
1c1be683ab
feat: set and shopt directives ( #929 )
...
Co-authored-by: Andrey Nering <andrey@nering.com.br>
2023-01-14 16:41:56 -03:00
Lea Anthony
aa6c7e4b94
Add support for 'platforms' in both task and command ( #980 )
2023-01-06 21:38:35 -03:00
Pete Davison
01c9158120
fix: incorrect schema type for interval
...
- Fixes #962
2022-12-23 00:34:08 +00:00
Pete Davison
99d7338c29
feat: add task-level dotenv support ( #904 )
2022-12-05 21:25:16 -03:00
Andrey Nering
d1850e8fd2
Add Gold Sponsors section
2022-11-24 13:05:24 -03:00
Rick Bowen
8823887bb4
JetBrains JSON Schema Validator Error Workaround
...
`schema.json` Workaround for these two JetBrains issues:
- [IDEA-236928 json schema: False positive "Schema validation: Validates to more than one variant" with "oneOf"](https://youtrack.jetbrains.com/issue/IDEA-236928 )
- [IDEA-265710 JSON schema validation fails if anyOf is nested in oneOf](https://youtrack.jetbrains.com/issue/IDEA-265710 )
There is no material effect on the actual schema validation, as the `oneOf`/`allOf` evaluates only one list entry.
`allOf([1])` is `1`, and `oneOf([1])` is also `1`.
Fixes #847
2022-11-17 16:22:51 -08:00
Andrey Nering
fd71dfda6a
Move docs/schema.json to docs/static/schema.json
2022-10-29 11:59:42 -03:00
Tobias Salzmann
99ed3001f0
revert changes, add fix for arm downloads
2022-10-17 09:25:26 +02:00
Tobias Salzmann
b111e7bd12
add armv5 & armv7 builds
2022-10-13 11:49:13 +02:00
Andrey Nering
42a26e1741
Revert "Website: Update Open Graph image"
...
This reverts commit b16e705a6cbd179aaeb6429e1ba30c375d370ce8.
2022-10-06 22:03:55 -03:00
Andrey Nering
8f0893b5f7
Website: Adjustments to Carbon
2022-09-17 11:11:02 -03:00
Andrey Nering
b16e705a6c
Website: Update Open Graph image
2022-09-15 11:17:01 -03:00
Andrey Nering
1a0cc1d64d
Update favicon.ico
2022-08-31 13:21:43 -03:00
ImgBotApp
ad3008d855
[ImgBot] Optimize images
...
*Total -- 61.47kb -> 34.61kb (43.69%)
/docs/static/img/pix.png -- 12.63kb -> 1.25kb (90.13%)
/docs/static/img/logo.png -- 21.79kb -> 13.21kb (39.38%)
/docs/static/img/og-image.png -- 26.26kb -> 19.38kb (26.2%)
/docs/static/img/logo.svg -- 0.44kb -> 0.42kb (2.47%)
/docs/static/img/logo_mono.svg -- 0.36kb -> 0.35kb (1.37%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-07-17 02:23:22 +00:00
Andrey Nering
af949ef0dd
Restore @sisp work on SVG logos
...
This was unintentionally lost on the website migration from Docsify to
Docusaurus.
Ref #725
Ref #726
Closes #772
Co-authored by: Sigurd Spieckermann <sigurd.spieckermann@gmail.com>
2022-06-13 20:41:15 -03:00
Andrey Nering
71cfe2364a
Website: Add a decent Open Graph image
2022-06-12 17:33:40 -03:00
Andrey Nering
b222c34f12
Website: Rename Logo.png -> logo.png
2022-06-10 10:05:30 -03:00
Andrey Nering
26e02e3773
Website: Attemp to fix og:image meta tag
2022-06-10 09:52:18 -03:00
Andrey Nering
1b6d421a5b
Fix missing https://taskfile.dev/install.sh
...
Fixes #746
2022-05-29 18:58:23 -03:00
Andrey Nering
5024d270ec
Migrate website to Docusaurus
...
https://docusaurus.io/
2022-05-29 14:29:40 -03:00