Andrey Nering
244aa93b3a
chore(taskfile): add task to install goreleaser
2023-10-07 19:38:16 -03:00
Andrey Nering
6177376e50
v3.31.0
2023-10-07 19:10:57 -03:00
Andrey Nering
b5f6a237cc
chore: add changelog entry for #1338
2023-10-07 19:03:25 -03:00
Marcello Sylvester Bauer
d741dfe26d
fix(precondition): do not print error if context was aborted ( #1338 )
2023-10-07 19:01:57 -03:00
Andrey Nering
5168e54af7
chore: add changelog entry for #1343
2023-10-07 18:59:20 -03:00
Juan Ignacio Donoso
05755f3a52
fix: templates on task descriptions ( #1343 )
2023-10-07 18:57:14 -03:00
Pete Davison
dc77286282
feat: unify prompts ( #1344 )
2023-10-07 21:55:43 +00:00
Andrey Nering
222cd8c8f8
chore: add changelog entry for #1356
2023-10-07 18:41:35 -03:00
Oleg Butuzov
2f92f2ac5f
fix: exclude other "ignored" files. ( #1356 )
2023-10-07 18:38:14 -03:00
Andrey Nering
a70f5aafc2
fix: increase max task calls limit from 100 to 1000
...
Closes #1321
Closes #1332
2023-10-07 18:29:16 -03:00
Andrey Nering
adfb96b637
feat: add ability to set watch: true
in Taskfile ( #1361 )
2023-10-07 18:06:43 -03:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
74c503a33d
chore(deps): bump postcss from 8.4.14 to 8.4.31 in /docs ( #1364 )
2023-10-07 16:48:25 -03:00
skaluzka
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
task-bot
9dc7502e4f
chore: sync translations ( #1336 )
2023-09-20 09:53:38 -03:00
Pete Davison
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
Pete Davison
b1ff13d3e8
docs: typo
2023-09-15 17:30:22 +00:00
Andrey Nering
f5aca75798
chore(docs): update branch name on some links
2023-09-14 21:45:25 -03:00
Andrey Nering
99d247e254
release: v3.30.1
2023-09-14 21:31:13 -03:00
Pete Davison
d1d312f396
refactor: minor improvements to setCurrentDir
2023-09-14 21:28:43 -03:00
Pete Davison
ba299aa71f
fix: incorrect remote taskfiles cache directory
2023-09-14 21:28:43 -03:00
Pete Davison
92f30d4d70
chore: changelog
2023-09-14 21:28:43 -03:00
Pete Davison
93cccd4027
fix: only create a cache if the node is remote
2023-09-14 21:28:43 -03:00
Pete Davison
8e7e231aec
fix: e.Dir not being set to the correct directory
2023-09-14 21:28:43 -03:00
Andrey Nering
72d77eb6c0
chore(deps): upgrade slim-sprig to v3.0.0 ( #1329 )
2023-09-14 01:59:35 +00:00
Andrey Nering
42ac242927
release: v3.30.0
2023-09-13 22:04:01 -03:00
Andrey Nering
d0551353f3
chore: add changelog entry for #1325
2023-09-13 21:43:40 -03:00
Reilly Brogan
1417f9f6cd
feat(checksum): replace md5 with xxh3 to improve performance ( #1325 )
2023-09-13 21:26:48 -03:00
dependabot[bot]
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
task-bot
4fd69154a3
chore: sync translations ( #1328 )
2023-09-13 21:12:26 -03:00
Pete Davison
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
task-bot
84ad0056e4
chore: sync translations ( #1323 )
2023-09-04 09:46:45 -03:00
Pete Davison
07d5e80c57
fix: minor blog typos
2023-09-03 03:19:11 +00:00
Pete Davison
c6241af64a
fix: il8n blog authors
2023-09-02 22:15:58 +00:00
Pete Davison
4f6eea8799
blog: introducing experiments
2023-09-02 21:52:43 +00:00
Pete Davison
a207289955
chore: update experiments and deprecation docs ( #1315 )
2023-09-02 17:48:05 -03:00
Andrey Nering
3f2abe011b
chore: upgrade Go to v1.21.0 on lint and release actions
2023-09-02 17:43:45 -03:00
Pete Davison
afe8a618fe
feat: node refactor ( #1316 )
...
* refactor: node reader interface
* refactor: rewrite Taskfile() as anon recursive func
* chore: NewNodeFromIncludedTaskfile
* chore: changelog
2023-09-02 21:24:01 +01:00
task-bot
b2e6c93b4b
chore: sync translations ( #1314 )
2023-08-28 21:20:30 -03:00
Andrey Nering
c3d2437c3a
chore(changelog): consolidate v3.29.0 and v3.29.1
2023-08-26 19:17:43 -03:00
Andrey Nering
e2552dae45
chore(website): update release docs to include instructions for winget
2023-08-26 19:17:24 -03:00
Andrey Nering
1189bdec87
goreleaser: skip automatic winget release on ci
2023-08-26 19:00:14 -03:00
Andrey Nering
f51f9621d1
fix: goreleaser deprecation on ci
2023-08-26 18:52:10 -03:00
Andrey Nering
19eba3cc14
v3.29.1
2023-08-26 18:45:44 -03:00
Andrey Nering
5b8b58b6d9
v3.29.0
2023-08-26 18:39:18 -03:00
Andrey Nering
d1f643ebd9
fix: --status
flag should not have side-effects ( #1313 )
...
Closes #1305
Closes #1307
Co-authored-by: Giovanni Visciano <giovanni_visciano@yahoo.it>
2023-08-26 21:30:23 +00:00
Andrey Nering
e96712b020
fix: make sure USER_WORKING_DIR works corrently with includes ( #1309 )
...
Closes #1046
Closes #1205
Closes #1250
Closes #1293
Closes #1274
Closes #1309
Closes #1312
Co-authored-by: Marcus Spading <ms@fragmentum.net>
2023-08-26 21:06:50 +00:00
task-bot
6102900060
chore: sync translations ( #1308 )
2023-08-18 00:06:37 +00:00
Pete Davison
6f986af0d4
feat: bump minimum go version to 1.20 ( #1302 )
2023-08-11 22:46:37 +01:00