Skip to content

Releases: GeoWerkstatt/ews-boda

0.1.40

19 Jul 12:44
b4e878c
Compare
Choose a tag to compare
0.1.40 Pre-release
Pre-release
v0.1.40

Koordinaten aus Karte übernehmen (#95)

0.1.39

19 Jul 06:58
bf748e4
Compare
Choose a tag to compare
0.1.39 Pre-release
Pre-release
Go to next bohrung (#92)

#22

0.1.38

19 Jul 06:40
137766d
Compare
Choose a tag to compare
0.1.38 Pre-release
Pre-release
v0.1.38

Correctly handle null values in Gemeinde dropdown (#93)

0.1.37

18 Jul 14:27
98e835c
Compare
Choose a tag to compare
0.1.37 Pre-release
Pre-release
v0.1.37

Initially fit to kanton extent  (#91)

0.1.36

18 Jul 14:15
0285631
Compare
Choose a tag to compare
0.1.36 Pre-release
Pre-release
v0.1.36

Bohrung kopieren (#88)

0.1.35

18 Jul 14:16
88efbff
Compare
Choose a tag to compare
0.1.35 Pre-release
Pre-release
v0.1.35

Update popup info (#90)

0.1.34

18 Jul 14:04
1f4d88e
Compare
Choose a tag to compare
0.1.34 Pre-release
Pre-release
v0.1.34

Fix data export (#89)

0.1.33

18 Jul 12:43
e71e559
Compare
Choose a tag to compare
0.1.33 Pre-release
Pre-release
Bohrung maske 2 (#80)

* Add bohrung form

* Add documentation

* Add tests

* Fix react warnings

* Ignore CS8620

* Ignore CS8620 in test project

* Fix warning in test project

* Add UI tests

* Fix form validation

* Fix ui tests

* Fix warnings in test project

* Align right icon buttons

* Limit input length to 40 for gbnummer

* Improve documentation

* Refactor ui form structure and make naming more consistent

* Remove unecessary variable

* Fix typo

* Fix issues introduced by rebase

* Fix issue introduced by rebase

* Undo autoformat changes in einstiegsseits.md

* Fix issues introduced by merge

* Reword documentation

Co-authored-by: Daniel Jovanovic <[email protected]>

* Fix typo

Co-authored-by: Daniel Jovanovic <[email protected]>

* Move user and date inputs to seperate component

* Add codetypes object

* Fix case of codetyp

* Add getAlll Standorte method

* Diable warning CS8620 in directory props

* Add test for inexistent standort

* Remove unecessary includes

* Fix ui tests

* Fix typo

* Reset serach

* Fix merge error in tests

* Fix standortcontroller test

* Fix ui test standort freigabe

* Set Bohrprofile and Bohrungen to null on Server

* Fix copy paste error

* Fix warnings

* Fix merge error

* Fix utf-8 problem

* Update src/ClientApp/src/components/StandortForm.js

Co-authored-by: Daniel Jovanovic <[email protected]>

* Fix ui test

* Fix ui tests

Co-authored-by: Daniel Jovanovic <[email protected]>

0.1.32

18 Jul 10:09
13a7953
Compare
Choose a tag to compare
0.1.32 Pre-release
Pre-release
Add authentication (#86)

* Disable auth token validation checks

* Disable using static expressions for log messages

* Allow null values and use sql default values instead

* Add comments and improve code readability

* Update .gitignore

* Add basic authentication configuration

* Add middleware to check for authorized group name

* Add middleware to register new users automatically

* Use real username for change tracking

* Inject custom json web token in dev mode

* Add new api endpoint to get current user info

* Add logout link

* Simplify code

* Use environment for sensitive data

* Fix merge conflicts

0.1.31

18 Jul 09:32
16798c7
Compare
Choose a tag to compare
0.1.31 Pre-release
Pre-release
Use legacy timestamp behavior of Npgsql (#87)

* Use legacy timestamp behavior of Npgsql

See https://www.npgsql.org/efcore/release-notes/6.0.html#timestamp-rationalization-and-improvements for details.

* Remove unnecessary ToUniversalTime()