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

Merge master in next #1954

Merged
merged 142 commits into from
Dec 24, 2019
Merged

Merge master in next #1954

merged 142 commits into from
Dec 24, 2019

Conversation

Eomm
Copy link
Member

@Eomm Eomm commented Nov 24, 2019

Replace #1953

Typescript output:

  ×  11:2   Expected an error, but found none.

  ×  11:51  No overload matches this call.
  Overload 1 of 2, (msg: string, ...args: any[]): void, gave the following error.
    Argument of type 0 is not assignable to parameter of type string.
  Overload 2 of 2, (obj: object, msg?: string | undefined, ...args: any[]): void, gave the following error.
    Argument of type 0 is not assignable to parameter of type object.

Checklist

  • run npm run test and npm run benchmark
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message and code follows Code of conduct

smartiniOnGitHub and others added 30 commits May 13, 2019 22:33
Windows + Yarn section name was `Windows_yarm`
* Catches onRoute hooks errors

* Fixes typo

* Removes unneeded test
* Add .git folder to NPM ignore

* Update .npmignore

Co-Authored-By: Manuel Spigolon <behemoth89@gmail.com>
…rue (fastify#1675)

* Removes double call to afterRouteAdded when ignoreTrailingSlash === true

* Adds explaining comment when adding a prefixed plugin
* Added case sensitive option to definition file.

* Added casSensitive Option to test
* add ability to get response time on reply

* feedback

* Update docs/Reply.md as per suggestion

Co-Authored-By: Manuel Spigolon <behemoth89@gmail.com>

* update type of FastifyReply

* add type test
* Improve support for Fluent Schema

* Updated test

* Updated docs

* Avoid code duplication
@Eomm Eomm added the v3.x Issue or pr related to Fastify v3 label Nov 24, 2019
@Eomm Eomm mentioned this pull request Nov 24, 2019
4 tasks
@Eomm
Copy link
Member Author

Eomm commented Nov 25, 2019

It is ok for the merge 💪🏻, I will update this pr accordingly because it is on a fork (unless you would open a PR there ✨)

@Ethan-Arrowood
Copy link
Member

Ethan-Arrowood commented Nov 25, 2019

Something is missing here and I don't fully understand. #1951 fixed all the typescript things so if there is a way to get that to show here it should be good to go

Copy link
Member

@Ethan-Arrowood Ethan-Arrowood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we just need to update the ci script and we'll be good to go

package.json Outdated Show resolved Hide resolved
Copy link
Member

@delvedor delvedor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the status on this? :)

@Eomm
Copy link
Member Author

Eomm commented Dec 12, 2019

mmm CI is failing in install phase.. seems a resource problem 😅

@Eomm
Copy link
Member Author

Eomm commented Dec 23, 2019

CI green ✔

@Ethan-Arrowood would you mind to re-check if necessary?
I have included your edits 👍

Copy link
Member

@Ethan-Arrowood Ethan-Arrowood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@delvedor delvedor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@delvedor delvedor merged commit f47b3d2 into fastify:next Dec 24, 2019
@Eomm Eomm deleted the next-up branch December 24, 2019 20:26
@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 Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
v3.x Issue or pr related to Fastify v3
Projects
None yet
Development

Successfully merging this pull request may close these issues.