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

chore(readme): fix typo on link

github.com/go-task/task - 862237a9313e17905b692bb0b670ff5ee7c71693 authored about 1 year ago
chore: changelog for #1437

github.com/go-task/task - 9d81608337cf52953acd55f5003bb134c6f41983 authored about 1 year ago
fix: variable propagation (#1437)

github.com/go-task/task - 39a4b4d41345cdafa08459500c7056377397a334 authored about 1 year ago
chore: changelog

github.com/go-task/task - 21ceb050806f7e8bfb039f017440aec35298efb5 authored about 1 year ago
feat: support looping over map variables (#1436)

* feat: support looping over map variables

* feat: add .KEY variable

github.com/go-task/task - b592648d5547fd7cee85ce4b5d9f4af5c3671242 authored about 1 year ago
revert: docs back to .md files until prettier supports mdx

github.com/go-task/task - 658b6012a62bef97e2d168904dc1a239549004c9 authored about 1 year ago
docs: add information about loops

github.com/go-task/task - 311cdf00ab44d2776d0a0319f5684e2350acad69 authored about 1 year ago
chore: update any_variables doc to mdx

github.com/go-task/task - 453538b4054f357d4679e712416e8b7dc5416851 authored about 1 year ago
chore: changelog and docs for #1434

github.com/go-task/task - f00ffad63dbcb8581c70d14610a8b894f1e45511 authored about 1 year ago
docs: minor updates to the "any variables" experiment page

github.com/go-task/task - 0d209ef05dcf9c800373d731d9d0697d61ff13e7 authored about 1 year ago
feat: CLI_FORCE special variable (#1434)

github.com/go-task/task - e177f48e417f31d87053cb8fac0eb44a6881ba18 authored about 1 year ago
chore(deps): bump axios from 1.4.0 to 1.6.2 in /docs (#1433)

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.2.
- [Release notes](https://gi...

github.com/go-task/task - e53dafa47e9aea673b652a2ebb0dc5b1b8650461 authored about 1 year ago
feat: docusaurus v3 (#1432)

* feat: docusaurus v3

* feat: update release tool to stop it from converting links - this is ...

github.com/go-task/task - 7c93741670fcf99d694cc193dd3d28105e5b92ea authored about 1 year ago
feat: update schema to support objects and arrays in vars

github.com/go-task/task - 20aad66e4823873860e52d330dc6a6d476739659 authored about 1 year ago
feat: for supports variables and lists of any type

github.com/go-task/task - 4a0414274f7b4a3b74880539d0d70cd28da1436a authored about 1 year ago
feat: new dynamic variable syntax

github.com/go-task/task - 1a12b94bd3aba4cdf2561d3e53c1b0863d8c6bd0 authored about 1 year ago
docs: any variables experiment

github.com/go-task/task - 12a8fb05818c1f847f42be812f15659fe20c9eee authored about 1 year ago
fix: non-evaluated nil values should be converted to empty strings to avoid empty interface errors in the templater

github.com/go-task/task - 43a2979e77439085c603df7edd4117a6cf52db51 authored about 1 year ago
feat: add ability to unmarshal as any when experiment enabled

github.com/go-task/task - 1cd26ae1b98649ffd0faecc684b24ef8f41a9579 authored about 1 year ago
feat: change Var.Value from string to an any type

github.com/go-task/task - 5516ac1a00908acef84bfb6e3010d13b08796157 authored about 1 year ago
refactor: rename Var.Static to Var.Value

github.com/go-task/task - de09e675c1510a1a98eb4e913f2d2c5e3e5443a5 authored about 1 year ago
chore: changelog

github.com/go-task/task - cb195da72f8e7ad3117e6f7214fe60f72c7e8b80 authored about 1 year ago
feat: add any variable experiment flag

github.com/go-task/task - f58257a2080a1466b8bb131f688e70f4236825c4 authored about 1 year ago
fix: dynamic vars break with for because of fast-compiled tasks

github.com/go-task/task - 1eeb7d5cf90570077eb9ee12ca687bf69ce28a80 authored about 1 year ago
feat: testdata

github.com/go-task/task - 77aaf996a1971a74fa07a4a2c8a6d6169605aa5c authored about 1 year ago
fix: handle errors when sh is used in Taskfiles with the any variables experiment enabled

github.com/go-task/task - 7feceeae878dd4535ffdf12db6cc69d9bee5e70a authored about 1 year ago
chore: changelog

github.com/go-task/task - abf0d29736fda059aae27fc33fceb313be59988a authored about 1 year ago
feat: add aliases to --json output

github.com/go-task/task - c5a2e92e5e0ba8889a8db45c0a34647046a8c563 authored about 1 year ago
chore: bump golangci-lint version

github.com/go-task/task - edb9dcd284f8f2ec971f2452aebab4e6ca474e1b authored about 1 year ago
chore(docs): fix typo (#1422)

github.com/go-task/task - cb0e6c5efc4ff81fbe05fa62b6f8796895cfc938 authored about 1 year ago
chore: sync translations (#1418)

github.com/go-task/task - 4e35b1e9c24f71647cbcc6f90e33e937d5a9c995 authored about 1 year ago
chore(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 (#1419)

github.com/go-task/task - 1becb64d8354895dd4b0545ed5fa4e9264502085 authored about 1 year ago
chore(docs): fix typo on "releasing" page

github.com/go-task/task - c4dce8f506814d7af750792f53d4fa0c863b4470 authored about 1 year ago
feat: support negative globs (#1324)

Co-authored-by: Andrey Nering <[email protected]>

github.com/go-task/task - ec35d43677700cf459cb27ea1197ea680ddc40af authored about 1 year ago
chore: sync translations (#1404)

github.com/go-task/task - a7958c0e3bf551a7502195856593503ded2687d9 authored about 1 year ago
feat: prefer remote taskfiles over cached ones (#1345)

* feat: prefer remote taskfiles over cached ones

* feat: implemented cache on network timeout...

github.com/go-task/task - 546a4d7e46ec4bf0f7d19e12a4a91e2f9bf39fc4 authored about 1 year ago
chore: add changelog + improve code for #1368

github.com/go-task/task - 834babe0efd19e68512af53b635fb8ee9e5ca848 authored about 1 year ago
feat: add `--no-status` flag (#1368)

disables status check when running with `--list` `--json` options

github.com/go-task/task - 8355f16809bf12dd9dabe8af8ff86484ef5e4487 authored about 1 year ago
chore(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 (#1395)

github.com/go-task/task - db2414402f674574fbcae05f656840bb88a6a1db authored about 1 year ago
chore(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 (#1396)

github.com/go-task/task - c7f80a3be4e3cb25b4fddd6d390339a4ebae3682 authored about 1 year ago
chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#1397)

github.com/go-task/task - b883a25c9a3c34d9aaaf249ddb138a9a03c7e455 authored about 1 year ago
chore: sync translations (#1399)

github.com/go-task/task - 7fbded2b139addba3d2495956b80b7891129fead authored about 1 year ago
chore: sync translations (#1389)

github.com/go-task/task - fb506acc27f1ba91dfe4fd9e5d28f5b3ddee9359 authored about 1 year ago
chore: update discord link on issue template

#1390

github.com/go-task/task - a8d3a69013d59c963fb5794cc92f151cec2692af authored about 1 year ago
Add silent to for_call schema (#1386)

* Add silent to for_call schema

* Update Changelog

github.com/go-task/task - 30a2415ac86e7e4ef063de56c182198b9009c05a authored about 1 year ago
fix(platforms): do not run dynamic vars for other platforms (#1377)

github.com/go-task/task - b681ef98689fa0bd004413ccf462765b33b15b32 authored over 1 year ago
chore: sync translations (#1376)

github.com/go-task/task - 38efad5aa294ea843a53e80d3681df372a6b5e19 authored over 1 year ago
refactor(merge): use constant

github.com/go-task/task - 6de3be138479216f9bd47ab9d5fff1ce749a431e authored over 1 year ago
chore(website): remove gold sponsors section

github.com/go-task/task - 781e55fce9f5d15a48b26eb9d0368387a8d63cd7 authored over 1 year ago
chore: sync translations (#1371)

github.com/go-task/task - 9b0de2e72ef2049c8d81fba7793028193930edb3 authored over 1 year ago
chore(deps): bump @babel/traverse from 7.18.2 to 7.23.2 in /docs (#1374)

github.com/go-task/task - d4f7216256385ab9e54b16975edece456f82e354 authored over 1 year ago
chore(docs) add missing `watch: true` to example

github.com/go-task/task - 2842ae7fb54dbbc26a7cb9d95dfff25200ac0705 authored over 1 year ago
chore: sync translations (#1367)

github.com/go-task/task - 75aa066d9c6f6b7e63e671d49800c08eff982321 authored over 1 year ago
chore(taskfile): add task to install goreleaser

github.com/go-task/task - 244aa93b3a40f41927d22e90b4c18cbbd3c964b6 authored over 1 year ago
chore: add changelog entry for #1338

github.com/go-task/task - b5f6a237ccb172cc146aee25a892984efae75d67 authored over 1 year ago
fix(precondition): do not print error if context was aborted (#1338)

github.com/go-task/task - d741dfe26d3493d262b610634d833dc715bfa70a authored over 1 year ago
chore: add changelog entry for #1343

github.com/go-task/task - 5168e54af7ff071294c9590a53132fe887771537 authored over 1 year ago
fix: templates on task descriptions (#1343)

github.com/go-task/task - 05755f3a52c248cb4f0647c7152adcb1c8f5cd8a authored over 1 year ago
feat: unify prompts (#1344)

github.com/go-task/task - dc77286282121be17629142c398718d4cdd33b6d authored over 1 year ago
chore: add changelog entry for #1356

github.com/go-task/task - 222cd8c8f8d28114bfcb8f48dccdde54362c8a83 authored over 1 year ago
fix: exclude other "ignored" files. (#1356)

github.com/go-task/task - 2f92f2ac5f54fec7fe737ad0c4b51e73af837e2f authored over 1 year ago
fix: increase max task calls limit from 100 to 1000

Closes #1321
Closes #1332

github.com/go-task/task - a70f5aafc23dcbbe25d6a05b138493add70e448a authored over 1 year ago
feat: add ability to set `watch: true` in Taskfile (#1361)

github.com/go-task/task - adfb96b63772d0f9f948f1e696b70c866b007da7 authored over 1 year ago
chore(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#1366)

github.com/go-task/task - 383746fcee06960bd3469acec2c88bcbab05cbe1 authored over 1 year ago
chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#1365)

github.com/go-task/task - 460ecdf8e98be8bc16f91be62acea6f79fc3e82e authored over 1 year ago
chore(deps): bump postcss from 8.4.14 to 8.4.31 in /docs (#1364)

github.com/go-task/task - 74c503a33d580296ce4022bc4024f5180238b6e7 authored over 1 year ago
chore: remove accidentally added taskfile-dag.gv (#1357)

No real code changes here. It looks that an extra file has been
committed by mistake in b1ff13d...

github.com/go-task/task - f0d25515e641b7bcea6a81ba48d61562840cdadb authored over 1 year ago
chore: sync translations (#1336)

github.com/go-task/task - 9dc7502e4f8ede01835b6172b79d6bfdc5a96cec authored over 1 year ago
feat: error handling for undefined schema version (#1342)

* feat: error handling for undefined schema version

* docs: error codes

* chore: changelog

github.com/go-task/task - 078e213890679d8e39348394d66823fc3fc4ebaa authored over 1 year ago
chore(docs): update branch name on some links

github.com/go-task/task - f5aca7579809b043319a783369a88bbf239a8881 authored over 1 year ago
release: v3.30.1

github.com/go-task/task - 99d247e25445221e468ec9624e6dff41b4670b00 authored over 1 year ago
fix: incorrect remote taskfiles cache directory

github.com/go-task/task - ba299aa71f330d7fe129d33b8a3ba9ba20c62595 authored over 1 year ago
refactor: minor improvements to setCurrentDir

github.com/go-task/task - d1d312f39694a7e30c85ffb4d1f03a97ce6f9c49 authored over 1 year ago
fix: only create a cache if the node is remote

github.com/go-task/task - 93cccd4027eb42c5d1fbf18e853a74eb72201e76 authored over 1 year ago
fix: e.Dir not being set to the correct directory

github.com/go-task/task - 8e7e231aec8bc16e800699459f4bd04f31dc9810 authored over 1 year ago
chore: changelog

github.com/go-task/task - 92f30d4d7047eeca3bf550213dbd8f824be1a86f authored over 1 year ago
chore(deps): upgrade slim-sprig to v3.0.0 (#1329)

github.com/go-task/task - 72d77eb6c03f9bca8ab33a9cca9aab0ddc318b7b authored over 1 year ago
release: v3.30.0

github.com/go-task/task - 42ac2429270e98e220d7051ccbd1d73bc04b2fd5 authored over 1 year ago
chore: add changelog entry for #1325

github.com/go-task/task - d0551353f3e660662205a7ad4646e22eced66e71 authored over 1 year ago
feat(checksum): replace md5 with xxh3 to improve performance (#1325)

github.com/go-task/task - 1417f9f6cd7c44c7528f742c2dfeffa11784f0e2 authored over 1 year ago
chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 (#1326)

github.com/go-task/task - 978d66e1483428e8c34c097aec4b0d0661f4ce24 authored over 1 year ago
chore: sync translations (#1328)

github.com/go-task/task - 4fd69154a3a67e4a4eb185129a4918789b73770f authored over 1 year ago
feat: remote taskfiles (HTTP) (#1152)

* feat: remote taskfiles over http

* feat: allow insecure connections when --insecure flag is...

github.com/go-task/task - 22ce67c5e50e81ac63902615e54745c0247f19d8 authored over 1 year ago
chore: sync translations (#1323)

github.com/go-task/task - 84ad0056e49e2206bf5903863cdf972a7305072c authored over 1 year ago
fix: minor blog typos

github.com/go-task/task - 07d5e80c5774408de3f9bec00c6f9de5d36a22cd authored over 1 year ago
fix: il8n blog authors

github.com/go-task/task - c6241af64a61b3c612c6d9859ae4cc1e7fc1333b authored over 1 year ago
blog: introducing experiments

github.com/go-task/task - 4f6eea87990145fa476167db4fe3206b2bd5026b authored over 1 year ago
chore: update experiments and deprecation docs (#1315)

github.com/go-task/task - a20728995577085b4c8a1b5b3b66ca5e24384d19 authored over 1 year ago
chore: upgrade Go to v1.21.0 on lint and release actions

github.com/go-task/task - 3f2abe011b9d5c5f1168e21b84370cafcd48a1c9 authored over 1 year ago
feat: node refactor (#1316)

* refactor: node reader interface

* refactor: rewrite Taskfile() as anon recursive func

* ...

github.com/go-task/task - afe8a618fef0fce112da2eb22311616bde7737f7 authored over 1 year ago
chore: sync translations (#1314)

github.com/go-task/task - b2e6c93b4bbfc85fc198aba1e433b877da3ff8ab authored over 1 year ago
chore(changelog): consolidate v3.29.0 and v3.29.1

github.com/go-task/task - c3d2437c3ab6ce9d4332d3ee628847f47d9f31d0 authored over 1 year ago
chore(website): update release docs to include instructions for winget

github.com/go-task/task - e2552dae4584e953c2f24c3cc67866327522ebbb authored over 1 year ago
goreleaser: skip automatic winget release on ci

github.com/go-task/task - 1189bdec879358e6a153a54cf8155ed569cc14f8 authored over 1 year ago
fix: goreleaser deprecation on ci

github.com/go-task/task - f51f9621d1958642774670fed33af16b254e9e91 authored over 1 year ago