- 16 Jan, 2023 5 commits
-
-
Lluis Gifre Renom authored
- disabled event testing; operation works, but sometimes tests get stuck - added dynamic wait for CockroachDB and NATS containers to start - tuned grace shutdown period - improved NatsBackend termination
-
Lluis Gifre Renom authored
- added smart wait for crdb and nats to start
-
Lluis Gifre Renom authored
- added clean-up commands for the GitLab runner
-
Lluis Gifre Renom authored
- corrected unitary test order and one-by-one execution - extractedunitary test constant to separate file - added updated_at refresh for Service and Slice entities - corrected return types for Connection entity - prepared PolicyRule entity to raise events and corrected return types of methods
-
Lluis Gifre Renom authored
- testing CI/CD pipeline
-
- 13 Jan, 2023 14 commits
-
-
Lluis Gifre Renom authored
- configured constant with event collection timeout for unitary tests and debug purposes - cosmetic changes - migrated event reporting for Connection entity
-
Lluis Gifre Renom authored
- cosmetic changes
-
Lluis Gifre Renom authored
- migrated events for Service and Slice entities - added missing not-nulls to database fields
-
Lluis Gifre Renom authored
- testing CI/CD pipeline
-
Lluis Gifre Renom authored
- added logs to CI/CD pipeline for debug purposes
-
Lluis Gifre Renom authored
- removed unneeded files - added control when no database engine can be instantiated - added missing assertions in device and link unitary tests
-
Lluis Gifre Renom authored
- corrected report of config rules updated - corrected update notifications for Device - removed unneeded log messages - migrated events for Link entity
-
Lluis Gifre Renom authored
- cosmetic changes - activated correct events to collect for device unitary test
-
Lluis Gifre Renom authored
- corrected run_tests_locally script - solved formatting issue with Database Engine error logging - minor type hinting corrections - activated event notifications for Device, EndPoint and ConfigRule
-
Lluis Gifre Renom authored
- corrected Topology unitary test
-
Lluis Gifre Renom authored
- corrected CI/CD pipeline
-
Lluis Gifre Renom authored
- added missing requirement - corrected unitary test Topology
-
Lluis Gifre Renom authored
- 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
-
Lluis Gifre Renom authored
- Added backend for NATS message broker - removed unneeded test script
-
- 12 Jan, 2023 13 commits
-
-
Lluis Gifre Renom authored
- corrected metrics names
-
Lluis Gifre Renom authored
- corrected logger instantiation - arranged performance collector for unit tests - moved performance evaluation dump method to Metrics Pool
-
Lluis Gifre Renom authored
- corrected imports of Method Wrappers API
-
Lluis Gifre Renom authored
- corrected slice and service methods
-
Lluis Gifre Renom authored
- disabled Redis MessageBroker backend
-
Lluis Gifre Renom authored
- updated CI/CD pipeline
-
Lluis Gifre Renom authored
- updated CI/CD pipeline
-
Lluis Gifre Renom authored
- corrected requirements - updated CI/CD pipeline
-
Lluis Gifre Renom authored
- repositioned Database Engine class - updated CI/CD pipeline
-
Lluis Gifre Renom authored
- updated to new Method Wrapper API
-
Lluis Gifre Renom authored
- extended grpc-to-enum tool to support arbitrary enum item names - added PolicyRuleState enum model - misc minor comment corrections - misc import reorderings - migrated Connection model and methods - migrated PolicyRule model and methods - removed unused files
-
Lluis Gifre Renom authored
- minor cosmetic changes
-
Lluis Gifre Renom authored
- updated policy rule object factory - updated rpc method wrapper decorator's duration buckets
-
- 10 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- moved relational models to associated classes - migrated support for slice subslices - added filters to prevent upsert when there is nothing to update
-
- 07 Jan, 2023 2 commits
-
-
Lluis Gifre Renom authored
- removed old code - implemented basic support for Slice entity - implemented detailed perf eval report in unitary tests
-
Lluis Gifre Renom authored
- Implemented Debug API - Implementing unitary debug API tests
-
- 05 Jan, 2023 2 commits
-
-
Lluis Gifre Renom authored
- corrected ConfigRuleModel and methods - corrected ConstraintModel and methods - corrected ServiceModel and methods - corrected ServiceEndPointModel - added missing non-null constraints - removed redundant column definition data - removed unneeded lazy loading parameters - added Service UUID generator - implemented unitary test for Service entity
-
Lluis Gifre Renom authored
- relocated database methods - corrected models to use single-column primary key - corrected test cases
-
- 04 Jan, 2023 2 commits
-
-
Lluis Gifre Renom authored
- cleaned up script run tests locally - temporarily added script to automate test & coverage reporting - reorganized unitary tests - migration in progress to use single-column primary-key for main entities - intermediate backup ; work in progress
-
Lluis Gifre Renom authored
- updated coveragerc template file - extended and improved rpc wrapper set of declarable exceptions - updated default context and topology definition constants
-
- 03 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- reorganized code spliting database models, enumerations, and operation methods - separated unitary tests per entity and defined order between them - separated unitary test for fasthasher - modev old code to separate folder
-