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

add-content-type-parser-definition (#963)

github.com/fastify/fastify - f5c1d49eca85bee7dfc1d413fe415c9581d6e3f1 authored over 6 years ago by vincent178 <[email protected]>
add custom https server tests (#960)

One more test case for https://github.com/fastify/fastify/pull/937

github.com/fastify/fastify - 87d18c9a77819d9637d8db26d8832beadd2eae76 authored over 6 years ago by vincent178 <[email protected]>
chore(package): update typescript-eslint-parser to version 16.0.0 (#958)

github.com/fastify/fastify - f01e5a7ef3e914af3bf50e20b81728da3ce1da87 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Added fastify-basic-auth plugin (#956)

github.com/fastify/fastify - ce304db81808e8de21519c57785fb9fd58194a33 authored over 6 years ago by Tomas Della Vedova <[email protected]>
Added security badge. (#954)

* Added security badge.

* Badges on two lines

github.com/fastify/fastify - 866f46344ea7118ce8510485beebaddff900a861 authored over 6 years ago by Matteo Collina <[email protected]>
Block new incoming requests once close has been called (#886)

Currently, if a user calls `fastify.close` and the server is under a heavy load, the server will...

github.com/fastify/fastify - cbd08afdf55c029cc2e8a1d12cdd55cb298c4185 authored over 6 years ago by Tomas Della Vedova <[email protected]>
Update Ecosystem.md (#949)

* Update Ecosystem.md

Add Plugin to markdown support

* Update Ecosystem.md

Reorder alph...

github.com/fastify/fastify - 051fc0a53ee8d62c3af527233bab869302d9718a authored over 6 years ago by freezestudio <[email protected]>
Feature: Custom http server (#937)

github.com/fastify/fastify - a515e3765b1e31f4879259ed88e0d727434c1f07 authored over 6 years ago by Tomas Della Vedova <[email protected]>
Bumped v1.5.0

github.com/fastify/fastify - 3c35d4aaafb82a30c519e51c1e35eeb0b900bec2 authored over 6 years ago by delvedor <[email protected]>
Added fastify-swaggergen (#945)

github.com/fastify/fastify - 756f71f55776515a009df6e80bb53d26d8f70053 authored over 6 years ago by Hans Klunder <[email protected]>
Add fastify.hasRequestDecorator and fastify.hasReplyDecorator (#944)

* Add fastify.hasRequestDecorator and fastify.hasReplyDecorator

* Add docs

* Add typescrip...

github.com/fastify/fastify - 0047564f5831709a142b72aa443066245446f288 authored over 6 years ago by Tommaso Allevi <[email protected]>
Update tap to the latest version 🚀 (#941)

github.com/fastify/fastify - 960cefd359ff95c2a1d968b9ebe45228005f4a7e authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
[Typescript Definition] fix missing headers property on FastifyRequest (#940)

* fix missing headers property on FastifyRequest

* add test protect

github.com/fastify/fastify - f647e352a010e187b99ed872962dd141c22f6edd authored over 6 years ago by vincent178 <[email protected]>
Add TypeScript definition for onRoute hook (#938)

* Add typescript definition for onRoute hook

* Add fields path and prefix to object passed to...

github.com/fastify/fastify - c0262a443d7e4e02f7c6e7cb3f3b80218cc284af authored over 6 years ago by Ricardo <[email protected]>
Fix #931 (#939)

github.com/fastify/fastify - 3628524a0bd05e7464cee1b7d5f8eab26478cbd2 authored over 6 years ago by Tommaso Allevi <[email protected]>
Fix typescript address test (#933)

* Fix typescript address test

* Fix cast

* Lint typescript definition and test

* Rename...

github.com/fastify/fastify - 71dfd8be932e598c801ae664eacfc45739e9098f authored over 6 years ago by Tommaso Allevi <[email protected]>
Fix 928 (#929)

* Fixes #928

* Updated test

github.com/fastify/fastify - 2f4a8431788563f12876c167454785fd7ae0c35a authored over 6 years ago by Tomas Della Vedova <[email protected]>
Adding plugin for auto loading the routes fastify (#925)

* commit adding plugin fastify register routes into ecosystem

* refactoring description of pl...

github.com/fastify/fastify - 747ce5c5f7b82ea1d855dac7b53c504c245cd565 authored over 6 years ago by Israel Ériston <[email protected]>
Updated Getting-Started.md, fixed command for fastify start (#927)

`fastify server.js` wouldn't start the server, according to `fastify-cli` correct command to sta...

github.com/fastify/fastify - 72b3d704570dfcfd8e6f3f5cebe43f423458994d authored over 6 years ago by parv <[email protected]>
Bumped v1.4.0

github.com/fastify/fastify - 4ae5e570e27d628533a69dd2855f917b89b78758 authored over 6 years ago by delvedor <[email protected]>
Test issue #922 (#924)

* Updated dependencies

* Updated test

github.com/fastify/fastify - e108ee4d274a0a572b14f65c807c918b54a17c72 authored over 6 years ago by Tomas Della Vedova <[email protected]>
Fix hooks count (#920)

github.com/fastify/fastify - b845269ab3af3c8f731c147869e25f02f4b5ba04 authored over 6 years ago by Rafael Renan Pacheco <[email protected]>
Add config to docs (#884)

* Add docs

* Use fastify.inject instead of sget

* Add typescript context definition

* F...

github.com/fastify/fastify - 8027799ec41b6d250f5d753f89ad4378fa65fc15 authored over 6 years ago by Tommaso Allevi <[email protected]>
Update dependencies (#916)

* Update dependencies

* Use joi 11

* Update fast-json-stringify to include the 'default' j...

github.com/fastify/fastify - 78912b55bfb2f633a24c8c55fb72326fac864639 authored over 6 years ago by Tommaso Allevi <[email protected]>
Add fastify-couchdb plugin to the ecosystem list (#892)

github.com/fastify/fastify - a8489e13182d92c69285c997f9303bee970d49b2 authored over 6 years ago by Nigel Hanlon <[email protected]>
Documentation of method After (#912)

* commit add documentation of method after

* fix documentation

* changes to the commit for...

github.com/fastify/fastify - 97cbe3b17904c0f968dbdfb4eb26f190d15173f8 authored over 6 years ago by Israel Ériston <[email protected]>
avoid creating a promise (#918)

github.com/fastify/fastify - c21a45f29e0fe55b4f025519a21c2683f97c4969 authored over 6 years ago by Matteo Collina <[email protected]>
Adds fastify-language-parser to community list (#915)

github.com/fastify/fastify - 953616f565585406f6e923d55883eda979eb6776 authored over 6 years ago by Akos Kovacs <[email protected]>
enforce utf8 as default charset (#914)

* enforce utf8 as default charset

github.com/fastify/fastify - 92a17255c45f9e264016eec7020d96adfbcd5007 authored over 6 years ago by Dustin Deus <[email protected]>
makes input schema required headers validation case insensitive (#910)

* makes input schema header validation case insensitive

* convert async/await test to callbac...

github.com/fastify/fastify - 2907be7c5352926eda073c5a4be7701f7de39006 authored over 6 years ago by Jimmy Hurrah <[email protected]>
Bumped v1.3.1

github.com/fastify/fastify - b551dd1cd9dae663902e85f22c16b7c2c73c2f1d authored over 6 years ago by delvedor <[email protected]>
Fixed close bug uncovered by [email protected] (#907)

github.com/fastify/fastify - 864661c13b274fe19169e37b74c67a7f1b581385 authored over 6 years ago by Matteo Collina <[email protected]>
chore(package): update simple-get to version 3.0.1 (#905)

Closes #904

github.com/fastify/fastify - 44b68625efdfc08e1977664bbc589d434301b4eb authored over 6 years ago by Matteo Collina <[email protected]>
Added node 10. (#906)

github.com/fastify/fastify - ef8cd520e62f313b12ba24c641dbc230191cb5f9 authored over 6 years ago by Matteo Collina <[email protected]>
Update light-my-request version (#903)

github.com/fastify/fastify - 71409be72f48e554a663b3ee74c1e1adc74225cb authored over 6 years ago by Tommaso Allevi <[email protected]>
add reference to fastify-datastore plugin for using Google Cloud Data… (#877)

* add reference to fastify-datastore plugin for using Google Cloud Datastore with Fastify

* a...

github.com/fastify/fastify - e171ac67cd16f5660e78b54eb4da8ce06b9156c5 authored over 6 years ago by puchesjr <[email protected]>
Allow parsing empty request bodies (#895)

Disallowing empty bodies was an optimization for parsing `application/json` requests (since JSON...

github.com/fastify/fastify - 8c5e732f2e9b5f4c435589f8c5f0f5950bba9cea authored over 6 years ago by Nathan Woltman <[email protected]>
Add test for unknown method (#883)

* Add test for unknown method

* Add unknwon method test for http2

github.com/fastify/fastify - bec2da146714b6243ff1a0b24a0469e6bbcd116d authored over 6 years ago by Tommaso Allevi <[email protected]>
Remove some 'you' (#896)

github.com/fastify/fastify - 5dcb4d29b0e39cf001f12ac858b545bfdd8f66b0 authored over 6 years ago by Tommaso Allevi <[email protected]>
Update decorator docs with example (#890)

* Update decorator docs with example

* Add callback

github.com/fastify/fastify - 320871e1e80f830f217647b57916f280944e7100 authored over 6 years ago by Yashua <[email protected]>
Bumped v1.3.0

github.com/fastify/fastify - ba0263685ee1be6cf3345bf21c9adb5446183980 authored over 6 years ago by delvedor <[email protected]>
add .removeHeader() (#891)

github.com/fastify/fastify - cfa760cbd129231c6dd150b01ab690c59b83219b authored over 6 years ago by Matteo Collina <[email protected]>
[ci skip] update doc (#889)

* [ci skip] update doc

* [ci skip] update doc

* [ci skip] fixed typos

* [ci skip] updat...

github.com/fastify/fastify - 5b6c839549faecabdfda96c0aad2675b40c372c0 authored over 6 years ago by Dustin Deus <[email protected]>
Segregate `async/await` and `next` hook forms in documentation (#878)

* Segregate `async/await` and `next` forms

Based on Fastify/Lobby Gitter discussion today 16...

github.com/fastify/fastify - 5892d5ea2585624504f190b4cb15d8e4d9c80228 authored over 6 years ago by Leonardo Giovanni Scur <[email protected]>
increase timeout (#888)

github.com/fastify/fastify - 8b48b3a6d3775bc4c9eaa85060cca2d0dce81fcf authored over 6 years ago by Dustin Deus <[email protected]>
log message when promise is fullfilled with undefined (#887)

* log message when promise is fullfilled with undefined

* log as type error

* log message ...

github.com/fastify/fastify - de63b8a700c016992b403b0c913712e644506f18 authored over 6 years ago by Dustin Deus <[email protected]>
chore(package): update fastify-plugin to version 1.0.0 (#882)

github.com/fastify/fastify - 5fefda9dd2f882e807b7ae736d39be4860c13d6b authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
typescript: support logger option as a boolean (#881)

Fixes: #880.

github.com/fastify/fastify - fdb65baa59a1032ea5330e5aef9c5dee9480a527 authored over 6 years ago by Matteo Collina <[email protected]>
Added content type parsing to TypeScript types. [#858] (#865)

* Added content type parsing to TypeScript types. [#858]

* Updated types and tested them.

...

github.com/fastify/fastify - 470882411f9b2b1a6fd06911ea5a6e2ee7a50ba2 authored over 6 years ago by Shogun <[email protected]>
Remove unnecessary quotes in HTTP response header (#879)

* remove unnecessary quotes in HTTP response header

* update test case

github.com/fastify/fastify - c488cafe497a13c85f9b62a9644cc0f0f4afcaff authored over 6 years ago by Deividas Jackus <[email protected]>
Promise error handling in "listen()" (#873)

fixed error handling with promises in `listen()` method

github.com/fastify/fastify - 47f295f605d98ddc9dffec3a2ec3cd204b613f0a authored over 6 years ago by Dustin Deus <[email protected]>
Updated Ecosystem.md (#871)

github.com/fastify/fastify - 811eab9a087df317654037971ae9546d7b7f4094 authored over 6 years ago by Tomas Della Vedova <[email protected]>
Bumped v1.2.1

github.com/fastify/fastify - 2d8ac8835615acff411998c57e510cfc8795ca83 authored over 6 years ago by delvedor <[email protected]>
Run onSend hooks when an encapsulated handler invokes the notFound handler (#870)

* Run onSend hooks when an encapsulated handler invokes the notFound handler

* Build the righ...

github.com/fastify/fastify - cc2f9c9c6683a46c80ef72b1b81d6ca03dea506d authored over 6 years ago by Nathan Woltman <[email protected]>
Fix typo in getting started documentation (#869)

github.com/fastify/fastify - b010287e9183d2b736202979795a77752bf58564 authored over 6 years ago by Kevin Rambaud <[email protected]>
[docs] Fix broken links (#866)

they old links were referring to a deleted branch

github.com/fastify/fastify - 84918728d512170f376c610d970b4389f0683a09 authored over 6 years ago by Daniel <[email protected]>
Bumped v1.2.0

github.com/fastify/fastify - 77cedf28de5167aa448724693d8b401b07fc1e7f authored over 6 years ago by delvedor <[email protected]>
Better handling of 404 routes (#862)

github.com/fastify/fastify - fa5e591b7ab375a75e04eac246adebe7b561ce65 authored over 6 years ago by Tomas Della Vedova <[email protected]>
better error messages for json schema errors (#860)

* better error messages for json schema errors

* use fastify naming convention

* return em...

github.com/fastify/fastify - c6a0eecf014e923d83d9cf2ac2c3616bcd930dea authored over 6 years ago by Dustin Deus <[email protected]>
Add reply.serialize test (#857)

* add serialize test

* Test reply serialize correctly

* Fixed responseSchema

* Add inst...

github.com/fastify/fastify - 07cf266265a6ef6e174a707c82972cd8ff6a39f7 authored over 6 years ago by Ethan Arrowood <[email protected]>
Update to find my way 1.11.0 (#855)

* chore(package): update find-my-way to version 1.11.0

* Updated unsupported method test

github.com/fastify/fastify - c759af7be4e720bc4fcae3b0c936b938645ddb7e authored over 6 years ago by Tomas Della Vedova <[email protected]>
Misc TypeScript fixes (#739)

* move config to a `tsconfig.json` file and enable strict mode

`tsconfig.json` is to enable e...

github.com/fastify/fastify - 67eb3d7ba0cb911d22a504be46ad57b7370a1676 authored over 6 years ago by Mordy Tikotzky <[email protected]>
Added LTS in ToC (#853)

* Added LTS in ToC

Ref https://github.com/fastify/website/issues/55

* Update README.md

...

github.com/fastify/fastify - 3e190a50c774f58b9d47b15986e676d24ef32918 authored over 6 years ago by Luciano Mammino <[email protected]>
Add support for handler in shorthand route options. (#843)

* Add support for handler in shorthand route options.

* Throws when found duplicate handler f...

github.com/fastify/fastify - 613d173280806cb8045e4df98e258a2c0a3acaa5 authored over 6 years ago by 舒培培 <[email protected]>
Minor corrections to documentation (#852)

github.com/fastify/fastify - f81dbd07d282e0635761ee32da9862d841a27a8d authored over 6 years ago by Damian Beresford <[email protected]>
Bumped v1.1.1

github.com/fastify/fastify - 70ac47ab8a74d1be753fc82872b02c6fa5d9264c authored over 6 years ago by delvedor <[email protected]>
Fix encapsulation of 404 handlers (#839)

Almost all of the new tests included in this change would have failed before this fix.

For ex...

github.com/fastify/fastify - 0d0d2640ba8d75720ea0e387a883ee96c3bd1b95 authored over 6 years ago by Nathan Woltman <[email protected]>
Update LTS release date (#838)

github.com/fastify/fastify - 03e6ff8fbb982f07aa4b86100e000ef7eb284b12 authored over 6 years ago by James Sumners <[email protected]>
Bumped v1.1.0

github.com/fastify/fastify - 6a7ceafe9e97bd060ef46eb0dc67b875de57a5c3 authored over 6 years ago by delvedor <[email protected]>
Store the 404 Context directly on the route Context (#837)

github.com/fastify/fastify - bb2c1bc03f8b99bb0b844993dba93aa853d97701 authored over 6 years ago by Nathan Woltman <[email protected]>
Fix setting header multiple times and add utility methods (fix #834) (#836)

* Fix setting header multiple times and add utility methods (fix #834)

* Treat set-cookie spe...

github.com/fastify/fastify - 31c5f7e259d1f4bc2deb766a0b2c95912b8ee668 authored over 6 years ago by James Sumners <[email protected]>
Bumped v1.0.0

github.com/fastify/fastify - 5c29591ed64618b7428e0ccf8158d84c539e84b1 authored over 6 years ago by delvedor <[email protected]>
Updated benchmarks (#832)

github.com/fastify/fastify - cebe106466db23839135ac3459ae654227d3390d authored over 6 years ago by Matteo Collina <[email protected]>
Use separate Fastify instances for route tests (#831)

github.com/fastify/fastify - 21c65a313d07af6ba73c6ab6b5585bbddb6e5fb4 authored over 6 years ago by Nathan Woltman <[email protected]>
fix responseTime regression (#827)

Introduced in https://github.com/fastify/fastify/pull/776

Fixes https://github.com/fastify/fa...

github.com/fastify/fastify - 288903a3504c98762005e77c5b100ed272e0d352 authored over 6 years ago by Matteo Collina <[email protected]>
Update instances of "jsonBodyLimit" to "bodyLimit" (#828)

github.com/fastify/fastify - 88397a5f74dbf20951421d74bf95c15838680368 authored over 6 years ago by Nathan Woltman <[email protected]>
Small doc fix in Getting-Started.md (#823)

* Small doc fix in Getting-Started.md

Remove unnecessary log line from an example since the e...

github.com/fastify/fastify - a7de0f9a082251c3c713c670b5715cbd81b8ac08 authored over 6 years ago by Nathan Woltman <[email protected]>
Future-proof checking Node version (#822)

Fix code that checks the Node version that would break with Node 10 (handle version numbers with...

github.com/fastify/fastify - f4cd1d27ad96fa77b40a62851ba0a369713f24e3 authored over 6 years ago by Nathan Woltman <[email protected]>
Remove fastify-register-timeout add fastify-elasticsearch (#821)

github.com/fastify/fastify - bebddc5817d6e23c4a802d9449525f27b618e65a authored over 6 years ago by Tommaso Allevi <[email protected]>
Update dependencies (fixes #789) (#820)

github.com/fastify/fastify - 3b4650fda056d10340ed5bee635ba1a70317e54d authored over 6 years ago by James Sumners <[email protected]>
Bumped v1.0.0-rc.3

github.com/fastify/fastify - a1f53872f7bfa4899ecbb2d61217d1d9c0a09f63 authored over 6 years ago by delvedor <[email protected]>
Header name is case insensitive in the schema definition (#816)

* Add failing test

* Fix the simplest case

* Only if properties is set. Link to rfc

* C...

github.com/fastify/fastify - 746e307cc4b6fa7cbccc0a590d93844afd7bf548 authored over 6 years ago by Tommaso Allevi <[email protected]>
Fix linking to factory function options from Server Methods (#819)

github.com/fastify/fastify - 1b5e4762be37ab20cb3f281d385bda6d07d1cf96 authored over 6 years ago by James Sumners <[email protected]>
Avoid to log if the log is not set (#776)

github.com/fastify/fastify - f545accb2976d54a63a573cc187a0b0472cba972 authored over 6 years ago by Tommaso Allevi <[email protected]>
Node 4 is no more. (#818)

* Node 4 is no more.

Fixes: #817.

* Updated package.json to note that we need Node 6+

github.com/fastify/fastify - eb24aa7ddce4e1e8a3240619638ee448e838b684 authored over 6 years ago by Matteo Collina <[email protected]>
Add FastifyInstance::after typescript definition (#814)

* Add FastifyInstance::after typescript definition

* Fix FastifyInstance::after typescript de...

github.com/fastify/fastify - 9cc9f3502f30f7e06b2476c9acb7c6fc0539e54f authored over 6 years ago by Jérôme Macias <[email protected]>
Use writeHead instead of setHeader/getHeader. (#813)

* Use writeHead instead of setHeader/getHeader.

* Added 'reply.getHeader' interface

* Impl...

github.com/fastify/fastify - 93fcef0a2b49423b9be6142a9b16a9db760a43fd authored over 6 years ago by Matteo Collina <[email protected]>
Update standard to the latest version 🚀 (#796)

* chore(package): update standard to version 11.0.0

* Fixed standard

github.com/fastify/fastify - dd585badaf76cadb4f64ec9541ee1b382b680a57 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Add support for per-parser body limits (#800)

* Add support for per-parser body limits

* Set parser body limit via addContentTypeParser

...

github.com/fastify/fastify - dab20bd986a74682d385228e7ead08f43eee7485 authored over 6 years ago by James Sumners <[email protected]>
Fix FastifyInstance::ready type definition (#802)

* Fix FastifyInstance::ready type definition

* Add all FastifyInstance::ready() readyListener...

github.com/fastify/fastify - b4db20ac96d46e40796afc94850323338f3e2b5d authored over 6 years ago by Jérôme Macias <[email protected]>
chore(package): update autocannon to version 2.0.0 (#803)

github.com/fastify/fastify - d514d46a7de6768f3a1ed3c8a949c0f95dc29321 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
ci: Improve format of output errors (#809)

This makes it much easier to see which tests failed when looking at Travis/Appveyor logs.

github.com/fastify/fastify - 639e01d964991fe1e19c37b86731ae1d4c2c278e authored over 6 years ago by Nathan Woltman <[email protected]>
Add fastify-favicon to community plugins list (#806) (#807)

github.com/fastify/fastify - 9cec944c7162439b04938526107c6331455e342e authored over 6 years ago by Sandro Martini <[email protected]>
Add .gitattributes to normalize line endings (#797)

The .editorconfig requires LF line endings and npm has some line endings bugs so this should mak...

github.com/fastify/fastify - 034d20f1e2b7c8d5f595a2af1f832558249d5d4a authored over 6 years ago by Nathan Woltman <[email protected]>
Add missing printRoutes ts definition on FastifyInstance (#798)

* Add missing printRoutes ts definition on FastifyInstance

* Use lowercase string type

* A...

github.com/fastify/fastify - a5a2592dbd18dc5ee11899ba53625af1cfe57047 authored over 6 years ago by Jérôme Macias <[email protected]>
Create a separate hook runner for onSend hooks (#795)

* Create a separate hook runner for onSend hooks

The `onSend` hooks are a special case becaus...

github.com/fastify/fastify - 86519c8b48e4d173ff4b1d49c21e3b0d32668644 authored over 6 years ago by Nathan Woltman <[email protected]>
Updated Ecosystem.md (#792)

github.com/fastify/fastify - 1ee7439d0a6fc1110db68c888f2fdcf5b370fdb5 authored over 6 years ago by Tomas Della Vedova <[email protected]>
Resolve issue #777 - unhandled exceptions when registering plugins (#778)

* Add failing test for issue #777

* Update failing test for supported pattern

* Bump avvio...

github.com/fastify/fastify - 24f21cc18542814c40c3327b5ad8e2678d8816a1 authored over 6 years ago by James Sumners <[email protected]>
Bumped v1.0.0-rc.2

github.com/fastify/fastify - c57f05ba93d2577067d3d39e584478b6b28eb267 authored over 6 years ago by delvedor <[email protected]>
WIP: Refactor content type parser (#785)

* Refactored body parser internals and API

* Updated test

* Renamed option parameter

* ...

github.com/fastify/fastify - 41a407421f08f268923e89ccabdbd04f87838437 authored over 6 years ago by Tomas Della Vedova <[email protected]>