feat: QoSProfile database moved to logical database in CRDB and context...
feat: QoSProfile database moved to logical database in CRDB and context interaction removed from QoSProfile component: - tests updated - qos_profile constraint aded to ConstraintKindEnum and Constraint parser of context database - GenericDatabase class used to create qos_profile database - qos_profile component activation by default added to my_deploy.sh
parent
49070d98
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- deploy/crdb.sh 3 additions, 0 deletionsdeploy/crdb.sh
- deploy/tfs.sh 1 addition, 2 deletionsdeploy/tfs.sh
- my_deploy.sh 4 additions, 2 deletionsmy_deploy.sh
- proto/qos_profile.proto 7 additions, 12 deletionsproto/qos_profile.proto
- src/context/service/database/Constraint.py 2 additions, 1 deletionsrc/context/service/database/Constraint.py
- src/context/service/database/models/ConstraintModel.py 1 addition, 0 deletionssrc/context/service/database/models/ConstraintModel.py
- src/qos_profile/Dockerfile 0 additions, 8 deletionssrc/qos_profile/Dockerfile
- src/qos_profile/client/QoSProfileClient.py 3 additions, 2 deletionssrc/qos_profile/client/QoSProfileClient.py
- src/qos_profile/service/QoSProfileServiceServicerImpl.py 12 additions, 26 deletionssrc/qos_profile/service/QoSProfileServiceServicerImpl.py
- src/qos_profile/service/__main__.py 10 additions, 11 deletionssrc/qos_profile/service/__main__.py
- src/qos_profile/service/database/QoSProfile.py 2 additions, 2 deletionssrc/qos_profile/service/database/QoSProfile.py
- src/qos_profile/tests/conftest.py 2 additions, 3 deletionssrc/qos_profile/tests/conftest.py
- src/qos_profile/tests/test_constraints.py 3 additions, 51 deletionssrc/qos_profile/tests/test_constraints.py
- src/qos_profile/tests/test_crud.py 3 additions, 2 deletionssrc/qos_profile/tests/test_crud.py
Please register or sign in to comment