149 Commits (8e483d60938de96682638f23447069568590e622)

Author SHA1 Message Date
maliming 08b539403f
Set AbpSqliteOptions.BusyTimeout to null in test modules 2 months ago
maliming 01713685b7
Set AbpSqliteOptions.BusyTimeout to null in test modules 2 months ago
maliming 88bfa816bc
Improve foreign key change detection in domain events 3 months ago
Halil İbrahim Kalkan 53a8babfa7 Rename SetCustomEntityName to SetEntityName in repositories 5 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 5 months ago
erdemcaygor 38805d14f5 code refactoring 6 months ago
maliming 00d6120fdc
Refactor shared entity implementation and tests 6 months ago
maliming 1a8f0fc86e
Add `SharedEntity` base class and unit tests. 6 months ago
maliming 6fc6d0dc46
Remove unused CancellationToken from test 7 months ago
maliming 41afa537d8
Adjust performance test thresholds for GitHub Actions 7 months ago
maliming fafb76172f
Refactor BlogPost entity and remove Post entity from tests 7 months ago
maliming a3e2ccc881
Skip performance test on GitHub Actions CI 7 months ago
maliming 5124bd2dc7
Add `AbpEfCoreNavigationHelper_Tests`. 7 months ago
maliming e770f89548
Refactor `DisableAuditingAttribute` to allow it to ignore changes to `AuditProperties`. 8 months ago
maliming 780f71131c
Add a default sort for `First/FirstOrDefault` and `Last/LastOrDefault`. 9 months ago
maliming 8865db1eb4
Add `IgnoredUpdateAggregateRootSelectors` to filter some specific entities. 10 months ago
maliming 6357bd6c04
Add unit test for `UpdateAggregateRootWhenNavigationChanges`. 10 months ago
maliming 6c8d37058d
Add `IgnoredNavigationEntitySelectors` to `AbpEntityChangeOptions` to ignore navigation properties. 11 months ago
Muximize e49cba9bc9
Remove unused Usings 1 year ago
maliming d3ec0619f2
Skip `DateTime_Kind_Should_Be_Normalized_In_View_Query_Test` test. 1 year ago
maliming 80e02d37dc Fix the `AbpDateTimeValueConverter `. 1 year ago
maliming d3414f836c Disable `AbpDateTimeValueConverter`. 1 year ago
maliming ea7383ad35 Update `AbpRedisCache` to compatible net 9. 1 year ago
maliming 971dc3b8ba Upgrade to NET 9.0. 1 year ago
maliming 078643680c
Backup `ExtraProperties` during `Reload` entry. 1 year ago
Mark Cilia Vincenti de877d8a36 Cleaning up warnings. 1 year 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`. 2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 2 years ago
maliming 9356884516
Rename `RepositoryInterceptor` and so on to `ChangeTrackingInterceptor`. 2 years ago
maliming eb9b954717
Add `RepositoryInterceptor`. 2 years ago
maliming 01d2cf3a8b
Use `IsChangeTrackingEnabled` to replace `IsReadOnly`. 2 years ago
maliming 3ab5048856
Add a new unit test for `ReadOnlyRepository`. 2 years ago
maliming 2c24f0c706
Throw `AbpRepositoryIsReadOnlyException` when the read-only repository writes method calls. 3 years ago
maliming 2df380724d
Add `HasAbpQueryFilter` method to combine the custom filter with global filters. 3 years ago
maliming 90d246fd7e
Add `CancellationToken` to `ITransactionApi`. 3 years ago
maliming e90d1659bb
`SetModificationAuditProperties` for entities with default value. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming 691b28eadb
Add `MongoDBConnectionStringChecker`. 3 years ago