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: Refactor plugins to only require creating trigger #25914

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

pauldix
Copy link
Member

@pauldix pauldix commented Jan 25, 2025

This refactors plugins and triggers so that plugins no longer need to be "created". Since plugins exist in either the configured local directory or on the Github repo, a user now only needs to create a trigger and reference the plugin filename.

Closes #25876

For users that had plugins defined, this will be a breaking change to their catalog format and they'll have to start fresh. Only doing stuff like this during the alpha period. Later we'll have in-place upgrades with catalog migrations.

@pauldix pauldix force-pushed the pd/plugin-to-trigger branch 3 times, most recently from 6fcb937 to 539f171 Compare January 26, 2025 19:31
This refactors plugins and triggers so that plugins no longer need to be "created". Since plugins exist in either the configured local directory or on the Github repo, a user now only needs to create a trigger and reference the plugin filename.

Closes #25876
@pauldix pauldix merged commit d49276a into main Jan 27, 2025
13 checks passed
@pauldix pauldix deleted the pd/plugin-to-trigger branch January 27, 2025 16:26
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.

Rework plugins so that it's only triggers
2 participants