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

Revert commented test

github.com/fastify/fastify - c40a764745f49b78cb1015d71ff424866bead1c2 authored over 7 years ago
Add missing return type

github.com/fastify/fastify - b1ff4e7a916dd7073b289301256f105c7226374f authored over 7 years ago
Adjust the docs [ci skip]

github.com/fastify/fastify - 4772231d308490aea2537d41fdbe1e0a8648ad53 authored over 7 years ago
Add joi validation test

github.com/fastify/fastify - 7b5a214e3671289425cb086ae853da12eac71a52 authored over 7 years ago
Fix bad rebase. Add typescript for test

github.com/fastify/fastify - 1efce49ddd03c4087cf965dc5f4e9d90fd186de8 authored over 7 years ago
Support 2 kind of validation interfaces

github.com/fastify/fastify - 76fc5052ec71c657ff49829a3d7a71932827be6c authored over 7 years ago
Refactorize to improve performance

github.com/fastify/fastify - af2f98b2c43433618b44f468351da25f4fa864a4 authored over 7 years ago
Simply closure

github.com/fastify/fastify - f59ed29379c861990df2d750be5fe54e27445286 authored over 7 years ago
Renaming validatorMaker to compile

github.com/fastify/fastify - b1376766bd2e051935c47474c9810ea7d6f04d81 authored over 7 years ago
Add test for encapsulation

github.com/fastify/fastify - adb6e853d06a858192e9f742fe8f12dc7d4e7fef authored over 7 years ago
Use var instead of const

github.com/fastify/fastify - e6dbbc1902d7dd35242cc55e231c5d5f8febfb2a authored over 7 years ago
Define schemaCompiler interface

github.com/fastify/fastify - 3a7eb120a97d43537b2b82046ab5249ec1632380 authored over 7 years ago
Rename to schemaCompiler

github.com/fastify/fastify - b72b390435328e31a88387a2dfe29143428d376a authored over 7 years ago
Move out ajv. Extrapolate validatorMaker

github.com/fastify/fastify - 574580d42020e497311f260d7e8d2c2ef4ad98a8 authored over 7 years ago
Revert "Allowed"

This reverts commit f48dcc938fbf164a2b83e41a5ea5fc4a7a015deb.

github.com/fastify/fastify - 0f6368788670d3b76fa3be5dc83f818e2349d095 authored over 7 years ago
run tests in parallel

github.com/fastify/fastify - f4990b8f6c7fcbc0ffb6a9b5e587314ffe75c08e authored over 7 years ago
Merge pull request #213 from fastify/fix-211

Fixes #211

github.com/fastify/fastify - 526e3a5fc243984270ab4cf22609c79c5de409ba authored over 7 years ago
Updated test

github.com/fastify/fastify - 642f7c5e94d1aba19b7c9adf9aaef095c8edca60 authored over 7 years ago
Updated custom genReqId handling

github.com/fastify/fastify - 921ecb8ef47777131ae554d27a7163fb3ba0a8e7 authored over 7 years ago
Merge pull request #182 from evanshortiss/ts-typings

add typings.d file for typescript users

github.com/fastify/fastify - 3307770465262a9c61202f47e3c05f8647cc238d authored over 7 years ago
Merge pull request #215 from fastify/double-listen

Handle all possible cases of double listen

github.com/fastify/fastify - db00917fee9e1ba9d95e9af4bb80ad95ffa79188 authored over 7 years ago
listen to 'error' event on the server until listen has finished

github.com/fastify/fastify - 4d6baea011dbb6e6852e2523fac7cad71bb3360d authored over 7 years ago
Test double listen on the same fastify instance

github.com/fastify/fastify - a8ec8ea523e7c696d70dabfebb31ac2cbfd46bfd authored over 7 years ago
Merge pull request #204 from fastify/update-benchmarks

Updated benchmarks to Fastify 0.27.0 and Node 8.4.0.

github.com/fastify/fastify - 7a9dfebf3b26a610a2a69e13069100d51f5b7fdc authored over 7 years ago
Updated test

