Skip to content

feat: Fmw has route for has route#1

Closed
dancastillo wants to merge 50 commits intonextfrom
fmw-has-route-for-has-route
Closed

feat: Fmw has route for has route#1
dancastillo wants to merge 50 commits intonextfrom
fmw-has-route-for-has-route

Conversation

@dancastillo
Copy link
Owner

No description provided.

galvez and others added 5 commits November 10, 2023 08:53
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
@dancastillo dancastillo changed the title Fmw has route for has route feat: Fmw has route for has route Nov 22, 2023
brettwillis and others added 23 commits November 23, 2023 12:19
* 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>
…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>
climba03003 and others added 21 commits December 14, 2023 08:23
* 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
@dancastillo dancastillo force-pushed the fmw-has-route-for-has-route branch from a46eb60 to 9832ceb Compare January 14, 2024 17:04
@dancastillo dancastillo force-pushed the fmw-has-route-for-has-route branch from 9832ceb to 834f018 Compare January 14, 2024 17:22
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.