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

Move plugin registry under the pkg/app/pipedv1/plugin #5470

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

ffjlabo
Copy link
Member

@ffjlabo ffjlabo commented Jan 8, 2025

What this PR does:

as title

Why we need it:

We have two plugin packages for different purposes.

  • pkg/app/pipedv1/plugin: This is used in the piped side.
  • pkg/plugin: This is used for the plugin developer.

The plugin registry is used in the piped side. So I moved it under the pkg/app/pipedv1/plugin

Which issue(s) this PR fixes:

Part of #4980
Related #5467

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Comment on lines -15 to -19
// Package planner provides a piped component
// that decides the deployment pipeline of a deployment.
// The planner bases on the changes from git commits
// then builds the deployment manifests to know the behavior of the deployment.
// From that behavior the planner can decides which pipeline should be applied.
Copy link
Member Author

Choose a reason for hiding this comment

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

I mistakenly copied the comment with the license. So removed it.

Copy link
Contributor

@Warashi Warashi left a comment

Choose a reason for hiding this comment

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

LGTM

@ffjlabo ffjlabo enabled auto-merge (squash) January 8, 2025 05:46
@ffjlabo ffjlabo merged commit fdd31ae into master Jan 8, 2025
14 of 16 checks passed
@ffjlabo ffjlabo deleted the move-plugin-registry-under-pipedv1-plugin-package branch January 8, 2025 05:46
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.17%. Comparing base (48be6ed) to head (dbe23ef).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5470      +/-   ##
==========================================
- Coverage   26.19%   26.17%   -0.03%     
==========================================
  Files         458      458              
  Lines       49169    49169              
==========================================
- Hits        12881    12871      -10     
- Misses      35266    35275       +9     
- Partials     1022     1023       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants