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 command to organize old plugin version packages #328

Closed Xpirix closed 5 months ago

Xpirix commented 7 months ago

Changes summary:

The command runs the following process:

To run the command: python manage.py organize_old_package

dimasciput commented 6 months ago

@Xpirix, could you change the 'move' command to 'copy' instead? Then, we can delete the duplicates after we've ensured that everything is good

Xpirix commented 6 months ago

Thanks @dimasciput , I've converted this to a draft for the moment. We also need to ensure the coverage of the backup script with @timlinux before running this command on the server side

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b661773) 32.51% compared to head (e8592d8) 82.75%. Report is 8 commits behind head on master.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #328 +/- ## =========================================== + Coverage 32.51% 82.75% +50.24% =========================================== Files 71 142 +71 Lines 4217 5497 +1280 =========================================== + Hits 1371 4549 +3178 + Misses 2846 948 -1898 ```

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