github.com/fastify/fastify - d62e9e8eeb6b65492865bb0d6e610b37d96068a6 authored over 7 years ago
Removed benchmarks/fastify-big-json.js

github.com/fastify/fastify - e87fe8d03c0d3f1e491638a8dc3e8b4e431ed809 authored over 7 years ago
Merge pull request #183 from cagataycali/master

✨ Benchmarks are seperated

github.com/fastify/fastify - 1061b2b02ac1f31849c43a38223678d3dda888d5 authored over 7 years ago
Merge pull request #209 from jsumners/fix-ecosystem-list

Fix extra dash in ecosystem list (thanks Atom)

github.com/fastify/fastify - eb5c4de20e12dc8a568ebac6dde671205fa4a5e8 authored over 7 years ago
Fix extra dash in ecosystem list (thanks Atom)

github.com/fastify/fastify - aefe34614c2d69430a77f082309d6813250110cb authored over 7 years ago
Merge pull request #205 from jsumners/add-cookie

Add fastify-cookie to ecosystem

github.com/fastify/fastify - 8a285c53b342fd140c62d7d79ec063e001628d7c authored over 7 years ago
include required types in dependencies

github.com/fastify/fastify - c26487c64d85566179572e94200a0bb30fbf8a0a authored over 7 years ago
allow query and params to be accessed as objects

github.com/fastify/fastify - fc63e5dcbf5c038e3ffa92f1b22805ecd34f5692 authored over 7 years ago
fix middleware signature to use core http objects. add hooks

github.com/fastify/fastify - 5b743bc0623a956afa2ec4df25d30bdb49148aaa authored over 7 years ago
Add fastify-cookie to Ecosystem section

github.com/fastify/fastify - 93021e4ed371e5fb87bbe1f7530ddbb215c2a5fa authored over 7 years ago
Updated benchmarks to Fastify 0.27.0 and Node 8.4.0.

github.com/fastify/fastify - 32fb59c786ddeade91a71af44f0a5d2a937deef9 authored over 7 years ago
Alphabetize the Ecosystem section

github.com/fastify/fastify - ce1c363bae2541de6e2f6c24287bd839ac3299e1 authored over 7 years ago
Merge pull request #203 from Pitu/patch-1

Added fastify-formbody plugin to the README

github.com/fastify/fastify - 155af9c11cc04dc8933c944c134966022ba1a614 authored over 7 years ago
Added fastify-formbody plugin to the README

Decided to put it right under fastify-multipart since both plugins are related to parsing POST d...

github.com/fastify/fastify - 7f02eed590f13d3c106ef37829c49ca954218fa6 authored over 7 years ago
Merge pull request #198 from jsumners/fixmdformatting

Move arrow function notes

github.com/fastify/fastify - f6c7270fb5941280320cef0e5106b5ad602d087b authored over 7 years ago
Move arrow function notes

The previous fix for the scope in the decorators examples mistankenly
had the cautionary note wi...

github.com/fastify/fastify - 925cc44a5d1bb2ed39abf1cb7609ed16b34692da authored over 7 years ago
Updated docs

github.com/fastify/fastify - d962e0c0c65cf5645e4934b6e036485c378f3bdc authored over 7 years ago
Bumped v0.27.0

github.com/fastify/fastify - e67f9dd2efb5d4c4767c9d97960d32ac3c9c5e66 authored over 7 years ago
Merge pull request #196 from jsumners/doc-scope

Fix scope in documentation examples

github.com/fastify/fastify - 89c124d560b6bc3b320ef4ef6db7632ead4d1502 authored over 7 years ago
Fix scope in documentation examples

github.com/fastify/fastify - bc6ecb8778c7aa5c8485c8c4258c89973f72498b authored over 7 years ago
Merge pull request #195 from fastify/fix-perf-regression

Do not use symbols to track the context and startTime

github.com/fastify/fastify - b29a9e3f2e9f564fb6e4198676c062be7b1ca0bf authored over 7 years ago
Do not use fast-safe-stringify in Reply.send to avoid perf issues

