Releases: ita-social-projects/OoS-Backend
Releases · ita-social-projects/OoS-Backend
azure-0.0.12: Dzhus/workshop fix (#147)
* update migration init * update entity Teacher and Workshop * Rewrote method Delete, fixed issues * fixed unit tests * fixed errors * fixed accessibility to methods in Workshop controller * Added "AllowAnonymous" attribute to controllers
Fixed anonymous
azure-0.0.11 add anonymous get for general entities
azure-0.0.10: Ostapchuk/MigrationFix (#140)
* fix * Fixing issues * add Dzhus migration
azure-0.0.9: Ivanchuk/Fix logging (#129)
* Fix logging * Update logging * Update logging * Resolve warnings * Add Id validation * Update IdValidation for controllers * Update Application controller * Update logs in Application servise * Add localizer
azure-0.0.8: Dzhus/user update (#125)
* added property 'Role' * changed process of user registration * updated migration * fixed unit tests * renamed unit test * added new migration
azure-0.0.7: Ostapchuk/Filtration (#128)
* Add issue & pull request templates (#6) * Changing subcategory domain model * Changing category domain model * Adding subsubcategory domain model * Changing workshop domain model * Adding IWorkshop interface * Adding ISubcategoryRepositroy interface * Adding ISubsubcategoryRepository interface * Changing Workshop domain model 2 * Changing db context * Adding WorkshopRepository implementation * Adding SubcategoryRepository implementation * Adding SubsubcategoryRepository implementation * Changing SubcategoryDTO model * Adding SubsubcategoryDTO model * Changing CategoryDTO model * Changing WorkshopDTO model * Adding ICategoryService interface * Adding ISubcategoryService interface * Adding ISubsubcategoryService inteface * Adding WorkshopFilter model * Adding IWorkshopService interface * Adding predicate builder * Changing mapping * Adding SubcategoryService implementation * Adding SubsubcategoryService implementation * Changing workshopService implementation * Adding CategoryController * Adding SubcategoryController * Adding SubsubCategoryController * Changing ParentController * Adding CategoryService implementation * Adding CategoryService Tests * Adding SubcategoryService Tests * Adding SubsubcategoryServiceTests * Adding CategoryController Tests * Adding SubcategoryController Tests * Adding SubsubcategoryController Tests * Changing Startup * Fixing Mapping * fixing issues 2 * fixing issues 3 * fixing issues 3 * fixing issues 4 * Fixing issues * fixing smells * fixing issues * fixing issues * fixing issues * fix Co-authored-by: Dmytro Minochkin <[email protected]>
azure-0.0.6: HotFix (#123)
* fix * fix2
azure-0.0.5: Krasnova/child dto change property (#113)
* changed Patronimic to MiddleName for ChildDTO * changed mapper configuration for ChildDTO
azure-0.0.4: Dzhus/provider update (#110)
* add js code and fix Register view * update User and RegisterViewModel * add migration updatedUser * add property Name and change migration 'updatedUser' * added validation to the properties * edit migration 'Init' and Login view * fix codesmells * fix issues * changed Name to FirstName and fix migrations * update Provider model * update Workshop model * add migration "UpdatedProviderAndWorkshop" * changed launchUrl and made endpoints Get and GetById available for not authorized users * updated method "Create" in ProviderContorller, solved problem "Lazy Loading is messing with Navigation properties", updated mapping extesions for provider and fix issues. * added new endpoint "GetProviderByUserId" * add UserControllers and endpoints for User entity * fix issues * made Get and GetById endpoints in Workshop and Teacher Controller accessible for unauthorized users * update method Delete in ProviderService * fixed unit tests and commit unsuccessful tests * fix codesmells * Moved the logic of creating a provider from ProviderController to ProviderService. Resolved problem with address dublication. Overrided the methods Equals and GetHashCode in AddressDto. * removed class ErrorDetails and replaced it with AnonymousType * Changed logic of creation new Provider. Added new method in GenericRepository. * Added new logic for deleting Provider and fixed issues * removed AddressRepository from ProviderService
azure-0.0.3: Dzhus/identity server update (#105)
* add js code and fix Register view * update User and RegisterViewModel * add migration updatedUser * add property Name and change migration 'updatedUser' * added validation to the properties * edit migration 'Init' and Login view * fix codesmells * fix issues * changed Name to FirstName and fix migrations