466 Commits (NullAbpDistributedLock-patch)

Author SHA1 Message Date
maliming 02bc0161f3
Add concurrency check for soft delete operations 3 months ago
maliming 00f0bc9636
Skip auditing for navigations with DisableAuditing attribute 3 months ago
maliming fecd5d3f80
Add MySql.Data.MySqlClient to MySQL provider detection 4 months ago
maliming 5caaa2b6f5
Add SQLite busy timeout support and interceptor 4 months ago
maliming 6bb63e170a
Add null checks in OnConfiguring of AbpDbContext 5 months ago
SALİH ÖZKARA f203825ab5
Add extensibility for DbContext OnConfiguring actions 5 months ago
maliming 378c6dff13
Audit only modified properties in DbContext 5 months ago
maliming 71d71dfbd9
Fix IsOnlyForeignKeysModified logic in AbpDbContext 5 months ago
maliming 638ca61c96
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified 5 months ago
maliming 19df6aacd1
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified 5 months ago
maliming 9aaa74c962
Refactor foreign key modification checks in AbpDbContext 5 months ago
maliming 88bfa816bc
Improve foreign key change detection in domain events 5 months ago
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() 8 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