Skip to content

Releases: GeoWerkstatt/ews-boda

0.1.27

15 Jul 08:29
1b3c64a
Compare
Choose a tag to compare
0.1.27 Pre-release
Pre-release
Configure QuerySplittingBehavior on db context (#82)

See https://go.microsoft.com/fwlink/?linkid=2134277 for details.

Simplify retrieving the db context on app startup along the way.

0.1.26

15 Jul 07:53
7d88fe5
Compare
Choose a tag to compare
0.1.26 Pre-release
Pre-release
Add migration for user table (#83)

* Update auto-generated context model snapshot

* Use EF migrations to add user table

0.1.25

14 Jul 15:23
fc909a5
Compare
Choose a tag to compare
0.1.25 Pre-release
Pre-release
Set gemeinde column to text data type (#81)

* Add initial and empty migration script

This migration won't change the database because it already exists and the model snapshot in code is in the correct state to track new changes.

* Set gemeinde column to text data type

* Remove obsolete GemeindenMap from UI

* Streamline Npgsql and EF Core package versions to 6.0.5

* Migrate database before running unit tests

* Update test expectations

0.1.24

14 Jul 09:23
6855178
Compare
Choose a tag to compare
0.1.24 Pre-release
Pre-release
Add endpoint for accessing the Data Service API (#72)

* Add controller for accessing the Data Service API

* Use latest StyleCop beta version

This version fixes the issue where SA1313 was wrongly reported for record types.

* Disable some FxCop rules in (test) projects

* Register HttpClient

* Simplify bounding box creation

0.1.23

12 Jul 08:44
7799fa0
Compare
Choose a tag to compare
0.1.23 Pre-release
Pre-release
Refactor and simplify code (#76)

* Register ews db server in pgadmin

in order to improve development workflow when applying changes to the database.

* Add user database table

* Rename standort input form

in order to be able to better distinguish between user and standort input form.

* Reorder menu items

* Fix typo

* Add basic user controller

* Add basic user page

* Add user administration

* Add documentation

* Fix model type

UserErstellung and Erstellungsdatum columns are NOT NULL according to the database schema.

* Refactor and simplify code

Add model and controller base classes in order to eliminate code duplication.

* Add tests for cascade delete

* Do not hide errors while saving db changes

0.1.22

12 Jul 08:29
5fe2504
Compare
Choose a tag to compare
0.1.22 Pre-release
Pre-release
Add user administration (#75)

* Register ews db server in pgadmin

in order to improve development workflow when applying changes to the database.

* Add user database table

* Rename standort input form

in order to be able to better distinguish between user and standort input form.

* Reorder menu items

* Fix typo

* Add basic user controller

* Add basic user page

* Add user administration

* Add documentation

* Improve documentation

* Remove unused code

* Simplify code and improve readability

* Reword documentation

Co-authored-by: MiraGeowerkstatt <[email protected]>

Co-authored-by: MiraGeowerkstatt <[email protected]>

0.1.21

12 Jul 08:14
4b95ad9
Compare
Choose a tag to compare
0.1.21 Pre-release
Pre-release
Add user table (#74)

* Register ews db server in pgadmin

in order to improve development workflow when applying changes to the database.

* Add user database table

* Improve code documentation

* Documentation text should end with a period

0.1.20

08 Jul 08:26
828c3c4
Compare
Choose a tag to compare
0.1.20 Pre-release
Pre-release
Fix critical security vulnerabilites (#67)

* Remove unused packages

which fixes some critical security vulnerabilities

* Run Trivy code scanning on every pr

* Update pre-installed packages

in order to fixe some critical security vulnerabilites.

* Fix apt-get upgrade command

* Do not upgrade existing packages

because it offers no significant improvement.

0.1.19

06 Jul 14:00
ccccb6f
Compare
Choose a tag to compare
0.1.19 Pre-release
Pre-release
Substring search (#69)

Fixes #61

0.1.18

06 Jul 11:30
9d226e8
Compare
Choose a tag to compare
0.1.18 Pre-release
Pre-release
Eingabemaske standort (#59)

Close #19