Skip to content

move fs interface and plugin to new repo#1495

Merged
dOrgJelli merged 8 commits intoorigin-devfrom
move-fs-plugin-interface
Feb 1, 2023
Merged

move fs interface and plugin to new repo#1495
dOrgJelli merged 8 commits intoorigin-devfrom
move-fs-plugin-interface

Conversation

@krisbitney
Copy link
Copy Markdown
Contributor

@krisbitney krisbitney commented Jan 26, 2023

As part of an effort to move all the interfaces and plugins outside of the toolchain repo, I moved the file-system plugin and interface to their own repo here: https://github.com/polywrap/file-system

There is a temporary import redirect added to the file-system resolver plugin. It's necessary due to circular dependencies with the CLI being used to build the package. The import redirect can be removed once the CLI in the dependencies folder incorporates the change.

There is also a temporary extra redirect added to avoid breaking changes:

{
  from: new Uri("wrap://ens/fs.polywrap.eth"),
  to: new Uri(defaultInterfaces.fileSystem),
},

Niraj-Kamdar
Niraj-Kamdar previously approved these changes Jan 27, 2023
Copy link
Copy Markdown
Contributor

@Niraj-Kamdar Niraj-Kamdar left a comment

Choose a reason for hiding this comment

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

LGTM!

cbrzn
cbrzn previously approved these changes Jan 29, 2023
…interface

# Conflicts:
#	packages/js/client-config-builder/README.md
#	packages/js/client-config-builder/src/bundles/getDefaultConfig.ts
#	packages/js/plugins/http/src/__tests__/helpers/getClient.ts
@krisbitney krisbitney dismissed stale reviews from cbrzn and Niraj-Kamdar via df43cbd January 30, 2023 07:08
Copy link
Copy Markdown
Contributor

@dOrgJelli dOrgJelli left a comment

Choose a reason for hiding this comment

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

@krisbitney can we make a quick issue for the remaining work of removing these workarounds so we don't forget? Also should we create a new pre-release ASAP so we can do this?

@krisbitney
Copy link
Copy Markdown
Contributor Author

@krisbitney can we make a quick issue for the remaining work of removing these workarounds so we don't forget? Also should we create a new pre-release ASAP so we can do this?

I created an issue here: #1504

I don't think we necessarily need a pre-release ASAP. I don't see it as urgent. But if it makes sense to do a release soon anyway, I'm for it.

@dOrgJelli dOrgJelli deleted the move-fs-plugin-interface branch April 10, 2023 16:58
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.

4 participants