v6.0.0
Migration Guide
For the major update please refer to the migration guide
What's Changed
- Throw exception for invalid IPAddress by @Toxantron in #94
- Separated Initialize from IConfiguredPlugin into new IConfiguredInitializable by @dbeuchler in #95
- Migrate Moryx.Model to EntityFrameworkCore by @dbeuchler in #120
- Remove duplicated TargetFramework by @1nf0rmagician in #134
- Migrate to Microsoft.Extensions.Logging by @dbeuchler in #128
- Migrate L1 composition to ASP service collection by @Toxantron in #153
- Refactor logging to use ILogger from MS extensions by @Toxantron in #159
- Node name can be set by @Toxantron in #160
- Create migration guide by @Toxantron in #161
- SMAF-3231-Fix/improve maintenance styling by @MathoMathiasCamara in #168
- Reduce IModuleLogger interface by @Toxantron in #166
- Rename namespace
Moryx.Workflows
toMoryx.Workplans
by @seveneleven in #181 - Update to target net6 by @1nf0rmagician in #176
- Add
SqliteDbContextManager
by @seveneleven in #183 - Pass
--no-symbols
todotnet push
correctly by @seveneleven in #186 - Fix
FilterMethodStrategy.LoadFilterMethods()
to access the 'correct… by @seveneleven in #187 - Split behavior of
UnitOfWorkExtensions.GetEntity
into separate func… by @seveneleven in #184 - Update
Microsoft.EntityFrameworkCore
version to6.0.0
by @seveneleven in #188 - Clean up for major release by @slawor in #185
- Change build ui step to be executed before PrepareForBuild by @1nf0rmagician in #190
- Simplify config manager and use as options provider by @Toxantron in #167
- Fix packaging of static web assets for net6 projects by @1nf0rmagician in #191
- Add authorization to endpoints by @MarisaGoergen in #194
- removed moryx footer and resolved css confilct in the navbar-left by @MathoMathiasCamara in #195
- Remove runmodes and global container by @MarisaGoergen in #196
- Maintenance UI produces several errors on Startup by @MathoMathiasCamara in #197
- Rename Workflow to WorkplanInstance by @1nf0rmagician in #198
- Change type of Position property to
Point
by @seveneleven in #200 - Merge dev into future by @jsonBackup in #201
- Fixed scrollbar by @milmilkat in #204
- Integrate AbstractionLayer into Core as MORYX-Framework by @Toxantron in #203
- Added confirmation dialog to database delete action by @MathoMathiasCamara in #208
- Rename 'Moryx.Maintenance.Web' to 'Moryx.CommandCenter.Web' by @jsonBackup in #207
- Using none obsolete workplanmodel Id by @milmilkat in #211
- Bug/products wont fail without db by @milmilkat in #210
- Fix multiple issues with the value provider by @Toxantron in #206
- Add Platform intialization to service collection extensions by @1nf0rmagician in #217
- Remove ExecuteCommand from IServerModuleConsole by @MarisaGoergen in #218
- Add method to UOW in order to link entities to business objects by @MarisaGoergen in #219
- Fix entity id link in products and resources modules by @1nf0rmagician in #221
- Feature/multi database support by @seveneleven in #213
- Clean up package references and update copyright notice by @1nf0rmagician in #216
- Update/documentation by @MarisaGoergen in #214
- Adjust default SQLite connection string to prevent db files being cre… by @seveneleven in #224
- Rename Maintenance files to CommandCenter by @jsonBackup in #225
- Split database contexts into general and database specific contexts by @seveneleven in #226
Full Changelog: v3.7.2...v6.0.0