94 Commits (e4b4e35d9e28c0ebae6dcfaf9d55e77b674b2885)

Author SHA1 Message Date
maliming 6c8d37058d
Add `IgnoredNavigationEntitySelectors` to `AbpEntityChangeOptions` to ignore navigation properties. 1 year ago
maliming 2fb1d15038
Update DomainEvents_Tests.cs 1 year ago
maliming 5aaf555791
Clear event predicates after `GetEventsRecords` method. 1 year ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming 80e02d37dc Fix the `AbpDateTimeValueConverter `. 2 years ago
maliming d3414f836c Disable `AbpDateTimeValueConverter`. 2 years ago
maliming 078643680c
Backup `ExtraProperties` during `Reload` entry. 2 years ago
maliming abf2824305
Apply `AbpConcepts` to entities which navigation property changes. 2 years ago
maliming 150282386e
`PublishEntityUpdatedEvent` when foreign key and property are changed. 2 years ago
maliming 030651ad91
Move `Navigation_Changes_Tests` to EF Core test project. 2 years ago
maliming 195a9bec2f
Add more unit test cases. 2 years ago
maliming 2604c817d5
Support `RecursiveDetectChanges`. 2 years ago
maliming 5d705b15ea
Improve the performance of `AbpEfCoreNavigationHelper`. 2 years ago
maliming c9dad3a50b
Clear `AbpEfCoreNavigationHelper` after `SaveChangesAsync`. 2 years ago
maliming 8307a6f356
Skip `PublishEntityDeletedEvent/PublishEntityUpdatedEvent` if only foreign keys have changed. 2 years ago
maliming 7875413398
Detecting if a navigation has been removed. 2 years ago
maliming bae8008beb
Publish `EntityUpdatedEvent` when navigation changes. 2 years ago
maliming 796cd1b0e5
Add `AbpIncludeNonPublicPropertiesModifiers` when `AddEntityCache`. 3 years ago
maliming 4cc7b62499
Remove `JsonInclude`. 3 years ago
gdlcf88 336ddf5178 Introduce `IHasEntityVersion` audit property 4 years ago
maliming 58847bf35e
Ignore properties with `NotMappedAttribute`. 4 years ago
liangshiwei 003f6e24b6 Fix unit tests 4 years ago
LiangShiWei 31e519087e Fix unit tests 4 years ago
LiangShiWei 04e86d0686 Update EntityCache_Tests 4 years ago
LiangShiWei 11f8c7476d Add EntityCache_Tests 4 years ago
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