Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fmw has route for has route #1

Closed
wants to merge 50 commits into from

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 <[email protected]>

---------

Co-authored-by: Andrey Chalkin <[email protected]>
* add infomation about the beforehandler in the ref page for hooks

* Update docs/Reference/Hooks.md

Co-authored-by: Manuel Spigolon <[email protected]>

* Apply suggestions from code review

* Update docs/Reference/Hooks.md

Co-authored-by: James Sumners <[email protected]>

---------

Co-authored-by: Manuel Spigolon <[email protected]>
Co-authored-by: Aras Abbasi <[email protected]>
Co-authored-by: Frazer Smith <[email protected]>
Co-authored-by: James Sumners <[email protected]>
* 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 <[email protected]>
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] <[email protected]>
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 <[email protected]>

* types: add tests for `after` & `ready` methods

---------

Co-authored-by: KaKa <[email protected]>
* 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 <[email protected]>

* refactor: use promise as flow management

---------

Co-authored-by: Manuel Spigolon <[email protected]>
Co-authored-by: Aras Abbasi <[email protected]>
* chore: remove unused type assertion

* Bump pino to v8.17.0

Signed-off-by: Matteo Collina <[email protected]>

---------

Signed-off-by: Matteo Collina <[email protected]>
Co-authored-by: Aras Abbasi <[email protected]>
Co-authored-by: Matteo Collina <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
climba03003 and others added 21 commits December 14, 2023 08:23
* fix: route constraints

* test: update

* chore: linting
Signed-off-by: Matteo Collina <[email protected]>
…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 <[email protected]>
* docs(ecosystem): add missing plugins to core list

Signed-off-by: Frazer Smith <[email protected]>

* Update docs/Guides/Ecosystem.md

Signed-off-by: Frazer Smith <[email protected]>

* Update docs/Guides/Ecosystem.md

Signed-off-by: Frazer Smith <[email protected]>

* Update docs/Guides/Ecosystem.md

Signed-off-by: Frazer Smith <[email protected]>

* Update docs/Guides/Ecosystem.md

Signed-off-by: Frazer Smith <[email protected]>

---------

Signed-off-by: Frazer Smith <[email protected]>
# 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 <[email protected]>
Signed-off-by: Douglas Moura <[email protected]>

* fix: rename test to kebab-case

* feat: improve tests

* feat: remove t.end in favor of t.plan

---------

Signed-off-by: Douglas Moura <[email protected]>
Co-authored-by: Adam Jones <[email protected]>
Co-authored-by: Aras Abbasi <[email protected]>
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.