361 Commits (d3d7e1bd761ebad3f2bae35108a45ef35669c321)

Author SHA1 Message Date
maliming bee6450f15
Refactor `EntityHistoryHelper `. 2 years ago
maliming 155b7449b7
Add `SaveEntityHistoryWhenNavigationChanges` to `AbpAuditingOptions `. 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming b663efdb28
Add more unittests for entity changes. 2 years ago
maliming d081655fd3
Public the `JsonSerializerOptions`. 2 years ago
htve 6cb2224611
Fix missing Attach in EfCoreRepository.UpdateAsync 2 years ago
Huang Tao cde7446d32
performance: multiple attach on Update with EfCore 2 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
maliming f3b9b979a1
Handle the case where the parameter is `null` 3 years ago
liangshiwei ca11f93d82 Enable nullable annotations for Volo.Abp.EntityFrameworkCore 3 years ago
Halil İbrahim Kalkan 47cd7268d0 Remove unnecessary TKey restriction 3 years ago
maliming 6d029f5fd1
Remove `CheckChangeTracking` method. 3 years ago
maliming 9b4a59b814 Skip bulk insert/update/delete if array is empty. 3 years ago
maliming eb9b954717
Add `RepositoryInterceptor`. 3 years ago
maliming 01d2cf3a8b
Use `IsChangeTrackingEnabled` to replace `IsReadOnly`. 3 years ago
maliming fe95e8ddd0
`AsNoTracking` for `Queryable` instead of `DbContext`. 3 years ago
Halil İbrahim Kalkan 8bb2c7aa1e Use DatabaseName instead of config name 3 years ago
maliming f47a09d602
Update `AbpRepositoryIsReadOnlyException's` message. 3 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
liangshiwei af1d8a84be Enable nullable annotations for Volo.Abp.Auditing 3 years ago
maliming 5e1dfb1d6b
Log the entries info when `DbUpdateConcurrencyException` occurs. 3 years ago
maliming 4b155840b3
Update UnitOfWorkDbContextProvider.cs 3 years ago
Halil İbrahim Kalkan 37ceeedb7e Rename DatabaseMigrationEventHandlerBase to EfCoreDatabaseMigrationEventHandlerBase 3 years ago
Halil İbrahim Kalkan 9eea31b2bb Finalized initial runtime database migrations for ef core 3 years ago
Halil İbrahim Kalkan cf1d394790 Created base migration classes 3 years ago
maliming 860c6d9c08
Change current `correlation` when handling events. 3 years ago
maliming 90d246fd7e
Add `CancellationToken` to `ITransactionApi`. 3 years ago
maliming e90d1659bb
`SetModificationAuditProperties` for entities with default value. 3 years ago
maliming 74a85fd614
Make `IsValueObject` check customizable. 3 years ago
Halil İbrahim Kalkan f815aba4b8 Add GetDbConnectionAsync and GetDbTransactionAsync methods to EF Core base repository class 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming b2a3d30ca2
Make `EntityHistoryHelper` compatible `ValueObject`. 3 years ago
maliming 820072550f
Set `AutoTransactionBehavior ` to `Never` when always disabling transactions. 3 years ago
maliming 691b28eadb
Add `MongoDBConnectionStringChecker`. 3 years ago
maliming 47a46d122f
Add `IAbpConnectionStringChecker`. 3 years ago
maliming 36c4d7d1fc
Use `LastOrDefault` instead of `FirstOrDefault`. 3 years ago
maliming e99032daf2
Make `ReplaceDbContext` supports multi-tenancy. 3 years ago
maliming fd8a3b6b73
Add `DbContextTypeProvider`. 3 years ago
maliming 19e4589c76
Use EF Core 7.0 bulk update/delete operations. 3 years ago
Halil İbrahim Kalkan 4a680cd548 Move inbox/outbox classes to the right namespace 3 years ago
Halil İbrahim Kalkan d97adc9f94 Fix namespace of AbpEventBusBoxesOptions 3 years ago
maliming dc0e4adbd4 Introduce DeleteDirectAsync method for IRepository. 3 years ago
gdlcf88 336ddf5178 Introduce `IHasEntityVersion` audit property 3 years ago
maliming 1c4caa2a33
Update AbpDbContext.cs 3 years ago
maliming 58847bf35e
Ignore properties with `NotMappedAttribute`. 4 years ago
maliming e7e9756cf2
Upgrade to NET 7.0. 4 years ago
liangshiwei f9e903b43b Improve 4 years ago
maliming e0b7e7bd10
Remove the setter from the auditing interfaces. 4 years ago