-
Notifications
You must be signed in to change notification settings - Fork 27
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 for custom actions #200
base: master
Are you sure you want to change the base?
Support for custom actions #200
Conversation
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
==========================================
- Coverage 92.47% 92.11% -0.36%
==========================================
Files 32 32
Lines 1846 1864 +18
==========================================
+ Hits 1707 1717 +10
- Misses 139 147 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
1ca4145
to
d9e3e91
Compare
If it's possible without too much hassle, it would be cool if we could move the actions code down to |
####################################################################### | ||
# Root - Actions execute | ||
|
||
async def run_action(request: Request) -> JSONResponse: |
Check notice
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns
Sure. That sounds like a good idea. Btw ill definitely update the unit testing etc to ensure a passing CI. Just wanted to get to the point where we have the final ish design first |
Needed for the POC here piccolo-orm/piccolo_admin#244