github.com/fastify/fastify - 13b73cf14092950f58e7b10dd7c395af7f6543fc authored over 7 years ago
Updated docs and removed fast-safe-stringify.

github.com/fastify/fastify - 10579b9ec00089767acd3f47575792f9a575ee15 authored over 7 years ago
use stringify instead of JSON.stringify.

github.com/fastify/fastify - c623d0bf8042f3d88605e0fcad7045da412a1a9a authored over 7 years ago
Re-added fast-safe-stringify as a dev dependency

github.com/fastify/fastify - d0fe8d4fea1531af0e5f1304890bf6ee286f709c authored over 7 years ago
Do not use symbols to track the context and startTime

It seems using symbols is preventing some type-based optimizations
to happen. Switching back to ...

github.com/fastify/fastify - 0dfe5b8cc911439442a237ac9a37da277cac6546 authored over 7 years ago
Update package.json

github.com/fastify/fastify - fa0084c7dedc4fb7a04bf8492d7566bcaa4ca866 authored over 7 years ago
Merge pull request #170 from fastify/lifecycle-refactor

Lifecycle refactor

github.com/fastify/fastify - a11fb9eefc275990b6a3f4f73fbf0984ed889e6c authored over 7 years ago
Merge pull request #189 from fastify/fix-188

Fixes #188

github.com/fastify/fastify - 9c92328740a6b9fb537435c3361159aacd4325c1 authored over 7 years ago
Do not defer the onResponse hook.

github.com/fastify/fastify - 65338325e2724167248d6b640617aa82f4e2cb1b authored over 7 years ago
Avoiding runHooks for onResponse if possible

github.com/fastify/fastify - 6fd660805000dfde84904bace8a8d2c3542c8e8a authored over 7 years ago
do not defer startHooks

github.com/fastify/fastify - 8d7490db7b453041be78e0718b5d41239f4dff0e authored over 7 years ago
initiate ajv instance on root level so we can pass options, add tests

github.com/fastify/fastify - 6c5fd53ef1e865f59a3488a7559b28902febc0b6 authored over 7 years ago
update with suggestions and add pino types

github.com/fastify/fastify - d204e7a113a4ec34ff594f1d02258b6e7ac6c1a6 authored over 7 years ago
Merge pull request #171 from allevo/bug-get-register-promise

Add failing test

github.com/fastify/fastify - 4c65c38b0dd5f2422c6f5267e7b66d65951e7872 authored over 7 years ago
Added a code of conduct

See https://www.contributor-covenant.org for more details.

github.com/fastify/fastify - 94a41784c2dda0842e1851e89bbcd4a475fba072 authored over 7 years ago
✨ Benchmarks are seperated

github.com/fastify/fastify - 0390a042827c77477291a0b642c3b4a7dcefaaa0 authored over 7 years ago
add typings in package.json

github.com/fastify/fastify - 09a0edebf2d8ee413f78a551ef16c612a8a32232 authored over 7 years ago
replace 'response' with 'reply' naming convention

github.com/fastify/fastify - 79d5d705a5cc2987a4cfbe223988aef3c564906c authored over 7 years ago
add typings.d file for typescript users

github.com/fastify/fastify - 2e80a78e2110693606494f62877bd217b8b41e0d authored over 7 years ago
Updated test

github.com/fastify/fastify - fb8f96f373d09c2aafa2d602f87798528f43aecc authored over 7 years ago
Added benchmark for a bigger json

github.com/fastify/fastify - aa2d554520069973d11ee466f802c57e67201fdb authored over 7 years ago
Fixed logger tests

github.com/fastify/fastify - 7662d3e15260e70b91a07d1735d49525e8fb17fb authored over 7 years ago
Updated test

github.com/fastify/fastify - 96b6e91d18c98464d91737f76c2bfea8705feddc authored over 7 years ago
Updated logger function

github.com/fastify/fastify - f5572c1e06e046bb470f147828965f25e750d979 authored over 7 years ago
Bumped dependencies

