-
Notifications
You must be signed in to change notification settings - Fork 22
Move paths: move paths sdk method with commented out textile call #57
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
This pull request has been linked to Clubhouse Story #21555: SDK: Move. |
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
packages/storage/src/userStorage.ts
Outdated
client: Buckets, | ||
bucket: BucketMetadataWithThreads, | ||
emitter: ee.Emitter, | ||
) { |
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.
) { | |
): Promise<MovePathsResultSummary> { |
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.
Looks good to me
Hey @perfectmak - can you kindly review the latest commit on this. There were some more changes needed after last review. It's working against dev hub now so we can do a quick review and then I can release. |
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! Seems CI is failing. I think rebasing on master should fix it.
… be uncommented when txl pkg is released).
f663ef9
to
def362a
Compare
Description
This implements the move paths on the SDK. It will take an array of source paths and an array of destination paths and line them up by index and perform the move. It will then produce an event in the returned event emitter for each move operation and then a finally summary with the count of move operations in the end.
Fixes # (issue)
https://app.clubhouse.io/terminalsystems/story/21555/sdk-move
Type of change
How Has This Been Tested?
NOTE: pending Textile release for true integration test.
Checklist: