466 Commits (NullAbpDistributedLock-patch)

Author SHA1 Message Date
maliming 02bc0161f3
Add concurrency check for soft delete operations 7 months ago
maliming 00f0bc9636
Skip auditing for navigations with DisableAuditing attribute 7 months ago
maliming fecd5d3f80
Add MySql.Data.MySqlClient to MySQL provider detection 7 months ago
maliming 5caaa2b6f5
Add SQLite busy timeout support and interceptor 8 months ago
maliming 6bb63e170a
Add null checks in OnConfiguring of AbpDbContext 9 months ago
SALİH ÖZKARA f203825ab5
Add extensibility for DbContext OnConfiguring actions 9 months ago
maliming 378c6dff13
Audit only modified properties in DbContext 9 months ago
maliming 71d71dfbd9
Fix IsOnlyForeignKeysModified logic in AbpDbContext 9 months ago
maliming 638ca61c96
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified 9 months ago
maliming 19df6aacd1
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified 9 months ago
maliming 9aaa74c962
Refactor foreign key modification checks in AbpDbContext 9 months ago
maliming 88bfa816bc
Improve foreign key change detection in domain events 9 months ago
Nico Lachmuth e2bdf3d6bc feat(): add generic EntityNotFoundException 10 months ago
maliming 6b14fe73f3
Optimize event retry time evaluation in inbox classes 10 months ago
Halil İbrahim Kalkan f8465f8b31 Add provider name support to repository infrastructure 11 months ago
Halil İbrahim Kalkan 53a8babfa7 Rename SetCustomEntityName to SetEntityName in repositories 11 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 11 months ago
erdemcaygor 38805d14f5 code refactoring 11 months ago
maliming 8e06551791
Refactor inbox retry policy configuration 11 months ago
maliming 7ae4324808
Refactor event handling to use HandledTime property 11 months ago
maliming 1292074763
Added retry and discard feature. 11 months ago
Halil İbrahim Kalkan 485dd6f1a9 Handle shared types while getting EntityTypeBuilder 11 months ago
Halil İbrahim Kalkan 8d9e442418 Extract method: AutoConfigureEntityTypeProperties 11 months ago
Halil İbrahim Kalkan e1ea80495c Add support for custom entity names in repositories 11 months ago
Halil İbrahim Kalkan 826d67d3ec GetEntityTypes() is called with ToArray() 11 months ago
Halil İbrahim Kalkan 53126879de Allow to define custom conventional entity configurers for EF Core 11 months 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 e770f89548
Refactor `DisableAuditingAttribute` to allow it to ignore changes to `AuditProperties`. 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