Valentin Maerten
4d5f7337c1
feat: add command-level timeout support
...
Add a per-command `timeout` option that terminates a command once it
exceeds the given duration, preventing commands from hanging indefinitely
in a pipeline. Uses Go duration syntax (e.g. 30s, 5m, 1h30m) and applies
to both shell commands and task calls.
Closes #1569
2026-06-30 10:29:20 +02:00
Valentin Maerten
616433df75
feat: add use_gitignore option to exclude ignored files from sources/generates ( #2773 )
2026-06-29 15:39:33 +02:00
Valentin Maerten
6abbbcb265
feat: do not log secret variables ( #2514 )
2026-06-29 14:50:08 +02:00
Vessel9817
b9b50ca79c
fix: $schema according to schemastore standards ( #2893 )
2026-06-28 19:18:31 +00:00
Valentin Maerten
8b6aca5722
feat(requires): support variable references in enum constraints ( #2678 )
2026-03-21 11:32:02 +01:00
Valentin Maerten
6dedcafd7d
feat(vars): add interactive prompting for required variables ( #2579 )
2026-01-22 21:20:45 +01:00
Valentin Maerten
9bc1efbc47
feat: add conditional execution for tasks and commands ( #2564 )
2026-01-21 23:05:40 +01:00
Valentin Maerten
28408ef3f4
fix(schema): workaround IntelliJ JSON Schema validation bug ( #2576 )
2025-12-15 23:03:13 +01:00
Andrey Nering
9b99866224
feat: add --failfast and failtest: true to control dependencies ( #2525 )
2025-12-07 17:23:08 -03:00
Valentin Maerten
79c93fb42b
docs: migrate website to vitepress ( #2359 )
...
Co-authored-by: Pete Davison <pd93.uk@outlook.com >
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com >
2025-08-12 18:09:19 +02:00