issues
search
go-task
/
task
A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.53k
stars
616
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
#1928
dependabot[bot]
opened
2 days ago
0
chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
#1927
dependabot[bot]
opened
2 days ago
0
chore: allow using only github.com/go-task/task/v3/errors package
#1926
alexandear
opened
4 days ago
0
fix: propagation of SIGTERM and SIGINT to Task Subprocesses
#1924
vendelin8
closed
4 days ago
1
fix: use a sync.Map to prevent "concurrent map read and map write" fa…
#1923
tinmrn
opened
1 week ago
0
fatal error: concurrent map read and map write - in internal/output.(*prefixWriter).writeLine
#1922
tinmrn
opened
1 week ago
0
fix: dynamic variable output in verbose mode
#1921
mgbowman
opened
1 week ago
0
Dynamic variables are logged incorrectly in verbose mode
#1920
mgbowman
opened
1 week ago
0
refactor: use giturl pkg instead of chainguard-dev/git-urls
#1918
alexandear
closed
1 week ago
4
chore(deps): switch to mainted fork of `git-urls`
#1917
AlekSi
closed
1 week ago
4
Support additional metadata in Taskfile YAML schema
#1916
timrulebosch
opened
2 weeks ago
1
fix(json-schema): add missing `platforms` property to cmds `for`
#1915
dkarter
closed
1 week ago
2
chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0
#1914
dependabot[bot]
closed
1 week ago
0
chore(deps): bump golang.org/x/term from 0.25.0 to 0.26.0
#1913
dependabot[bot]
closed
1 week ago
1
Updated Environment Variables Before Dotenv File
#1912
DominiqueLade
opened
2 weeks ago
0
v3.40.0 behaviour change with undefined/null variables passed into `ref`
#1911
kirkrodrigues
opened
2 weeks ago
0
fix: typos in docs, changelog, testdata, comments
#1910
alexandear
closed
2 weeks ago
3
Defer no longer supporting passing vars (not interpolation)
#1909
toby-griffiths
opened
2 weeks ago
0
Regression #785, Associative array is broken.
#1908
kundeng
opened
2 weeks ago
4
docs: Document defer task options
#1907
mjpieters
opened
2 weeks ago
1
Internal task should inherit prefix from caller task
#1906
TLG-Gildas
opened
2 weeks ago
1
docs(flags.go): flag description typo
#1905
NorbertHauriel
closed
3 weeks ago
0
fix: bug where non-nil, empty dynamic variables are returned as an empty interface
#1904
pd93
closed
3 weeks ago
0
In dynamic (shell) variables, template expansion resulting in an empty (no characters) script block causes type error when referenced
#1903
WinkelCode
closed
3 weeks ago
1
Make the taskfile in include required
#1902
semihbkgr
opened
3 weeks ago
2
`set:` options don't apply to dynamically (shell) expanded variables
#1901
WinkelCode
opened
3 weeks ago
1
Included and aliased Taskfiles don't play well with wildcards
#1900
JackoCoolio
opened
3 weeks ago
1
chore(deps): update node.js to v22
#1899
renovate[bot]
opened
3 weeks ago
0
feat/add-linter-noctx
#1898
christiandins
opened
3 weeks ago
0
Update usage.mdx
#1897
MVogtC
opened
3 weeks ago
0
Update usage.mdx
#1896
CeMoN24
opened
3 weeks ago
0
Update faq.mdx - fix typo
#1895
Lumberjackz94
opened
3 weeks ago
0
feat(remote): add tests for git remote taskfiles
#1894
pbitty
opened
3 weeks ago
2
docs: add an example of a `default` value usage in vars
#1893
iamkarlson
closed
3 weeks ago
1
chore(deps): update website
#1891
renovate[bot]
closed
3 weeks ago
0
feat: add numCPU func
#1890
Amoghrd
closed
3 weeks ago
0
go-task --version unknown
#1889
YurBoiRene
closed
3 weeks ago
3
Completion scripts for Fedora use incorrect binary name
#1888
YurBoiRene
opened
4 weeks ago
0
Add a `numCPU` function similar to `OS` and `ARCH`
#1887
andreynering
closed
3 weeks ago
1
chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website
#1886
dependabot[bot]
closed
2 weeks ago
0
chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0
#1885
dependabot[bot]
closed
3 weeks ago
0
chore(deps): bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0
#1884
dependabot[bot]
closed
3 weeks ago
0
chore: add linter misspell
#1883
christiandins
closed
1 week ago
1
feat: Add parallel test execution to improve runtime
#1882
christiandins
opened
1 month ago
0
Incorrect/confusing `include cycle detected` error message after a silly mistake
#1881
VinGarcia
opened
1 month ago
4
Incorrect/confusing `include cycle detected` error message after a silly mistake
#1880
VinGarcia
closed
1 month ago
1
Added silent for defer
#1879
danilobuerger
opened
1 month ago
0
Completion script only completes tasks from task file in current dir
#1878
StefanBRas
opened
1 month ago
0
silent on defer
#1877
danilobuerger
opened
1 month ago
1
Calling parent task with templating bug
#1876
ameergituser
closed
1 month ago
4
Next