-
-
Notifications
You must be signed in to change notification settings - Fork 875
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 debug_connection events option #1396
Conversation
nginx::config is a classBreaking changes to this file MAY impact these 2 modules (near match):nginx is a classBreaking changes to this file WILL impact these 13 modules (exact match):Breaking changes to this file MAY impact these 32 modules (near match):
This module is declared in 11 of 575 indexed public
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Test failure is unrelated. Do you mind squashing the commits or shall I squash them on merge?
0d43a98
to
8d3cac2
Compare
Done. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Travis is still running. I expect it'll still pass but let's wait for it to complete. |
Dear @juokelis, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs? |
As I can see there's an issue with passenger signature, not with updated code. Or am I wrong? I can see in Travis logs:
|
Closing and reopening PR to restart build. |
nginx::config is a classBreaking changes to this file MAY impact these 2 modules (near match):nginx is a classBreaking changes to this file WILL impact these 14 modules (exact match):Breaking changes to this file MAY impact these 32 modules (near match):
This module is declared in 10 of 575 indexed public
|
e65a471
to
c5de14b
Compare
`Stdlib::IP::Address` also added to the type alias so that it accepts IPv6 networks.
c5de14b
to
e9e8768
Compare
@juokelis Thanks! I've added an extra commit with some tests and will merge when the build goes green. |
Add debug_connection events option
Pull Request (PR) description
Addes a possibility to use debug_connection under events.
This Pull Request (PR) fixes the following issues
n/a