-
Notifications
You must be signed in to change notification settings - Fork 26
Update api to task api #248
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
Conversation
95bc47d
to
214d102
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.
Well Done 💪 @bidoubiwa!!!
I let few comments
Co-authored-by: Amélie <[email protected]>
Co-authored-by: Amélie <[email protected]>
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.
LGTM! 🍁
64e0e04
to
f611706
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.
I left some comments about the implementation and tests, but I couldn't see everything! 😅
Awesome work @bidoubiwa 🌮 🌮
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.
🦅 LGTM! 🎉
Very good @bidoubiwa v0.25 here we go!
bors merge |
Build succeeded: |
BREAKING:
get
now return a Task :updateIndex
createIndex
deleteIndex
waitForPendingUpdate
is removed andwaitForTask
is introduced as replacementgetStatusUpdate
andgetAllStatusUpdates
are removed.getTask
andgetTasks
introduced onIndexes
andClient
class.Update
return now aTask
Small changes
print(error)
withdump(error)
waitForTask
utils function withclient.waitForTask
in tests