495 Commits (maliming/mud-qa-fixes)

Author SHA1 Message Date
maliming 7819e602ff
Detect EF Core database provider by keyword match 4 weeks ago
maliming 4bac0f1d76
Respect entity tracking by forcing AsTracking 3 months ago
ugurozturk 3c45933404 Improve FindAsync method to handle entity attachment and state management 3 months ago
maliming d0130a7537
Reset navigation IsModified flags and clear on UoW 3 months ago
maliming 85770416c6
Skip disabled complex properties in auditing 4 months ago
maliming bc2a8aef0d
Support nested complex properties & auditing tests 4 months ago
maliming 45557f9ae5
Enhance auditing for complex properties by adding support for nested complex property changes and updating related tests 4 months ago
maliming e487c0aaf2
Support auditing and history for complex properties 4 months ago
maliming 6f57ec4568
Add audit support for JSON property changes. 5 months ago
maliming 96a7303fc6
Revert "Add support and tests for entity history with JSON properties" 5 months ago
SALİH ÖZKARA 4d00ee9365 Add support and tests for entity history with JSON properties 5 months ago
SALİH ÖZKARA fb5dbaee99 Fix entity type name for shared CLR types 5 months ago
SALİH ÖZKARA d041aeb1fa Improve JSON navigation property change tracking 5 months ago
SALİH ÖZKARA bdd0901dba
Update framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/EntityHistory/EntityHistoryHelper.cs 5 months ago
SALİH ÖZKARA f253f9945e Improve entity history handling for shared types and JSON 5 months ago
maliming f21ffe274f
Add shared user account infrastructure. 5 months ago
maliming 02bc0161f3
Add concurrency check for soft delete operations 5 months ago
maliming 00f0bc9636
Skip auditing for navigations with DisableAuditing attribute 5 months ago
maliming fecd5d3f80
Add MySql.Data.MySqlClient to MySQL provider detection 5 months ago
maliming e5f6b41c29
Fix rel-10.0 merge problem. 5 months ago
maliming 5caaa2b6f5
Add SQLite busy timeout support and interceptor 6 months ago
maliming 6bb63e170a
Add null checks in OnConfiguring of AbpDbContext 7 months ago
SALİH ÖZKARA f203825ab5
Add extensibility for DbContext OnConfiguring actions 7 months ago
maliming 378c6dff13
Audit only modified properties in DbContext 7 months ago
maliming 71d71dfbd9
Fix IsOnlyForeignKeysModified logic in AbpDbContext 7 months ago
maliming 638ca61c96
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified 7 months ago
maliming 19df6aacd1
Rename IsOnlyForeignKeysDeleted to IsOnlyForeignKeysModified 7 months ago
maliming 9aaa74c962
Refactor foreign key modification checks in AbpDbContext 7 months ago
maliming 88bfa816bc
Improve foreign key change detection in domain events 7 months ago
maliming 4ba1cc857e
Add null checks in OnConfiguring of AbpDbContext 7 months ago
SALİH ÖZKARA 6255631b8b Add extensibility for DbContext OnConfiguring actions 7 months ago
Nico Lachmuth e2bdf3d6bc feat(): add generic EntityNotFoundException 8 months ago
maliming 6b14fe73f3
Optimize event retry time evaluation in inbox classes 8 months ago
Halil İbrahim Kalkan f8465f8b31 Add provider name support to repository infrastructure 9 months ago
Halil İbrahim Kalkan 53a8babfa7 Rename SetCustomEntityName to SetEntityName in repositories 9 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 9 months ago
erdemcaygor 38805d14f5 code refactoring 9 months ago
maliming 8e06551791
Refactor inbox retry policy configuration 9 months ago
maliming 7ae4324808
Refactor event handling to use HandledTime property 9 months ago
maliming 1292074763
Added retry and discard feature. 9 months ago
Halil İbrahim Kalkan 485dd6f1a9 Handle shared types while getting EntityTypeBuilder 9 months ago
Halil İbrahim Kalkan 8d9e442418 Extract method: AutoConfigureEntityTypeProperties 9 months ago
Halil İbrahim Kalkan e1ea80495c Add support for custom entity names in repositories 9 months ago
Halil İbrahim Kalkan 826d67d3ec GetEntityTypes() is called with ToArray() 9 months ago
Halil İbrahim Kalkan 53126879de Allow to define custom conventional entity configurers for EF Core 9 months ago
maliming fb09742e8c
Fix null reference in navigation entry original value 10 months ago
maliming 9a8732d076
Refactor handling of OriginalValue in AbpEntityEntry 10 months ago
maliming 2f452931ec
Refactor navigation entry update logic in change tracker 10 months ago
maliming acec1159c5 Prevent duplicate entities in navigation entry list 10 months ago
maliming c5ceb03e58
Fix collection navigation entry comparison logic 10 months ago