-
Notifications
You must be signed in to change notification settings - Fork 61
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
Create custom command to validate existing plugins on server #179
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #179 +/- ##
==========================================
+ Coverage 68.21% 73.66% +5.44%
==========================================
Files 102 108 +6
Lines 3886 4162 +276
==========================================
+ Hits 2651 3066 +415
+ Misses 1235 1096 -139
Continue to review full report at Codecov.
|
@sumandari I didnt look at the code, but it probably makes sense to only look at the latest version of each plugin - can you confirm if it does that? |
Also it would be nice to have view or something of plugins whose latest version fails validation so that we can keep track of which ones are still problematic as fixes come in.... |
2439750
to
53f67f0
Compare
Once we run management command, it will create invalid plugin list. |
LGTM thanks @sumandari ! |
Please see #178
This PR to validate the existing plugins on server, which has been uploaded before the metadata validation function fixed.
Custom command will send email to the creator and author of invalid plugins.