-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump RefGeo: geojson_4326 → geom_4326 #2809
Conversation
af6e2a1
to
4b05d67
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2809 +/- ##
===========================================
- Coverage 78.44% 68.56% -9.88%
===========================================
Files 88 86 -2
Lines 7182 7435 +253
===========================================
- Hits 5634 5098 -536
- Misses 1548 2337 +789
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…k 3.0), remove Debian 10 and Python 3.7 support (#2751) * Drop support for Debian 10 and python <3.9 @jacquesfize @Pierre-Narcisi @bouttier * Update to Flask 3.0 * Update to SQLAlchemy 1.4 (query to 2.0 style, fix warnings and tests) * new requirements-dev.txt * Increase test coverage - gn_meta/repositories - gn_meta/mtd - occtax - occhab - utilstoml - install-gn-module commands * (temporary) use of CustomSelect instead of Query --> Station (deleted later) * Change fixtures: datasets + stations + user * Remove deprecated and unused modules (utilsgeometry.py, utilssqlalchemy.py,config_manager.py) --------- Co-authored-by: TheoLechemia <[email protected]> Co-authored-by: Élie Bouttier <[email protected]> Co-authored-by: Jacques Fize <[email protected]> Co-authored-by: Pierre Narcisi <[email protected]>
When polymorphic modules are declared in database, but absent from venv, this raise a sqlalchemy polymorphic error. This commit fallback missing polymorphic identities on default "base" identity.
Based on config parameter LIST_COLUMNS_FRONTEND
The two lines were referencing the file `versions-compatibility.rst` removed in commit `632464e`. Signed-off-by: VincentCauchois <[email protected]>
Add UserSchema.organisme
Via migration
Note: usage of assert_geometries_equal requires shapely>=2
Changes already made in #2821 |
No description provided.