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

✨ plugin framework #117

Merged
merged 3 commits into from
Jan 25, 2024
Merged

✨ plugin framework #117

merged 3 commits into from
Jan 25, 2024

Conversation

juftin
Copy link
Owner

@juftin juftin commented Jan 25, 2024

This PR begins the process of separating the CLI plugins out of this repository. This is done by using click-plugins to register the plugins while still keeping them in the repo.

The next step of this process is to actually move the plugins out of the source code.

This PR also introduces a refactor of the LunchableApp so that it's ready to be used in primetime. These changes technically represent breaking API changes but they are for the non-documented plugin code and it is unused on public GitHub.

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f446338) 86.39% compared to head (bc5bc3e) 89.93%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
+ Coverage   86.39%   89.93%   +3.54%     
==========================================
  Files          22       22              
  Lines        1066      964     -102     
  Branches      128       79      -49     
==========================================
- Hits          921      867      -54     
+ Misses        129       81      -48     
  Partials       16       16              

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

@juftin juftin force-pushed the feat/cli_plugin branch 3 times, most recently from 0b61dbd to 2be2a67 Compare January 25, 2024 05:18
@juftin juftin changed the title ✨ plugin separation ✨ plugin framework Jan 25, 2024
@juftin juftin merged commit ff1d06b into main Jan 25, 2024
11 checks passed
@juftin juftin deleted the feat/cli_plugin branch January 25, 2024 05:51
@juftin
Copy link
Owner Author

juftin commented Jan 25, 2024

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

1 participant