PnX-SI / gn_module_export

Module GeoNature d'export
GNU General Public License v3.0
7 stars 10 forks source link

fix(gitmodules): change URL of a git submodule from SSH to HTTPS #203

Closed VincentCauchois closed 12 months ago

VincentCauchois commented 12 months ago

DESCRIPTION

Change the URL for the git submodule "dependencies/GeoNature" from git@github.com/PnX-SI/GeoNature.git to https://github.com/PnX-SI/GeoNature.git so that the command git submodule update works properly instead of causing the following error :

git@github.com: Permission denied (publickey).
fatal: Impossible de lire le dépôt distant.

Veuillez vérifier que vous avez les droits d'accès
et que le dépôt existe.
fatal: Le clonage de 'git@github.com:PnX-SI/GeoNature.git' dans le chemin de sous-module '/home/geonatureadmin/gn_module_export/dependencies/GeoNature' a échoué
Impossible de cloner 'dependencies/GeoNature'. Réessai prévu

ADDITIONAL INFORMATION

Use the following command, after retrieving the present commit, to repair after a failed git submodule update: git submodule sync --recursive.

codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (2adb037) 62.48% compared to head (135bd58) 62.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #203 +/- ## ======================================== Coverage 62.48% 62.48% ======================================== Files 12 12 Lines 685 685 ======================================== Hits 428 428 Misses 257 257 ``` | [Flag](https://app.codecov.io/gh/PnX-SI/gn_module_export/pull/203/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/gn_module_export/pull/203/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PnX-SI) | `62.48% <ø> (ø)` | | 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.

jacquesfize commented 12 months ago

Tu as la même erreur avec monitorings ?

https://github.com/PnX-SI/gn_module_monitoring/blob/main/.gitmodules

VincentCauchois commented 11 months ago

Tu as la même erreur avec monitorings ?

https://github.com/PnX-SI/gn_module_monitoring/blob/main/.gitmodules

Côté GINCO DEPOBIO, le module Monitoring n'est installé que sur une instance qui est une instance de Test avec Docker. Je n'y ai pas observé le problème, mais il faudrait que je vérifie en rentrant dans le container si le sous-module est bien initialisé correctement.

VincentCauchois commented 8 months ago

Tu as la même erreur avec monitorings ?

https://github.com/PnX-SI/gn_module_monitoring/blob/main/.gitmodules

Pour Monitoring voir la PR suivante : https://github.com/PnX-SI/gn_module_monitoring/pull/294