Mettre à jour notre fork de GeoNature et d’autres dépendances #40
Labels
No Label
bug
docker
documentation
fonctionnalité
prêt
No Milestone
No project
No Assignees
1 Participants
Notifications
Total Time Spent: 8 seconds
Due Date
juminet
8 seconds
No due date set.
Dependencies
No dependencies set.
Reference: champs-libres/biommap#40
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pour des raisons de maintenance et de sécurité informatique, nous devons mettre à jour notre fork de GeoNature-citizen. Cela permettra aussi de profiter d’améliorations apportés dans GeoNature-citizen et qui peuvent être très utiles.
Quel était notre fork ?
https://github.com/Champs-Libres/GeoNature-citizen/tree/champs-libres-dev
Solution : il faut merger la branche de GnC master dans notre branche
Il y a des conflits qui empeche l’interface github de faire le merge… Comment faire en ligne de commande :
Dans github.com, je mets à jour notre branche master qui est forkée : https://github.com/Champs-Libres/GeoNature-citizen/tree/master (sync fork)
Ensuite, je peux merger/rebase cette master sur notre dépôt:
Je le teste avec la branche champs-libres-dev-merge-master…
git merge master
j’ai terminé le test avec git merge --abort
\estimate 24h
/estimate 24h
Logs des changements
Conflits
Conflits backend:
Conflit dans install/install_app.sh
Conflits frontend
• frontend/src/app/auth/user-dashboard/user-dashboard.component.ts
◦ small fix, should not be an issue
• frontend/src/app/home/home.component.html
◦ some fixes, to be checked on the home page afterwards
• frontend/src/app/programs/base/detail/detail.component.html
◦ ok, mais à vérifier après coup
• frontend/src/app/programs/base/map/map.component.ts
◦ devrait aller, chgt de nom MainConfig
• frontend/src/app/programs/sites/detail/detail.component.ts
◦ quite fucked up. A revoir
• frontend/src/app/programs/sites/form/form.component.ts
◦ small fixes
• frontend/src/app/programs/sites/sites.component.html
◦ gros changement: ajout d’une partie mobile?
• frontend/src/app/programs/sites/sites.component.ts
Modifications à faire dans les patches:
backend:
• settings.ini: aussi chargé dans backend/config, où il ne remplace rien. ?
• default_config.toml: changement de nom en config.toml
• start_gunicorn: pas de chgts
• wsgi.py: devrait être ok
• server.py: pas de nouveautés depuis 14/12/2021
◦ les 2 lignes sur geo_api devrait etre retirées
◦ bcp de chgts en fait, dont certains avaient déjà été faits!!!
frontend:
• settings.ini: aucun changement. 2 lignes ajoutées dans le patch par christophe
• assets: devrait être OK
• custom: OK
• conf: donc on dirait que AppConfig va être ajouté dans un nouvel object MainConfig. En espérant que tout fonctionne!!!
• server.ts: Ouf, fichier non touché depuis le 2/5/2021. Donc devrait être OK...
Rebuild des containers
Fix problems
cannot pip install https://github.com/PnX-SI/Utils-Flask-SQLAlchemy-Geo because fiona cannot install because GDAL error:
c68507e577
comment field and exclude in get_programs: C'est une conséquence de la librairie manquante ci-dessus.
need to execute the "migrations"
missing media folder in container (
43e480daab
) - why it only appear now?The dependency problem
Cela marche, sauf
Building wheel for flask-admin (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /mnt/tera/ChampsLibres/Projets/BiomMap/work/test-requirement-issue/GeoNature-citizen/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-39tq0zad/flask-admin/setup.py'"'"'; file='"'"'/tmp/pip-install-39tq0zad/flask-admin/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-x5b4ukus
cwd: /tmp/pip-install-39tq0zad/flask-admin/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
ERROR: Failed building wheel for flask-admin
Running setup.py clean for flask-admin
Building wheel for geog (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /mnt/tera/ChampsLibres/Projets/BiomMap/work/test-requirement-issue/GeoNature-citizen/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-39tq0zad/geog/setup.py'"'"'; file='"'"'/tmp/pip-install-39tq0zad/geog/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-pnn9u3a5
cwd: /tmp/pip-install-39tq0zad/geog/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
ERROR: Failed building wheel for geog
=> CCL: comme ça a marché, on travaille avec une nouvelle image python 3.8
/spent 13h
Modifications en production sur liveche
- ./back/default_config.toml:/home/appuser/citizen/config/default_config.toml
->- ./back/default_config.toml:/home/appuser/citizen/config/config.toml