152 Commits (451ace3bb8773f4a15dba53ad99b4e496f7723f3)

Author SHA1 Message Date
maliming 4bac0f1d76
Respect entity tracking by forcing AsTracking 2 months ago
maliming bc2a8aef0d
Support nested complex properties & auditing tests 3 months ago
maliming e487c0aaf2
Support auditing and history for complex properties 3 months ago
maliming 96a7303fc6
Revert "Add support and tests for entity history with JSON properties" 4 months ago
SALİH ÖZKARA 4d00ee9365 Add support and tests for entity history with JSON properties 4 months ago
maliming 08b539403f
Set AbpSqliteOptions.BusyTimeout to null in test modules 5 months ago
maliming 01713685b7
Set AbpSqliteOptions.BusyTimeout to null in test modules 5 months ago
maliming 88bfa816bc
Improve foreign key change detection in domain events 6 months ago
Halil İbrahim Kalkan 53a8babfa7 Rename SetCustomEntityName to SetEntityName in repositories 8 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 8 months ago
erdemcaygor 38805d14f5 code refactoring 8 months ago
maliming 00d6120fdc
Refactor shared entity implementation and tests 8 months ago
maliming 1a8f0fc86e
Add `SharedEntity` base class and unit tests. 8 months ago
maliming 6fc6d0dc46
Remove unused CancellationToken from test 9 months ago
maliming 41afa537d8
Adjust performance test thresholds for GitHub Actions 10 months ago
maliming fafb76172f
Refactor BlogPost entity and remove Post entity from tests 10 months ago
maliming a3e2ccc881
Skip performance test on GitHub Actions CI 10 months ago
maliming 5124bd2dc7
Add `AbpEfCoreNavigationHelper_Tests`. 10 months ago
maliming e770f89548
Refactor `DisableAuditingAttribute` to allow it to ignore changes to `AuditProperties`. 10 months ago
maliming 780f71131c
Add a default sort for `First/FirstOrDefault` and `Last/LastOrDefault`. 12 months ago
maliming 8865db1eb4
Add `IgnoredUpdateAggregateRootSelectors` to filter some specific entities. 1 year ago
maliming 6357bd6c04
Add unit test for `UpdateAggregateRootWhenNavigationChanges`. 1 year ago
maliming 6c8d37058d
Add `IgnoredNavigationEntitySelectors` to `AbpEntityChangeOptions` to ignore navigation properties. 1 year ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming d3ec0619f2
Skip `DateTime_Kind_Should_Be_Normalized_In_View_Query_Test` test. 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
Mark Cilia Vincenti de877d8a36 Cleaning up warnings. 2 years ago
maliming 59a6a257e6
Only remove the changed entities at end of `SaveChangesAsync` method. 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 030651ad91
Move `Navigation_Changes_Tests` to EF Core test project. 2 years ago
maliming 2604c817d5
Support `RecursiveDetectChanges`. 2 years ago
maliming 5f56d2bb0e
Make `AbpEfCoreNavigationHelper` to support `Navigations` which `EnsureCollectionLoaded`. 2 years ago
maliming d503f292e3
Add `AbpEfCoreNavigationHelper`. 2 years ago
maliming bae8008beb
Publish `EntityUpdatedEvent` when navigation changes. 2 years ago
maliming 2c5ed8dd63
Use `AbpUnitTestSqliteConnection` instead of `SqliteConnection`. 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
maliming 9356884516
Rename `RepositoryInterceptor` and so on to `ChangeTrackingInterceptor`. 3 years ago
maliming eb9b954717
Add `RepositoryInterceptor`. 3 years ago
maliming 01d2cf3a8b
Use `IsChangeTrackingEnabled` to replace `IsReadOnly`. 3 years ago
maliming 3ab5048856
Add a new unit test for `ReadOnlyRepository`. 3 years ago
maliming 2c24f0c706
Throw `AbpRepositoryIsReadOnlyException` when the read-only repository writes method calls. 3 years ago