-
Notifications
You must be signed in to change notification settings - Fork 211
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
remove deprecated classes #704
remove deprecated classes #704
Conversation
Signed-off-by: Mukundan Sundararajan <[email protected]>
Signed-off-by: Mukundan Sundararajan <[email protected]>
Signed-off-by: Mukundan Sundararajan <[email protected]>
supersedes #607 .... |
Codecov Report
@@ Coverage Diff @@
## master #704 +/- ##
============================================
+ Coverage 77.62% 80.66% +3.04%
Complexity 993 993
============================================
Files 91 81 -10
Lines 3128 3010 -118
Branches 342 340 -2
============================================
Hits 2428 2428
+ Misses 534 416 -118
Partials 166 166 Continue to review full report at Codecov.
|
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.
LGTM
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: zjx244729 <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: Subash Gamage <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: zjx244729 <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: zjx244729 <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: zjx244729 <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: zjx244729 <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: zjx244729 <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: zjx244729 <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: Artur Souza <[email protected]>
* remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: Artur Souza <[email protected]>
* Adding pubsub routing support Signed-off-by: Artur Souza <[email protected]> * remove deprecated classes (#704) * remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: Artur Souza <[email protected]> * Address PR comments. Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: Artur Souza <[email protected]>
* Adding pubsub routing support Signed-off-by: Artur Souza <[email protected]> * remove deprecated classes (dapr#704) * remove deprecated classes Signed-off-by: Mukundan Sundararajan <[email protected]> * remove builder class ref in ITs Signed-off-by: Mukundan Sundararajan <[email protected]> * fix setter in IT Signed-off-by: Mukundan Sundararajan <[email protected]> Signed-off-by: Artur Souza <[email protected]> * Address PR comments. Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: naah69 <[email protected]>
Signed-off-by: Mukundan Sundararajan [email protected]
Description
Removed classes deprecated in 1.3.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #601
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: