420 Commits (5bfbf8010eb5cdfbc87e09cec32eb326ca481554)

Author SHA1 Message Date
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 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
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
maliming 150282386e
`PublishEntityUpdatedEvent` when foreign key and property are changed. 2 years ago
maliming 24a1783c9f
Get filter property name from `ModelBuilder`. 2 years ago
maliming 195a9bec2f
Add more unit test cases. 2 years ago
maliming 2604c817d5
Support `RecursiveDetectChanges`. 2 years ago
maliming 474037eaf5
Update AbpEfCoreNavigationHelper.cs 2 years ago
maliming 34f86e67d0
Remove unnecessary `NavigationEntry` parameter. 2 years ago
maliming 5d705b15ea
Improve the performance of `AbpEfCoreNavigationHelper`. 2 years ago
maliming c9dad3a50b
Clear `AbpEfCoreNavigationHelper` after `SaveChangesAsync`. 2 years ago
maliming a2dc0a19a4
Optimize the performance of `AbpEfCoreNavigationHelper`. 2 years ago
maliming 5fe3102f5b
Add a `SerializeOptions` to `ValueConverters`. 2 years ago
maliming 39771f4475
Skip if `navigationEntry.CurrentValue` is `null`. 2 years ago
maliming 5f56d2bb0e
Make `AbpEfCoreNavigationHelper` to support `Navigations` which `EnsureCollectionLoaded`. 2 years ago
maliming 8307a6f356
Skip `PublishEntityDeletedEvent/PublishEntityUpdatedEvent` if only foreign keys have changed. 2 years ago
ahmetfarukulu 427cf99620 EfCoreDatabaseMigrationEventHandlerBase multiple instance bug fixed 2 years ago
maliming 56c8d4211b
Update AbpDbContext.cs 2 years ago
maliming 0eae923e17
Update AbpDbContext.cs 2 years ago
maliming d503f292e3
Add `AbpEfCoreNavigationHelper`. 2 years ago
maliming 7875413398
Detecting if a navigation has been removed. 2 years ago
maliming bae8008beb
Publish `EntityUpdatedEvent` when navigation changes. 2 years ago
maliming 71311ee6b8
Update AbpDbContext.cs 2 years ago
maliming 98e64b896b
Update `AbpDbContextOptions`. 2 years ago
Salih 1761019ca7 Fix test 2 years ago
Salih c1d49e47b3 Allow extending ConfigureConventions and OnModelCreating 2 years ago
Salih 110180ed0f Allow extending ConfigureConventions and OnModelCreating 2 years ago
Salih 92b3e3e324 Allow extending ConfigureConventions and OnModelCreating 2 years ago
maliming 64d1c82816
PublishEntityEvent for entities with default value. 2 years ago
maliming bee6450f15
Refactor `EntityHistoryHelper `. 3 years ago
maliming 155b7449b7
Add `SaveEntityHistoryWhenNavigationChanges` to `AbpAuditingOptions `. 3 years ago