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

Refactor RoutePrefix to be a string

It used to be a class with a single `prefix` property that didn't have any extra functionality.
...

github.com/fastify/fastify - b4c0a17a85c509be95e5666d6ab781d8e0962258 authored almost 7 years ago by Nathan Woltman <[email protected]>
Merge pull request #616 from nwoltman/404-pre-handler

Run preHandler hooks for 404 handlers

github.com/fastify/fastify - 889530b38c36833b30d3a7db6c0a83c493e85c6c authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Run preHandler hooks for 404 handlers

github.com/fastify/fastify - a53b04ba2fd8d22b65d7427f3ac25790ee38108b authored almost 7 years ago by Nathan Woltman <[email protected]>
breaking changes must be merged by a core member

github.com/fastify/fastify - 512e77a763082d20fb75c730c975a0fc75ce74d2 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #613 from mafintosh/patch-1

Support buffers in .send

github.com/fastify/fastify - dfd54dbf52d927e094246344e405c96f3f9bc8ba authored almost 7 years ago by Matteo Collina <[email protected]>
add documentation for reply.send(buffer)

github.com/fastify/fastify - 7d70985184d5bafa9917a8a9e15eb8755d406d2d authored almost 7 years ago by Mathias Buus <[email protected]>
add tests for reply.send(buffer)

github.com/fastify/fastify - 5b9d42bb6aca0e34f3f7ba3c41e226265161e719 authored almost 7 years ago by Mathias Buus <[email protected]>
add note about strings/buffers not being serialized

github.com/fastify/fastify - 212e5c14099d6124677608e7a6d52e90113896a9 authored almost 7 years ago by Mathias Buus <[email protected]>
support buffers in .send

github.com/fastify/fastify - 4f5aea4ae773b036d7ce4d09e44c9d107dfa0034 authored almost 7 years ago by Mathias Buus <[email protected]>
Merge pull request #596 from StarpTech/feature/#595_invalid_serializer_content_type

check for writeable payload value

github.com/fastify/fastify - bfadfd6fd5799016c83eb5a60489a4119e2e21ad authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #611 from nwoltman/refactor-route

Clean up route declaration functions

github.com/fastify/fastify - 34c5f12ac7b6ddede0cb7764e614ad4162afabbc authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #612 from nwoltman/undefined-payload

Improve handling undefined payloads

github.com/fastify/fastify - d2ee69fe3ecd5cc96b1cd30bd86ddbfad7d65b2f authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Improve handling undefined payloads

