Skip to content
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 the support to pass user supplied actor_factory callable in ActorRuntime & ext/fastapi,flask #714

Merged
merged 8 commits into from
Jun 26, 2024

Conversation

ksachdeva
Copy link
Contributor

fixes #713

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@ksachdeva ksachdeva requested review from a team as code owners May 14, 2024 17:09
@ksachdeva ksachdeva force-pushed the user-supplied-actor-factory branch from 5ceeb0b to 65b15c8 Compare May 14, 2024 17:42
@berndverst
Copy link
Member

berndverst commented Jun 24, 2024

Please run tox -e flake8

marcduiker and others added 6 commits June 24, 2024 21:23
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: Kapil Sachdeva <[email protected]>
…Runtime & ext/fastapi,flask

Signed-off-by: Kapil Sachdeva <[email protected]>
* Pin workflow SDK 0.4.1 in example

Signed-off-by: Bernd Verst <[email protected]>

* fix workflow dev version

Signed-off-by: Bernd Verst <[email protected]>

* fix workflow example dependency

Signed-off-by: Bernd Verst <[email protected]>

---------

Signed-off-by: Bernd Verst <[email protected]>
Signed-off-by: Kapil Sachdeva <[email protected]>
* doc: document that users can self-assign issues

Signed-off-by: KentHsu <[email protected]>

* doc: reorder paragraph and update CONTRIBUTING.md

Signed-off-by: KentHsu <[email protected]>

---------

Signed-off-by: KentHsu <[email protected]>
Co-authored-by: Elena Kolevska <[email protected]>
Signed-off-by: Kapil Sachdeva <[email protected]>
Signed-off-by: Pieter de Bruin <[email protected]>
Co-authored-by: Bernd Verst <[email protected]>
Signed-off-by: Kapil Sachdeva <[email protected]>
@ksachdeva ksachdeva force-pushed the user-supplied-actor-factory branch from 19c6f71 to cacfd9e Compare June 24, 2024 21:24
Copy link

codecov bot commented Jun 26, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 86.15%. Comparing base (fc0e9d1) to head (e5607b2).
Report is 27 commits behind head on main.

Files Patch % Lines
ext/dapr-ext-fastapi/dapr/ext/fastapi/actor.py 50.00% 1 Missing ⚠️
ext/flask_dapr/flask_dapr/actor.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #714      +/-   ##
==========================================
- Coverage   86.37%   86.15%   -0.22%     
==========================================
  Files          79       79              
  Lines        4094     4169      +75     
==========================================
+ Hits         3536     3592      +56     
- Misses        558      577      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@berndverst berndverst merged commit e8256b5 into dapr:main Jun 26, 2024
14 of 16 checks passed
@marcduiker
Copy link
Contributor

@holopin-bot @ksachdeva Thank you!

Copy link

holopin-bot bot commented Aug 15, 2024

Congratulations @ksachdeva, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/clzvb442509640cl6a4jfwb7f

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for user supplied actor_factory callable
5 participants