master #385

Merged
mpeltriaux merged 9 commits from master into Docker 2024-02-16 08:45:32 +01:00
Owner

Updates Docker

Updates Docker
mpeltriaux added 9 commits 2024-02-16 08:45:13 +01:00
* adds another validity check to SimpleGeomForm (is_size_valid) to make sure the area of the entered geometry is somehow rational (>= 1m²)
* optimizes performance of django command sanitize_db
* extends Geometry model with two new attributes, holding timestamps when a parcel calculation has been started and ended
* finally drops unused update_parcel_wfs in favor of update_parcels in Geometry model
* refactors update_parcel method
* adds geometry buffer fallback in schneider/fetcher.py to avoid emptying of geometries when parcels shall be fetched
* finally removes utils/wfs/spatial.py
* extends GeomParcelsView according to #381
* updates translations
* removes redundant psycopg2-binary requirement
* improves handling of parcel calculation (speed up by ~30%)
* ToDo: Clean up code
* refactors parcel calculating, resulting in 1.3-1.6x better performance
* optimizes parcel fetching view
* drops identifier handling on all edit-forms (identifier editing has been disabled on the frontend for a while now)
* updates test cases
* updates form caption for checking and recording action (less intimidating)
* optimizes district column width
* fixes bug on frontend parcel fetching on detail view
* adds extended tooltip for title column on index tables
* retraslates 'Law' to 'Rechtsgrundlage'
* renames a method and fixes doc string
* fixes typo
* dropping conn_max_age due to problems with usage in gunicorn
* drops unused methods
* fixes typos
* updates comments
* drops unused model attribute
Reviewed-on: SGD-Nord/konova#384
mpeltriaux merged commit d98d4b4dea into Docker 2024-02-16 08:45:32 +01:00
Sign in to join this conversation.
No description provided.