1
0
mirror of https://github.com/go-task/task.git synced 2025-07-05 00:58:54 +02:00
Commit Graph

2182 Commits

Author SHA1 Message Date
7fbded2b13 chore: sync translations (#1399) 2023-11-15 21:38:07 -03:00
fb506acc27 chore: sync translations (#1389) 2023-11-07 11:15:18 -03:00
a8d3a69013 chore: update discord link on issue template
#1390
2023-11-07 11:13:35 -03:00
30a2415ac8 Add silent to for_call schema (#1386)
* Add silent to for_call schema

* Update Changelog
2023-10-30 12:50:20 +00:00
b681ef9868 fix(platforms): do not run dynamic vars for other platforms (#1377) 2023-10-22 00:42:26 +00:00
38efad5aa2 chore: sync translations (#1376) 2023-10-21 21:40:52 -03:00
6de3be1384 refactor(merge): use constant 2023-10-21 21:10:42 -03:00
781e55fce9 chore(website): remove gold sponsors section 2023-10-21 18:59:22 -03:00
9b0de2e72e chore: sync translations (#1371) 2023-10-18 09:51:47 -03:00
d4f7216256 chore(deps): bump @babel/traverse from 7.18.2 to 7.23.2 in /docs (#1374) 2023-10-18 09:51:17 -03:00
2842ae7fb5 chore(docs) add missing watch: true to example 2023-10-11 09:40:14 -03:00
75aa066d9c chore: sync translations (#1367) 2023-10-07 22:10:49 -03:00
244aa93b3a chore(taskfile): add task to install goreleaser 2023-10-07 19:38:16 -03:00
6177376e50 v3.31.0 v3.31.0 2023-10-07 19:10:57 -03:00
b5f6a237cc chore: add changelog entry for #1338 2023-10-07 19:03:25 -03:00
d741dfe26d fix(precondition): do not print error if context was aborted (#1338) 2023-10-07 19:01:57 -03:00
5168e54af7 chore: add changelog entry for #1343 2023-10-07 18:59:20 -03:00
05755f3a52 fix: templates on task descriptions (#1343) 2023-10-07 18:57:14 -03:00
dc77286282 feat: unify prompts (#1344) 2023-10-07 21:55:43 +00:00
222cd8c8f8 chore: add changelog entry for #1356 2023-10-07 18:41:35 -03:00
2f92f2ac5f fix: exclude other "ignored" files. (#1356) 2023-10-07 18:38:14 -03:00
a70f5aafc2 fix: increase max task calls limit from 100 to 1000
Closes #1321
Closes #1332
2023-10-07 18:29:16 -03:00
adfb96b637 feat: add ability to set watch: true in Taskfile (#1361) 2023-10-07 18:06:43 -03:00
383746fcee chore(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#1366) 2023-10-07 19:54:27 +00:00
460ecdf8e9 chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#1365) 2023-10-07 16:48:45 -03:00
74c503a33d chore(deps): bump postcss from 8.4.14 to 8.4.31 in /docs (#1364) 2023-10-07 16:48:25 -03:00
f0d25515e6 chore: remove accidentally added taskfile-dag.gv (#1357)
No real code changes here. It looks that an extra file has been
committed by mistake in b1ff13d3e8.

Signed-off-by: skaluzka <skaluzka@protonmail.com>
2023-10-01 16:32:04 +01:00
9dc7502e4f chore: sync translations (#1336) 2023-09-20 09:53:38 -03:00
078e213890 feat: error handling for undefined schema version (#1342)
* feat: error handling for undefined schema version

* docs: error codes

* chore: changelog
2023-09-19 19:21:40 +01:00
b1ff13d3e8 docs: typo 2023-09-15 17:30:22 +00:00
f5aca75798 chore(docs): update branch name on some links 2023-09-14 21:45:25 -03:00
99d247e254 release: v3.30.1 v3.30.1 2023-09-14 21:31:13 -03:00
d1d312f396 refactor: minor improvements to setCurrentDir 2023-09-14 21:28:43 -03:00
ba299aa71f fix: incorrect remote taskfiles cache directory 2023-09-14 21:28:43 -03:00
92f30d4d70 chore: changelog 2023-09-14 21:28:43 -03:00
93cccd4027 fix: only create a cache if the node is remote 2023-09-14 21:28:43 -03:00
8e7e231aec fix: e.Dir not being set to the correct directory 2023-09-14 21:28:43 -03:00
72d77eb6c0 chore(deps): upgrade slim-sprig to v3.0.0 (#1329) 2023-09-14 01:59:35 +00:00
42ac242927 release: v3.30.0 v3.30.0 2023-09-13 22:04:01 -03:00
d0551353f3 chore: add changelog entry for #1325 2023-09-13 21:43:40 -03:00
1417f9f6cd feat(checksum): replace md5 with xxh3 to improve performance (#1325) 2023-09-13 21:26:48 -03:00
978d66e148 chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 (#1326) 2023-09-13 21:12:47 -03:00
4fd69154a3 chore: sync translations (#1328) 2023-09-13 21:12:26 -03:00
22ce67c5e5 feat: remote taskfiles (HTTP) (#1152)
* feat: remote taskfiles over http

* feat: allow insecure connections when --insecure flag is provided

* feat: better error handling for fetch errors

* fix: ensure cache directory always exists

* fix: setup logger before everything else

* feat: put remote taskfiles behind an experiment

* feat: --download and --offline flags for remote taskfiles

* feat: node.Read accepts a context

* feat: experiment docs

* chore: changelog

* chore: remove unused optional param from Node interface

* chore: tidy up and generalise NewNode function

* fix: use sha256 in remote checksum

* feat: --download by itself will not run a task

* feat: custom error if remote taskfiles experiment is not enabled

* refactor: BaseNode functional options and simplified FileNode

* fix: use hex encoding for checksum instead of b64
2023-09-12 22:42:54 +01:00
84ad0056e4 chore: sync translations (#1323) 2023-09-04 09:46:45 -03:00
07d5e80c57 fix: minor blog typos 2023-09-03 03:19:11 +00:00
c6241af64a fix: il8n blog authors 2023-09-02 22:15:58 +00:00
4f6eea8799 blog: introducing experiments 2023-09-02 21:52:43 +00:00
a207289955 chore: update experiments and deprecation docs (#1315) 2023-09-02 17:48:05 -03:00
3f2abe011b chore: upgrade Go to v1.21.0 on lint and release actions 2023-09-02 17:43:45 -03:00