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 fix none in search results #304

Closed Xpirix closed 7 months ago

Xpirix commented 7 months ago
codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (2057611) 37.76% compared to head (ddeee8f) 34.56%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #304 +/- ## ========================================== - Coverage 37.76% 34.56% -3.21% ========================================== Files 96 65 -31 Lines 3948 3744 -204 ========================================== - Hits 1491 1294 -197 + Misses 2457 2450 -7 ``` [see 31 files with indirect coverage changes](https://app.codecov.io/gh/qgis/QGIS-Django/pull/304/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qgis)

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

agiudiceandrea commented 7 months ago

Hi @Xpirix, it looks like there is still "none" in search results https://plugins.qgis.org/search/?q=tool

image

Xpirix commented 7 months ago

Hello @agiudiceandrea, thank you for the feedback. However, we are in the process of planning the deployement. This will be fixed once the command in the current PR is done server-side.

Xpirix commented 7 months ago

Dear @agiudiceandrea , We have done running the command. This issue is fixed now.