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

Use light-my-request types instead of duplicating typings. fixes #2098 (#2124)

* Use light-my-request types instead of duplicating typings. fixes #2098

* Extend light-my-re...

github.com/fastify/fastify - 911c8c015870555e5df2d78e3cc49687722e429e authored over 4 years ago by Gyula Szalai <[email protected]>
fix add schema conflict (#2077)

* fix add schema order

* fix feedback

* revert

* update code for new avvio preready

...

github.com/fastify/fastify - 0b50f38df033ae112d5043cdf21297c7562f608e authored over 4 years ago by Manuel Spigolon <[email protected]>
Bumped avvio to 7.0.0-alpha.1 (#2114)

* Bumped avvio to 7.0.0-alpha.1

* bumped [email protected]

* Update test/register.test.j...

github.com/fastify/fastify - 24a5a46f84d022a927077bd539f09324d7202c76 authored over 4 years ago by Matteo Collina <[email protected]>
update GH checkout action (#2122)

github.com/fastify/fastify - a272f153946fbe5134ff2d55d1e9526967e0ad41 authored over 4 years ago by Manuel Spigolon <[email protected]>
Bumped v2.12.1

github.com/fastify/fastify - c4a83ae32c925bcf801fa82f542d9d0ce4a63a1d authored over 4 years ago by Matteo Collina <[email protected]>
docs: Clarify reply.redirect status code docs (#2121)

fixes #1592

The documentation is much more specific about
calling reply.redirect() where .co...

github.com/fastify/fastify - 350f00b6bf508b40c1f6bb5fa1a9e81b1b09ef3a authored over 4 years ago by Glen Keane <[email protected]>
Added fastify-axios plugin (#2118)

github.com/fastify/fastify - a378dd583dfc2ae0f705e09b449aa6a636c639b2 authored over 4 years ago by Davide D'Antonio <[email protected]>
http2: fix req.hostname not set (#2113)

* http2: fix req.hostname not set

* Update lib/route.js

Co-Authored-By: Matteo Collina <ma...

github.com/fastify/fastify - 093947b75dfbb5da784c3714550d4d7ecf9a340f authored over 4 years ago by Mohamed Akram <[email protected]>
fix: multiple route same schema (#2108)

* Revert "Workaround for using one schema for multiple routes (#2044)"

This reverts commit 62...

github.com/fastify/fastify - 6f79a90703078451f4571ac3e08b815a26753503 authored over 4 years ago by Manuel Spigolon <[email protected]>
docs: fix header and body generic types (#2103)

github.com/fastify/fastify - 98ca7fd538c1f2ebc0ee5d71272d9dcd3f34601b authored over 4 years ago by Matt Mazzola <[email protected]>
types: add type of `this` to the not found handler (#2102)

* add type of `this` to the not found handler

* add test for previous commit

github.com/fastify/fastify - 772cf5eb9fb3565f237630fb5a6790808ac07688 authored over 4 years ago by Synthetic Dream <[email protected]>
docs: use computed key when assigning property to request (#2100)

github.com/fastify/fastify - b44d859874a51558b207781533eb7208a7ce61bc authored over 4 years ago by Matt Mazzola <[email protected]>
Update to [email protected] (#2093)

* Update to [email protected]

* Fixed doc nit and added a test for register.

github.com/fastify/fastify - 67c58c62d985a60f8b1b717d7427453d957b0367 authored over 4 years ago by Matteo Collina <[email protected]>
Fixed typo res.res to reply.res (#2099)

There was a typo error in documentation in **disableRequestLogging** section.

github.com/fastify/fastify - da4c89d6bce406722109a7beb250f87e2dd6a1c6 authored over 4 years ago by Sumeet Bhardwaj <[email protected]>
Fix inaccurate type of `setErrorHandler` (#2092)

* fix: type of `setErrorHandler`

* fix: use generic instead of any

* add test for the type...

github.com/fastify/fastify - 743ad748b984eee8189f48f5536489fc0214622a authored over 4 years ago by Synthetic Dream <[email protected]>
chore: greenkeeper ignore semver (#2095)

github.com/fastify/fastify - f97175170d74b25463f9b1574062e074558c08e8 authored over 4 years ago by Manuel Spigolon <[email protected]>
Throws error if an invalid status code is sent (#2082)

Fixes: #2078

github.com/fastify/fastify - 41cd02fe81f8895ee7fe9de6579ac39438465776 authored over 4 years ago by Leonardo Rossi <[email protected]>
Add connectionTimeout option (#2086)

* Add connectionTimeout option

* Remove redundant variable

* Ignore connectionTimeout when...

github.com/fastify/fastify - e2863e59a209f5bbe28b6713b61e1343a1922464 authored over 4 years ago by Andrey Pechkurov <[email protected]>
add comma to queryStringJsonSchema (#2085)

github.com/fastify/fastify - 14b4e02d3648355987568eccf328a7111558c1b2 authored over 4 years ago by Lincoln Rodrigues <[email protected]>
Added fastify-esso plugin (#2084)

github.com/fastify/fastify - 1c52b9ffa3ed44f95ccb0bd81563e78a48cd2801 authored over 4 years ago by Patrick Pissurno <[email protected]>
Bumped v2.12.0

github.com/fastify/fastify - 7a37924ef954e113f94140a4653ddc52be1510a1 authored over 4 years ago by Matteo Collina <[email protected]>
Add support for sync routes (#2073)

* Add support for sync routes

Fixes #2065

* Updated docs

* Update docs/Errors.md

Co-...

github.com/fastify/fastify - 3486afe04a05c0874c63010f7525361a316905fe authored over 4 years ago by Matteo Collina <[email protected]>
Add docs to stop processing hooks with async (#2079)

* Add docs to stop processing hooks with async

Fixes #2075

* updated

* Apply suggestion...

github.com/fastify/fastify - aacefcde84334edc0feeb335807bd530a2bcff19 authored over 4 years ago by Matteo Collina <[email protected]>
Do not show warnings in tests (#2080)

github.com/fastify/fastify - 798f18526d6199b505141724a6c6ed2804bb80fd authored over 4 years ago by Matteo Collina <[email protected]>
use overloads for stricter type inference (#2066)

github.com/fastify/fastify - c9c516b22239dea5b55bc7f3c4037cee57968cc0 authored over 4 years ago by Ethan Arrowood <[email protected]>
fix: throw hooks promise rejection (#2070) (#2074)

github.com/fastify/fastify - c052c21db4b1d8b80eafd3435a6ba4ccdc9f97f8 authored over 4 years ago by Raviteja <[email protected]>
Add missing TS definition for ServerOptions.genReqId function arg (#2076)

* Add arg types to ServerOptions.genReqId function

* Add req argument in genReqId tests

github.com/fastify/fastify - 6b3987003fea822feee9eb559e009efbb177ff67 authored over 4 years ago by Brian <[email protected]>
Fixed documentation typo (#2067)

Changes `Fastfiy` to `Fastify`

github.com/fastify/fastify - 7fa4bddca07aac18e0600cff40d97b95a96ab970 authored over 4 years ago by Michiel De Mey <[email protected]>
fix: use opts of onRoute hook (#2060)

* fix: use opts of onRoute hook

* Test: onRoute hook should able to change the route url

github.com/fastify/fastify - 6b73e0a6ef5f8945474356322b597c86bb41650d authored over 4 years ago by Kerem Noras <[email protected]>
Added fastify-response-validation to ecosystem (#2063)

github.com/fastify/fastify - 7bb97335b60cf92d598faef2d51096ac2d152e07 authored over 4 years ago by Tomas Della Vedova <[email protected]>
Update README.md (#2064)

github.com/fastify/fastify - 0a1c1f081291d97b303edba1180222e0e690c88d authored over 4 years ago by Matteo Collina <[email protected]>
chore(package): update yup to version 0.28.1 (#2059)

github.com/fastify/fastify - bd9f6089e44f5a965fcc892bdce04d7d2a940fd8 authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
chore(package): update fluent-schema to version 0.10.0 (#2057)

github.com/fastify/fastify - e19d0783cd4a336891bca01dae0871aec6f8ba6b authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
http2: handle graceful close (#2050)

* http2: handle graceful close

This commit adds an option http2SessionTimeout to be able to g...

github.com/fastify/fastify - d0c976e82549488ecd27c17421cd3b51264468de authored over 4 years ago by Matteo Collina <[email protected]>
docs: inject chainable methods (#1917) (#2043)

* docs: inject chainable methods (#1917)

* docs: code review changes (#1917)

github.com/fastify/fastify - af8a6ac5fc88f92731280b74e69ae6fb4b10d666 authored over 4 years ago by Alessandro Magionami <[email protected]>
Cherrypick from master (#2047)

* Docs(Fluent-Schema.md): fix fluent schema repo link (#2007)

* fix - docs - hooks - error ha...

github.com/fastify/fastify - 9dc0207f5df95ff7fbb652f1934127ca7fbf3971 authored over 4 years ago by Tomas Della Vedova <[email protected]>
Workaround for using one schema for multiple routes (#2044)

* Add failing test

* Add workaround for using one schema for multiple routes

github.com/fastify/fastify - 62f21b1211dab665cccca4dec966169ae548ba1b authored almost 5 years ago by Serhii Nanovskyi <[email protected]>
docs: OpenJS CoC (#2033)

github.com/fastify/fastify - 5258f421a32592396d9e9999812f6c6096ccf6db authored almost 5 years ago by Manuel Spigolon <[email protected]>
Add generic parameter for Reply send method (#2034)

* Add generic parameter for Reply send method

* Add send with generic usage in the test

* ...

github.com/fastify/fastify - 047442ba12142c48d62a98622725fec73c6474db authored almost 5 years ago by Kevin Rambaud <[email protected]>
Shorten longest line (docs) (#2035)

Moving the comment to the next line improved the layout of <https://www.fastify.io/docs/latest/R...

github.com/fastify/fastify - ac4690595942c12113ad8c9539bdb2554ad5e98b authored almost 5 years ago by Robin Millette <[email protected]>
add generic to typescript Reply.send payload (#2032)

github.com/fastify/fastify - e6c63c33327084b6feaac147ab6e82d5d0ae47b9 authored almost 5 years ago by Jaga Santagostino <[email protected]>
Update Copyright Year to 2020 (#2031)

github.com/fastify/fastify - 620a7a073b8eca1d7be5cae22fad6e7f9348623b authored almost 5 years ago by Grant McNaught <[email protected]>
docs: update inject features (#2029)

github.com/fastify/fastify - d4454747aa446c5377d136651050f80b7b496258 authored almost 5 years ago by Manuel Spigolon <[email protected]>
fix replace way enum (#2026)

* fix replace way enum

* more test

github.com/fastify/fastify - dbcfeff7f3867c25f65912cc7bc53922a9ee23c4 authored almost 5 years ago by Manuel Spigolon <[email protected]>
Update template bug.md (#2025)

github.com/fastify/fastify - ddd53c2bd3d54867fabc7c453373832df26a99c1 authored almost 5 years ago by Matteo Collina <[email protected]>
Serialize Fastify objects instead of Node.js (#2017)

* Serialize Fastify objects instead of Node.js

* Updated test

* Updated docs

* Fix typo...

github.com/fastify/fastify - 8f210861cfe8f49c601ae57605933bf6851c648e authored almost 5 years ago by Tomas Della Vedova <[email protected]>
docs: fix onResponse parameter (#2020)

github.com/fastify/fastify - da9158aa7a9e8c06e885e225adabadb4ccd1bb5d authored almost 5 years ago by Rafael Gonzaga <[email protected]>
Removed modifyCoreObjects option (#2015)

* Removed modifyCoreObjects option
- Stopped enhancing the Node.js core request/response object...

github.com/fastify/fastify - 94bcf373cf5ff05fda5dddfb31b480b6e2f7d7ca authored almost 5 years ago by Tomas Della Vedova <[email protected]>
docs(Typescript): typo (#2016)

github.com/fastify/fastify - f2078721ba586df2647fe2936bad66f879815352 authored almost 5 years ago by Rafael Gonzaga <[email protected]>
Drop request.req and rename reply.res to reply.raw (#2008)

* Drop request.req and rename reply.res to reply.raw

* Updated test

* Updated docs

* En...

github.com/fastify/fastify - 93d08f04f34178db18e32dd022318d9a3a208924 authored almost 5 years ago by Tomas Della Vedova <[email protected]>
Chore: updated min node version, updated deps (#2010)

github.com/fastify/fastify - 09703b46bff26bfdf33ead98a682d4b19877c6fd authored almost 5 years ago by Matteo Collina <[email protected]>
Fix hook encapsulation (#2004)

* onRoute and onRegister are now encapsulated
- Fixes #1970

* Updated test

* Updated docs

github.com/fastify/fastify - 80d87c959fcbb2ae00295bebbd1d912c97f64184 authored almost 5 years ago by Tomas Della Vedova <[email protected]>
Hook scope binding (#2005)

* Updated hook scope binding

* Updated test

* Updated docs

github.com/fastify/fastify - 747311e820b2c964b2d01dadbcba425617787065 authored almost 5 years ago by Tomas Della Vedova <[email protected]>
Fix TOC typo in recommendations (#2009)

github.com/fastify/fastify - e922bbf0a528c25a1b8b661ec8d5b9a8b725666a authored almost 5 years ago by James Sumners <[email protected]>
Add a recommendations doc (#1997)

* Add a recommendations doc

* Update docs/Recommendations.md

github.com/fastify/fastify - 52b461abb36199ce9beb33e480126bdee66b7151 authored almost 5 years ago by James Sumners <[email protected]>
add fastify-explorer to ecosystem (#2003)

github.com/fastify/fastify - a5b7b2652b8a8f1747320df698d1e0aad43df025 authored almost 5 years ago by Manuel Spigolon <[email protected]>
fix - docs - hooks - error handling (#2000)

* fix - docs - hooks - error handling

* Update Hooks.md

Changing as requested

* Fix - d...

github.com/fastify/fastify - df3d5712316673af84921466cdc9c809248ca982 authored almost 5 years ago by Wallas F Morais <[email protected]>
Docs(Fluent-Schema.md): fix fluent schema repo link (#2007)

github.com/fastify/fastify - 0a4e630ffce1ad21df66d0b60715d2f4793c8733 authored almost 5 years ago by Vitaliy Abramov <[email protected]>
doc: fix esm-support anchor (#2001)

github.com/fastify/fastify - ee1afa3222aa73fd832a4c19a0f4287233b8b86f authored almost 5 years ago by Zoron <[email protected]>
Merge master in next (#1954)

* add tap into greenkeeper ignore list (#1643)

* Added `fastify-decorators` to Ecosystem.md (...

github.com/fastify/fastify - f47b3d2e174d71c2443c9425cb3eddf7f63815fb authored almost 5 years ago by Manuel Spigolon <[email protected]>
Drop Windows-latest and Node 6 from CI as its failing. (#2002)

github.com/fastify/fastify - e22492757660152e270f2092d80d0d17d7756ee6 authored almost 5 years ago by Matteo Collina <[email protected]>
Update validation docs (#1994)

* Update validation docs

Add example which show how to make some of query string variables ma...

github.com/fastify/fastify - f28da4b0a19ad251feabfbbeaeaaef13c5eb751f authored almost 5 years ago by Mohit Gupta <[email protected]>
Remove Azure Pipelines (#1985)

github.com/fastify/fastify - 5339292f350b34381a160aa4c2ee1bdeac18f7f0 authored almost 5 years ago by James Sumners <[email protected]>
Add fastify-typeorm-plugin to community plugins (#1998)

github.com/fastify/fastify - d3b00380fc80e959b04a1ad96908085ce59f5ba5 authored almost 5 years ago by Glenn Bostoen <[email protected]>
Added mcollina's plugin "fastify-secure-session" (#1999)

No idea why this wasn't already in the list.

github.com/fastify/fastify - cf495ff7ecc5fccf17f7411f63a9e757a670c0d7 authored almost 5 years ago by BLUEBOUNCE <[email protected]>
fix: adjust hooks body null (#1991)

github.com/fastify/fastify - 321c6b62111d0edde861d71a9022f420c6a87450 authored almost 5 years ago by Rafael Gonzaga <[email protected]>
ESM support (#1984)

* Updated test

* Updated docs

* Updated test

* Removed eval for Node 8 support

* Res...

github.com/fastify/fastify - 23cf2eee072d22f167d9e1a8f93f510cb66680c6 authored almost 5 years ago by Tomas Della Vedova <[email protected]>
feature: added validation context to validation result (#1915)

github.com/fastify/fastify - 4bf09f59258cfe77a977f15cbdb34626c9bb87a7 authored almost 5 years ago by Bruno Gendron <[email protected]>
Added fastify-casl to Community Plugins (#1977)

github.com/fastify/fastify - 37fc92d931217e05a80e7c37886a576d3d4e8c3d authored almost 5 years ago by Alexander Papageorgiou <[email protected]>
fix: skip serialization for json string (#1937)

github.com/fastify/fastify - c5d28202413e23681e6d3994f030f4f3dfbce842 authored almost 5 years ago by Egor Bogdanov <[email protected]>
Bumped v2.11.0

github.com/fastify/fastify - 9b53f9a554514f0555da4bf2e2ad5126df4fcbeb authored almost 5 years ago by Matteo Collina <[email protected]>
Updated dependencies (#1968)

github.com/fastify/fastify - 96ecee88a5234a2d8cd054b798fdbb516dda6021 authored almost 5 years ago by Matteo Collina <[email protected]>
minor docs update for https typings (#1945)

Added docs comment for correct use of typings for https server:
"// For https pass http2.Http2S...

github.com/fastify/fastify - c8828c4c76b4485aa6f7bb525cbda85dd77ff0d3 authored almost 5 years ago by Max <[email protected]>
chore(package): update fluent-schema to version 0.9.0 (#1964)

github.com/fastify/fastify - 697c4d0f5f1d6cbab65a4aee0bac5d5fdec3e962 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Typescript types plugin example docs update (#1963)

* typescript plugin example docs update

added http2, https support

* Update TypeScript.md

github.com/fastify/fastify - 176efd3bfc032b025ec13b6b0f2e29afc591c0f8 authored almost 5 years ago by Max <[email protected]>
feature: Add support for onSend on routes. (#1961)

github.com/fastify/fastify - a1a41ca8aece82720087e87f0ec9f3a59e955873 authored almost 5 years ago by Marc Fisher <[email protected]>
fature: register's opts onRegister hook (#1958)

github.com/fastify/fastify - 4e5304d97ab671df875559b73ddc776c93545863 authored almost 5 years ago by Manuel Spigolon <[email protected]>
fix: add middleware type for multiple paths (#1957)

* fix: add middleware type for multiple paths

* test: type checking for middleware multiple p...

github.com/fastify/fastify - a0ec0e93a1a16af6275de224108daa7344eeb82b authored almost 5 years ago by PaulHan <[email protected]>
feature: Ajv custom options (#1946)

github.com/fastify/fastify - a8f79d36001f87f28dff074dd262d8e3d40ad542 authored almost 5 years ago by De Oliveira Tristan <[email protected]>
docs: fix example onRoute with preSerialization (#1959)

github.com/fastify/fastify - 39774d422be93b50dab3e985e530322738c0fc8d authored almost 5 years ago by Rafael Gonzaga <[email protected]>
Update onRoute documentation for plugin authors. (#1956)

github.com/fastify/fastify - e496e0c0357657ec68807d63bc1473a270edfcf3 authored almost 5 years ago by Shogun <[email protected]>
Update route generics to use object instead (#1951)

* Update route generics to use object

* add missing context default export

* add defaults ...

github.com/fastify/fastify - 433801e38a5c48e14389cb5738bd28e050e4283e authored almost 5 years ago by Ethan Arrowood <[email protected]>
Added note about OpenJS Foundation (#1948)

github.com/fastify/fastify - 04a99fa2bfdc28e2bfd4acb6028232597bb9c86b authored almost 5 years ago by Tomas Della Vedova <[email protected]>
chore(package): update fluent-schema to version 0.8.0 (#1950)

github.com/fastify/fastify - e720c38c32fd528bf5b202dfdc9e18ba72ce8512 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Add fastify-auth0-verify to Ecosystem. (#1947)

github.com/fastify/fastify - b43b58744816b0ac3181250b1a74c84c297424dd authored almost 5 years ago by Shogun <[email protected]>
Add fastify-errors-properties plugin to Ecosystem (#1944)

* Add fastify-errors-properties plugin

* Put plugin in the right order.

github.com/fastify/fastify - 4e10f69473602cc0befde1a9e9a075be17bd07d5 authored almost 5 years ago by Shogun <[email protected]>
Update Routes.md (#1942)

github.com/fastify/fastify - 480dd934de1ed5b55ffca531a6e88539b20b5bd7 authored almost 5 years ago by Manuel Spigolon <[email protected]>
Update abstract-logging to v2 (#1941)

github.com/fastify/fastify - 6d200b61b1948566dc6b9d2d71dd0bdfa0f52c98 authored almost 5 years ago by James Sumners <[email protected]>
Fix/1932 Add version field to the route options (#1933)

github.com/fastify/fastify - 87596485b1c9afeafdf78fb7c72ee8a72eac2086 authored almost 5 years ago by Marc Fisher <[email protected]>
Added missing types for Server Options (#1922)

* Added missing typescript types

* Added http2 server factory test

github.com/fastify/fastify - 6069d85d7e5d0657801249f04387476d0b7f41bb authored almost 5 years ago by Nilesh Mali <[email protected]>
Update documentation to fix anchors for Hooks (#1928)

github.com/fastify/fastify - f01eb40934ca29c083a2702793022d58c0be041a authored almost 5 years ago by Kevin Rambaud <[email protected]>
chore(package): update form-data to version 3.0.0 (#1923)

github.com/fastify/fastify - c6e6ca02f0444f7ffd3dbb6385d090fff58818b4 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
less coverage messages (#1918)

github.com/fastify/fastify - d0e78d16d151db402332386127385fed8541a9cb authored almost 5 years ago by Manuel Spigolon <[email protected]>
Update Actions to use latest versions of all OS's (#1907)

github.com/fastify/fastify - 16173896d42ce34f7af5d702587d9487762cf444 authored almost 5 years ago by Kayla Ngan <[email protected]>
Handle invalid url components (#1888)

* Fix #1884

* Updated test

github.com/fastify/fastify - 11d286e4cab57d466b58385ee7a091abcc5348cc authored almost 5 years ago by Tomas Della Vedova <[email protected]>
Added fastify-qs plugin (#1906)

github.com/fastify/fastify - 7c4c7d64ee84655cfa00d34e450404cf10145662 authored almost 5 years ago by Vano Devium <[email protected]>
Add log serializer (#1901)

* feat: add logSerializer

* tests(logSerializer): add test for logSerializer by route

* te...

github.com/fastify/fastify - 8dd654affc07648e990d08b9ebd3c5dd1c51b0c9 authored almost 5 years ago by Rafael Gonzaga <[email protected]>
Added support for onConstructorPoisoning (#1910)

* Added support for onConstructorPoisoning

* Updated dependencies

* Updated docs

* Upda...

github.com/fastify/fastify - 38560688ca81b7115d700c315a88872fe6e0ce60 authored almost 5 years ago by Tomas Della Vedova <[email protected]>
adds fastify-https-redirect to ecosystem (#1911)

github.com/fastify/fastify - 8fc4d9dd2774d77e75d44b8b5980d1eb4dd14975 authored almost 5 years ago by Thomas Vogel <[email protected]>
Add Node v13 to CI (#1912)

github.com/fastify/fastify - 097a0227ba8f5559448265628da9c2bf646cf443 authored almost 5 years ago by Matteo Collina <[email protected]>