github.com/fastify/fastify - 3fcff3e2ce53be9c23d11cb7252bef6792258332 authored over 7 years ago
Updated test

github.com/fastify/fastify - 9946d340af7e7f4e9a7f5091c05ba18607144c1a authored over 7 years ago
Added prefix support for middlewares

github.com/fastify/fastify - a612f5b57b7ac3e1fda88175cf864483ecbe2b5c authored over 7 years ago
Updated hooks example

github.com/fastify/fastify - 646c54191c3d1a8d5931bfd9b4d1689d5eb60fcb authored over 7 years ago
Updated docs

github.com/fastify/fastify - 8beae1fab261952092ce653e0794c710ce2a669f authored over 7 years ago
Revert "Removed req object from Reply"

This reverts commit 22613db6b950dba5274fe1ec8e827926520b6e13.

github.com/fastify/fastify - 7b4b15943d5da95d53ea0a010d4e70f48b6c77d6 authored over 7 years ago
Revert "Updated test"

This reverts commit 7a276c27bdb0769ee9e273c2c784d496d16edca6.

github.com/fastify/fastify - b6f28b4398f71cec50d471e6dcd24ac4e50d7a23 authored over 7 years ago
Updated test

github.com/fastify/fastify - 7a276c27bdb0769ee9e273c2c784d496d16edca6 authored over 7 years ago
Removed req object from Reply

github.com/fastify/fastify - 22613db6b950dba5274fe1ec8e827926520b6e13 authored over 7 years ago
Updated test

github.com/fastify/fastify - b481b923ceef833e1b8e52da5513bb31fea8f7f3 authored over 7 years ago
Merge pull request #175 from lolo32/patch-1

adding fastify-sse

github.com/fastify/fastify - ae092f9c149a494fcaab1a6e430d4f49fb4dd1b3 authored over 7 years ago
adding fastify-sse

github.com/fastify/fastify - d994926ebdddf153a3560680e9dd047dc7308d6a authored over 7 years ago
Merge branch 'master' into lifecycle-refactor

github.com/fastify/fastify - 834757cf83a614ba262a3ab0da1d2cd0dd621e92 authored over 7 years ago
Fixed failing test for passing an existing logger

github.com/fastify/fastify - 7bbbb1160b7b2723c99c3d9fbfa0b8ef744f8824 authored over 7 years ago
Bumped v0.26.2.

github.com/fastify/fastify - bf9d0afba8ca24a8ac74c4671ae7defb9851761b authored over 7 years ago
Merge pull request #172 from fastify/fix-perf-arrays

Always flatten the string before sending it out

github.com/fastify/fastify - c2b242280b99409ae7f7f1060074d3c8990ae2ba authored over 7 years ago
Always flatten the string before sending it out

Double the througput in some JSON-heavy cases.

github.com/fastify/fastify - 357f973a342dcd4a23fcb5db15517a47652506e1 authored over 7 years ago
Fix register

github.com/fastify/fastify - fb5f0c71bbf7a290a3ec6771926d457c95ca12ac authored over 7 years ago
Add failing test

github.com/fastify/fastify - 7bdb2d05333ea72f6387c7e4002ab05819d997db authored over 7 years ago
Updated test

github.com/fastify/fastify - a0005a16a0f49be29afe65390193584cab7a14e6 authored over 7 years ago
Added onResponse hook

github.com/fastify/fastify - 7b3213acb0dd3c9a989e03e6cf8c46bc61a81120 authored over 7 years ago
Updated test

github.com/fastify/fastify - 6b21b15dbefaf9ccfd692ad6c18b685cfb5a4305 authored over 7 years ago
Removed pino-http and implemented a custom logger to get full control of onResFinished

github.com/fastify/fastify - 4abb0345cfd1108494cc2156e355c574b035a124 authored over 7 years ago
Updated test

github.com/fastify/fastify - 4b630a8c4d19096bcf5ad9eef787194758062d5d authored over 7 years ago
Updated test

github.com/fastify/fastify - fe14b5ede11ae50609636497d8b1c2cd4e6a3db5 authored over 7 years ago