Commit Graph

477 Commits (94f36dc4870f7b2f6aa7c8d397380a9d8945d988)

Author SHA1 Message Date
Halil İbrahim Kalkan 387dcae2e2 Implemented settingmanager's GetAll
7 years ago
Halil İbrahim Kalkan 5b77271e49 Renamed ISettingContributor and ISettingProvider.
7 years ago
Halil İbrahim Kalkan 6ccdd1a456 Added tests.
7 years ago
Halil İbrahim Kalkan 1d212e090b Refactored setting system.
7 years ago
Halil İbrahim Kalkan 68b88ff6a8 Added initial setting definition manager.
7 years ago
Halil İbrahim Kalkan bda90d6497 Implemented most basic setting manager to get a setting's value.
7 years ago
Halil İbrahim Kalkan 284ee092a5 Added unit test project for settings.
7 years ago
Halil İbrahim Kalkan 6ac16a3405 Created application layer and tests for multitenancy.
7 years ago
Halil İbrahim Kalkan 38acfd95de Make userrole as entity without id.
7 years ago
Halil İbrahim Kalkan 9db94559a3 Refactoring Client of IdentityServer.
7 years ago
Halil İbrahim Kalkan a03ac02ead Working on Client aggregate
7 years ago
Halil İbrahim Kalkan 9614530e90 Revised IdentityResource class.
7 years ago
Halil İbrahim Kalkan 66ce125f8e Api Resource and related entities are revised.
7 years ago
Halil İbrahim Kalkan 066b07b800 Renamed Repository to BasicRepository and QueryableRepository to Repository.
7 years ago
Halil İbrahim Kalkan 260d57a4ec Added repo doc.
7 years ago
Halil İbrahim Kalkan 76fb510c3d Renamed TPrimaryKey to TKey and documented entities.
7 years ago
Halil İbrahim Kalkan 924ba47fe5 Register repositories without PK.
7 years ago
Halil İbrahim Kalkan d2da1f5a55 Implemented a test entity without Id property.
7 years ago
Halil İbrahim Kalkan 5bd4c78bd8 Enabled entity, repo and aggr root without pk.
7 years ago
Halil İbrahim Kalkan d326b0b105 Delete GetList and Count methods from the repository.
7 years ago
Halil İbrahim Kalkan f66ca10231 Temporary remove default PK entity, repository, agg root etc.
7 years ago
Halil İbrahim Kalkan 6751ce6628 Do not use Entity and Repository default PK interfaces.
7 years ago
Halil İbrahim Kalkan de8de3c92b Made console client working for identity server.
7 years ago
Alper Ebicoglu 696861065c added IdentityResourceStore
7 years ago
Halil İbrahim Kalkan 82f3ba402f Removed inmemory client and resource
7 years ago
Alper Ebicoglu 682d3b8206 Removed IdentityResourceStore tests.
7 years ago
Halil İbrahim Kalkan 00c1a4b334
Merge pull request #190 from aspnetzero/Alper/identity-server-mappings
7 years ago
Alper Ebicoglu f097e2a6f2 Removed IdentityResourceStore (not needed!)
7 years ago
Halil İbrahim Kalkan 2aa25fc08d Multitenancy completely refactored
7 years ago
Alper Ebicoglu faa4b1451b Added IdentityResourceStore new test: GetAllResourcesAsync_Should_Return
7 years ago
Alper Ebicoglu bce5fa63d8 Added new IdentityResource Test
7 years ago
Alper Ebicoglu 56d6abe7c4 Added new IdenityResourceStore Test: FindApiResourcesByScopeAsync
7 years ago
Alper Ebicoglu 0d69dd94dd Added identity resource test
7 years ago
Alper Ebicoglu b4460f7613 Refactored.
7 years ago
Alper Ebicoglu 06b846c929 Added new PersistentGrant tests
7 years ago
Alper Ebicoglu d2ff43dc6e Added new test : StoreAsync_Should_Store_PersistedGrant
7 years ago
Halil İbrahim Kalkan 6f6fcfb798 Merged IMultiTenancyManager with ICurrentTenant
7 years ago
Halil İbrahim Kalkan 9e8a18ceae Moved to multitenancy abstractions module.
7 years ago
Halil İbrahim Kalkan 4099af8cc1 Extracted TenantResolver from MultiTenancyManager. Renamed old ITenantResolver to ITenantResolveContributor
7 years ago
Halil İbrahim Kalkan f768922ce5 Implementing replacing a dbcontext.
7 years ago
Halil İbrahim Kalkan 27dab01f1f Renamed multitenancy module
7 years ago
Halil İbrahim Kalkan 7259155a98 Refactoring multitenancy module.
7 years ago
Alper Ebicoglu 487b4860c9 Added PersistedGrantStore
7 years ago
Halil İbrahim Kalkan b5f5a62c3e Refactored.
7 years ago
Halil İbrahim Kalkan e4f4be05c6 Added multi tenancy document and refactored solution.
7 years ago
Halil İbrahim Kalkan 0fc82bc919 Mapped ClientCorsOrigin
7 years ago
Halil İbrahim Kalkan 79b4b98b79 #185 Created entities, dbcontext and a unit test for identityserver module.
7 years ago
Halil İbrahim Kalkan 5569da2bf2 Extracted Abp UI modules.
7 years ago
Halil İbrahim Kalkan 0b79b02bfd Extracted Volo.Abp.Ddd and some other packages.
7 years ago
Halil İbrahim Kalkan 4e9491181a Extracted Abp.Validation package.
7 years ago
Halil İbrahim Kalkan 929d208f61 Extracted Volo.Abp.ObjectMapping package.
7 years ago
Halil İbrahim Kalkan 2ca009cd7b Extract project: Volo.Abp.Data
7 years ago
Halil İbrahim Kalkan 1bbc6138cb Tested application by publishing.
7 years ago
Halil İbrahim Kalkan 12e38bf7e0 Use virtual file provider to read embedded localization jsons.
7 years ago
Halil İbrahim Kalkan 25af4c2331 Created a seperated Volo.Abp.Localization package. Also seperated unit tests to .Core.Test and .Localization.Tests
7 years ago
Halil İbrahim Kalkan 5de19c03f7 Created Volo.Abp.Core package.
7 years ago
Halil İbrahim Kalkan 503f1d26a5 Add InheritResource attribute for base localization resources. #171.
7 years ago
Halil İbrahim Kalkan 5d67d427ca Seperate validations to AbpValidationResource.
7 years ago
Halil İbrahim Kalkan 1ea0592c87 Inherit from existing resources. Thus we can share common localizations accross modules.
7 years ago
Halil İbrahim Kalkan a26223b57b Allow to extend/override existing resources
7 years ago
Halil İbrahim Kalkan 63a59db44b Added option to validate an automapper profile independent from other configuration.
7 years ago
Halil İbrahim Kalkan 57256272f2 Revised validation.
7 years ago
Halil İbrahim Kalkan 6475d17aea Resolved #135: Call AddMvc from MVC module, not by the application.
7 years ago
Halil İbrahim Kalkan 99de9b367f Replace virtual file system by physical file system on development.
7 years ago
Halil İbrahim Kalkan c667f9372e Simplify EmbeddedFileSet.
7 years ago
Halil İbrahim Kalkan ab34dc7dca Use GetType().Assembly instead of GetType().GetTypeInfo().Assembly.
7 years ago
Halil İbrahim Kalkan 7f95e2810e Revised embedded file system to better work with aspnet core razor pages.
7 years ago
Halil İbrahim Kalkan f9589330f3 Fixed AbpServiceProxiesController_Tests.
7 years ago
Halil İbrahim Kalkan 48aba4e333 Implemented data filtering for in memory db.
7 years ago
Halil İbrahim Kalkan adf83d4e25 Implemented enable/disable filters.
7 years ago
Halil İbrahim Kalkan e2cfcacca6 Implemented Soft Delete filter.
7 years ago
Halil İbrahim Kalkan 6c1985b18f Implemented Current Tenant fiter for EF Core.
7 years ago
Halil İbrahim Kalkan 7b2ce256d5 Fixed unit test: CreateAsync
7 years ago
Halil İbrahim Kalkan c89c840f65 Added accidently deleted ExceptionOnRazor.cshtml.
7 years ago
Halil İbrahim Kalkan ab74af4314 Remove old/unused methods
7 years ago
Halil İbrahim Kalkan 1af65651e1 Initial json localization implementation.
7 years ago
Halil İbrahim Kalkan d34a04adfd Add unit test for view localization.
7 years ago
Halil İbrahim Kalkan aedc1d63c6 Added first unit test for localization.
7 years ago
alirıza adıyahşi d7a733601a #109 User management page (CRUD) for Identity module.
7 years ago
alirıza adıyahşi 44ff921a6a user crud operations
7 years ago
Halil İbrahim Kalkan 29a7cfe9b2 Refactored.
7 years ago
Halil İbrahim Kalkan 601228ab41 Support
7 years ago
Halil İbrahim Kalkan f1780f2841 Remove unnecessary root path for api versioning tests.
7 years ago
Halil İbrahim Kalkan f022b04f7a Implemented media type version selector for c# client.
7 years ago
Halil İbrahim Kalkan a3bd9c8c72 Improvements on api versioning.
7 years ago
Halil İbrahim Kalkan 515bd63f1c Send version for query string or path in C# client.
7 years ago
Halil İbrahim Kalkan a5c8e82e2c Created unit tests.
7 years ago
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
Halil İbrahim Kalkan 994d43bbfd Added ReflectionHelper.GetValueByPath and used in HynamicHttpProxyInterceptor.
7 years ago
Halil İbrahim Kalkan 8f9d41817e Add parameter values for path binding (PoC code).
7 years ago
Halil İbrahim Kalkan 849eed0b54 Created Abp.Http.Client package.
7 years ago
Halil İbrahim Kalkan d96adba277 Added api models and aspnet core model provider.
7 years ago
Halil İbrahim Kalkan c3efe16f98 Worked on dynamic http proxying
7 years ago
Halil İbrahim Kalkan f2a0f68ecb Created Volo.Abp.Http module and unit test project.
7 years ago
Halil İbrahim Kalkan 9a7507ce31 Support secondary Ids and allow to normalize action in url.
7 years ago
Halil İbrahim Kalkan cff53ca466 Refactored.
7 years ago
Halil İbrahim Kalkan 4be2cd2d46 Rename PersonAppService to PeopleAppService
7 years ago
Halil İbrahim Kalkan 7edf315797 Fix comments.
7 years ago
Halil İbrahim Kalkan 0906e4f391 Handle basic URL conventions.
7 years ago
Halil İbrahim Kalkan 32518df791 Remove services prefix for all services.
7 years ago
Halil İbrahim Kalkan b258738fef Added unit test. Added feature to generate ids for in memory database.
7 years ago
Halil İbrahim Kalkan 36f52a616f Added unit test for AddPhone.
7 years ago
Halil İbrahim Kalkan 0273225fe9 Added DeletePhone to IPersonAppService.
7 years ago
Halil İbrahim Kalkan aba80f85cf Added a few custom methods to PersonAppService.
7 years ago
Halil İbrahim Kalkan 5bc7862095 Added phone entity in the sample application.
7 years ago
Halil İbrahim Kalkan e105079311 Change crud add service base.
8 years ago
Halil İbrahim Kalkan 555d3c76b2 Fix comment.
8 years ago
Halil İbrahim Kalkan c52704fdaa Created unit test for Crud application service.
8 years ago
Halil İbrahim Kalkan 38519a001a Make "application services as controllers" working.
8 years ago
Halil İbrahim Kalkan 8172382883 Enable Property Injection only for types in an assembly containing an AbpModule
8 years ago
Halil İbrahim Kalkan d1907e342e Added application service convention for AspNet Core.
8 years ago
Halil İbrahim Kalkan 5ad5a6859c Revised basic ASP.NETCore-integrated tests.
8 years ago
Halil İbrahim Kalkan 80d36ca471 Remove unused namespaces.
8 years ago
Halil İbrahim Kalkan 5b962370bb Refactored.
8 years ago
Halil İbrahim Kalkan 863a65f0db Tested CRUD service and refactored.
8 years ago
Halil İbrahim Kalkan 42438d5308 Resolved #93: MemoryDb implementation.
8 years ago
Halil İbrahim Kalkan 073f97ee0f Created new test projects.
8 years ago
Halil İbrahim Kalkan 408e100f4c Remove unused namespaces.
8 years ago
Halil İbrahim Kalkan b9b052a4c8 Change namespace of Dtos.
8 years ago
Halil İbrahim Kalkan 746e946eb1 Adjust namespace of AbpCultureHelper.
8 years ago
Halil İbrahim Kalkan f9987a6055 Adjust namespaces for Abp.Tests project.
8 years ago
Halil İbrahim Kalkan 157f8154f1 Fix namespaces.
8 years ago
Halil İbrahim Kalkan fa6cba7aa0 Move DI classes to the right namespace.
8 years ago
Halil İbrahim Kalkan be86d45380 Rename namespcases of extension methods.
8 years ago
Halil İbrahim Kalkan c82625e874 Rename extension classes.
8 years ago
Halil İbrahim Kalkan 19023f3ba7 Fix unit test for AbpDesk.
8 years ago
Halil İbrahim Kalkan 6e7196e5a4 Upgraded test projects to netcoreapp2.0.
8 years ago
Halil İbrahim Kalkan bec0f6bec2 Refactor namings.
8 years ago
Halil İbrahim Kalkan 3054dbf572 #38 Create convention to expose service types.
8 years ago
Halil İbrahim Kalkan 05d84a60e4 Created DefaultObjectMapper and implemented specific mappers.
8 years ago
Halil İbrahim Kalkan 5afe67a976 Added more automapper tests.
8 years ago
Halil İbrahim Kalkan 776794f2cd Added automapper tests.
8 years ago
Halil İbrahim Kalkan ce2a3a2535 Developed automapper module fundamentally.
8 years ago
Halil İbrahim Kalkan 7827dfad4c Created TypeFinder_Tests.
8 years ago
Halil İbrahim Kalkan b2b8074eab Introduced IModuleContainer. Created unit test for AssemblyFinder.
8 years ago
Halil İbrahim Kalkan 7511853740 Refactored.
8 years ago
Halil İbrahim Kalkan 361598539d Make AbpApplication disposable.
8 years ago
Halil İbrahim Kalkan 977f7f59b8 Upgraded all nuget packages.
8 years ago
Halil İbrahim Kalkan dfb383fb82 Created BuildServiceProviderFromFactory extension.
8 years ago
Halil İbrahim Kalkan a93de36f5b Move AbpInterceptionTestBase to Volo.Abp.Tests since it's independent from Castle.Core.
8 years ago
Halil İbrahim Kalkan 343a9b38af Improved interception.
8 years ago
Halil İbrahim Kalkan 3221775900 Make all unit tests passing.
8 years ago
Halil İbrahim Kalkan c6ffb58841 Refactored and imporved interception abstraction.
8 years ago
Halil İbrahim Kalkan 370d0e3b1c Implemented async interception.
8 years ago
Halil İbrahim Kalkan ed53a95e12 Made sync test succeed for interception.
8 years ago
Halil İbrahim Kalkan 684051efa4 Worked on async interceptors.
8 years ago
Halil İbrahim Kalkan 0292287fe3 #80: Created Unit Of Work Interceptor.
8 years ago
Halil İbrahim Kalkan 64651778d3 Fix namespace of embedded resource.
8 years ago
Halil İbrahim Kalkan 4c4fcb5179 Fixed default namespaces after VS2017 migrate.
8 years ago
Halil İbrahim Kalkan a4c451d9a8 Upgraded to VS 2017 format.
8 years ago
Halil İbrahim Kalkan 88de8b3128 Added a new unit test for FormattedStringValueExtracter.
8 years ago
Halil İbrahim Kalkan cbbb136834 Added initial Identity rest API.
8 years ago
Halil İbrahim Kalkan f4fd048a56 Resolved #24: Embedded Controller and View System.
8 years ago
Halil İbrahim Kalkan be1f6319ad Rename namespace.
8 years ago
Halil İbrahim Kalkan 8042e1f882 #75: Added menu manager, tests and a simple renderer.
8 years ago
Halil İbrahim Kalkan fbd822204b Revise some TODOs.
8 years ago
Halil İbrahim Kalkan 8a68714e03 Added events to UOW.
8 years ago
Halil İbrahim Kalkan 9c12a159ba Resolved #62: Add domain tenant resolver.
8 years ago
Halil İbrahim Kalkan 5837a3ef45 Revised multitenancy resolve and store system.
8 years ago
Halil İbrahim Kalkan 6f679ab1db Change default PK from string to GUID!
8 years ago
Halil İbrahim Kalkan 8972ba8f69 Introduce AspNetCoreMultiTenancyOptions.
8 years ago
Halil İbrahim Kalkan bc0165d892 Added tenant resolvers.
8 years ago
Halil İbrahim Kalkan 776c0ca498 Removed Volo.DependencyInjection and Volo.ExtensionMethods projects.
8 years ago
Halil İbrahim Kalkan 589b42a20d Create replaceservices option for dependency attribute.
8 years ago
Halil İbrahim Kalkan 6989ff05a5 Revised multi tenant connection string resolver.
8 years ago
Halil İbrahim Kalkan 764dc3790b Fixed StringExtensions culture problem. Added CultureHelper.
8 years ago
Halil İbrahim Kalkan ffc1977c16 #44 Clock abstraction and json serializer abstraction.
8 years ago
Halil İbrahim Kalkan 0ef5daeb0e Provide an option to set base repository classes, instead of defaults.
8 years ago
Halil İbrahim Kalkan d6e68771f0 Added unit tests and fixed repository registration problem.
8 years ago
Halil İbrahim Kalkan 0d9f95d050 Resolved #68: Rename DatabaseNameAttribute to ConnectionStringNameAttribute.
8 years ago
Halil İbrahim Kalkan ecd75464b2 Resolved #65: Create PostConfigureServices method for AbpModule.
8 years ago
Halil İbrahim Kalkan 78abed7312 Implemented role store.
8 years ago
Halil İbrahim Kalkan c562b6b186 Allow to override default repository and make it optional.
8 years ago
Halil İbrahim Kalkan c775f3e6d5 Made Identity module initialized.
8 years ago
Halil İbrahim Kalkan d674af3eaa Made Identity compiling, but not working yet.
8 years ago
Halil İbrahim Kalkan 3061492973 Determine connection string by current tenant. Resolved #12.
8 years ago
Halil İbrahim Kalkan c0b0c380bf added ConventionalRegistrar_Tests
8 years ago
Halil İbrahim Kalkan f257be5166 Add PreConfigureServices(IServiceCollection) to abp modules to run some code before ConfigureServices. Resolved #11.
8 years ago
Halil İbrahim Kalkan 562ef7c78b Added tests and refactored.
8 years ago
Halil İbrahim Kalkan 4b7a4ab7d2 implemented conn string per database name.
8 years ago
Halil İbrahim Kalkan b748c23028 Removed ncrunchproject files.
8 years ago
Halil İbrahim Kalkan e10e0881e1 Added notes.
8 years ago
Halil İbrahim Kalkan f0e81a52f6 Added unit test for DisableConventionalRegistration.
8 years ago
Halil İbrahim Kalkan aebc6c092d Added tests and made ConventionalRegistrars dictionary concurrent.
8 years ago
Halil İbrahim Kalkan 7d79560aee Added IConventionalRegistrar to add other conventions for registration.
8 years ago
Halil İbrahim Kalkan 8545c361f7 Refactored ServiceCollectionRegistrationExtensions, added TryAdd methods.
8 years ago
Halil İbrahim Kalkan dcbb625d88 Implemented basic unit of work.
8 years ago
Halil İbrahim Kalkan d3c613d121 Creates basic UOW classes and revised codebase.
8 years ago
Halil İbrahim Kalkan 08dd58c92e Revised MultiTenantManager_Tests.
8 years ago
Halil İbrahim Kalkan 00ab8c162e Added notes.
8 years ago
Halil İbrahim Kalkan 458dd7e6ba Revised tenant resolve and added query string resolver.
8 years ago
Halil İbrahim Kalkan 268af45ec5 Added MultiTenancyOptions.
8 years ago
Halil İbrahim Kalkan 27807c855a Renamed tenancy classes.
8 years ago
Halil İbrahim Kalkan 383ed32017 Added AsyncLocalAmbientTenantScopeProvider_Tests.
8 years ago
Halil İbrahim Kalkan 6ec1cdb848 Renamed tenant manager components.
8 years ago
Halil İbrahim Kalkan 0a6d557875 Introduced module manager and revised module loader.
8 years ago
Halil İbrahim Kalkan a7cfc5318d Added tests for AsyncHelper.
8 years ago
Halil İbrahim Kalkan aa52001d95 Added module shutdown.
8 years ago
Halil İbrahim Kalkan 486f344881 Make AbpApplication.Create internal.
8 years ago
Halil İbrahim Kalkan fc14608b08 Refactorings.
8 years ago
Halil İbrahim Kalkan 5f9a0e58b2 Created basic dynamic connection string resolve and dbcontext configuration infrastructure.
8 years ago