Commit Graph

52 Commits (33c8b48ff275adf37827d28bb298adeb90e24325)

Author SHA1 Message Date
liangshiwei 3d784bf89e Add GetListAsync with predicate to IReadOnlyBasicRepository
5 years ago
Oliver Cooper 2f69058e67 Add additional DeleteManyAsync soft-delete test
5 years ago
enisn 8aa48e7644 Framework - Add DeleteMany Tests to HardDelete_Tests
5 years ago
maliming 28d1690b14 Add hard delete by predicate for IRepository.
5 years ago
Halil İbrahim Kalkan ac652f2a1f Fix sync usages.
5 years ago
enisn 87e9d02248 Bulk Operations Simple tests
5 years ago
maliming 7b06cfb5a2 Move to System.Text.Json
5 years ago
maliming 356dcb6648 Handle nullable type.
5 years ago
maliming 21759b39f2 Handle GUID type before Change Type.
5 years ago
maliming a6329f4b41 Move Insert_Should_Set_Guid_Id test method to repository test base class.
5 years ago
liangshiwei 05f5816dcf Added GetPagedListAsync methods to the repository
5 years ago
Halil İbrahim Kalkan cbd3796191 Added test: GetListAsync
5 years ago
Halil İbrahim Kalkan a6208fcca0 Resolved #4433: Unify multiple update events for a single entity in the same unit of work.
5 years ago
Halil İbrahim Kalkan 0903001308 Added tests
6 years ago
Halil İbrahim Kalkan ec1b031a72 Fix HasExtraPropertiesExtensions_Tests
6 years ago
Halil İbrahim Kalkan 2b211c1073 Add validation for extra properties.
6 years ago
Halil İbrahim Kalkan 1e916d78bc
Merge pull request #3259 from abpframework/maliming/mongodb-delete
6 years ago
Halil İbrahim Kalkan 2863b5cb5d Add test & refactor for EntityExtensionManager
6 years ago
maliming 806fec85d2 MongoDbRepository needs to filter when deleting entity based on Id.
6 years ago
maliming d98c393e99 Merge branch 'dev' into maliming/CascadeTiming
6 years ago
Halil İbrahim Kalkan f2be037bfc Resolved #3148: Add IRepository.GetAsync and IRepository.FindAsync methods those get predicate.
6 years ago
maliming 01d1b65cbd Cascading entities should not be deleted when soft deleting entities.
6 years ago
Halil İbrahim Kalkan fc8d34eae9 Refactor and improvements for #2807
6 years ago
Galip Tolga Erdem eef0f5f59a Added HardDelete with EfCoreRepository and MongoDbRepository tests
6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method.
6 years ago
Halil İbrahim Kalkan 388dce7cd2
Merge pull request #2489 from recepdmr/todolist
6 years ago
developerrd 76151fcee5 AbpIntegratedTest change all proejct namespace
6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls
6 years ago
Halil İbrahim Kalkan 0754254428 Remove UnitOfWork Sync API.
6 years ago
Halil İbrahim Kalkan 676a5c61ac Removed sync interception and sync repository methods.
6 years ago
maliming 6944da4a82 Remove the id property from the view.
6 years ago
maliming b4940f135c Added Keyless Entity Types unit test.
6 years ago
maliming 91ba0f2594 Configuring AbpClockOptions in AbpEntityFrameworkCoreTestModule.
6 years ago
maliming 4eadee29c6 Added DataTimeValueConverters function.
6 years ago
Yunus Emre Kalkan 521b3ac89c UnitOfWorkOptions to AbpUnitOfWorkOptions
6 years ago
Halil İbrahim Kalkan e875ddc516 Disable get by id in Repository_Basic_Tests_With_Int_Pk test for mongodb.
6 years ago
Halil İbrahim Kalkan 7e4f1f3439 Added test: Repository_Basic_Tests_With_Int_Pk
6 years ago
Reichenbach, Michael 2a4c319081 fix(multi-tenancy): correctly set TenantId on create in AppService
6 years ago
maliming 69d89ce87c Add repository specification unit test.
7 years ago
Halil ibrahim Kalkan 2297033263 Added HasExtraPropertiesExtensions.RemoveProperty and tests.
7 years ago
Halil ibrahim Kalkan 7dcc7d256f Added HasExtraPropertiesExtensions
7 years ago
Halil ibrahim Kalkan d07a689cb1 Added tests for ExtraProperties
7 years ago
Halil ibrahim Kalkan d60836c8db #246 Implement concurrency stamp
7 years ago
Halil ibrahim Kalkan 88e7cbabce #246 Implement concurrency control for mongodb too.
7 years ago
Halil ibrahim Kalkan 60c0e6b5e5 Added concurrency stamp test
7 years ago
Halil ibrahim Kalkan 0c1aaccebb ConfigureExtraProperties for test aggregate roots.
7 years ago
Halil ibrahim Kalkan 6a8832a8ab Improve UOW event order and add tests
7 years ago
Halil ibrahim Kalkan 4904b9ec03 Implemented creating distributed events on aggregate roots.
7 years ago
Halil ibrahim Kalkan 127f389819 Trigger distributed events on entity changes
7 years ago
Halil ibrahim Kalkan f440446254 Renamed IEventBus to ILocalEventBus and introduced IDistributedEventBus
7 years ago