PnX-SI / TaxHub

Application de gestion des taxons
GNU General Public License v3.0
24 stars 31 forks source link

feat(taxref): add taxref_tree materialized view #567

Closed bouttier closed 1 month ago

bouttier commented 1 month ago

Pour chaque cd_nom, la VM contient la liste des cd_ref parents jusqu’a Biota (cd_nom 349525)

Voir #354

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 52.20%. Comparing base (06c0dcc) to head (ac34c57). Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
apptax/taxonomie/commands/utils.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #567 +/- ## =========================================== + Coverage 51.98% 52.20% +0.21% =========================================== Files 37 37 Lines 2418 2431 +13 =========================================== + Hits 1257 1269 +12 - Misses 1161 1162 +1 ``` | [Flag](https://app.codecov.io/gh/PnX-SI/TaxHub/pull/567/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PnX-SI) | Coverage Δ | | |---|---|---| | [pytest](https://app.codecov.io/gh/PnX-SI/TaxHub/pull/567/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PnX-SI) | `52.20% <92.85%> (+0.21%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PnX-SI#carryforward-flags-in-the-pull-request-comment) to find out more.

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

bouttier commented 1 month ago

PR ok pour merge

bouttier commented 1 month ago

Ah oui je sais pas pourquoi j’ai cru que la 2.0 était déjà sortie, je change ça

camillemonchicourt commented 1 month ago

Je pense que pour les installations classiques de TH ou GN, l'ajout de l'extension ne passera pas dans la migration, mais qu'il faudra l'installer manuellement avec une commande comme dans la 1.8.0 : https://github.com/PnX-SI/TaxHub/blob/develop/docs/changelog.md#180-2021-06-22

Mais aussi le préciser côté Changelog de GN, car c'est surtout là que les administrateurs auront à le faire.