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

Support custom response for batch actions #212

Merged
merged 3 commits into from
Jun 26, 2023
Merged

Support custom response for batch actions #212

merged 3 commits into from
Jun 26, 2023

Conversation

jowilf
Copy link
Owner

@jowilf jowilf commented Jun 26, 2023

closes #207

@github-actions
Copy link

github-actions bot commented Jun 26, 2023

@github-actions github-actions bot temporarily deployed to pull request June 26, 2023 04:05 Inactive
@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (019dc95) 100.00% compared to head (33a1320) 100.00%.

❗ Current head 33a1320 differs from pull request most recent head a6900e2. Consider uploading reports for the commit a6900e2 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #212   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           68        68           
  Lines         4922      4939   +17     
=========================================
+ Hits          4922      4939   +17     
Impacted Files Coverage Δ
starlette_admin/actions.py 100.00% <ø> (ø)
tests/test_i18n.py 100.00% <ø> (ø)
starlette_admin/base.py 100.00% <100.00%> (ø)
starlette_admin/contrib/odmantic/middleware.py 100.00% <100.00%> (ø)
starlette_admin/contrib/sqla/middleware.py 100.00% <100.00%> (ø)
starlette_admin/contrib/sqla/view.py 100.00% <100.00%> (ø)
starlette_admin/views.py 100.00% <100.00%> (ø)
tests/test_custom_actions.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions github-actions bot temporarily deployed to pull request June 26, 2023 04:15 Inactive
@jowilf jowilf merged commit 8752d40 into main Jun 26, 2023
8 checks passed
@jowilf jowilf mentioned this pull request Jun 26, 2023
@jowilf jowilf deleted the fix-207 branch June 28, 2023 20:29
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.

Enhancement: Support custom response for batch actions
1 participant