Closed
Conversation
This package received core status a long time ago but it was still missing from this list.
…stify#5154) This commit adds `@scalar/fastify-api-reference` to the list of community plugins. This plugin renders modern OpenAPI/Swagger docs based on `@fastify/swagger`.
* Update Ecosystem.md * Update Ecosystem.md * Update Ecosystem.md
4 tasks
* docs: clarify handling of streams and buffers * docs: fix typo Co-authored-by: Andrey Chalkin <L2jLiga@gmail.com> --------- Co-authored-by: Andrey Chalkin <L2jLiga@gmail.com>
* add infomation about the beforehandler in the ref page for hooks * Update docs/Reference/Hooks.md Co-authored-by: Manuel Spigolon <behemoth89@gmail.com> * Apply suggestions from code review * Update docs/Reference/Hooks.md Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com> --------- Co-authored-by: Manuel Spigolon <behemoth89@gmail.com> Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com> Co-authored-by: Frazer Smith <frazer.dev@outlook.com> Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>
* Add Apitally to ecosystem page in docs * Update Apitally description * Fix line length
* added http header types to reply * fix lint * patch accordingly * update PR * fix --------- Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…equest` and `reply` types (fastify#5147)
…astify#5201) * fix(fastify#5180): close secondary bindings after primary is closed * test: handle ipv6 correctly
* chore: bump new process-warning * test: update code
…r` and `ready` method (fastify#5191) * types: nullish error types in callback function's parameter * types: update `ready` method's parameter type Co-authored-by: KaKa <23028015+climba03003@users.noreply.github.com> * types: add tests for `after` & `ready` methods --------- Co-authored-by: KaKa <23028015+climba03003@users.noreply.github.com>
* fix: call onready once * fix: ensure on-ready promises are triggered in the right order * refactor: Apply suggestions from code review Co-authored-by: Manuel Spigolon <behemoth89@gmail.com> * refactor: use promise as flow management --------- Co-authored-by: Manuel Spigolon <behemoth89@gmail.com> Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
* chore: remove unused type assertion * Bump pino to v8.17.0 Signed-off-by: Matteo Collina <hello@matteocollina.com> --------- Signed-off-by: Matteo Collina <hello@matteocollina.com> Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com> Co-authored-by: Matteo Collina <hello@matteocollina.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
* fix: route constraints * test: update * chore: linting
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
…astify#5231) Signed-off-by: Matteo Collina <hello@matteocollina.com>
…5218) * docs: add note to setErrorHandler explaining not found behaviour Coming from other frameworks this is somewhat surprising. This documents the behaviour and explains to catch 404 errors users need to set a not found handler. * Replace note blocks with bulleted list
Signed-off-by: Matteo Collina <hello@matteocollina.com>
* docs(ecosystem): add missing plugins to core list Signed-off-by: Frazer Smith <frazer.dev@outlook.com> * Update docs/Guides/Ecosystem.md Signed-off-by: Frazer Smith <frazer.dev@outlook.com> * Update docs/Guides/Ecosystem.md Signed-off-by: Frazer Smith <frazer.dev@outlook.com> * Update docs/Guides/Ecosystem.md Signed-off-by: Frazer Smith <frazer.dev@outlook.com> * Update docs/Guides/Ecosystem.md Signed-off-by: Frazer Smith <frazer.dev@outlook.com> --------- Signed-off-by: Frazer Smith <frazer.dev@outlook.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
# Conflicts: # docs/Reference/Errors.md # fastify.js # lib/pluginUtils.js # lib/route.js # lib/server.js # lib/warnings.js # package.json # test/default-route.test.js # test/plugin.4.test.js # types/instance.d.ts
…efined (fastify#5229) * fix: `npm run test:watch` (fastify#5221) * fix: set default content type to get a serializer from * feat: add tests * feat: add tests * fix: schema for the test * feat: translate word to English * fix: change the name of the test * feat: make it return false when not a function * chore: undo last changes * feat: make the content-type definition cleaner * fix: nullish coalescing assignment is not supported in node 14 Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com> Signed-off-by: Douglas Moura <douglas.ademoura@gmail.com> * fix: rename test to kebab-case * feat: improve tests * feat: remove t.end in favor of t.plan --------- Signed-off-by: Douglas Moura <douglas.ademoura@gmail.com> Co-authored-by: Adam Jones <domdomegg+git@gmail.com> Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
# Conflicts: # lib/configValidator.js
a46eb60 to
9832ceb
Compare
9832ceb to
834f018
Compare
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.