453 Commits (0a7d5379a79fa8b672cf02ca27d0b125ca366ce3)

Author SHA1 Message Date
Nico Lachmuth e2bdf3d6bc feat(): add generic EntityNotFoundException 7 months ago
maliming 6b14fe73f3
Optimize event retry time evaluation in inbox classes 7 months ago
Halil İbrahim Kalkan f8465f8b31 Add provider name support to repository infrastructure 7 months ago
Halil İbrahim Kalkan 53a8babfa7 Rename SetCustomEntityName to SetEntityName in repositories 7 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 7 months ago
erdemcaygor 38805d14f5 code refactoring 7 months ago
maliming 8e06551791
Refactor inbox retry policy configuration 7 months ago
maliming 7ae4324808
Refactor event handling to use HandledTime property 7 months ago
maliming 1292074763
Added retry and discard feature. 7 months ago
Halil İbrahim Kalkan 485dd6f1a9 Handle shared types while getting EntityTypeBuilder 7 months ago
Halil İbrahim Kalkan 8d9e442418 Extract method: AutoConfigureEntityTypeProperties 7 months ago
Halil İbrahim Kalkan e1ea80495c Add support for custom entity names in repositories 7 months ago
Halil İbrahim Kalkan 826d67d3ec GetEntityTypes() is called with ToArray() 7 months ago
Halil İbrahim Kalkan 53126879de Allow to define custom conventional entity configurers for EF Core 8 months ago
maliming fb09742e8c
Fix null reference in navigation entry original value 9 months ago
maliming 9a8732d076
Refactor handling of OriginalValue in AbpEntityEntry 9 months ago
maliming 2f452931ec
Refactor navigation entry update logic in change tracker 9 months ago
maliming acec1159c5 Prevent duplicate entities in navigation entry list 9 months ago
maliming c5ceb03e58
Fix collection navigation entry comparison logic 9 months ago
maliming d51c565a1f
Refactor `UpdateNavigationEntries` method to improve performance. 9 months ago
maliming fafb76172f
Refactor BlogPost entity and remove Post entity from tests 9 months ago
maliming 8a86a3e201
Refactor `AbpEfCoreNavigationHelper` to improve performance in certain scenarios. 9 months ago
maliming e770f89548
Refactor `DisableAuditingAttribute` to allow it to ignore changes to `AuditProperties`. 9 months ago
maliming 8865db1eb4
Add `IgnoredUpdateAggregateRootSelectors` to filter some specific entities. 11 months ago
maliming 6357bd6c04
Add unit test for `UpdateAggregateRootWhenNavigationChanges`. 11 months ago
maliming f1e797a35b
Provide an option to disable updating the aggregate root when the navigation property changes. 11 months ago
maliming 78f972c41f
Rename IgnoreEventSelectors to IgnoredEventSelectors. 12 months 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`. 1 year ago
maliming bc4af03185
Update EntityHistoryHelper.cs 1 year ago
maliming 17c4e6be53
Get the before and after changes of navigation properties. 1 year ago
maliming f6af11b7c6
Added `filter` to `GetWaitingEventsAsync` method. 1 year ago
maliming 45384ebe38
Output full exception stack to logs. 1 year ago
maliming 86b14043cf Try to `GetEventsRecords` after `SaveChangesAsync`. 1 year ago
maliming 9abdb8e3d7 Upgrade to .NET 9.0 final. 1 year 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