Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Task

A task runner / simpler Make alternative written in Go
Collective - Host: opensource - https://opencollective.com/task - Website: https://taskfile.dev/ - Code: https://github.com/go-task/task

Merge branch 'master' into report-timestamp-to-status

* master:
Update CHANGELOG
Small improvements to #228
Fix a typo
Fix Checksum.IsUpToDate...

github.com/go-task/task - d1183ce2725bb8b344199183f6102ea1cb457425 authored over 5 years ago
Export Time Struct to Template

github.com/go-task/task - a1aec8178a917c46278c9d989a1eb64c6fc9c3e8 authored over 5 years ago
Update CHANGELOG

github.com/go-task/task - ad569a8a36c17a01ebf3f47a60831948f002cd18 authored over 5 years ago
Small improvements to #228

github.com/go-task/task - 0d9fdbaac1e8d8a04331edeedbed64daac361ac5 authored over 5 years ago
Merge pull request #228 from topecongiro/checksum-look-for-generated

Re-run the task if generated files do not exist

github.com/go-task/task - f5cd3eab9ef49240b3231b1ddba167b98ea1e6c2 authored over 5 years ago
Merge remote-tracking branch 'upstream/v3' into report-timestamp-to-status

* upstream/v3:
v3.0.0-preview1
Update v3 changelog
Only have colored output on v3
Add --...

github.com/go-task/task - cb6fe4bb59a96dc5b4f0aadc4b282ff97c6c7d5a authored over 5 years ago
Changes per feedback

github.com/go-task/task - db36bc67f18f4f104b52d5e3aa767a7141bcbcdc authored over 5 years ago
Apply suggestions from code review

Co-Authored-By: Andrey Nering <[email protected]>

github.com/go-task/task - e0f72a6193612ee850c45345b18d878553d2b909 authored over 5 years ago
Expose timestamp and checksum to status

github.com/go-task/task - 1ee684b7c067365811fd1de0966395448a9f2ac8 authored over 5 years ago
cleanp taskfile reader

github.com/go-task/task - 93005512b454edd3413f8ab4e077e82b34ff3dfc authored over 5 years ago
Fix a typo

github.com/go-task/task - 8987cd64a0926d9ba321f5dec1c05e235568a4d6 authored over 5 years ago
Fix Checksum.IsUpToDate

- Check whether generates exist after the creation of checksum file
- Check whether generates ex...

github.com/go-task/task - fac51dcf0397d8f4b46bdb1056f2410b5fb20650 authored over 5 years ago
Remove directory check

github.com/go-task/task - 01101a4c9bc95f636a3c9f6612dd5eb8ff3011e6 authored over 5 years ago
Update glob.go

- Rename glob() to globs()
- Add glob() which handles a single glob pattern
- Change glob() and ...

github.com/go-task/task - d561e40817454c5e7641ec1051d057f4ff2708cf authored over 5 years ago
bump version of auto generated taskfile

github.com/go-task/task - b8094fd771b1549a8e5c2019323859ccfc4867b8 authored over 5 years ago
assert error message

github.com/go-task/task - af5d9c952d8dfebd598f4a373d6e1c2d50e7619c authored over 5 years ago
show documentation of version 1, add deprecation notice

github.com/go-task/task - ce4e187cbcb1db74be0ac02a9515f56b41757f60 authored over 5 years ago
Fix error message

Co-Authored-By: Andrey Nering <[email protected]>

github.com/go-task/task - 821c80b61e14bd0d981efbefc73125c6a6814473 authored over 5 years ago
Bump version of taskfile

Co-Authored-By: Andrey Nering <[email protected]>

github.com/go-task/task - 5a6fb7c973d9980883569cd9829c4917f22c2f5b authored over 5 years ago
Separate error handlings for readability

github.com/go-task/task - 0cb298ebdf4dbc94a13e8093e1d0ab2e07f5faa5 authored over 5 years ago
Calling Go directly on Windows

github.com/go-task/task - a1493687253545cd3f29368e598e343aaf78e266 authored over 5 years ago
Build on the root directory

