Register plugins from entry points #1991
Merged
JeanChristopheMorinPerso merged 32 commits intoAcademySoftwareFoundation:mainfrom Sep 26, 2025
Merged
Register plugins from entry points #1991JeanChristopheMorinPerso merged 32 commits intoAcademySoftwareFoundation:mainfrom
JeanChristopheMorinPerso merged 32 commits intoAcademySoftwareFoundation:mainfrom
Conversation
Signed-off-by: Nig3l <nig3lpro@gmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
…structure. Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
…t py 3.7) and add missing dependencies (zipp, typing_extensions) Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Nig3l <nig3lpro@gmail.com>
…istered for every type Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Maxime Cots <42718803+Ni-g-3l@users.noreply.github.com>
src/rez/data/tests/extensions/baz/baz-0.1.0.dist-info/entry_points.txt
Outdated
Show resolved
Hide resolved
Signed-off-by: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1991 +/- ##
==========================================
+ Coverage 60.01% 60.09% +0.07%
==========================================
Files 163 163
Lines 20098 20131 +33
Branches 3494 3499 +5
==========================================
+ Hits 12062 12097 +35
+ Misses 7224 7221 -3
- Partials 812 813 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Thanks @Ni-g-3l . Sorry if it took me so long to come back to this PR. I'll do some more tweaks to the docs and I think it'll be ready to go. |
…it's under construction Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
d781cd6 to
67139a5
Compare
JeanChristopheMorinPerso
approved these changes
Sep 25, 2025
Member
JeanChristopheMorinPerso
left a comment
There was a problem hiding this comment.
I am happy with the result. Thanks a lot @Ni-g-3l for your contribution!
9a3417e
into
AcademySoftwareFoundation:main
47 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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