According to RFC 7230 Section 3.3.2, there are cases when a server must
not send a `Content-Leng...

github.com/fastify/fastify - 169fe4b16063ca897500ae123af8a00a6b998a74 authored almost 7 years ago by Nathan Woltman <[email protected]>
Clean up route declaration functions

Passing around options isn't necessary since they're available on the Fastify instance.

This al...

github.com/fastify/fastify - 677361ef3925fd7a7494c03561083ba55c7d23d3 authored almost 7 years ago by Nathan Woltman <[email protected]>
Merge branch 'master' into feature/#595_invalid_serializer_content_type

# Conflicts:
# test/reply-error.test.js

github.com/fastify/fastify - b37195093ffed9daed5f828525fd5946005bc7c9 authored almost 7 years ago by Dustin Deus <[email protected]>
Merge pull request #608 from nwoltman/simplify-build-fns

Simplify building Hooks and ContentTypeParser

github.com/fastify/fastify - bf0935be5fcdc6919c27fbb7ed384d451b6dc297 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Simplify error handling (#601)

* simplify error code handling, remove test for anti pattern

* do not allow set status code t...

github.com/fastify/fastify - d2096944c5cc21582e73c4566d3e300e7b13784c authored almost 7 years ago by Dustin Deus <[email protected]>
Merge pull request #597 from StarpTech/feature/github_issue_template

add github issue template

github.com/fastify/fastify - f0f3bdd03382819121033fc5797bc9e10a6f3ddf authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Simplify building Hooks and ContentTypeParser

Creating a new constructor and inheriting from the old one isn't necessary for Hooks and Content...

github.com/fastify/fastify - 13011ce6f8f02e89821df10fce84378d0ddadc06 authored almost 7 years ago by Nathan Woltman <[email protected]>
Merge pull request #606 from nwoltman/fix-tests

Fix incorrect test

github.com/fastify/fastify - 08bf005f5c2f377c132b5c8ae3cf1a5099a99cfb authored almost 7 years ago by Tommaso Allevi <[email protected]>
reuse

github.com/fastify/fastify - 5cf40e5de5f6db503eae1269f1b474b789d045fe authored almost 7 years ago by dustin deus <[email protected]>
reuse type evaluation

github.com/fastify/fastify - 0ff205e8c673b600afe6aff44754e36c117628da authored almost 7 years ago by dustin deus <[email protected]>
Fix incorrect test

The problem was introduced in 25a65a7 by using the wrong fastify instance inside a register() call.

github.com/fastify/fastify - 3e39ebe9f6abbd5d6d5d2761f86552181bf8e688 authored almost 7 years ago by Nathan Woltman <[email protected]>
Merge pull request #604 from nwoltman/refactor-hook-binding

Clean up binding hook and 404 handler context

github.com/fastify/fastify - 3c1cf96d7caa75597e2328ee079733e922513bad authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #588 from nwoltman/reply-not-found

Add reply.notFound() method

github.com/fastify/fastify - 2b1f2da9d318d2ca005ad732af4f40860e10125d authored almost 7 years ago by Matteo Collina <[email protected]>
Clean up binding hook and 404 handler context

Use fast-iterator to bind hooks to the fastify instance.
404 handlers are also now bound to the ...

github.com/fastify/fastify - 25a65a71bb104fbca66b5493b33ed40054776ab8 authored almost 7 years ago by Nathan Woltman <[email protected]>
Merge pull request #591 from StarpTech/feature/reflect_system_errors

rethrow system errors with promises or async / await. Sort out fastif…

github.com/fastify/fastify - 1380dc1597239390a9a2fd160089af42fcb5b2a2 authored almost 7 years ago by Dustin Deus <[email protected]>
Merge pull request #592 from fastify/fix-589

Fixes 589

github.com/fastify/fastify - 93927f40275df8d37d4031a7f8f3a8cfdb457d3f authored almost 7 years ago by Matteo Collina <[email protected]>
update tests

github.com/fastify/fastify - 74cca195d896bceffdd28a83a98e06c981d7c111 authored almost 7 years ago by Dustin Deus <[email protected]>
throw TypeError instead error

github.com/fastify/fastify - f01d6b5088fd0390c5deeb711fd2f0eafdd91762 authored almost 7 years ago by Dustin Deus <[email protected]>
differentiate between custom serializer and custom payload

github.com/fastify/fastify - 2980e14dd5f77771edf51e142266b7c1a8ce04b9 authored almost 7 years ago by Dustin Deus <[email protected]>
Merge pull request #600 from fastify/nwoltman-collaborator

Add myself to collaborators list

github.com/fastify/fastify - 44e76f84675181afe3c68d52f71f5a3a4f7f86f0 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
[ci skip] update test title

github.com/fastify/fastify - d3c6573ea065312871bfe05a16009689c3cefe70 authored almost 7 years ago by Dustin Deus <[email protected]>
throw error instead handle it

github.com/fastify/fastify - 986795fc2e33755f03ad67bd8d45235b36687a45 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update pr tpl

github.com/fastify/fastify - c599e74e66ccd53bdf4b3f9b47fb07dc81b66a7e authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - a1a31cc1655156e2a2afbed08ccb3acd474678ea authored almost 7 years ago by Dustin Deus <[email protected]>
Add myself to collaborators list

As titled.

github.com/fastify/fastify - e3092b0cc27328e5fd0eade5c867d51cdee64afe authored almost 7 years ago by Nathan Woltman <[email protected]>
[ci skip] fixed typos

github.com/fastify/fastify - 30955b8f0f5a4b8c7fd71b15a21661a10d2b2812 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] fixed typos

github.com/fastify/fastify - 97abaedf47a3540f7642b2f8a8e57a9fa8aff6e6 authored almost 7 years ago by Dustin Deus <[email protected]>
add PR template

github.com/fastify/fastify - 2e14b1a74dd2119f4a744ba1e7ad1a1bb706b9c3 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update

github.com/fastify/fastify - f1df3a2c767fcadb3e436b522377d3b5ba9719b0 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] fixed typos

github.com/fastify/fastify - 888f9b939f7402017530943383748e283e1da890 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] fixed typos

github.com/fastify/fastify - d39ac6c1bc6c041b0d9e9eb366f42eb873c8c810 authored almost 7 years ago by Dustin Deus <[email protected]>
add github issue template

github.com/fastify/fastify - cf938dbeaf054007a4fef76a5aa9e3cf709d7359 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] fixed typos

github.com/fastify/fastify - 89c3d9e3161398ace7471f17b70f2bf2ac51dd04 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] fixed typos

github.com/fastify/fastify - 82ab3e9a85bb7d2d5174034304b2b616a4ba2f31 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] fixed typos

github.com/fastify/fastify - a48398e68962d1cfc588acfd0a41a665747f96ce authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] remove due to merge conflict

github.com/fastify/fastify - 91e0dcd4add593ea15bd993b32896c9525772566 authored almost 7 years ago by Dustin Deus <[email protected]>
check for writeable payload value

github.com/fastify/fastify - 62ae60a50ec22797c1ef87da63fffdb3ef695fe3 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - 2896c0ec545d7b1a3581d8047197b9ca7337aa9f authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - da3af354a11289ffe292f73bf6b8a05ed184fcc1 authored almost 7 years ago by Dustin Deus <[email protected]>
remove timeout strategy, abort request inside rejection

github.com/fastify/fastify - 00a4a13eb62237e7987e0f068dc9ad2c53a7bb78 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - ccffcf17abdf8580258c0b3f3dd0b6a308c3cc0f authored almost 7 years ago by Dustin Deus <[email protected]>
update examples

github.com/fastify/fastify - 25e881c60f4945d8656b44423cf2462037aae656 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - cc658726f13b7106690f710322d244dbf498644e authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - e39750848ea162686c6a631b390c62f72ab4436b authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - d9ca5059484958553a9bd5bd4c470bb064d625a6 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - 8c8da4b2008e9d45bd8533ceee5c83a70577cbd6 authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - a501acfaeadf034113efa99a3937c442d7dc2dfc authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] update readme

github.com/fastify/fastify - 5595c89b54ba38d3fb60d56ef5247c09284820ca authored almost 7 years ago by Dustin Deus <[email protected]>
add error handling section, destroy connection on system error

github.com/fastify/fastify - 9affd60dfcefd5975918f6befb1529fb36241c53 authored almost 7 years ago by Dustin Deus <[email protected]>
close request and respond with 500

github.com/fastify/fastify - e86df9f43494d8e5065268fbca5bf1d157d2d142 authored almost 7 years ago by Dustin Deus <[email protected]>
increase timeout

github.com/fastify/fastify - 6da1d1c9fc35973b0a1b4fb0968245627c1b0cda authored almost 7 years ago by Dustin Deus <[email protected]>
[ci skip] fixed typos

github.com/fastify/fastify - 500a8863fcceda45a87ab1de015433ca2ec77f02 authored almost 7 years ago by Dustin Deus <[email protected]>
move ts def back to dependencies

github.com/fastify/fastify - cda9c39241b72bbcad6267a06fecbf4297f7bcfc authored almost 7 years ago by Dustin Deus <[email protected]>
add tests for custom parser and error handler

github.com/fastify/fastify - 7b9c2e5be43d90702546517fa6cda17fc7803aa4 authored almost 7 years ago by Dustin Deus <[email protected]>
fixed typo

github.com/fastify/fastify - 017f70d20d8d168dcf96596596c4a2122e9d7d35 authored almost 7 years ago by Dustin Deus <[email protected]>
add tests for system errors in request handler

github.com/fastify/fastify - b75ec183ca356076c1eb3775fe45655ce152440b authored almost 7 years ago by Dustin Deus <[email protected]>
avoid prop lookup, simplify code, fixed formatting

github.com/fastify/fastify - bbc609b16462c07e445ceb5251a5aeaf80831001 authored almost 7 years ago by Dustin Deus <[email protected]>
Add reply.notFound() method

github.com/fastify/fastify - 072b2b9f5a872f4f166d72b3f7757611eb39051c authored almost 7 years ago by Nathan Woltman <[email protected]>
use for due to perf

github.com/fastify/fastify - c42829816948e66aa9dd07a1d248dc52a14e4cf5 authored almost 7 years ago by Dustin Deus <[email protected]>
restore reflectSystemErrors calls

github.com/fastify/fastify - 10bf4c75d21e3b12401cefe47a9889bdea6313f4 authored almost 7 years ago by Dustin Deus <[email protected]>
Merge branch 'master' into feature/reflect_system_errors

# Conflicts:
# lib/handleRequest.js

github.com/fastify/fastify - eab0731187a83ca3c84603ee40d053ab7bf39477 authored almost 7 years ago by Dustin Deus <[email protected]>
use for of, extract reflectSystemErrors

github.com/fastify/fastify - 2d899e54f10ec23a121fb5b82e9be6f7f485cd67 authored almost 7 years ago by Dustin Deus <[email protected]>
don't exit process, clean up code

github.com/fastify/fastify - 8e980f86bba3aa750e256b465f6777a58cbbd147 authored almost 7 years ago by Dustin Deus <[email protected]>
Atomic operation for better test

github.com/fastify/fastify - 1d126774fd18140335c3b3dfe408483e28be64b8 authored almost 7 years ago by Tommaso Allevi <[email protected]>
Updated test

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

github.com/fastify/fastify - 402edbfb5fde015791f805155b1354829ebe48b6 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #579 from nwoltman/send-stream

Run onSend hooks when sending a stream

github.com/fastify/fastify - 5ac50d37550ee0e5218e47d19fa724299da0ed71 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #586 from lependu/plugin-lured

Adds fastify-lured to Ecosystem's community list

github.com/fastify/fastify - 4bfd5c1dfed1d4c649e84d277a376c84e74ee496 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Merge pull request #580 from nwoltman/refactor-handle-request

Refactor handleRequest

github.com/fastify/fastify - ede957a4273137e61b5ff6717fd9f43a5907f69b authored almost 7 years ago by Tomas Della Vedova <[email protected]>
rethrow parameter

github.com/fastify/fastify - c5a22198d63ed5235d183c20747e7b204eabfd3b authored almost 7 years ago by Dustin Deus <[email protected]>
rethrow system errors with promises or async / await. Sort out fastify depdendencies. Update gitignore.

github.com/fastify/fastify - 8d5d539ec7948cedb3098819bfcfb5259905a76b authored almost 7 years ago by Dustin Deus <[email protected]>
Adds fastify-lured to Ecosystem's community list

github.com/fastify/fastify - de54e84a1f3cd0fa81db1d7b6b744d9803e55d00 authored almost 7 years ago by lependu <[email protected]>
Refactor handleRequest

By removing the `body` parameter from the `Request` constructor,
the `Request` and `Reply` objec...

github.com/fastify/fastify - 4f2bcb2a796b41611b6b4ca68b94a4c59ec829f4 authored almost 7 years ago by Nathan Woltman <[email protected]>
Merge pull request #578 from tbroadley/fix-typos

Fix typos

github.com/fastify/fastify - 0d8de7e8ec5a45721360a87c1b0d6c42fceb07b4 authored almost 7 years ago by Matteo Collina <[email protected]>
Run onSend hooks when sending a stream

github.com/fastify/fastify - 91078ba7723c4783b7ab1fc0edf40d50f1827f06 authored almost 7 years ago by Nathan Woltman <[email protected]>
Clarify HTTP/2 plain text connection description

github.com/fastify/fastify - 372c28f401ea036589b5d1d398f88423abccab82 authored almost 7 years ago by Thomas Broadley <[email protected]>
docs: fix typos

github.com/fastify/fastify - 4dcd29c09c35306ce6575622b1b633ef73a66f36 authored almost 7 years ago by Thomas Broadley <[email protected]>
Bumped v0.37.0

github.com/fastify/fastify - 95d6342066b5ec1482bd08c048f79d36813f14f7 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #576 from fastify/error-docs

Updated http error docs

github.com/fastify/fastify - 09b54f2e75a69bfda2162804c2386a21d78a5812 authored almost 7 years ago by Tomas Della Vedova <[email protected]>
Updated docs

github.com/fastify/fastify - 890d5a96da37fe546f0769308160b59d9e3f8f23 authored almost 7 years ago by delvedor <[email protected]>
Merge pull request #561 from fastify/autostart

Start loading the plugins only when calling .ready, .inject or .listen

github.com/fastify/fastify - 6dae0b41ff247aaea734b2cfb25813508bfc15d3 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #575 from fastify/no-spaces-anymore

Convert all double spaces to <br> in the docs

github.com/fastify/fastify - d740a15f40a301c0dfc5fed0b168d6a0d40004d4 authored almost 7 years ago by Matteo Collina <[email protected]>
double spaces to <br> in docs

github.com/fastify/fastify - 18d4aff2f596e443d0713c59ed561b2b88d7cc97 authored almost 7 years ago by Matteo Collina <[email protected]>
Added docs for autostart.

github.com/fastify/fastify - 894e91e362b51af4e8bd64527be57a3496ce2082 authored almost 7 years ago by Matteo Collina <[email protected]>
Merge pull request #571 from fastify/issue-543

Use http-errors

github.com/fastify/fastify - 74fe081cee590a54477cd40fa5a5c00dd2d42add authored almost 7 years ago by James Sumners <[email protected]>
Revert to HEAD~ and simply show http-errors support

github.com/fastify/fastify - caf0873dd88f51981601702e4cd09f73aa79c0eb authored almost 7 years ago by James Sumners <[email protected]>
Merge pull request #572 from fastify/update-docs-cli

Update the docs to point users to fastify-cli

github.com/fastify/fastify - 640350f0ee9207fbec957fb7ce5d0f408340848a authored almost 7 years ago by Matteo Collina <[email protected]>
Start loading the plugins only when calling .ready, .inject or .listen

Fixes https://github.com/fastify/fastify/issues/491
Fixes https://github.com/fastify/fastify/pul...

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