github.com/go-task/task - afeefe82591dc86be48435027fe83ee94f8284cb authored over 5 years ago
Do we need to use backslash here?

github.com/go-task/task - 690d3c27a2fe55877010107690a50486a97ad9ee authored over 5 years ago
Fix binary calling on Windows

github.com/go-task/task - 3d56ea5ce50a37dcfb83a5e411d6536e9a0c7205 authored over 5 years ago
Skip linting for now

github.com/go-task/task - fdff7f80a34f8743cfe8856ebd772bbb5d29dd41 authored over 5 years ago
Build binary first and test all packages

github.com/go-task/task - 57db6865d28cfc96082c1c02325244ed4c3c6dd2 authored over 5 years ago
Add CI for Linux/Windows/MacOS powered by GitHub Actions

github.com/go-task/task - d235d5ab28b48c8f46d1fb992008789c124a2124 authored over 5 years ago
v3.0.0-preview1

github.com/go-task/task - c47c15ee4759742bca4c7c924280eee7fca581b7 authored over 5 years ago
Fix two Goreleaser deprecation messages

https://goreleaser.com/deprecations/#archive

https://goreleaser.com/deprecations/#nfpm

github.com/go-task/task - 613dfe06d3eb77973c6b404a1d30c806e767793a authored over 5 years ago
Update v3 changelog

github.com/go-task/task - 6803ad2e5978727b996e3fbf9939de6804512996 authored over 5 years ago
Merge branch 'master' into v3

github.com/go-task/task - d5a791b4708ee44e551e639294aff848a4cfd2b6 authored over 5 years ago
Update CHANGELOG.md

github.com/go-task/task - a312d61d68d671328911a83880e40655dc80df36 authored over 5 years ago
Documentation: Improve wording on the Variables section

Thanks @crewjam for the suggestion

Closes #234

github.com/go-task/task - e414c1f7b053af03be956b4775e1cf0c2ec123d7 authored over 5 years ago
Fix nil panic bug when assigning global var and no var is declared on the Taskfile

Closes #229
Ref #234

github.com/go-task/task - 955359b073bfb1f6fb80e2bd9fb06debeb4242c0 authored over 5 years ago
Re-run the task if generated files do not exist

github.com/go-task/task - 26e0c0887a92bd94fea241de69791e2f36b6ff05 authored over 5 years ago
Update CHANGELOG.md

github.com/go-task/task - 4c295b564a7da0281b70652df09d429eab77684c authored over 5 years ago
Add CHANGELOG and documentation for Linux support on Homebrew

Ref: https://github.com/go-task/homebrew-tap/pull/1

Thanks @dawidd6

github.com/go-task/task - d8bfb3ab13165a48fe869ac928bb5ad42d4283bb authored over 5 years ago
Add --taskfile flag (alias -t) to allow running another Taskfile

Closes #221

github.com/go-task/task - d970e935074a3a96e7b9f1a3dbc02d8298ec9b40 authored over 5 years ago
Merge pull request #207 from go-task/colored-output

Use colors for some output messages

github.com/go-task/task - e6255081a8af848225f8b354fbe22155fcfc1aa6 authored over 5 years ago
Only have colored output on v3

github.com/go-task/task - 623db0ed94404840564ff4988f3d3a5892e608f8 authored over 5 years ago
Add --color=false flag to disable colored output

github.com/go-task/task - 0e575e9c25b8c4df7bf8fce277ca78b7f964370a authored over 5 years ago
Merge branch 'v3' into colored-output

github.com/go-task/task - fb23ba98788f8a0ac245315f31bac4eed1b1e1d6 authored over 5 years ago
Update documentation about sprig

github.com/go-task/task - 4e09fc7f438bbea318fba913c41f97fc1181e48b authored over 5 years ago
Update CHANGELOG

github.com/go-task/task - 64cfdd815f58a76ea2493076bec30032fe9dc614 authored over 5 years ago
Merge pull request #219 from go-task/migrate-from-sprig-to-slim-sprig

Migrate from sprig to slim-sprig

github.com/go-task/task - f6f31e0a8dc86c3230c881d351a90250dd85e5df authored over 5 years ago
Migrate from sprig to slim-sprig

