-
Notifications
You must be signed in to change notification settings - Fork 743
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: Added the optional appProtocol field to Canary.Service #1185
Conversation
9b97614
to
fafe14e
Compare
Hi @philnichol, thanks for this PR! To answer your questions:
|
fafe14e
to
e2f04cd
Compare
Hi @aryan9600 , thanks for the feedback! I've updated the fixtures and tests, please let me know if I've missed anything. |
Codecov Report
@@ Coverage Diff @@
## main #1185 +/- ##
==========================================
- Coverage 56.78% 54.96% -1.82%
==========================================
Files 79 79
Lines 6622 6642 +20
==========================================
- Hits 3760 3651 -109
- Misses 2304 2418 +114
- Partials 558 573 +15
Continue to review full report at Codecov.
|
e2f04cd
to
6cd8ddd
Compare
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.
This LGTM, we just need the docs here to reflect this change.
Signed-off-by: Phil Nichol <[email protected]>
6cd8ddd
to
d798988
Compare
@aryan9600 have added that too, apologies for oversight. |
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 for the patience while addressing all the comments, this LGTM now! 🚀
Thank you for the patience in reviewing it! |
Closes #1177
Hi, and thanks in advance for your review, and apologies for the questions!
This does work locally, it propagates the appProtocol field to the services if set, and works as expected without.
Raised as a draft since I had a couple of questions: