Context:
- updated run_tests_locally script - updated GitLab CI/CD with NATS - updated ContextModel and TopologyModel with created/updated - added logic for Context and Topology events created/updated/deleted - activated dependencies for test_connection - activated event testing in Context and Topology entities - corrected conftest for Context component
Showing
- scripts/run_tests_locally-context.sh 55 additions, 17 deletionsscripts/run_tests_locally-context.sh
- src/context/.gitlab-ci.yml 12 additions, 3 deletionssrc/context/.gitlab-ci.yml
- src/context/service/Constants.py 0 additions, 30 deletionssrc/context/service/Constants.py
- src/context/service/ContextServiceServicerImpl.py 25 additions, 23 deletionssrc/context/service/ContextServiceServicerImpl.py
- src/context/service/Events.py 18 additions, 2 deletionssrc/context/service/Events.py
- src/context/service/database/Context.py 25 additions, 19 deletionssrc/context/service/database/Context.py
- src/context/service/database/Topology.py 26 additions, 20 deletionssrc/context/service/database/Topology.py
- src/context/service/database/models/ContextModel.py 3 additions, 1 deletionsrc/context/service/database/models/ContextModel.py
- src/context/service/database/models/TopologyModel.py 3 additions, 1 deletionsrc/context/service/database/models/TopologyModel.py
- src/context/tests/conftest.py 6 additions, 5 deletionssrc/context/tests/conftest.py
- src/context/tests/test_connection.py 1 addition, 1 deletionsrc/context/tests/test_connection.py
- src/context/tests/test_context.py 23 additions, 22 deletionssrc/context/tests/test_context.py
- src/context/tests/test_topology.py 33 additions, 33 deletionssrc/context/tests/test_topology.py
Loading
Please register or sign in to comment