github.com/go-task/task - bd5fb9be03a9a8a1e4c1af5725ea46064cdb9bbb authored over 5 years ago
Merge pull request #213 from marco-m/document-dir-creation

Document dir: creation (see PR #211)

github.com/go-task/task - 762714de6864a8e60ad8d8553e7c1915243aa236 authored over 5 years ago
Document dir: creation (see PR #211)

github.com/go-task/task - 82a3651a18c8610568c02a80fab995742e678437 authored over 5 years ago
Fix build after merging master

github.com/go-task/task - dd9cdb0ec9b9d6938b4a8cf214692daa134b13b9 authored over 5 years ago
Merge branch 'v3' into colored-output

github.com/go-task/task - 7f082a821d974479a71f06de02ce4325445cb5a2 authored over 5 years ago
Fixed some bugs regarding minor version checks on `version:`

1. I have forgot to update it on recent releases. Seems that most people just
use round versi...

github.com/go-task/task - abe0352de9a97e04a93b241b748fb92aae42535a authored over 5 years ago
Add changelog for #205

github.com/go-task/task - 9c68c7c50b52a09c23a7f79544190056fa6b986d authored over 5 years ago
Merge pull request #205 from CypherpunkArmory/add-precondition-to-task

Add Preconditions to Tasks

github.com/go-task/task - 0608782cfad6a68e7466727193ef3aa80b86c144 authored over 5 years ago
Merge pull request #212 from ezhukov/patch-1

Add missing "-" in usage.md

github.com/go-task/task - edeaf3794ad4625dcc2ed60e5cf8d778dfe91f64 authored over 5 years ago
Post-fixes to #211

github.com/go-task/task - fe2b8c8afa4642ba1614a7e7155e03daad7f9774 authored over 5 years ago
Merge branch 'marco-m-209-create-dir'

github.com/go-task/task - b66bf58064ebecc1c477e43ca2a45b487611fc20 authored over 5 years ago
Merge branch '209-create-dir' of https://github.com/marco-m/task into marco-m-209-create-dir

github.com/go-task/task - 957dfa9cdf15f36c7e527cb0c5ac33d9dd880ffc authored over 5 years ago
Change error output

github.com/go-task/task - cc9264854e884d36f97f67cd28b5d8a68220c05f authored over 5 years ago
Fix typos per review

github.com/go-task/task - d1463b3e242930cc0ae66397dafd40677d212592 authored over 5 years ago
Add missing "-" in usage.md

github.com/go-task/task - f1082520e186fe4eee708d348508ea505a869303 authored over 5 years ago
Protect creation of "dir:" with a mutex

github.com/go-task/task - 733c563194b013e7ea93153237b7ff2226d4ada7 authored over 5 years ago
Add funding button via OpenCollective

github.com/go-task/task - 0200d043c3ec86a6dfc06fa647f9c42cc96e0db3 authored over 5 years ago
Handle the common case when the task directory is not specified

Closes #209

github.com/go-task/task - 9c475c36e7f39bca76414c46f783fcb427f905d3 authored over 5 years ago
When "dir:" attribute points to a non-existing dir, create it

Closes #209

github.com/go-task/task - c663c5c5071060069a5c29fae36c1cff72ef523e authored over 5 years ago
Task directory: test when "dir:" attribute points to an existing dir

github.com/go-task/task - 1e93c3830706f06ed28fd1133fa681997d968ff6 authored over 5 years ago
Task directory: test default case (no "dir:" attribute)

github.com/go-task/task - 81baf808c9a7bd8bb68ecbec9742c37615acb43c authored over 5 years ago
Fix spelling

github.com/go-task/task - 74537689dcac260db4b8da6fe1fa9bfa2c3d1996 authored over 5 years ago
Clarify difference between status and precondition in docs

github.com/go-task/task - 12ab01d5e62528ae3923284921efed0a6d033856 authored over 5 years ago
Remove ignore_errors

github.com/go-task/task - 044d3a0ff9a425241a2e930dab295e793e483ae7 authored over 5 years ago
Apply suggestions from code review

Co-Authored-By: Andrey Nering <[email protected]>

github.com/go-task/task - 659cae6a4c93eb25e2b356801d09cd2feb4c82d7 authored over 5 years ago
Use colors for some output messages

github.com/go-task/task - 8efc38ad826db4c08ef671708b286c3175f845d8 authored over 5 years ago
Add Preconditions to Tasks

github.com/go-task/task - bd5882f0f0a12981734a9c07a3abc7761c9cc8c5 authored over 5 years ago
go mod vendor

github.com/go-task/task - b2df398a1277b8327860af67c1d3990953f9014b authored almost 6 years ago
Revert "Upgrade to yaml/go-yaml v3"

This reverts commit 8001fb39157eb3cbc51e09f23117559ff154db35.

github.com/go-task/task - 83d618e1eb93172749ea5ef5d8f68df334b47a5e authored almost 6 years ago
Allow setting global variables through the CLI

Closes #192

github.com/go-task/task - f0768b3af191efa2a9ef32fba53262eaa914d02f authored almost 6 years ago
Updated change log

github.com/go-task/task - 6e6f3375099ece72179cb44879b69de610d8ca51 authored almost 6 years ago
Update CHANGELOG.md

github.com/go-task/task - 1546415b8fc6270c0868807ed229abaa99f6cc2c authored almost 6 years ago
Merge pull request #200 from go-task/fix-output-issues

Fixes some bugs relatated to commands output handling

github.com/go-task/task - 20725c69bf0b22e3698d78a97e635ee6088fd8c8 authored almost 6 years ago
Fixes some bugs relatated to commands output handling

This seems to fix some of the bugs reported by issues like #114 and #190.

Seems that the standa...

github.com/go-task/task - 90613220c63b4492e6cb0c2226b72ad01ba822b0 authored almost 6 years ago
Update Go version on CI

github.com/go-task/task - 659fd2ae939c62accdc5aabbda98ce1bf324a791 authored almost 6 years ago
Merge pull request #198 from go-task/yaml-v3

Upgrade to go-yaml/yaml v3

github.com/go-task/task - 29d899f7dac37bd0446a177f9e1b235ad17ed659 authored almost 6 years ago
go vendor mod

github.com/go-task/task - 902a0a01a9471868350c03137937c7012ea4d2a5 authored almost 6 years ago
Upgrade to yaml/go-yaml v3

github.com/go-task/task - 8001fb39157eb3cbc51e09f23117559ff154db35 authored almost 6 years ago
Small fix to redirector

github.com/go-task/task - e81e2802f09344f9c6622b27fe49db4fe32ea55b authored almost 6 years ago
Merge pull request #188 from sosiska/patch-1

Rewrite if-else chain to switch statement

github.com/go-task/task - 1ee066ec42c3df990f5b1a85cbbba051335e851b authored almost 6 years ago
Rewrite if-else chain to switch statement

github.com/go-task/task - 53d54d1c4a7ec98ff8ddb1150c1434305a0e157a authored almost 6 years ago
go mod vendor

github.com/go-task/task - c5b97739229a007a128b91cba55928ab8e547cf9 authored almost 6 years ago
mvdan.cc/sh: Use v2.6.4

github.com/go-task/task - de11323d28d9a8fd55753d9d91db67ae266a7a43 authored almost 6 years ago
Migrating from taskfile.org to taskfile.dev

github.com/go-task/task - 9f269e1a95484e5c10a0fcff1f8edaf39910d171 authored almost 6 years ago
Update Change Log

github.com/go-task/task - 9c350f8ef13c659ef0a6779aa5df5d4f3dffe0ed authored almost 6 years ago
Remove unnecessary extra empty line

github.com/go-task/task - e4204168a0ab56e798cce3e313dd0dd8bc8659ff authored almost 6 years ago
Update CNAME

github.com/go-task/task - db19fdac29bc1cd62971e953962da77a2477836f authored almost 6 years ago
Merge pull request #180 from jaedle/master

Display task summary

github.com/go-task/task - d516b238b131dcd037d71025f18fa79719d276af authored almost 6 years ago