-
Notifications
You must be signed in to change notification settings - Fork 83
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
Routing policy addition #243
Merged
vinay-g
merged 11 commits into
istio-ecosystem:master
from
vinay-g:MESH-1656-routing-policy-addition
Aug 10, 2022
Merged
Routing policy addition #243
vinay-g
merged 11 commits into
istio-ecosystem:master
from
vinay-g:MESH-1656-routing-policy-addition
Aug 10, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
==========================================
- Coverage 72.69% 72.24% -0.46%
==========================================
Files 29 31 +2
Lines 2714 3066 +352
==========================================
+ Hits 1973 2215 +242
- Misses 617 705 +88
- Partials 124 146 +22
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
6f9931a
to
cc4ca43
Compare
f76e8c0
to
b57f54f
Compare
shriramsharma
approved these changes
Jul 19, 2022
aattuluri
previously requested changes
Jul 26, 2022
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.
Overall looks ok, but added some comments to refactor and/or changes
ac2c567
to
d11bc66
Compare
Signed-off-by: psikka1 <[email protected]>
Signed-off-by: psikka1 <[email protected]>
Signed-off-by: psikka1 <[email protected]>
Signed-off-by: psikka1 <[email protected]>
Signed-off-by: psikka1 <[email protected]>
Signed-off-by: psikka1 <[email protected]>
923138d
to
904cd9c
Compare
904cd9c
to
42e7b43
Compare
nirvanagit
reviewed
Aug 5, 2022
nirvanagit
reviewed
Aug 5, 2022
nirvanagit
reviewed
Aug 5, 2022
nirvanagit
reviewed
Aug 5, 2022
c416ae1
to
7352c9c
Compare
7352c9c
to
9df2135
Compare
itsLucario
pushed a commit
that referenced
this pull request
Nov 7, 2022
* Adding the routing policy Co-authored-by: psikka1 <[email protected]> Co-authored-by: vgonuguntla <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rework from - #229