-
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
Migrate public endpoint Get Task to FastAPI #43718
Conversation
619aaa5
to
535b646
Compare
53bbc36
to
7cc3eed
Compare
7467a22
to
f0f1850
Compare
@pierrejeambrun PR rebased and synced 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.
Overall looking good. Need rebasing and conflicts resolution. Thanks
c78d799
to
9bf4670
Compare
Done! Rebased and conflicts resolved ✅ |
3ef30fa
to
f8e9b09
Compare
bc1d210
to
eecc938
Compare
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.
Needs rebasing again. Ready to merge
eecc938
to
ee693e7
Compare
ec8effc
to
aaddea5
Compare
@pierrejeambrun rebasing done, thank you ✅ |
* Migrate public endpoint Get Task to FastAPI, with main resynced * Re-run static checks * Remove extra router line
closes: #42874
related: #42370
This migrates the Get Task API from
api_connexion
toapi_fastapi
.