1
0
mirror of https://github.com/go-task/task.git synced 2025-03-21 21:27:07 +02:00

51 Commits

Author SHA1 Message Date
Valentin Maerten
e6ea0647d7
feat(remote): support include git remote () 2024-09-24 13:44:54 -04:00
Valentin Maerten
ddccd1bb61
feat: add TASK_OFFLINE env and expose it as a special variable ()
Co-authored-by: Pete Davison <pd93.uk@outlook.com>
2024-09-21 11:17:15 -04:00
Pete Davison
58ab26c4ab
v3.39.2 2024-09-19 12:25:29 +00:00
Andrey Nering
56f3735b38 v3.39.1 2024-09-18 22:22:56 -03:00
Samuel Marks
0be05795b9
docs: exit code zero is not an error () 2024-09-18 22:16:59 -03:00
Valentin Maerten
84cc5e57b0
fix(completions): zsh and powershell completions () 2024-09-18 10:46:02 -04:00
Andrey Nering
8ab5fe0e80
chore(website): disable crowdin completely () 2024-09-07 21:29:03 -03:00
Pete Davison
1275ab1b5b
v3.39.0 2024-09-07 20:05:46 +00:00
Pete Davison
281d259e6e
feat: loop over a matrix () 2024-09-02 20:29:00 +01:00
Pete Davison
3747b2ab7f
feat: completion command () 2024-09-02 19:21:53 +00:00
Valentin Maerten
ef3b853728
feat: add option to declare an included Taskfile as flatten () 2024-08-26 17:17:39 -04:00
Thanu Poptiphueng
32158dac87
docs: fix variable name () 2024-08-24 22:24:42 -03:00
Andrey Nering
defbcf6acd chore: add changelog for 2024-08-24 21:57:09 -03:00
Daniel Story
045d054a5f
feat: add ALIAS special var () 2024-08-24 21:50:45 -03:00
Andrey Nering
b259edeb65
feat(defer): expose EXIT_CODE special variable to defer: ()
Co-authored-by: Dor Sahar <dorsahar@icloud.com>
2024-08-14 22:53:14 -03:00
Ryan Halliday
e781b3d4e0
docs: update syslist links to the new location () 2024-08-09 13:14:03 +00:00
JonZeolla
81ff1cdea0
docs: fix special variables link () 2024-07-25 17:19:41 +00:00
Pete Davison
1f2cbfb932
chore: changelog for 2024-07-16 22:48:15 +00:00
Valentin Maerten
4b6c79aca5
feat: experiment taskfile envs take precedence over os envs ()
* feat: experiment taskfile envs take precedence over os envs

* fix test

* fix typo

Co-authored-by: Andrey Nering <andrey@nering.com.br>

* docs: add p about default

---------

Co-authored-by: Andrey Nering <andrey@nering.com.br>
2024-07-16 23:44:34 +01:00
Valentin Maerten
cdafc67bef
docs: add CLI_SILENT and CLI_VERBOSE in the docs () 2024-07-08 21:18:21 +00:00
Alessio Perugini
133086d647
docs: update setup-task version () 2024-07-05 11:38:44 +00:00
Pete Davison
88b095020e
v3.38.0 2024-06-30 14:50:47 +00:00
Pete Davison
6ce6a38899
chore: changelog for 2024-06-28 16:44:53 +00:00
Valentin Maerten
76030c9146
feat(remote): add a command to clear the cache ()
* feat(remote): add a command to clear the cache

* Update cmd/task/task.go

Co-authored-by: Andrey Nering <andrey@nering.com.br>

* rebase

---------

Co-authored-by: Andrey Nering <andrey@nering.com.br>
2024-06-28 17:42:16 +01:00
Valentin Maerten
830b745112
feat(remote): global tempDir when the path is absolute ()
* feat(remote): global tempDir is the path is absolute

* --wip-- [skip ci]

* fix lint

* rename checksum to fingerprint

