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

Register plugin from entry points #1872

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Ni-g-3l
Copy link

@Ni-g-3l Ni-g-3l commented Nov 11, 2024

Hello

As suggest here I implemented the support of entrypoints in order to make the process of adding plugin to REZ easier.

Closes #1661

Feel free to add feedback !

Have a great day

Signed-off-by: Nig3l <nig3lpro@gmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
@Ni-g-3l Ni-g-3l requested a review from a team as a code owner November 11, 2024 15:07
Signed-off-by: Nig3l <nig3lpro@gmail.com>
@Ni-g-3l Ni-g-3l force-pushed the feat/register_plugin_from_entry_points branch from 8a16886 to da9e66c Compare November 11, 2024 15:08
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 69.69697% with 10 lines in your changes missing coverage. Please review.

Project coverage is 59.25%. Comparing base (c039654) to head (da9e66c).

Files with missing lines Patch % Lines
src/rez/plugin_managers.py 69.69% 6 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1872      +/-   ##
==========================================
- Coverage   59.27%   59.25%   -0.03%     
==========================================
  Files         126      126              
  Lines       17217    17166      -51     
  Branches     3017     2754     -263     
==========================================
- Hits        10206    10171      -35     
+ Misses       6326     6310      -16     
  Partials      685      685              

☔ 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify plugin development by supporting entrypoint based plugins
1 participant