-
Notifications
You must be signed in to change notification settings - Fork 320
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
GET /plugins/ returns both installed and available plugins #387
Conversation
# Conflicts: # core/cat/routes/plugins.py
Why closed? Just put the PR as a draft until you finish :) |
i didn't nothing, i synced the fork. Maybe that? |
I see zero commits on the PR |
…lugins from registry
Re open the PR |
# Conflicts: # core/cat/routes/plugins.py
…lugins from registry
- Added error handle when the Registry endpoint is down
Thanks @valentimarco congrats on your merged PR :D Let's wait a little before testing this code because the responsibility of finding and caching the .zip file of plugins may rest on this repo. Let's discuss this further with @EugenioPetulla @nicola-corbellini |
Description
2 new function to retrieve from registry all external plugins available and to install plugins by url.
For now the implementation of "retrieve from registry" bricks plugin page on admin!
Related to issue #300
Type of change
Checklist: