PyExecutor ResourceResolution store/retrieve templates 54/104954/4
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 27 Mar 2020 12:16:22 +0000 (12:16 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Tue, 28 Apr 2020 08:26:32 +0000 (08:26 +0000)
commitdaf7bf3b0726c9574f9f1b7aa34af4f199ee32c3
tree023d8ce4a7a2e599cdc7a7c9d1a38e57e6d73b79
parent4dccd00d6b1399596ed6f1e0c7f08cdb98cbec4f
PyExecutor ResourceResolution store/retrieve templates

Issue-ID: CCSDK-2156
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I59df2772d004e349532a1b42c4e4abd367c13256
12 files changed:
.vscode/settings.json [deleted file]
ms/py-executor/resource_resolution/README.md [moved from ms/py-executor/resource_resolution/README with 75% similarity]
ms/py-executor/resource_resolution/grpc/__init__.py [new file with mode: 0644]
ms/py-executor/resource_resolution/grpc/authorization.py [moved from ms/py-executor/resource_resolution/authorization.py with 100% similarity]
ms/py-executor/resource_resolution/grpc/client.py [moved from ms/py-executor/resource_resolution/client.py with 100% similarity]
ms/py-executor/resource_resolution/http/__init__.py [new file with mode: 0644]
ms/py-executor/resource_resolution/http/client.py [new file with mode: 0644]
ms/py-executor/resource_resolution/resource_resolution.py
ms/py-executor/resource_resolution/tests/authorization_interceptor_test.py
ms/py-executor/resource_resolution/tests/grpc_client_test.py [moved from ms/py-executor/resource_resolution/tests/client_test.py with 89% similarity]
ms/py-executor/resource_resolution/tests/http_client_test.py [new file with mode: 0644]
ms/py-executor/resource_resolution/tests/resource_resolution_test.py