Adapted Context to common proto folder:
- Arranged .gitignore & .gitkeep files in common proto folder - Created specific run_tests_locally script for Context component - Moved imports from *.proto folder to common.proto folder - Adapted common.tools.object_factory to new proto definitions for ConfigRule and Constraint - Extended common.tools.type_checkers to new proto definitions for ConfigRule and Constraint - Removed context's genproto.sh script - Adapted Events generated to new timestamp data type - Minor code and linting fixing
Showing
- src/context/proto/acl_pb2.py 0 additions, 431 deletionssrc/context/proto/acl_pb2.py
- src/context/proto/context_pb2.py 0 additions, 3890 deletionssrc/context/proto/context_pb2.py
- src/context/proto/context_pb2_grpc.py 0 additions, 1419 deletionssrc/context/proto/context_pb2_grpc.py
- src/context/proto/context_policy_pb2.py 0 additions, 99 deletionssrc/context/proto/context_policy_pb2.py
- src/context/proto/context_policy_pb2_grpc.py 0 additions, 199 deletionssrc/context/proto/context_policy_pb2_grpc.py
- src/context/proto/kpi_sample_types_pb2.py 0 additions, 78 deletionssrc/context/proto/kpi_sample_types_pb2.py
- src/context/proto/policy_pb2.py 0 additions, 492 deletionssrc/context/proto/policy_pb2.py
- src/context/service/Populate.py 1 addition, 1 deletionsrc/context/service/Populate.py
- src/context/service/database/ConfigModel.py 15 additions, 8 deletionssrc/context/service/database/ConfigModel.py
- src/context/service/database/ConnectionModel.py 1 addition, 1 deletionsrc/context/service/database/ConnectionModel.py
- src/context/service/database/ConstraintModel.py 15 additions, 8 deletionssrc/context/service/database/ConstraintModel.py
- src/context/service/database/DeviceModel.py 1 addition, 1 deletionsrc/context/service/database/DeviceModel.py
- src/context/service/database/Events.py 2 additions, 2 deletionssrc/context/service/database/Events.py
- src/context/service/database/KpiSampleType.py 1 addition, 1 deletionsrc/context/service/database/KpiSampleType.py
- src/context/service/database/ServiceModel.py 1 addition, 1 deletionsrc/context/service/database/ServiceModel.py
- src/context/service/database/SliceModel.py 1 addition, 1 deletionsrc/context/service/database/SliceModel.py
- src/context/service/grpc_server/ContextService.py 1 addition, 1 deletionsrc/context/service/grpc_server/ContextService.py
- src/context/service/grpc_server/ContextServiceServicerImpl.py 10 additions, 6 deletions...context/service/grpc_server/ContextServiceServicerImpl.py
- src/context/service/rest_server/Resources.py 1 addition, 1 deletionsrc/context/service/rest_server/Resources.py
- src/context/tests/Objects.py 1 addition, 1 deletionsrc/context/tests/Objects.py
Loading
Please register or sign in to comment