Releases: GeoWerkstatt/ews-boda
Releases · GeoWerkstatt/ews-boda
0.1.27
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
Add migration for user table (#83) * Update auto-generated context model snapshot * Use EF migrations to add user table
0.1.25
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
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
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
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
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
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
Substring search (#69) Fixes #61
0.1.18
Eingabemaske standort (#59) Close #19