Ecosyste.ms: OpenCollective

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

Fastify

Fastify is a high-performance Node.js web framework, thriving with a dedicated open-source community for collaborative growth and excellence.
Collective - Host: opensource - https://opencollective.com/fastify - Website: https://fastify.dev/ - Code: https://github.com/fastify/fastify

Update the docs to point users to fastify-cli

github.com/fastify/fastify - 251d9b39f0f4bf79552668fc194e1f17e240cd40 authored almost 7 years ago by Matteo Collina <[email protected]>
Use http-errors

github.com/fastify/fastify - dd45aaa0e72907ad26e264166fbac13cec417ae8 authored almost 7 years ago by James Sumners <[email protected]>
Merge pull request #570 from fastify/handler-context-doc

Add documenation for Reply.context (issue #257)

github.com/fastify/fastify - ea5bcec7c5875365fea1dbe898dc94cd6acaf778 authored almost 7 years ago by James Sumners <[email protected]>
Add documenation for Reply.context (issue #257)

github.com/fastify/fastify - cfb1e3f8e9da066cca8b5afc8339e12b267722d0 authored almost 7 years ago by James Sumners <[email protected]>
Merge pull request #558 from fastify/http-errors

Updated error handling

github.com/fastify/fastify - 78daf5345fd5fce3f9015d97a6b7de380eb2493d authored almost 7 years ago by Matteo Collina <[email protected]>
Updated dependencies

github.com/fastify/fastify - dd8f30071a16919fb859e4296d1e922d2f26be1c authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #547 from coreyfarrell/fastify-cli

Stop depending on fastify-cli.

github.com/fastify/fastify - 7cca849de5a8d4a430de9c2468f13f3d6b572bf4 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #425 from oxsav/master

Add fastify-firebase-auth to the fastify community

github.com/fastify/fastify - dce12809498bf235219a6539f4768f747e864480 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #563 from nasplachkov/master

Handle invalid schemas

github.com/fastify/fastify - 6c5e60fd38cc417eaf596f90d3402dfb6a7fef38 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #566 from nwoltman/context-req-reply

Create Request and Reply objects with the right context

github.com/fastify/fastify - c56df486713dd16bee3884abefebc2af3229f842 authored almost 7 years ago by Matteo Collina <[email protected]>
Create Request and Reply objects with the right context

Fixes cases where the generic Request and Reply objects would be created and
passed to later hoo...

github.com/fastify/fastify - 61fb546a9ba76d48dec42c4e5fc6ea3eef755be3 authored almost 7 years ago by Nathan Woltman <[email protected]>
Merge pull request #527 from chapuletta/patch-3

Add Fastify KnexJS Mock to Community plugins

github.com/fastify/fastify - 980e6d5b9c67c1e009fc6293530365629d620dd3 authored almost 7 years ago by James Sumners <[email protected]>
Merge pull request #565 from derevandal/master

return await is useless

github.com/fastify/fastify - d966e0c8eeb498de7c101805c36de5e56d762645 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Handle invalid schemas

github.com/fastify/fastify - ab3f605a0478ab2520624e8b0b5fb60e93890726 authored almost 7 years ago by Atanas Plachkov <[email protected]>
add try catch block

github.com/fastify/fastify - 945d3fca97dc4b184a58e47016efc7cc96302204 authored almost 7 years ago by André Van Dal <[email protected]>
return await is useless

"Inside an async function, return await is useless. Since the return value of an async function ...

github.com/fastify/fastify - d63749196fac777d35292a273a01ae0ad270a82c authored almost 7 years ago by André Van Dal <[email protected]>
Merge pull request #562 from fastify/greenkeeper/middie-3.0.0

Update middie to the latest version 🚀

github.com/fastify/fastify - da2ef2217cbc96e3586ace675754e23e7e685600 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #559 from nwoltman/original-url

Set req.originalUrl on each request

github.com/fastify/fastify - a414d1ad9798470dc4c912932582c8dc1349ec0c authored almost 7 years ago by Matteo Collina <[email protected]>
fix(package): update middie to version 3.0.0

github.com/fastify/fastify - 93d7f5511b5c80a914323646dff261e2fa430740 authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Updated test

github.com/fastify/fastify - 80051d60d7a2e484ed2dee2c523c713cd9eab802 authored almost 7 years ago by delvedor <[email protected]>
Updated dependencies

github.com/fastify/fastify - 38d4f40bbf043a2f97eae37552482424abd894c9 authored almost 7 years ago by delvedor <[email protected]>
Updated error handling

github.com/fastify/fastify - 23b9125c0c658f3c1e1dd9da8a67c526a88a400c authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #556 from fastify/greenkeeper/fastify-plugin-0.2.1

chore(package): update fastify-plugin to version 0.2.1

github.com/fastify/fastify - 4bb7d4e7070425d2f882f747bd3e82565ebd2458 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Set req.originalUrl on each request

Since middie needs `req.originalUrl` to be compatible with Express middleware,
setting `req.orig...

github.com/fastify/fastify - 8239ab9bfa99c3ed10946c694c35aecfc292f126 authored almost 7 years ago by Nathan Woltman <[email protected]>
Removed extendServerError

github.com/fastify/fastify - 4dcd8186b26defc094550a01f91a09ddf9c59da6 authored almost 7 years ago by delvedor <[email protected]>
Fix typo

github.com/fastify/fastify - 653d54ff6e51faf899d69bfbb77d6bbbd5033228 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #555 from nwoltman/document-static

Add fastify-static to Core plugins in Ecosystem.md

github.com/fastify/fastify - 874732fbea31a33e08d167954b533f01571a4924 authored almost 7 years ago by James Sumners <[email protected]>
Add fastify-static to Core plugins in Ecosystem.md

github.com/fastify/fastify - dcb7668147067aad8d7aed3d6b53f538986c7b3e authored almost 7 years ago by Nathan Woltman <[email protected]>
chore(package): update fastify-plugin to version 0.2.1

Closes #553

github.com/fastify/fastify - 5a5a7e228e7d654f3cc4b36bf7350878dbcbd36d authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Bumped v0.36.0

github.com/fastify/fastify - 8f60f7aad650617e676576860b2d49384ca25729 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #466 from fastify/plugins-meta

WIP: Plugins meta

github.com/fastify/fastify - 3b2d44191f306f8116f0df7ccdf100cc021e6d66 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #541 from fastify/fix-540

Fix 540

github.com/fastify/fastify - 6982ff8c97e633d9612822f3a57bc0edb318c2d8 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #544 from nasplachkov/master

Preserve validation errors from Ajv as an array

github.com/fastify/fastify - 4d8e000eb7193d6cd4d71043964ff039bde3f3a5 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #551 from nwoltman/fix-550

Always use a Request object when creating a Reply object

github.com/fastify/fastify - 0506e7c84dbe3307c35fc5b267b674c00ef7c6ea authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #552 from nwoltman/docs-serialize

Update docs that mention fast-safe-stringify

github.com/fastify/fastify - b2d9885c1850953de875c46014e38688f014b1f4 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #549 from nwoltman/fix-548

Don't let async handler send 204 response twice

github.com/fastify/fastify - 9a33533932249788c1cfa5fb978af8e3ca93edbe authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Update docs that mention fast-safe-stringify

It isn't used anywhere so update the docs to indicate that JSON.stringify() is used instead.

github.com/fastify/fastify - 351a2fbad3e7b74b8011c82337b9aa1c2073044c authored almost 7 years ago by Nathan Woltman <[email protected]>
Always use a Request object when creating a Reply object

This ensures that the onSend hook will always receive a valid Request object.

github.com/fastify/fastify - db71a958bd07a374399aec889d759b6cbb062d2e authored almost 7 years ago by Nathan Woltman <[email protected]>
Don't let async handler send 204 response twice

github.com/fastify/fastify - fa376cc5da26050dca36eb41151ed233ded15d28 authored almost 7 years ago by Nathan Woltman <[email protected]>
Stop depending on fastify-cli.

* Delete lib/bin.js.
* Remove the "bin" setting from package.json.
* Remove fastify-cli from dep...

github.com/fastify/fastify - 3e158917256d01e7f462d4ae412236b8d3bfd798 authored almost 7 years ago by Corey Farrell <[email protected]>
Preserve validation errors from Ajv as an array

github.com/fastify/fastify - f9102e7c34739734ab7cc877c5fe6a35a7e3bd95 authored almost 7 years ago by Atanas Plachkov <[email protected]>
Merge pull request #535 from Ethan-Arrowood/fix-contenttype-parser-api

Update ContentParser API

github.com/fastify/fastify - 67e111e8bc4e5f47d4aa93468a71bccdb8664037 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Squash all commits

Added error to done method

Update error check

Update docs

Remove old err checks

Updated api ...

github.com/fastify/fastify - 23ae757d1e2d2f98106e0eb437a35069c8d3a616 authored almost 7 years ago by Ethan Arrowood <[email protected]>
Bumped v0.35.7

github.com/fastify/fastify - 77cb3475d4e045e0c68674a6004f123175bd4a44 authored almost 7 years ago by Matteo Collina <[email protected]>
thousands -> thousand.

github.com/fastify/fastify - ba4b0d7fcc6d9728023acf5e06a1a7c6958eb33c authored almost 7 years ago by Matteo Collina <[email protected]>
Bumped v0.35.6

github.com/fastify/fastify - d8a71ba1199b7342449623efd61f1ba6d27ab452 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #545 from fastify/no-set-immediate

Do not use setImmediate

github.com/fastify/fastify - 380c4fde00fb40d5ad2e9b4e2eb224392b1384c5 authored almost 7 years ago by Matteo Collina <[email protected]>
Updated benchmarks and update README.

github.com/fastify/fastify - 6dc48a01f4a67e39f969c4ceda37497c9fa4f98f authored almost 7 years ago by Matteo Collina <[email protected]>
removed instances of setImmediate

github.com/fastify/fastify - f8d744c04ffc971c78a5cf27aa9fbdcc93025e97 authored almost 7 years ago by Matteo Collina <[email protected]>
Updated test

github.com/fastify/fastify - b3ee2d260d8690d7602dda20e78d6ce9697468f7 authored almost 7 years ago by delvedor <[email protected]>
Do not JSON.stringify strings by default, fixes #540

github.com/fastify/fastify - 7dcebbd0084cacc9ff5c86551e5e03882ca04518 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #533 from manzonif/master

Update fastify.d.ts to include onSend hook

github.com/fastify/fastify - 4a6396e8a3f1ba0292f5a52e220122e382e0440f authored almost 7 years ago by Matteo Collina <[email protected]>
Update Hooks.md

github.com/fastify/fastify - 1a487dccbf26546cefb94300037118d8890d5fb9 authored almost 7 years ago by manzonif <[email protected]>
Update fastify.d.ts

github.com/fastify/fastify - 056e8d8f783cd4f61725821970f6384fee9711e9 authored almost 7 years ago by manzonif <[email protected]>
Add Fastify KnexJS Mock to Community plugins

Mock Knexjs plugin for fastify added fot testing support

github.com/fastify/fastify - abb74d39027c773357e383426de6aad76930faec authored almost 7 years ago by Nicolas Balduzzi <[email protected]>
Merge pull request #526 from fastify/add-emails-to-coc

Added emails to CoC

github.com/fastify/fastify - ed65c02c9fa5084603646c99405a65e55763f40a authored almost 7 years ago by Matteo Collina <[email protected]>
Added emails to CoC

github.com/fastify/fastify - a051d7cc3fe83581ac5676dba66b4f83bac30f36 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #524 from fastify/move-issue-492-to-custom-parser-test

issue-492 test into custom-parser.test.js file

github.com/fastify/fastify - 27f83e2224bcc48d3a77c2da175b5abadd6a985e authored almost 7 years ago by Matteo Collina <[email protected]>
Check body response

github.com/fastify/fastify - c7418cf5cd278d4eafeb44212a25ecbfa8d8551b authored almost 7 years ago by Tommaso Allevi <[email protected]>
issue-492 test into custom-parser.test.js file

github.com/fastify/fastify - 1cdf8163d808f7aa59cf28dc6ad3f6637ba88bd2 authored almost 7 years ago by Tommaso Allevi <[email protected]>
Merge pull request #522 from fastify/issue-492

Fix #492

github.com/fastify/fastify - 7a875bc0f3b4fb5c25ce9cadd774998c52b4ffea authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #516 from fastify/fix-513

Fixes #513

github.com/fastify/fastify - f26328323871ae76ed3ff5cf725124c8678f7e98 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #521 from coreyfarrell/listen-null

Document fastify.listen without callback.

github.com/fastify/fastify - 580099023cf40bdecc113429e914bb0843efe597 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Fix #492

github.com/fastify/fastify - 9c76480e36252ddda5ead1ac0d9bb60d28a26ae8 authored almost 7 years ago by Tommaso Allevi <[email protected]>
Document fastify.listen without callback.

github.com/fastify/fastify - ceed9280056be96097e0a93a735a49d60bb8afdf authored almost 7 years ago by Corey Farrell <[email protected]>
Merge pull request #502 from coreyfarrell/listen-null

fastify.listen: Handle missing callback consistently.

github.com/fastify/fastify - d3518f04430156d03d48f9c07b38f7ed6081dfb4 authored almost 7 years ago by Matteo Collina <[email protected]>
fastify.listen: Return promise if callback is not provided

fastify.listen handled errors inconsistently when no callback was
provided. This was partly due...

github.com/fastify/fastify - a285fe15b0b20564c710bcadb29421640bb9699a authored almost 7 years ago by Corey Farrell <[email protected]>
Bumped v0.35.5

github.com/fastify/fastify - 7ea405de387e1102914fa5ad76f14b6157bea5d8 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #519 from fastify/avoid-swallowing-errors-json

Do not swallow errors after parsing JSON body

github.com/fastify/fastify - 826c0396b8f04afbd1b41eed76e769a6f63ef3d9 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Do not swallow errors after parsing JSON body

github.com/fastify/fastify - 01f1039f77ce3ac4396fda286d3d30adc8edb085 authored almost 7 years ago by Matteo Collina <[email protected]>
Bumped v0.35.4

github.com/fastify/fastify - 27c184db707c1edaa451600af38af9ba34e79d31 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #518 from fastify/update-deps

Bumped dependencies

github.com/fastify/fastify - 0c5b2ec4d0292f3e26e1ae04b41462390f1f7f1e authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Bumped dependencies

github.com/fastify/fastify - 893b848b5c7c2675005548e3f7551866ec00916f authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #507 from chapuletta/patch-1

Update Ecosystem.md

github.com/fastify/fastify - fed0e4b6fa07542db07ea3b796d38872805583f6 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Fixes #513

github.com/fastify/fastify - f80e1c4954a19607c8e401ba0219b25257c2309f authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #515 from coreyfarrell/pump-update

Update pump to latest version.

github.com/fastify/fastify - ecaec39f46e627d8bdb6fd74965ad46df8ff6780 authored almost 7 years ago by Matteo Collina <[email protected]>
Update pump to latest version.

The updated version of pump no longer returns the last stream added to
the pipe. Update fastify...

github.com/fastify/fastify - 13e5d274543be1e92bf0e21283ce37efa794f905 authored almost 7 years ago by Corey Farrell <[email protected]>
Merge pull request #509 from fastify/server-should-not-be-singleton

Do not encourage the server to be a singleton

github.com/fastify/fastify - b8bb7b2e91d603a6adc529b4ecbe487dd4694700 authored almost 7 years ago by Matteo Collina <[email protected]>
Do not encourage the server to be a singleton

A fastify instance can only be booted once.

github.com/fastify/fastify - 8a9f8ddba5d65df5341056a00d495b08b9b5e9a9 authored almost 7 years ago by Matteo Collina <[email protected]>
Update Ecosystem.md

Added Fastify MongoDB in memory plugin for testing support.

github.com/fastify/fastify - 005718a363849737be457f55cd1794da74fc23de authored almost 7 years ago by Nicolas Balduzzi <[email protected]>
Merge pull request #504 from fastify/redirect-onsend

Make reply.redirect honor registered hooks

github.com/fastify/fastify - 9bcf2bcdc2176cf5291f0da84e433fdbcee752e2 authored almost 7 years ago by James Sumners <[email protected]>
Bumped v0.35.3

github.com/fastify/fastify - b1ab5640a603b3ad111e487c0810dece291b09a9 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #506 from fastify/fix-505

Fix #505

github.com/fastify/fastify - 3ed835ea6fdee3023a4659c3d84f8c659c45ded4 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Switch to `http` for redirect `onSend` test

github.com/fastify/fastify - 18ba10985d932b07fd26ccdc00f59a1a9876c464 authored almost 7 years ago by James Sumners <[email protected]>
Updated test

github.com/fastify/fastify - f1fbca009d92b1e6f2caacbee804f6037b00d1b5 authored almost 7 years ago by delvedor <[email protected]>
Fixes #505

github.com/fastify/fastify - 810709a362289c2e0c70a20b3a32df529c3e75a2 authored almost 7 years ago by delvedor <[email protected]>
Make reply.redirect honor registered hooks

github.com/fastify/fastify - 10489d40df7edb0da54a5ab8dde503d94081426f authored almost 7 years ago by James Sumners <[email protected]>
Merge pull request #496 from jeromemacias/patch-1

[doc] Testing: no need for request module in Inject example

github.com/fastify/fastify - 61e35c83ab78384b38ee95b0467f229a5f7175ec authored almost 7 years ago by Tomas Della Vedova <[email protected]>
[doc] Testing: no need for request module in Inject example

github.com/fastify/fastify - 11abb21257c594c71c8f8ce2a809e1d60c7b9fb1 authored almost 7 years ago by Jérôme Macias <[email protected]>
Merge pull request #490 from fastify/greenkeeper/tap-11.0.0

Update tap to the latest version 🚀

github.com/fastify/fastify - 0e378732c5ca8e25235b6f135af20f834a316f45 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
chore(package): update tap to version 11.0.0

github.com/fastify/fastify - d2c512a8c0d79739510752b24e306ba4a7d77c39 authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #348 from fastify/alphabetize-contribs

Alphabetize the contributors list

github.com/fastify/fastify - e4492a6b9963efcc119f4f5e418184a6baf743b0 authored almost 7 years ago by James Sumners <[email protected]>
Updated test

github.com/fastify/fastify - dae914069944e654eff95d32c9e8f952b9adfc6e authored almost 7 years ago by delvedor <[email protected]>
Refactored plugin utils logic

github.com/fastify/fastify - 83f4936e513b617327290cf0f4f4d6ea6fa41d72 authored almost 7 years ago by delvedor <[email protected]>
Updated test

github.com/fastify/fastify - f55705724cb542c8d9aef2665e2f60a1777896f0 authored almost 7 years ago by delvedor <[email protected]>
Added dependencies and decorator check

github.com/fastify/fastify - 41bf5249732ca079a267db8e82695906bf72a3b0 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #488 from yamalight/docs/hooks

Describe hooks scoping possibility in the hooks doc description part

github.com/fastify/fastify - a0f94b08fdc1fb896613d3688f2c7444d16b96f2 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Describe hooks scoping possibility in the hooks doc description part

github.com/fastify/fastify - 1256c5513bc759e9f409e64702853a27c7315e5a authored almost 7 years ago by Tim Ermilov <[email protected]>
Merge pull request #483 from chapuletta/patch-1

Update Ecosystem.md

github.com/fastify/fastify - e4e902070482b576ea61dc3ed9e2ed7e529a1431 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Update Ecosystem.md

reorder fastify-knexjs

github.com/fastify/fastify - b59c66a6539ca3acdbcda935d0bbc98a9ee89196 authored almost 7 years ago by Nicolas Balduzzi <[email protected]>