Commit Graph

175 Commits (78df9ea118b60af5787a87a1a17a8f7e1a0cada2)

Author SHA1 Message Date
Halil İbrahim Kalkan 78df9ea118 Added unit test for transaction fo EF core.
8 years ago
Halil İbrahim Kalkan 51f450b207 Set options in UOW interceptor and action filter.
8 years ago
Halil İbrahim Kalkan 6c6b1b080a Refactored UOW.
8 years ago
Halil İbrahim Kalkan 1117073201 #23: UOW Action filter should be able to work without middleware too.
8 years ago
Halil İbrahim Kalkan f4394f9993 Created Unit Of Work reservation system.
8 years ago
Halil İbrahim Kalkan 449dd678e0 Added most simple UOW middleware for asp.net core mvc.
8 years ago
Halil İbrahim Kalkan 13d83674ee #23 implemented nested unit of works.
8 years ago
Halil İbrahim Kalkan 790ed478da Refactored and improved UOW. Added simple UOW middleware. Created a unit test for UOW.
8 years ago
Halil İbrahim Kalkan e68dabf59b Impelemented validation filter for asp.net core mvc.
8 years ago
Halil İbrahim Kalkan 24ae92fcee Added existing validation infrastructure for application services.
8 years ago
Halil İbrahim Kalkan b74260645b Handle remote service error response in dynamic HTTP Proxy clients wherever possible. #90.
8 years ago
Halil İbrahim Kalkan 75e0ed2ee6 #90 Wrap result only for services return object. And only on error case.
8 years ago
Halil İbrahim Kalkan 97e6379e49 Move AbpIdentityDomainModule to new directory and rename.
8 years ago
Halil İbrahim Kalkan 92172b9d0b Renamed Volo.Abp.Identity to Volo.Abp.Identity.Domain
8 years ago
Halil İbrahim Kalkan f0b9e500ee Created IdentityRoleAppService
8 years ago
Halil İbrahim Kalkan dce591f19c Added ISupportsExplicitLoading feature and used while accessing IdentityUser.Roles.
8 years ago
Halil İbrahim Kalkan ecd03af4c7 Added GetRoles to IIdentityUserAppService
8 years ago
Halil İbrahim Kalkan 0d88992089 Added unit tests.
8 years ago
Halil İbrahim Kalkan aedf5d1087 Added UpdateAsync test for IIdentityUserAppService.
8 years ago
Halil İbrahim Kalkan e2d438b286 Added test for Create method.
8 years ago
Halil İbrahim Kalkan 3fc49f02d1 Added first unit test for Abp.Identity.Application layer.
8 years ago
Halil İbrahim Kalkan f0cb66a518 Created basic UserAppService.
8 years ago
Halil İbrahim Kalkan c7f67bbc4a Refactored.
8 years ago
Halil İbrahim Kalkan b2c0fad53a Introduced RemoteServiceOptions.
8 years ago
Halil İbrahim Kalkan ff4363dd61 Rest API Improvements #106: Can use Async in app service methods by hided from client url and proxies.
8 years ago
Halil İbrahim Kalkan 5ac3369a7f Dynamic Javascript Client for API Services #98
8 years ago
Halil İbrahim Kalkan 67fca93d0f Change route for RegularTestController.IncrementValue
8 years ago
Halil İbrahim Kalkan b6820e527b Introduce IRemoteService interface.
8 years ago
Halil İbrahim Kalkan d9cf5c7d22 Created ServiceCollectionDynamicHttpClientProxyExtensions.AddHttpClientProxies.
8 years ago
Halil İbrahim Kalkan 4be4939bfe Added RemoteService to RegularTestController
8 years ago
Halil İbrahim Kalkan a36eeaef86 Added headers for http client proxy.
8 years ago
Halil İbrahim Kalkan 506be99144 Added Update test for PersonAppServiceClientProxy_Tests
8 years ago
Halil İbrahim Kalkan c8301f37c1 Implemented payload body.
8 years ago
Halil İbrahim Kalkan 100b537319 Added Delete test to PersonAppServiceClientProxy_Tests
8 years ago
Halil İbrahim Kalkan 0083892153 Improved DynamicHttpProxyInterceptor
8 years ago
Halil İbrahim Kalkan 994d43bbfd Added ReflectionHelper.GetValueByPath and used in HynamicHttpProxyInterceptor.
8 years ago
Halil İbrahim Kalkan 8f9d41817e Add parameter values for path binding (PoC code).
8 years ago
Halil İbrahim Kalkan 849eed0b54 Created Abp.Http.Client package.
8 years ago
Halil İbrahim Kalkan d96adba277 Added api models and aspnet core model provider.
8 years ago
Halil İbrahim Kalkan c3efe16f98 Worked on dynamic http proxying
8 years ago
Halil İbrahim Kalkan f2a0f68ecb Created Volo.Abp.Http module and unit test project.
8 years ago
Halil İbrahim Kalkan 9a7507ce31 Support secondary Ids and allow to normalize action in url.
8 years ago
Halil İbrahim Kalkan cff53ca466 Refactored.
8 years ago
Halil İbrahim Kalkan 4be2cd2d46 Rename PersonAppService to PeopleAppService
8 years ago
Halil İbrahim Kalkan 7edf315797 Fix comments.
8 years ago
Halil İbrahim Kalkan 0906e4f391 Handle basic URL conventions.
8 years ago
Halil İbrahim Kalkan 32518df791 Remove services prefix for all services.
8 years ago
Halil İbrahim Kalkan b258738fef Added unit test. Added feature to generate ids for in memory database.
8 years ago
Halil İbrahim Kalkan 36f52a616f Added unit test for AddPhone.
8 years ago
Halil İbrahim Kalkan 0273225fe9 Added DeletePhone to IPersonAppService.
8 years ago