Commit Graph

152 Commits (salihozkara/ImproveBundleFile)

Author SHA1 Message Date
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
Halil İbrahim Kalkan bda2f4184e Resolved #4411, Resolved #4410
5 years ago
maliming f0ed618736 Upgrade framework packages.
5 years ago
Halil İbrahim Kalkan eca7781dc1 Revised IAsyncQueryableExecuter and implemented chain of responsibility to support multiple providers in a single application.
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 8bab5cb9b3 Support composite keys for CrudAppService
6 years ago
Halil İbrahim Kalkan f2be037bfc Resolved #3148: Add IRepository.GetAsync and IRepository.FindAsync methods those get predicate.
6 years ago
Halil İbrahim Kalkan 6280726dd1 Update TestDataBuilder.cs
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 9cffe676b2 Remove Fody from the unit test project.
6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method.
6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd.
6 years ago
Mehmet Tüken d2cca7306e Add ValidationInterceptor.
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 d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
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
Mehmet Tüken 7a088fc68a bump Microsoft.NET.Test.Sdk 16.3.0 to 16.4.0
6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1.
6 years ago
Halil İbrahim Kalkan d16bef05b2 Resolved #1933: Ignore owned types while configuring the base properties
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
Halil İbrahim Kalkan 17b8705601 Upgrade NuGet packages for the framework.
6 years ago
Yunus Emre Kalkan 521b3ac89c UnitOfWorkOptions to AbpUnitOfWorkOptions
6 years ago
Yunus Emre Kalkan 8b58991ff3 DistributedEventBusOptions to AbpDistributedEventBusOptions
6 years ago
Halil İbrahim Kalkan 661f6db74f Fix for action normalization.
6 years ago
Halil İbrahim Kalkan 4b682fb262 Adjust namespace for Volo.Abp.AspNetCore.ExceptionHandling
6 years ago
Halil İbrahim Kalkan deb086e6a8 Add constrators getting id to the base entity classes.
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
Halil İbrahim Kalkan d48bdcfd66 Updated test csproj file dependencies and created common.test.config
6 years ago
Halil İbrahim Kalkan a2a6b7cd8e Updated nuget packages to net preview9
6 years ago
Halil İbrahim Kalkan a48857f394 Resolved #1706: Remove ABP's AutoMap attributes.
6 years ago
Halil İbrahim Kalkan 7b4037052c
Merge pull request #1616 from abpframework/maliming/AutomapperPrefix
6 years ago
Halil İbrahim Kalkan 77079cf981 Resolved #1628: Upgrade all NuGet packages for the framework for v0.19 release.
6 years ago
maliming 7d5871a3ab fix #1615 Add a prefix to AutoMap*Attribute.
6 years ago
Halil İbrahim Kalkan 490750ffc2 Resolved #1456: Remove CrudAppService and rename AsyncCrudAppService to CrudAppService
6 years ago
Reichenbach, Michael 2a4c319081 fix(multi-tenancy): correctly set TenantId on create in AppService
6 years ago
Halil İbrahim Kalkan 5c99373d5f Upgrade to latest NuGet packages.
6 years ago
maliming 81e96fa654 Use Json serialization/deserialization entity.
7 years ago
maliming b9b7f98a35 resolve #1147 Use serialization/deserialization for memorydb.
7 years ago
maliming 69d89ce87c Add repository specification unit test.
7 years ago
İsmail ÇAGDAŞ f655540555 updated all nuget packages
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 b792c2544f #664 Upgraded to .net core 2.2.
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
Halil ibrahim Kalkan c3bf0cfd86 Add assertion to Auditing_Tests
7 years ago
Halil ibrahim Kalkan 33111945e3 Resolved #408: Automatically register services by convention for a module
7 years ago
Halil ibrahim Kalkan a1af5081aa Resolved #354: Add object[] GetKeys() to IEntity.
7 years ago