-
Notifications
You must be signed in to change notification settings - Fork 62
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
add support for preConnection and preRegister options handlers #3
Comments
glue's main use case is the rejoice command line utility. Since rejoice works off json files, passing functions is not possible. I personally don't have an objection to this idea but I would not be adding any additional features. It's time for some else to take over this module and drive it forward. |
I've generated a series of patches: If it looks interesting to you, I can create a pull request. Or if you'd like something changed (compose option names?) let me know. |
@csrl would you like to take over this module as lead maintainer? |
I've read through hapi's governance doc. Given this module's limited scope and my own need/use of it, I expect I can commit to the potential time requirements. Thank you for considering me. I accept. |
What's your npm account? |
newly minted: csrl |
@csrl I sent an email to the address listed with a question... |
You now have npm publish rights as well as contrib rights on the repo. Please read the documents at hapijs/contrib as well as hapijs/hapi/docs to understand the workflow. The most important parts are to make sure every issue is labeled, if you are working on something or taking action as maintainer (even just closing a question) assign it to yourself, and to manage milestones carefully. |
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
It would be useful to pass function handlers in the Glue.compose() options in order to manipulate the server at each stage. Example:
The idea being that it would be possible to set up the server prior to loading plugins.
Is this something you'd consider supporting?
Thanks.
The text was updated successfully, but these errors were encountered: