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

New host setup #374

Closed Xpirix closed 1 month ago

Xpirix commented 3 months ago

This PR is for the updated server, based on #310

Change summary

timlinux commented 2 months ago

LGTM thanks!

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 76.78571% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 34.58%. Comparing base (173850f) to head (0529d52).

Files Patch % Lines
qgis-app/plugins/validator.py 20.00% 4 Missing :warning:
qgis-app/plugins/tasks/update_feedjack.py 71.42% 2 Missing :warning:
qgis-app/api/tests/test_views.py 0.00% 1 Missing :warning:
qgis-app/layerdefinitions/tests/test_views.py 0.00% 1 Missing :warning:
qgis-app/plugins/tasks/generate_plugins_xml.py 75.00% 1 Missing :warning:
qgis-app/plugins/tests/test_validator.py 0.00% 1 Missing :warning:
qgis-app/plugins/tests/tests.py 0.00% 1 Missing :warning:
qgis-app/users/tests.py 0.00% 1 Missing :warning:
qgis-app/wavefronts/tests/test_view.py 0.00% 1 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 #374 +/- ## ========================================== - Coverage 36.45% 34.58% -1.87% ========================================== Files 113 78 -35 Lines 4932 4782 -150 ========================================== - Hits 1798 1654 -144 + Misses 3134 3128 -6 ```

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

3nids commented 1 month ago

It looks like pushing via qgis-plugin-ci doesn't work anymore https://github.com/opengisch/qgis-pg-service-parser-plugin/actions/runs/8971769712/job/24638230525#step:11:23

Do we need to adapt something so that the RPC2 endpoint works? https://github.com/opengisch/qgis-plugin-ci/blob/67ac1ab3d6376ec0e05abee5ed1a25c1f7cb8ae0/qgispluginci/release.py#L443

Thanks a lot!

Xpirix commented 1 month ago

I think it's related to a deprecated function. I've submitted a new PR at #398 that should fix this.

Best regards.