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
Andrey Nering
dd9b1a1065
chore: fix goreleaser deprecations
2023-08-09 22:50:07 -03:00
Andrey Nering
ae135f5203
chore: release automatically to winget using goreleaser
2023-08-09 22:44:29 -03:00
Calvin McLean
c42bc6914e
fix: defer keyword in json schema
...
Closes #1288
2023-08-09 22:03:17 -03:00
Andrey Nering
0cddd8c167
chore(vscode): add sample settings.json with yaml schema configuration
2023-08-09 21:30:15 -03:00
Andrey Nering
22cd0edfc9
fix: signal and watch tests
2023-08-09 21:12:50 -03:00
Filip Solich
600966ac26
fix: add missing \n
to watcher log
...
Closes #1285
Closes #1297
2023-08-09 21:09:11 -03:00
Andrey Nering
2b21fd2eda
chore(website): reactivate carbon
2023-08-09 20:58:59 -03:00
task-bot
90a8c26b25
chore: sync translations ( #1291 )
2023-08-05 11:33:39 -03:00
dependabot[bot]
7145791f62
chore(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 ( #1298 )
2023-08-05 11:33:18 -03:00
James Sansbury
d9a4b4241e
docs: add required version for supporting loops ( #1290 )
2023-08-01 11:26:40 -03:00
task-bot
f219e1ee76
chore: sync translations ( #1287 )
2023-07-30 20:21:40 +00:00
skaluzka
c0d9c81393
docs: fix few typos in the api reference page ( #1286 )
2023-07-30 17:14:09 -03:00
task-bot
7bcdccc645
chore: sync translations ( #1280 )
2023-07-26 12:51:01 +00:00
Andrey Nering
44ca1fc77e
release: v3.28.0
2023-07-24 22:12:09 -03:00
Andrey Nering
a16a5ea81a
docs: small adjustment for #1220
2023-07-24 22:06:40 -03:00
Pete Davison
ca72f3c3a1
feat: added joinPath and relPath functions
2023-07-24 22:05:40 -03:00
Pete Davison
d447cc3f19
chore: make sources paths relative
2023-07-24 22:05:40 -03:00
Pete Davison
6be3ff6141
chore: sources instead of source
2023-07-24 22:05:40 -03:00
Pete Davison
36565bbbd2
fix: silent should be processed via taskCall
2023-07-24 22:05:40 -03:00
Pete Davison
755acd616c
docs: for
2023-07-24 22:05:40 -03:00
Pete Davison
7ff1b1795e
feat: for
2023-07-24 22:05:40 -03:00
Andrey Nering
7ece04e996
docs: add japanese and turkish translations ( #1279 )
2023-07-24 21:32:37 -03:00
Andrey Nering
d4d3571c96
changelog: add entry for #1263
2023-07-24 21:26:42 -03:00
Evan
364ddef56b
fix: add nil guards in dependency merge ( #1263 )
2023-07-24 21:22:39 -03:00
Pete Davison
3908c05d14
chore: changelog
2023-07-24 21:13:37 -03:00
Pete Davison
6059ce2ac4
fix: exit codes for indirect tasks
2023-07-24 21:13:37 -03:00
task-bot
659ba317c1
chore: sync translations ( #1267 )
2023-07-24 20:53:17 -03:00
Andrey Nering
7e7a016df3
chore(docs): update formatting
2023-07-18 11:03:41 -03:00
task-bot
5041c8058d
chore: sync translations ( #1262 )
2023-07-18 10:59:05 -03:00
dependabot[bot]
a66e804904
chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs ( #1258 )
2023-07-11 11:17:44 -03:00
Andrey Nering
d6d571779d
changelog: add entry for #1256
2023-07-08 11:44:57 -03:00