Commit Graph

121 Commits (b3819b22b42511bd5eda3cd1c653c5382e0f5bfa)

Author SHA1 Message Date
maliming 4551acda13 Move interface to `Http.Client`.
4 years ago
maliming fe32230aae Add `IObjectToFormData`.
4 years ago
maliming 43c4d80b6d Add `IObjectToQueryString`.
4 years ago
Halil İbrahim Kalkan b6ee15d9c2
Merge pull request #10136 from abpframework/liangshiwei/iqueryable
4 years ago
maliming 3c0f5ae197 Merge branch 'dev' into maliming/MongoDbDateTime
4 years ago
maliming 0afbbe4f34 Merge branch 'dev' into pr/7453
4 years ago
maliming 6a3e4e3e5e Introduce `AbpMongoDbDateTimeSerializer`.
4 years ago
liangshiwei 41adcd251d Make IRepository not inherit from IQueryable
4 years ago
maliming c9d88faa7c Merge branch 'dev' into net6
4 years ago
maliming ffc95b8b53 Merge branch 'dev' into non-file-remote-stream
4 years ago
Halil İbrahim Kalkan 61cac95775 Resolved #9897: Marked EntityCreatingEventData, EntityUpdatingEventData, EntityDeletingEventData and EntityChangingEventData as obsolete.
4 years ago
Halil İbrahim Kalkan 258cf783f7 Events should be published and handled in the right order.
4 years ago
Halil İbrahim Kalkan b966ec7717 Add events to UOW to be published on complete.
4 years ago
Halil İbrahim Kalkan e18313e9eb Added unit test: Should_Rollback_Uow_If_Event_Handler_Throws_Exception
4 years ago
maliming ef9d20533a Change TargetFramework to net6.0.
4 years ago
maliming 3f6a20f184 Merge branch 'dev' into pr/9180
4 years ago
Jadyn 15743d1785 Add FileName for RemoteStreamContent
4 years ago
maliming a8995eaeb8 Set the database default value of LastActiveTime.
4 years ago
maliming a44c8a11d6 Don't set modified audit if the property is generated by the database.
4 years ago
Alexandru Bagu e4077d5569 1. allow the usage of IRemoteContentStream or RemoteContentStream when the incoming stream is not a form content format
4 years ago
maliming 31b1608e9a Support using IRemoteStreamContent in Dto
5 years ago
liangshiwei 3d784bf89e Add GetListAsync with predicate to IReadOnlyBasicRepository
5 years ago
Oliver Cooper 2f69058e67 Add additional DeleteManyAsync soft-delete test
5 years ago
Oliver Cooper 7399f59a9d Add RepositoryExtensions.HardDeleteAsync for IEnumerables
5 years ago
Halil İbrahim Kalkan c2fa7bee14
Merge pull request #7460 from abpframework/maliming/IRemoteStreamContent
5 years ago
enisn 8aa48e7644 Framework - Add DeleteMany Tests to HardDelete_Tests
5 years ago
maliming eb2776cc95 Check ContentType in unit test.
5 years ago
maliming 75e47dd4a5 Update unit test.
5 years ago
maliming e7dc50fcd2 Refactor IRemoteStreamContent related functions.
5 years ago
Ahmet 5318451927 Sorting all modifiers
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 7e903faa57 Introduce Directory.Build.props.
5 years ago
maliming 998908765e Merge branch 'dev' into maliming/system.text.json
5 years ago
liangshiwei ce050cd71c Change override async to async override
5 years ago
maliming 7b06cfb5a2 Move to System.Text.Json
5 years ago
maliming f151602b08 Update TargetFramework.
5 years ago
maliming cf885b92c4 Use netstandard for class library & blazor.
5 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC.
5 years ago
maliming 356dcb6648 Handle nullable type.
5 years ago
maliming 21759b39f2 Handle GUID type before Change Type.
5 years ago
Halil İbrahim Kalkan 194fa311fa
Merge branch 'dev' into maliming/HandleExtraPropertiesOnSave
5 years ago
maliming 40ceea0356 Allow to set the value of ExtraProperties to null.
5 years ago
maliming 736446f983 The AddQueryStringParameter method supports values of array 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
maliming 269cc94af1 Merge branch 'dev' into maliming/update-nuget-packages
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