Skip to content
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

feat(plugins): Rewrite plugin system #31

Merged
merged 13 commits into from
Sep 9, 2023
Merged

feat(plugins): Rewrite plugin system #31

merged 13 commits into from
Sep 9, 2023

Conversation

miguelaeh
Copy link
Collaborator

This PR creates a new plugin system from scratch removing the limitations of the old system. It includes CLI utilities to download, install and list plugins as well as a plugin registry where people can register their plugins metadata to be added to the CLI commands.

The workers will automatically load all the plugins under the plugins folder and embed functions under self.plugin.<plugin_id> and the plugins can implement the hooks of a common Pipeless app that will be executed before the user code.

Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
@miguelaeh miguelaeh merged commit 659567a into main Sep 9, 2023
@miguelaeh miguelaeh deleted the plugins branch September 9, 2023 09:45
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.

None yet

1 participant