-
Notifications
You must be signed in to change notification settings - Fork 68
Adding V2 programming model support for Dapr Extension #181
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
Conversation
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
…/azure-functions-python-library into dapr-python-v2-support
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Codecov Report
@@ Coverage Diff @@
## dev #181 +/- ##
==========================================
+ Coverage 90.70% 91.13% +0.43%
==========================================
Files 55 57 +2
Lines 3183 3360 +177
Branches 822 841 +19
==========================================
+ Hits 2887 3062 +175
- Misses 219 220 +1
- Partials 77 78 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
…/azure-functions-python-library into dapr-python-v2-support
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
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
self.assertEqual(app.auth_level, AuthLevel.FUNCTION) | ||
self.assertEqual(app.app_script_file, SCRIPT_FILE_NAME) | ||
|
||
def test_register_dapr_blueprint_app_auth_level(self): |
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.
You should also add an explicit test on the DaprBlueprint - if the get_functions are returning the right set of functions.
bp.get_functions or similar request would be available.
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 can be done in another PR.
This PR adds Python V2 programming model support for Dapr bindings and triggers.
Triggers
Bindings