* chore: Empty-Commit to trigger CI

* feat: add TASK_REMOTE_DIR

* handle relative path for TASK_REMOTE_DIR

* Remove unneedded extra blank lines

Co-authored-by: Andrey Nering <andrey@nering.com.br>

* add docs about TASK_REMOTE_DIR

---------

Co-authored-by: Andrey Nering <andrey@nering.com.br>
2024-06-28 17:01:11 +01:00
Valentin Maerten
4c580ebf18 docs: add pacstall installation methode 2024-06-13 20:57:30 -03:00
Valentin Maerten
3dccde270a docs: improve install script 2024-06-13 20:57:30 -03:00
Pete Davison
53dd0b138a
docs: taskfile versions () 2024-06-13 20:49:21 -03:00
Pete Davison
6bf6fe7ead
docs: ETA FAQ 2024-06-09 20:12:24 +00:00
Pete Davison
40d77156df
chore: changelog for 2024-06-03 09:40:33 +00:00
Pete Davison
0810ef01b0
fix: more docs typos 2024-06-03 09:28:53 +00:00
Pete Davison
527bbc3bf5
fix: docs typos/links 2024-06-03 09:06:34 +00:00
Pete Davison
a3fce1c302
feat: variable references ()
* feat: add references to the base code instead of the maps experiment

* feat: add template functions to ref resolver

* feat: tests

* docs: variable references

* feat: remove json and yaml keys from map variable experiment

* chore: typo
2024-05-16 16:20:59 +01:00
Pete Davison
b0efbad591
docs: template reference ()
* chore: deprecation warnings for template functions

* docs: update reference pages
2024-05-16 11:11:52 +01:00
Andrey Nering
635e3f4e7d chore: add changelog and documentation for 2024-05-15 22:00:49 -03:00
Pete Davison
57c094f415
v3.37.2 2024-05-12 19:36:09 +00:00
Orel Lazri
36dd71b122
fix(docs): add references to experiments links () 2024-05-09 21:30:20 +00:00
Andrey Nering
21531b6291 v3.37.1 2024-05-09 11:22:47 -03:00
Andrey Nering
ee901fe568 v3.37.0 2024-05-08 21:32:16 -03:00
Pete Davison
7fa06eedf4
chore: changelog and docs for 2024-05-08 15:49:01 +00:00
Pete Davison
cd259a741f
chore: changelog for 2024-04-29 21:32:42 +00:00
Valentin Maerten
c81dbda157
feat(remote): replace env variable in include remote URL ()
* feat(remote): replace env variable in include remote URL

* use templating system instead of os.ExpandEnv

* lint
2024-04-29 22:27:30 +01:00
Michael Zhao
e23ef818ea
docs: fix reference to GOOS and GOARCH link () 2024-04-29 15:01:18 -03:00
Pete Davison
630e58767b
feat: ability to resolve refs using templating syntax ()
* feat: resolve references using templating syntax

* refactor: moved when references are resolved to one place

* fix: linter

* docs: update map variables doc
2024-04-24 19:47:24 +00:00
Tim Vergenz
16070c7a24
feat: add alias q for template function shellQuote ()
Resolves 
2024-04-23 22:47:40 -03:00
Pete Davison
1ff618cc17
feat: enable any variables without maps ()
* feat: enable any variable experiment (without maps)

* chore: rename any_variables experiment to map_variables

* docs: create map variables experiment docs and update usage

* blog: any variables

* fix: links

* fix: warn about broken links instead of failing
2024-04-09 12:14:14 +01:00
Andrey Nering
43d84560e5 v3.36.0 2024-04-08 22:12:11 -03:00
Pete Davison
454fe65ef3
feat: support 8-bit color () 2024-04-08 21:49:44 -03:00
Pete Davison
5ab9329128 refactor: md -> mdx 2024-03-21 01:04:07 +00:00
Pete Davison
97cf02872f fix: update references to website directory 2024-03-21 01:04:07 +00:00