67 Commits (052d2ef0d03cc94a546f1c91a4e08d1a751b4768)

Author SHA1 Message Date
Halil İbrahim Kalkan ede078a4b1 Added extension method: HasSameExtraProperties 4 years ago
liangshiwei 03e7412e9a Update EntityChangeEvents_Tests.cs 4 years ago
liangshiwei 30bd5caf2e Remove EntityCreatingEventData, EntityUpdatingEventData, EntityDeletingEventData and EntityChangingEventData 4 years ago
maliming 9355e0673d
Add document and unit tests. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
maliming 6a3e4e3e5e Introduce `AbpMongoDbDateTimeSerializer`. 5 years ago
liangshiwei 41adcd251d Make IRepository not inherit from IQueryable 5 years ago
Halil İbrahim Kalkan 61cac95775 Resolved #9897: Marked EntityCreatingEventData, EntityUpdatingEventData, EntityDeletingEventData and EntityChangingEventData as obsolete. 5 years ago
Halil İbrahim Kalkan 258cf783f7 Events should be published and handled in the right order. 5 years ago
Halil İbrahim Kalkan b966ec7717 Add events to UOW to be published on complete. 5 years ago
Halil İbrahim Kalkan e18313e9eb Added unit test: Should_Rollback_Uow_If_Event_Handler_Throws_Exception 5 years ago
liangshiwei 3d784bf89e Add GetListAsync with predicate to IReadOnlyBasicRepository 5 years ago
Oliver Cooper 2f69058e67 Add additional DeleteManyAsync soft-delete test 5 years ago
Oliver Cooper 7399f59a9d Add RepositoryExtensions.HardDeleteAsync for IEnumerables 5 years ago
enisn 8aa48e7644 Framework - Add DeleteMany Tests to HardDelete_Tests 5 years ago
maliming 28d1690b14 Add hard delete by predicate for IRepository. 5 years ago
Halil İbrahim Kalkan ac652f2a1f Fix sync usages. 5 years ago
enisn 87e9d02248 Bulk Operations Simple tests 5 years ago
maliming 7b06cfb5a2 Move to System.Text.Json 6 years ago
maliming 356dcb6648 Handle nullable type. 6 years ago
maliming 21759b39f2 Handle GUID type before Change Type. 6 years ago
maliming a6329f4b41 Move Insert_Should_Set_Guid_Id test method to repository test base class. 6 years ago
liangshiwei 05f5816dcf Added GetPagedListAsync methods to the repository 6 years ago
Halil İbrahim Kalkan cbd3796191 Added test: GetListAsync 6 years ago
Halil İbrahim Kalkan a6208fcca0 Resolved #4433: Unify multiple update events for a single entity in the same unit of work. 6 years ago
Halil İbrahim Kalkan 0903001308 Added tests 6 years ago
Halil İbrahim Kalkan ec1b031a72 Fix HasExtraPropertiesExtensions_Tests 6 years ago
Halil İbrahim Kalkan 2b211c1073 Add validation for extra properties. 6 years ago
Halil İbrahim Kalkan 2863b5cb5d Add test & refactor for EntityExtensionManager 6 years ago
maliming 806fec85d2 MongoDbRepository needs to filter when deleting entity based on Id. 6 years ago
Halil İbrahim Kalkan f2be037bfc Resolved #3148: Add IRepository.GetAsync and IRepository.FindAsync methods those get predicate. 6 years ago
maliming 01d1b65cbd Cascading entities should not be deleted when soft deleting entities. 6 years ago
Halil İbrahim Kalkan fc8d34eae9 Refactor and improvements for #2807 6 years ago
Galip Tolga Erdem eef0f5f59a Added HardDelete with EfCoreRepository and MongoDbRepository tests 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
developerrd 76151fcee5 AbpIntegratedTest change all proejct namespace 6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 6 years ago
Halil İbrahim Kalkan 0754254428 Remove UnitOfWork Sync API. 6 years ago
Halil İbrahim Kalkan 676a5c61ac Removed sync interception and sync repository methods. 6 years ago
maliming 6944da4a82 Remove the id property from the view. 7 years ago
maliming b4940f135c Added Keyless Entity Types unit test. 7 years ago
maliming 91ba0f2594 Configuring AbpClockOptions in AbpEntityFrameworkCoreTestModule. 7 years ago
maliming 4eadee29c6 Added DataTimeValueConverters function. 7 years ago
Yunus Emre Kalkan 521b3ac89c UnitOfWorkOptions to AbpUnitOfWorkOptions 7 years ago
Halil İbrahim Kalkan e875ddc516 Disable get by id in Repository_Basic_Tests_With_Int_Pk test for mongodb. 7 years ago
Halil İbrahim Kalkan 7e4f1f3439 Added test: Repository_Basic_Tests_With_Int_Pk 7 years ago
Reichenbach, Michael 2a4c319081 fix(multi-tenancy): correctly set TenantId on create in AppService 7 years ago
maliming 69d89ce87c Add repository specification unit test. 7 years ago
Halil ibrahim Kalkan 2297033263 Added HasExtraPropertiesExtensions.RemoveProperty and tests. 7 years ago
Halil ibrahim Kalkan 7dcc7d256f Added HasExtraPropertiesExtensions 7 years ago