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

update to latest fastify and all plugin to latest release; configure… #17

Merged
merged 5 commits into from
Nov 22, 2018
Merged

update to latest fastify and all plugin to latest release; configure… #17

merged 5 commits into from
Nov 22, 2018

Conversation

smartiniOnGitHub
Copy link
Contributor

@smartiniOnGitHub smartiniOnGitHub commented Nov 15, 2018

… tap tests to run in parallel; fix lint errors (from the updated version of the linter).

Note that I didn't change the release of the plugin, it need ot be done after.
Last the v0.2.0 tag is missing.

Bye,
Sandro

test.js Outdated

// Increased to prevent Travis to fail
process.nextTick(() => sleep(1000))
sget({
method: 'GET',
url: 'http://localhost:' + fastify.server.address().port
url: `${address}`
Copy link
Member

Choose a reason for hiding this comment

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

You can use just address, there is no need to use a template string :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@delvedor removed template strings where not really needed ... thanks for the feedback

Copy link
Member

@mcollina mcollina 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

Copy link
Member

@mcollina mcollina 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
Contributor

@cemremengu cemremengu left a comment

Choose a reason for hiding this comment

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

we should also update readme with a notice Suppports Fastify versions ^1.1.0

@smartiniOnGitHub
Copy link
Contributor Author

@cemremengu Hi, should I do even the change in the README, or do you prefer to do it (other than the new plugin release number) ?

@cemremengu
Copy link
Contributor

@smartiniOnGitHub you can do it in this PR I think. It will be just a single line in readme

@smartiniOnGitHub
Copy link
Contributor Author

@cemremengu updated README, hope it's good enough. Bye

@smartiniOnGitHub
Copy link
Contributor Author

Hi all, sorry but this is still to merge ...
After this, if you publish a new plugin version I can use it in fastify-healthcheck etc, thanks a lot.

@cemremengu cemremengu merged commit d0d6a34 into fastify:master Nov 22, 2018
@cemremengu
Copy link
Contributor

@smartiniOnGitHub merge+publish done :)

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.

5 participants