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

2203 Commits

Author SHA1 Message Date
6bf6fe7ead docs: ETA FAQ 2024-06-09 20:12:24 +00:00
f39c6352ac chore(website): make carbon work on blog pages 2024-06-05 21:51:49 -03:00
4294cc92b9 chore(website): add stack overflow and answer overflow to page footer 2024-06-05 21:35:15 -03:00
40d77156df chore: changelog for #1572 2024-06-03 09:40:33 +00:00
856ba3b8c2 feat: colorize tasks in prefixed output (#1572)
* feat: Colorize tasks in prefixed output

* chore: comment and style changes

* fix code tag has spaces in api reference

* fix: migrate to use logger for colors

* fix: Add bright colors to the color sequence

* fix: make colorized prefix logger standard
2024-06-03 10:37:24 +01:00
0810ef01b0 fix: more docs typos 2024-06-03 09:28:53 +00:00
527bbc3bf5 fix: docs typos/links 2024-06-03 09:06:34 +00:00
912bbcab8e chore: make github detect task as a go project again 2024-05-22 18:28:37 -03:00
aa45491510 chore: changelog for #1663 2024-05-20 21:02:30 +00:00
1e25ceab29 fix: version check (#1663)
* fix: version check

* refactor following review
2024-05-20 21:48:05 +01:00
a74b0bc679 chore: changelog for #1654 2024-05-16 15:35:21 +00:00
a3fce1c302 feat: variable references (#1654)
* 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
7958cf50b3 chore: changelog for #1653 2024-05-16 10:16:49 +00:00
b0efbad591 docs: template reference (#1653)
* chore: deprecation warnings for template functions

* docs: update reference pages
2024-05-16 11:11:52 +01:00
30e9c7d4cd chore: update actions version because node 16 is deprecated (#1650) 2024-05-15 22:59:23 -03:00
baa5e2c378 chore(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 (#1651)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/term/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-15 22:58:26 -03:00
cc97e2da1d chore: add changelog for #1619 2024-05-15 22:27:29 -03:00
a55e21bbb7 chore: move changelog entries to the right section 🤦‍♂️ 2024-05-15 22:25:14 -03:00
8d138a5eea feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
635e3f4e7d chore: add changelog and documentation for #1624 2024-05-15 22:00:49 -03:00
252d549e3f feat: task executable variable (#1624) 2024-05-15 21:50:18 -03:00
182d43e8d8 chore: added changelog for #1657 2024-05-15 21:47:38 -03:00
f35e51e4e5 feat: better release task 2024-05-15 21:32:33 -03:00
fb3c64c46e fix: prompt response should go on same line as message 2024-05-15 21:32:33 -03:00
7535467f45 fix: prompt check shouldn't run if dry flag is true 2024-05-15 21:32:33 -03:00
3e5cd6cdfd fix: prompt check should come after preconditions and fingerprinting 2024-05-15 21:32:33 -03:00
dcc060af89 fix: missing additionalProperties false in schema 2024-05-15 21:32:33 -03:00
55593090fa fix: typo in changelog 2024-05-13 08:54:27 +00:00
57c094f415 v3.37.2 v3.37.2 2024-05-12 19:36:09 +00:00
2f4876b71c chore: changelog for #1649 2024-05-12 19:33:39 +00:00
725f929778 fix: included variable merging (#1649) 2024-05-12 20:32:09 +01:00
8266b28b48 chore: changelog for #1648 2024-05-12 19:27:39 +00:00
f5c7472f64 fix: nil schema panic (#1648) 2024-05-12 20:25:54 +01:00
ced3e7a579 fix: var_subkey schema 2024-05-10 16:41:02 +00:00
36dd71b122 fix(docs): add references to experiments links (#1644) 2024-05-09 21:30:20 +00:00
21531b6291 v3.37.1 v3.37.1 2024-05-09 11:22:47 -03:00
bfc9d7847d fix: add changelog + fix for booleans for #1641 2024-05-09 11:21:12 -03:00
3397f2855f fix: handle int and float env variable by converting them to string (#1641) 2024-05-09 11:14:38 -03:00
78a69c4c3e chore: fix json schema typos (#1642) 2024-05-09 14:11:39 +00:00
01716f55b3 chore: prep any variables for release (#1586)
* chore: release blog post

* chore: rename blog post to any-variables

* chore: update the release version in the blog

* chore: update blog date
2024-05-09 10:17:03 +01:00
ca364c20bb chore(goreleaser): fix deprecation warning 2024-05-08 21:40:50 -03:00
ee901fe568 v3.37.0 v3.37.0 2024-05-08 21:32:16 -03:00
7fa06eedf4 chore: changelog and docs for #1623 2024-05-08 15:49:01 +00:00
651033c5a7 feat: stdin required -t - (#1623) 2024-05-08 16:44:05 +01:00
17f6e816d8 fix(remote): do not display prompt if it's empty (#1634) 2024-05-05 16:10:32 +01:00
cd259a741f chore: changelog for #1610 2024-04-29 21:32:42 +00:00
c81dbda157 feat(remote): replace env variable in include remote URL (#1610)
* 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
e23ef818ea docs: fix reference to GOOS and GOARCH link (#1628) 2024-04-29 15:01:18 -03:00
ddd9964db7 feat: warn about move from any variables to map variables (#1618) 2024-04-24 21:40:52 +01:00
a5b949f5dc chore: changelog for #1612 2024-04-24 19:50:03 +00:00