Skip to content

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

Merged
merged 5 commits into from
Mar 11, 2021

Conversation

jsonsivar
Copy link
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

NOTE: pending Textile release for true integration test.

  • Unit Test
  • Integration Test

Checklist:

  • My code follows the style guidelines of this project
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@shortcut-integration
Copy link

This pull request has been linked to Clubhouse Story #21555: SDK: Move.

Copy link
Contributor

@perfectmak perfectmak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

client: Buckets,
bucket: BucketMetadataWithThreads,
emitter: ee.Emitter,
) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
) {
): Promise<MovePathsResultSummary> {

Copy link

@angarita-dev angarita-dev left a 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

@jsonsivar
Copy link
Contributor Author

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.

Copy link
Contributor

@perfectmak perfectmak left a 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.

@jsonsivar jsonsivar force-pushed the feature/ch21555/move branch from f663ef9 to def362a Compare March 11, 2021 14:01
@jsonsivar jsonsivar merged commit 757d217 into master Mar 11, 2021
@perfectmak perfectmak deleted the feature/ch21555/move branch March 19, 2021 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants