Commit Graph

934 Commits (e9f9420f0fd721f64288c75140d20e8b9cd75c50)
 

Author SHA1 Message Date
mpeltriaux bdc1c226e9 # Netgis HOTFIX
* fixes bug where map client would not parse config.json properly resulting in failed client start
11 months ago
mpeltriaux 0f173c4802 HOTFIX
* corrects behaviour of lanis link generation for EIV and KOM
12 months ago
mpeltriaux 599764ef38 HOTFIX
* fixes bug where detail view of KOM could not be opened anymore
12 months ago
mpeltriaux 11f2ad5617 Merge pull request '# 349 LANIS link improvements' (#350) from 349_LANIS_link into master
Reviewed-on: SGD-Nord/konova#350
12 months ago
mpeltriaux 274d7b8b6f # 349 LANIS link improvements
* replaces 'dumb' link template with LANIS mapinterface support
* adds fallback default LANIS link
12 months ago
mpeltriaux 02e8cfc76d # Map client update
* updates netgis map client to newest pre-release
12 months ago
mpeltriaux 2a9e57e633 Django 4.2
* updates Django to 4.x and other packages (if possible) to latest versions
* Attention: Requires postgresql >= 12.0
* updates code fragments to match requirements of newer package versions
12 months ago
mpeltriaux ffae18ebc4 Merge pull request 'test' (#347) from test into master
Reviewed-on: SGD-Nord/konova#347
1 year ago
mpeltriaux 5f45db6716 # Bugfix Payment date invalid
* fixes a bug where validation check of payment 'due' has not been triggered properly
1 year ago
mpeltriaux d9046eb2b9 Unit test user app
* adds unit test for User model and forms
* refactors functions from user_checks.py into User class and drops user_checks.py
1 year ago
mpeltriaux 21db8227f8 # Unit test user
* adds unit test for team creating and editing of user app
1 year ago
mpeltriaux 1773463e86 # Unit tests for konova geometry
* adds further unit tests for konova app geometry model
1 year ago
mpeltriaux e443c5f8be # Unit test konova app
* adds unit test for konova app models
* drops unused/unnecessary code fragments
* updates translation
1 year ago
mpeltriaux 42cb138276 Unit test konova base forms
* adds unit test for resubmission modal form
1 year ago
mpeltriaux b09ad302b5 Unit test intervention/konova
* adds unit test for intervention app
* adds unit test for konova app
1 year ago
mpeltriaux e22c9132e1 Unit tests ema
* adds unit tests for ema forms
1 year ago
mpeltriaux 963dd57cb2 Unit tests intervention
* adds tests for share and revocation forms
1 year ago
mpeltriaux 2fa8783fd9 Deduction validity checking
* fixes behaviour of related deduction checks on intervention checking
1 year ago
mpeltriaux 3fa76063d0 Eco account unit tests
* adds eco account unit tests
* adds validity check to eco account form to check on existing deductions and potential conflict with reduced deductable surface
* improves geojson handling on SimpleGeomForm
* adds/updates translation
1 year ago
mpeltriaux 5684b9b6d9 Unit test compensation models
* adds unit tests for compensation models
* removes duplicated unit tests
1 year ago
mpeltriaux e9086cbbcd Merge branch 'master' into test
# Conflicts:
#	locale/de/LC_MESSAGES/django.mo
#	locale/de/LC_MESSAGES/django.po
1 year ago
mpeltriaux 1437d16092 Merge pull request '345_Other_deadline_with_comment' (#346) from 345_Other_deadline_with_comment into master
Reviewed-on: SGD-Nord/konova#346
1 year ago
mpeltriaux 44db3ea03e # Deadline form logic
* adds logic to NewDeadlineModalForm to invalidate 'other' deadline types without comment (as explanation for 'other')
1 year ago
mpeltriaux 9615497a61 #345 Fix
* adds is_valid check for NewDeadlineModalForm to implement #345
1 year ago
mpeltriaux 9035b07801 Merge pull request '# 342 Fix' (#343) from 342_Rounding_error_on_db_SUM into master
Reviewed-on: SGD-Nord/konova#343
1 year ago
mpeltriaux ad2f4c12f8 # 342 Fix
* fixes bug where rounding error on aggregated db SUM() would occur
* simplifies code base
1 year ago
mpeltriaux a2b44a9c45 Unit test intervention forms
* adds unit test for new/edit intervention forms
* improves code base for generating new identifiers
1 year ago
mpeltriaux 21c7889551 Unit test EMA model
* adds unit test for EMA model
1 year ago
mpeltriaux 0f757a5de1 Unit test compensation states
* adds unit test for adding/editing/removing compensation states
1 year ago
mpeltriaux 1d3b576b51 Unit test for compensation forms
* adds unit tests for adding and editing deadline
1 year ago
mpeltriaux 643abcf841 Unit test for compensation forms
* adds compensation action forms unit tests
1 year ago
mpeltriaux 564ae4d5db Tests on analysis and compensation
* enhances tests for analysis and compensation app
1 year ago
mpeltriaux 9476713911 Unit test api
* adds unit test for APIUserToken
* enhances handling of token fetching for API
1 year ago
mpeltriaux d9cf9669f0 Unit test analysis
* adds unit test for creating report
* fixes bug where new (>2018) eco accounts have not been fetched correctly from the  db
* adds enhancements in the frontend
* improves test data setup
1 year ago
mpeltriaux 345b266422 Class based views
* refactors method based views for parcel fetching, home and logout to class based
1 year ago
mpeltriaux 60b6968436 Merge pull request 'Error on map client search' (#340) from 338_Error_on_map_client_search into master
Reviewed-on: SGD-Nord/konova#340
1 year ago
mpeltriaux b11217e41f Error on map client search
* adds info for user if address search content could not be parsed properly due to external errors
1 year ago
mpeltriaux d361767471 Merge pull request 'Geometry simplification' (#339) from 337_Simplify_large_geometries into master
Reviewed-on: SGD-Nord/konova#339
1 year ago
mpeltriaux a571c28027 Geometry simplification
* simplifies geometries on SimpleGeomForm if threshold GEOM_MAX_VERTICES has been exceeded
    * geometry is iteratively simplified to find a proper tolerance value which satisfies the GEOM_MAX_VERTICES threshold
1 year ago
mpeltriaux 4d96afae1d Merge pull request '# Improves form date checking' (#335) from 334_nrealistic_dates into master
Reviewed-on: SGD-Nord/konova#335
1 year ago
mpeltriaux 9544e27baf # Improves form date checking
* adds validator to make sure no dates like `01.01.1` can be accepted. All dates must be somewhat later than 01.01.1950
1 year ago
mpeltriaux c604de0f32 Merge pull request '# Fixes bug' (#332) from 331_Deductions_of_unshared_interventions_not_changeable into master
Reviewed-on: SGD-Nord/konova#332
1 year ago
mpeltriaux 204cbe2a78 # Fixes bug
* fixes bug described in #331
1 year ago
mpeltriaux 4987d0b90d Merge pull request '#328 Fix' (#329) from 328_Removing_of_migrated_revocations_fails into master
Reviewed-on: SGD-Nord/konova#329
1 year ago
mpeltriaux a49c44ab44 #328 Fix
* fixes bug described in #328
1 year ago
mpeltriaux 57b734f1c2 Merge pull request '#325 Fix' (#326) from 325_Error_on_ecoaccount_recording into master
Reviewed-on: SGD-Nord/konova#326
1 year ago
mpeltriaux 56ddf7ddfa #325 Fix
* fixes bug described in #325
1 year ago
mpeltriaux 028efb3023 Merge pull request '# Implements #332' (#323) from 332_Drop_deductions_of_deleted_intervention into master
Reviewed-on: SGD-Nord/konova#323
2 years ago
mpeltriaux 8a84df0fcd Simplification
* simplifies fetching of intervention's deductions
2 years ago
mpeltriaux 3eff97b6dd # Implements #332
* extends intervention's mark_as_deleted() functionality to drop related deductions and free reserved deductable surface from the related eco accounts
2 years ago