Pete Davison
3507fa40f1
feat: add internal to included files
2022-08-16 17:07:05 +00:00
Pete Davison
6f8f1f1409
feat(task): tasks can be internal (not accessible from cli)
2022-08-16 17:06:25 +00:00
Andrey Nering
c172185a24
Update CHANGELOG
2022-08-15 09:55:11 -03:00
Andrey Nering
1140a5c4ae
Merge pull request #835 from MarioSchwalbe/bash-completion
...
Improved bash completion
2022-08-15 09:52:07 -03:00
Mario Schwalbe
3cc378c960
* Convert indentation to 2 spaces
2022-08-13 21:55:35 +02:00
Andrey Nering
9b3a961303
Merge pull request #832 from jfhovinne/reprobuilds
...
Modify goreleaser defaults for reproducible builds
2022-08-13 12:04:27 -03:00
Mario Schwalbe
d048555149
Improved bash completion for task
2022-08-11 20:48:41 +02:00
jfhovinne
7533858a52
Modify goreleaser defaults for reproducible builds
2022-08-10 15:33:17 +02:00
Andrey Nering
c4e10ef0aa
Refactor: Add SmartJoin to handle IsAbs automatically
2022-08-06 18:19:07 -03:00
Andrey Nering
c20842e7cd
v3.14.1: Add CHANGELOG to website
2022-08-03 22:26:39 -03:00
Andrey Nering
6cfdb21313
v3.14.1
2022-08-03 22:08:17 -03:00
Bevan Arps
e396f4d06f
Resolve relative include paths relative to the including Taskfile
...
Closes #823
Closes #822
2022-08-03 21:59:17 -03:00
Andrey Nering
47c1bb6a5b
Merge pull request #816 from go-task/dependabot/npm_and_yarn/docs/terser-5.14.2
...
Bump terser from 5.13.1 to 5.14.2 in /docs
2022-08-03 21:00:52 -03:00
Andrey Nering
adfb0b513e
Merge pull request #827 from go-task/go-1-19
...
Upgrade to Go v1.19
2022-08-03 21:00:44 -03:00
Andrey Nering
98d78b9d8a
Upgrade to Go v1.19
2022-08-03 20:58:06 -03:00
Wes McNamee
a1c32a56ea
Merge pull request #817 from white-gecko/patch-1
...
Resolve contradiction.
2022-07-27 23:36:25 -07:00
Natanael Arndt
6584bcf87f
Resolve contradiction.
2022-07-21 14:30:51 +02:00
dependabot[bot]
7ac75af622
Bump terser from 5.13.1 to 5.14.2 in /docs
...
Bumps [terser](https://github.com/terser/terser ) from 5.13.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 05:16:51 +00:00
Andrey Nering
b3c283b282
Merge pull request #814 from abner-chenc/master
...
go.mod: update to current golang.org/x/sys revision
2022-07-18 10:30:57 -03:00
Guoqi Chen
c2615dd746
go.mod: update to current golang.org/x/sys revision
...
go get -d golang.org/x/sys@c0bba94af5f85fbad9f6dc2e04ed5b8fac9696cf
go mod tidy
This brings in linux/loong64 support.
2022-07-18 10:11:48 +08:00
Andrey Nering
789518f70d
Merge pull request #811 from go-task/imgbot
...
[ImgBot] Optimize images
2022-07-16 23:28:31 -03:00
ImgBotApp
ad3008d855
[ImgBot] Optimize images
...
*Total -- 61.47kb -> 34.61kb (43.69%)
/docs/static/img/pix.png -- 12.63kb -> 1.25kb (90.13%)
/docs/static/img/logo.png -- 21.79kb -> 13.21kb (39.38%)
/docs/static/img/og-image.png -- 26.26kb -> 19.38kb (26.2%)
/docs/static/img/logo.svg -- 0.44kb -> 0.42kb (2.47%)
/docs/static/img/logo_mono.svg -- 0.36kb -> 0.35kb (1.37%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-07-17 02:23:22 +00:00
Andrey Nering
3da426603f
Website: Improve "Install Script" documentation
...
Add note about common installation paths.
Closes #775
2022-07-16 22:55:57 -03:00
Andrey Nering
8d26e34b0a
Use --list-all
to PowerShell completion + Add CHANGELOG to #803
2022-07-16 22:07:24 -03:00
Andrey Nering
110d1d7245
Merge pull request #803 from carlsmedstad/zsh-completion
...
Fix Zsh completion for tasks without description
2022-07-16 21:38:50 -03:00
Andrey Nering
f7384623df
Merge pull request #802 from nokome/patch-1
...
Update api_reference.md
2022-07-16 21:37:19 -03:00
Carl Smedstad
5d24e166ab
Fix Zsh completion for tasks without description
...
Use --list-all instead of --list in order include tasks without
description in the auto-completion.
2022-07-10 01:52:38 +02:00
Andrey Nering
d9ec5bcd24
v3.14.0
2022-07-08 15:19:32 -03:00
Andrey Nering
bf9cd7625b
Refactor task.Setup(): Move to its own file and split in separated functions
2022-07-08 15:16:04 -03:00
Andrey Nering
afbf98c974
Website: Add ENV section to API page
2022-07-08 14:49:52 -03:00
Andrey Nering
fedb68cde7
Allow override the .task
dir location with the TASK_TEMP_DIR
env
2022-07-08 14:40:10 -03:00
Nokome Bentley
f787937a30
Update api_reference.md
...
Using `cmd` (singular) with a single string is valid syntax also.
2022-07-08 14:01:41 +12:00
Alexander Mancevice
f54fef7e7b
Allow users to override colors using environment variables
...
Closes #568
Closes #792
2022-07-06 11:46:59 -03:00
Andrey Nering
e36c77aaf3
Fix bug with STDOUT and STDERR in the "group" output mode
...
Took the oportunity to refactor a bit how we handle closing of the streams.
Fixes #779
2022-07-06 10:45:07 -03:00
Andrey Nering
de45e48c37
Release ARM binaries to Snap. Deprecate i386
...
Actually done here: https://github.com/go-task/snap/blob/master/snap/snapcraft.yaml
Closes #795
2022-07-04 11:50:36 -03:00
Andrey Nering
ef0ce8224e
Merge pull request #797 from go-task/dependabot/go_modules/github.com/stretchr/testify-1.8.0
...
Bump github.com/stretchr/testify from 1.7.2 to 1.8.0
2022-07-04 11:18:25 -03:00
Andrey Nering
5b4d5387bf
Website: Link to Twitter account
2022-07-04 11:14:20 -03:00
Andrey Nering
5c460b38c9
Website: Add more entries to the Community page
2022-07-04 10:50:03 -03:00
Andrey Nering
8b836ab446
CHANGELOG: Mention #769 forggoten on SIGINT entry
2022-07-04 10:44:17 -03:00
dependabot[bot]
1be1fccc76
Bump github.com/stretchr/testify from 1.7.2 to 1.8.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 13:41:49 +00:00
Andrey Nering
2c1fda97f0
Upgrade mvdan.cc/sh, which fixes a bug with associative arrays
...
Fixes #785
2022-07-04 10:40:25 -03:00
Andrey Nering
71f7b719b5
Merge pull request #791 from MPLew-is/patch-1
...
Correct `method: timestamp` example block in usage docs
2022-06-27 17:52:18 -03:00
Andrey Nering
e39006b511
Merge pull request #790 from Trim21/patch-2
...
docs: scoop extra bucket is not required anymore
2022-06-27 17:51:17 -03:00
Mike Lewis
37d07d415a
Correct method: timestamp
example block
...
The text above this block currently references a `timestamp` method for checking if a task should be run, then the example uses `checksum` instead.
2022-06-27 14:06:25 -06:00
Trim21
b80c8f78fc
extra bucket is not required anymore
2022-06-28 03:22:32 +08:00
Andrey Nering
7707179b93
Merge pull request #783 from ssbarnea/fix/gha-group
...
Fix GHA grouping examples
2022-06-21 18:08:47 -03:00
Sorin Sbarnea
4e7d8bacdb
Fix GHA grouping examples
...
Our example was not using the correct syntax required for grouping
command output on GHA.
2022-06-21 17:40:11 +01:00
Andrey Nering
0c46fa5a56
Website: Fix typo
2022-06-17 10:05:11 -03:00
Andrey Nering
36aca00de3
Website: Update link
2022-06-15 14:33:15 -03:00
Andrey Nering
0ec8cf1b53
Hide signals tests behind a build tag
...
Testing signals requires additional executables to be available in the $PATH
and can intermittently fail as well.
Add a build tag, which means these specific tests will only run when requested.
Closes #780
2022-06-15 10:06:38 -03:00