-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
AIP-84 Migrate public endpoint Clear Task Instances to FastAPI #44220
AIP-84 Migrate public endpoint Clear Task Instances to FastAPI #44220
Conversation
Resolving conflicts from recent PR merges into |
c54811d
to
f670a0a
Compare
This is done, PR synced with |
All checks passed, PR ready to review ✅ |
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.
Looking good!
A few suggestions (only #44220 (comment) requires change), we can merge after :)
tests/api_fastapi/core_api/routes/public/test_task_instances.py
Outdated
Show resolved
Hide resolved
tests/api_fastapi/core_api/routes/public/test_task_instances.py
Outdated
Show resolved
Hide resolved
8cd608c
to
b50bd96
Compare
Thanks @pierrejeambrun, I've made the changes as per your suggestions and resolved the corresponding conversations. Also rebased with |
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.
One extra nit, can be merged after that.
b50bd96
to
2eb2daf
Compare
@pierrejeambrun @bbovenzi Thank you for your reviews! I've updated the PR as per your suggestions and also rebased with |
8a6ea5e
to
dd6f05a
Compare
dd6f05a
to
83e9891
Compare
I just rebased the branch, to solve additional conflicts introduced by recent merge. Should be good to merge. |
83e9891
to
a6bba42
Compare
1 test failing after rebase, rebased again. It should pass now. |
closes: #43751
related: #42370
This migrates the Clear Task Instances API from
api_connexion
toapi_fastapi
.