Several changes:
- Final version of Context service ready for integration tests - Integrated REST API read-only methods - Updated test units for gRPC and REST API interfaces - Improved flag for pre-populating database with fake testing data - Combined Redis within Context POD
Showing
- manifests/.gitlab-ci.yml 0 additions, 1 deletionmanifests/.gitlab-ci.yml
- manifests/contextservice.yaml 14 additions, 0 deletionsmanifests/contextservice.yaml
- manifests/redis.yaml 0 additions, 54 deletionsmanifests/redis.yaml
- run_local_tests.sh 2 additions, 4 deletionsrun_local_tests.sh
- src/common/type_checkers/Assertions.py 250 additions, 139 deletionssrc/common/type_checkers/Assertions.py
- src/context/Config.py 1 addition, 1 deletionsrc/context/Config.py
- src/context/service/__main__.py 4 additions, 2 deletionssrc/context/service/__main__.py
- src/context/service/grpc_server/ContextService.py 2 additions, 2 deletionssrc/context/service/grpc_server/ContextService.py
- src/context/service/grpc_server/ContextServiceServicerImpl.py 29 additions, 16 deletions...context/service/grpc_server/ContextServiceServicerImpl.py
- src/context/service/rest_server/Resources.py 130 additions, 0 deletionssrc/context/service/rest_server/Resources.py
- src/context/service/rest_server/Server.py 2 additions, 0 deletionssrc/context/service/rest_server/Server.py
- src/context/service/rest_server/resources/Context.py 0 additions, 15 deletionssrc/context/service/rest_server/resources/Context.py
- src/context/service/rest_server/resources/__init__.py 0 additions, 0 deletionssrc/context/service/rest_server/resources/__init__.py
- src/context/tests/example_objects.py 5 additions, 1 deletionsrc/context/tests/example_objects.py
- src/context/tests/test_unitary.py 300 additions, 97 deletionssrc/context/tests/test_unitary.py
- src/context/tests/test_unitary_fast_hasher.py 0 additions, 30 deletionssrc/context/tests/test_unitary_fast_hasher.py
- src/context/tests/test_unitary_rest.py 0 additions, 57 deletionssrc/context/tests/test_unitary_rest.py
Loading
Please register or sign in to comment