1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00
Commit Graph

2000 Commits

Author SHA1 Message Date
0c3c2d70a2 feat: single docs item in navbar 2024-03-21 01:04:07 +00:00
faa9e07627 feat: move donate doc to pages 2024-03-21 01:04:07 +00:00
d973871efa feat: move locale dropdown to the right 2024-03-21 01:04:07 +00:00
c4d8b36e05 feat: icons instead of text links in navbar 2024-03-21 01:04:07 +00:00
40e97bbbf4 fix: logo in next/intro docs and spacing 2024-03-21 01:04:07 +00:00
41b45e6dc4 feat: update release tool to update latest doc version 2024-03-21 01:04:07 +00:00
d2e26e2328 feat: add "latest" version 2024-03-21 01:04:07 +00:00
96f13e5f2c chore: add crowdin:sync script to package.json 2024-03-21 01:04:07 +00:00
29a1322577 chore: gitignore i18n directories 2024-03-21 01:04:07 +00:00
4882f81f15 chore: remove sync crowdin workflow 2024-03-21 01:04:07 +00:00
0bbdbc5739 chore: remove all translations 2024-03-21 01:04:07 +00:00
20e2dc7238 fix: use path/filepath instead of path (#1556) 2024-03-20 13:00:35 -03:00
696fb38f3b docs: update tea installation method to pkgx (#1546) 2024-03-11 09:33:28 -03:00
0b74a57b4c fix: minor errors in docs 2024-03-11 10:34:58 +00:00
4774273c98 fix: merge conflict 2024-03-10 19:09:27 +00:00
a0a2cee218 chore: changelog for #1533 2024-03-10 17:30:52 +00:00
c0a0faf3d3 fix: variables passed to included taskfile (#1533) 2024-03-10 17:28:04 +00:00
a425e2bb6c chore: changelog for #1541 2024-03-10 17:24:35 +00:00
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
29e91a4137 chore: changelog for #1526 2024-03-10 17:17:53 +00:00
08a888dc8a feat: parse templates in collection-type variables (#1526)
* refactor: replacer

* feat: move traverser to deepcopy package

* feat: nested map variable templating

* refactor: ReplaceVar function

* feat: test cases

* fix: TraverseStringsFunc copy value instead of pointer
2024-03-10 17:11:07 +00:00
19a4d8f928 chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1524) 2024-03-10 11:22:31 -03:00
5c7ba665e5 chore(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 (#1542) 2024-03-10 10:43:10 -03:00
efb12c0c04 v3.35.1 v3.35.1 2024-03-04 22:19:25 +00:00
ac561db9dc chore: changelog for #1530 2024-03-04 11:39:21 +00:00
3c05c9c6e1 fix: taskfile directory (#1530)
* fix: taskfile directory

* tests: add tests for special vars when running from a subdirectory
2024-03-04 11:34:44 +00:00
60d20c042e chore: changelog for #1523 2024-03-03 22:47:20 +00:00
aff1f5316d feat: taskfile special variable (#1523) 2024-03-03 22:45:23 +00:00
d30539c17e refactor: move flags into their own package (#1521)
* feat: move flags to their own package

* refactor: move flag validation into flags package
2024-02-29 00:12:19 +00:00
5395921acc v3.35.0 v3.35.0 2024-02-28 19:55:28 -03:00
8a73411803 chore: add changelog for #1520 2024-02-28 19:46:30 -03:00
6c21568447 fix: list tasks (#1520) 2024-02-28 19:44:34 -03:00
330722335d docs: improve wording (#1518) 2024-02-27 14:25:25 +00:00
99397dfe98 chore(deps): bump mvdan.cc/sh/v3 from 3.7.0 to 3.8.0 (#1515) 2024-02-26 10:09:38 -03:00
1157b213de chore: add changelogs for #1483 and #1489 2024-02-22 21:05:08 +00:00
fa40e8a762 feat: more permissive file modes 2024-02-22 14:59:54 -06:00
98e0cea469 docs: added reading from stdin section to usage 2024-02-22 14:59:54 -06:00
508ff717c9 feat: add missing syntax highlighters 2024-02-22 14:59:54 -06:00
c7ba42b81a fix: resolve directory correctly when using --dir 2024-02-22 14:59:54 -06:00
bb9d582255 feat: stdin node 2024-02-22 14:59:54 -06:00
38a06dad8e feat: error when multiple wildcard matches are found 2024-02-22 14:58:24 -06:00
beb9f42215 docs: updated usage to include section on wildcard arguments 2024-02-22 14:58:24 -06:00
df251de33e feat: tests for wildcard matching 2024-02-22 14:58:24 -06:00
9a3d2bc3aa feat: wildcard matching of task names 2024-02-22 14:58:24 -06:00
1ef5cf71d0 feat: pass ast.Call by reference 2024-02-22 14:58:24 -06:00
65fdb618aa chore: add changelog for #1491 2024-02-21 21:25:27 -03:00
3b44da323b docs(api): remove duplicated entry for requires (#1491) 2024-02-21 21:24:12 -03:00
2c20407e1b chore: add changelog for #1495 2024-02-21 21:19:09 -03:00
27455fc4c8 docs: improve style guide docs (#1495) 2024-02-21 21:18:04 -03:00
971c3e3a01 chore: add changelog for #1510 2024-02-21 21:15:14 -03:00