qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Add maintainer field to plugin update #316

Closed Xpirix closed 6 months ago

Xpirix commented 7 months ago

Changes summary:

Please find below a GIF: Maintainer_field

codecov-commenter commented 7 months ago

Codecov Report

Attention: 39 lines in your changes are missing coverage. Please review.

Comparison is base (6fe3124) 82.01% compared to head (a8db7d7) 36.97%.

Files Patch % Lines
qgis-app/plugins/tests/test_change_maintainer.py 36.36% 28 Missing :warning:
qgis-app/plugins/forms.py 12.50% 7 Missing :warning:
...s-app/plugins/migrations/0005_plugin_maintainer.py 81.81% 2 Missing :warning:
qgis-app/plugins/models.py 50.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #316 +/- ## =========================================== - Coverage 82.01% 36.97% -45.04% =========================================== Files 139 106 -33 Lines 5427 4500 -927 =========================================== - Hits 4451 1664 -2787 - Misses 976 2836 +1860 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gacarrillor commented 7 months ago

Thank you, I think it's much clearer now how to set the maintainer :+1: . Let's see what others think.

gacarrillor commented 6 months ago

Just to mention that this PR will fix both #260 and #303.