AIP-84 Migrate public endpoint Clear Task Instances to FastAPI#44220
AIP-84 Migrate public endpoint Clear Task Instances to FastAPI#44220pierrejeambrun merged 5 commits intoapache:mainfrom
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.
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 |
pierrejeambrun
left a comment
There was a problem hiding this comment.
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. |
…e#44220) * Migrate public endpoint Clear Task Instances to FastAPI * Remove unused alias choice, route trailing slash * Make changes as per feedback from Pierre * Add total_entries to response * Remove logical_date from clear tis response
closes: #43751
related: #42370
This migrates the Clear Task Instances API from
api_connexiontoapi_fastapi.