482 Commits (5bc485c5fb548cf0b6833d5a3044c6ba7a3d06b0)

Author SHA1 Message Date
maliming 6f57ec4568
Add audit support for JSON property changes. 8 months ago
maliming 96a7303fc6
Revert "Add support and tests for entity history with JSON properties" 8 months ago
SALİH ÖZKARA 4d00ee9365 Add support and tests for entity history with JSON properties 8 months ago
SALİH ÖZKARA fb5dbaee99 Fix entity type name for shared CLR types 8 months ago
SALİH ÖZKARA d041aeb1fa Improve JSON navigation property change tracking 8 months ago
SALİH ÖZKARA bdd0901dba
Update framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/EntityHistory/EntityHistoryHelper.cs 8 months ago
SALİH ÖZKARA f253f9945e Improve entity history handling for shared types and JSON 8 months ago
maliming 02bc0161f3
Add concurrency check for soft delete operations 8 months ago
maliming 00f0bc9636
Skip auditing for navigations with DisableAuditing attribute 8 months ago
maliming fecd5d3f80
Add MySql.Data.MySqlClient to MySQL provider detection 8 months ago
maliming e5f6b41c29
Fix rel-10.0 merge problem. 8 months ago
maliming 5caaa2b6f5
Add SQLite busy timeout support and interceptor 9 months ago
maliming 6bb63e170a
Add null checks in OnConfiguring of AbpDbContext 10 months ago
SALİH ÖZKARA f203825ab5
Add extensibility for DbContext OnConfiguring actions 10 months ago
maliming 378c6dff13
Audit only modified properties in DbContext 10 months ago
maliming 71d71dfbd9
Fix IsOnlyForeignKeysModified logic in AbpDbContext 10 months ago
maliming 638ca61c96
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified 10 months ago
maliming 19df6aacd1
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified 10 months ago
maliming 9aaa74c962
Refactor foreign key modification checks in AbpDbContext 10 months ago
maliming 88bfa816bc
Improve foreign key change detection in domain events 10 months ago
maliming 4ba1cc857e
Add null checks in OnConfiguring of AbpDbContext 10 months ago
SALİH ÖZKARA 6255631b8b Add extensibility for DbContext OnConfiguring actions 10 months ago
Nico Lachmuth e2bdf3d6bc feat(): add generic EntityNotFoundException 11 months ago
maliming 6b14fe73f3
Optimize event retry time evaluation in inbox classes 11 months ago
Halil İbrahim Kalkan f8465f8b31 Add provider name support to repository infrastructure 12 months ago
Halil İbrahim Kalkan 53a8babfa7 Rename SetCustomEntityName to SetEntityName in repositories 12 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 12 months ago
erdemcaygor 38805d14f5 code refactoring 1 year ago
maliming 8e06551791
Refactor inbox retry policy configuration 1 year ago
maliming 7ae4324808
Refactor event handling to use HandledTime property 1 year ago
maliming 1292074763
Added retry and discard feature. 1 year ago
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 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