438 Commits (8a91a3479d48b618cf1cbbe121f2dfd9928c8a96)

Author SHA1 Message Date
Halil İbrahim Kalkan 485dd6f1a9 Handle shared types while getting EntityTypeBuilder 1 year ago
Halil İbrahim Kalkan 8d9e442418 Extract method: AutoConfigureEntityTypeProperties 1 year ago
Halil İbrahim Kalkan e1ea80495c Add support for custom entity names in repositories 1 year ago
Halil İbrahim Kalkan 826d67d3ec GetEntityTypes() is called with ToArray() 1 year ago
Halil İbrahim Kalkan 53126879de Allow to define custom conventional entity configurers for EF Core 1 year ago
maliming fb09742e8c
Fix null reference in navigation entry original value 1 year ago
maliming 9a8732d076
Refactor handling of OriginalValue in AbpEntityEntry 1 year ago
maliming 2f452931ec
Refactor navigation entry update logic in change tracker 1 year ago
maliming acec1159c5 Prevent duplicate entities in navigation entry list 1 year ago
maliming c5ceb03e58
Fix collection navigation entry comparison logic 1 year ago
maliming d51c565a1f
Refactor `UpdateNavigationEntries` method to improve performance. 1 year ago
maliming fafb76172f
Refactor BlogPost entity and remove Post entity from tests 1 year ago
maliming 8a86a3e201
Refactor `AbpEfCoreNavigationHelper` to improve performance in certain scenarios. 1 year ago
maliming 8865db1eb4
Add `IgnoredUpdateAggregateRootSelectors` to filter some specific entities. 1 year ago
maliming 6357bd6c04
Add unit test for `UpdateAggregateRootWhenNavigationChanges`. 1 year ago
maliming f1e797a35b
Provide an option to disable updating the aggregate root when the navigation property changes. 1 year ago
maliming 78f972c41f
Rename IgnoreEventSelectors to IgnoredEventSelectors. 1 year ago
maliming 6f5e2e3552
Add IgnoreEventSelectors to AbpDistributedEntityEventOptions for event filtering. 1 year ago
maliming 6c8d37058d
Add `IgnoredNavigationEntitySelectors` to `AbpEntityChangeOptions` to ignore navigation properties. 1 year ago
maliming 246a6f5500
Get navigation property even if `SaveEntityHistoryWhenNavigationChanges` is `false`. 2 years ago
maliming bc4af03185
Update EntityHistoryHelper.cs 2 years ago
maliming 17c4e6be53
Get the before and after changes of navigation properties. 2 years ago
maliming f6af11b7c6
Added `filter` to `GetWaitingEventsAsync` method. 2 years ago
maliming 45384ebe38
Output full exception stack to logs. 2 years ago
maliming 86b14043cf Try to `GetEventsRecords` after `SaveChangesAsync`. 2 years ago
maliming 9abdb8e3d7 Upgrade to .NET 9.0 final. 2 years ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming b54263d327
Add a `Type` parameter to `ExtraPropertiesValueConverter`. 2 years ago
maliming 825ca9b6bf
Output log if there are items in the entity change list. 2 years ago
maliming 80e02d37dc Fix the `AbpDateTimeValueConverter `. 2 years ago
maliming d3414f836c Disable `AbpDateTimeValueConverter`. 2 years ago
maliming ea7383ad35 Update `AbpRedisCache` to compatible net 9. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
maliming 078643680c
Backup `ExtraProperties` during `Reload` entry. 2 years ago
maliming 59a6a257e6
Only remove the changed entities at end of `SaveChangesAsync` method. 2 years ago
maliming 21c27e35a5
Set event record extra properties from `eventInfo` 2 years ago
maliming 109ca428bb
Update `Data-Filtering.md`. 2 years ago
maliming c76b9e6c4a
Set `UseDbFunction` to `false` by default. 2 years ago
maliming 3c8944cec5
Use DbFunction for global query filters. 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 24a1783c9f
Get filter property name from `ModelBuilder`. 2 years ago
maliming 195a9bec2f
Add more unit test cases. 2 years ago
maliming 2604c817d5
Support `RecursiveDetectChanges`. 2 years ago
maliming 474037eaf5
Update AbpEfCoreNavigationHelper.cs 2 years ago
maliming 34f86e67d0
Remove unnecessary `NavigationEntry` parameter. 2 years ago
maliming 5d705b15ea
Improve the performance of `AbpEfCoreNavigationHelper`. 2 years ago
maliming c9dad3a50b
Clear `AbpEfCoreNavigationHelper` after `SaveChangesAsync`. 2 years ago
maliming a2dc0a19a4
Optimize the performance of `AbpEfCoreNavigationHelper`. 2 years ago
maliming 5fe3102f5b
Add a `SerializeOptions` to `ValueConverters`. 2 years ago