Commit Graph

190 Commits (e511f8a0f2fe24f550d881e72c5497bf3581439f)

Author SHA1 Message Date
Halil İbrahim Kalkan 01fead68a5 Add configuration to set version to all app services in a module.
7 years ago
Halil İbrahim Kalkan e3d835578b Revise action name normalization.
7 years ago
Halil İbrahim Kalkan c7780f993c Added a sample unit test to share same table between 2 dbcontextes.
7 years ago
Halil İbrahim Kalkan d992036159 Unit tests and improvements for UOW.
7 years ago
Halil İbrahim Kalkan 4272aef096 Merge branch 'master' of https://github.com/aspnetzero/abp
7 years ago
Halil İbrahim Kalkan 4e9e27437f #23 Added AbpExceptionHandlingMiddleware
7 years ago
yekalkan 7f650fb38a Http requests and responses
7 years ago
Halil İbrahim Kalkan fcc4c6269d Added a unit test returns a razor view.
7 years ago
Halil İbrahim Kalkan 6a3f864b73 Improved unit of work.
7 years ago
Halil İbrahim Kalkan 73f5380ce3 Fix unit test.
7 years ago
yekalkan c064c9bb11 Fix assembly name of Volo.Abp.Http.Client.Tests
7 years ago
Halil İbrahim Kalkan 48d52c27de Merge branch 'master' into uow-enhancements
7 years ago
Halil İbrahim Kalkan 275a64380b Added unit tests.
7 years ago
Halil İbrahim Kalkan ececa994b0 Added unit tes to see auto transaction behaviour for get/post requests.
7 years ago
Halil İbrahim Kalkan 78df9ea118 Added unit test for transaction fo EF core.
7 years ago
Halil İbrahim Kalkan 51f450b207 Set options in UOW interceptor and action filter.
7 years ago
Halil İbrahim Kalkan 6c6b1b080a Refactored UOW.
7 years ago
Halil İbrahim Kalkan 1117073201 #23: UOW Action filter should be able to work without middleware too.
7 years ago
Halil İbrahim Kalkan 37c6ff5a7f Added a simple sample console application.
7 years ago
Halil İbrahim Kalkan f4394f9993 Created Unit Of Work reservation system.
7 years ago
Halil İbrahim Kalkan 449dd678e0 Added most simple UOW middleware for asp.net core mvc.
7 years ago
Halil İbrahim Kalkan 13d83674ee #23 implemented nested unit of works.
7 years ago
Halil İbrahim Kalkan 790ed478da Refactored and improved UOW. Added simple UOW middleware. Created a unit test for UOW.
7 years ago
Halil İbrahim Kalkan e68dabf59b Impelemented validation filter for asp.net core mvc.
7 years ago
Halil İbrahim Kalkan 24ae92fcee Added existing validation infrastructure for application services.
7 years ago
Halil İbrahim Kalkan b74260645b Handle remote service error response in dynamic HTTP Proxy clients wherever possible. #90.
7 years ago
Halil İbrahim Kalkan 75e0ed2ee6 #90 Wrap result only for services return object. And only on error case.
7 years ago
Halil İbrahim Kalkan 97e6379e49 Move AbpIdentityDomainModule to new directory and rename.
7 years ago
Halil İbrahim Kalkan 92172b9d0b Renamed Volo.Abp.Identity to Volo.Abp.Identity.Domain
7 years ago
Halil İbrahim Kalkan f0b9e500ee Created IdentityRoleAppService
7 years ago
Halil İbrahim Kalkan dce591f19c Added ISupportsExplicitLoading feature and used while accessing IdentityUser.Roles.
7 years ago
Halil İbrahim Kalkan ecd03af4c7 Added GetRoles to IIdentityUserAppService
7 years ago
Halil İbrahim Kalkan 0d88992089 Added unit tests.
7 years ago
Halil İbrahim Kalkan aedf5d1087 Added UpdateAsync test for IIdentityUserAppService.
7 years ago
Halil İbrahim Kalkan e2d438b286 Added test for Create method.
7 years ago
Halil İbrahim Kalkan 3fc49f02d1 Added first unit test for Abp.Identity.Application layer.
7 years ago
Halil İbrahim Kalkan f0cb66a518 Created basic UserAppService.
7 years ago
Halil İbrahim Kalkan c7f67bbc4a Refactored.
7 years ago
Halil İbrahim Kalkan b2c0fad53a Introduced RemoteServiceOptions.
7 years ago
Halil İbrahim Kalkan ff4363dd61 Rest API Improvements #106: Can use Async in app service methods by hided from client url and proxies.
7 years ago
Halil İbrahim Kalkan 5ac3369a7f Dynamic Javascript Client for API Services #98
7 years ago
Halil İbrahim Kalkan 67fca93d0f Change route for RegularTestController.IncrementValue
7 years ago
Halil İbrahim Kalkan b6820e527b Introduce IRemoteService interface.
7 years ago
Halil İbrahim Kalkan d9cf5c7d22 Created ServiceCollectionDynamicHttpClientProxyExtensions.AddHttpClientProxies.
7 years ago
Halil İbrahim Kalkan 4be4939bfe Added RemoteService to RegularTestController
7 years ago
Halil İbrahim Kalkan a36eeaef86 Added headers for http client proxy.
7 years ago
Halil İbrahim Kalkan 506be99144 Added Update test for PersonAppServiceClientProxy_Tests
7 years ago
Halil İbrahim Kalkan c8301f37c1 Implemented payload body.
7 years ago
Halil İbrahim Kalkan 100b537319 Added Delete test to PersonAppServiceClientProxy_Tests
7 years ago
Halil İbrahim Kalkan 0083892153 Improved DynamicHttpProxyInterceptor
7 years ago