- Oct 21, 2024
-
-
Lluis Gifre Renom authored
-
- Apr 24, 2024
-
-
Mohammad Ismaeel authored
-
- Apr 18, 2024
-
-
Lluis Gifre Renom authored
-
- Jul 07, 2023
-
-
Lluis Gifre Renom authored
-
- Apr 19, 2023
-
-
Carlos Manso authored
-
- Mar 26, 2023
-
-
Lluis Gifre Renom authored
- Added SelectDevice, SelectService, SelectSlice RPC methods - Corrected relationship import modes - Added options to selectively load relations according to method
-
- Feb 21, 2023
-
-
Lluis Gifre Renom authored
- Added indexes recommended by Cockroach internal planner to boost performance - Added extra foreign-key indexes to enhance constraint validation
-
- Feb 01, 2023
-
-
Lluis Gifre Renom authored
- Added/Updated headers - Added script to update copyright headers
-
- Jan 29, 2023
-
-
Lluis Gifre Renom authored
- Implemented method to retrieve names of endpoints and devices - Implemented method to retrieve topology details
-
- Jan 13, 2023
-
-
Lluis Gifre Renom authored
- migrated events for Service and Slice entities - added missing not-nulls to database fields
-
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
-
- Jan 12, 2023
-
-
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
-
- Jan 05, 2023
-
-
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
-
- Jan 04, 2023
-
-
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
-
- Jan 03, 2023
-
-
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
-
- Jan 02, 2023
-
-
Lluis Gifre Renom authored
- progress on migration to CockroachDB (partial)
-
- Dec 15, 2022
-
-
Lluis Gifre Renom authored
- reviewing integration with CockroachDB - reviewing context REST API - reviewing database schema - reviewing code
-
- Dec 11, 2022
-
-
Carlos Manso authored
-
Carlos Manso authored
-
- Dec 02, 2022
-
-
Carlos Manso authored
-
- Oct 03, 2022
-
-
Carlos Manso authored
-
- Aug 02, 2022
-
-
Lluis Gifre Renom authored
- added exposition of redis-tests service for testing with Redis backend - moved delete logic from Context Servicer to ORM components - added support for constraints of different kinds
-
- Aug 01, 2022
-
-
Lluis Gifre Renom authored
- added helper methods to copy/update grpc messages: config_rules, constraints, endpoint_ids, service_ids - extended Context ConstraintModel to support different types of constraints - extended EndpointModel with get_endpoint helper method - extended SliceModel to incorporate config rules
-
- Feb 16, 2022
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- Dec 16, 2021
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
- support definition of KPISampleTypes per EndPoint in Context and Device - improvements in definition of objects used for test cases - adapted few values in unit tests - updated gRPC-generated Python code for OpticalCentralizedAttackDetector
-
- Nov 30, 2021
-
-
Javi Moreno authored
-
- Oct 28, 2021
-
-
Lluis Gifre Renom authored
-
- Oct 20, 2021
-
-
Lluis Gifre Renom authored
Common: - added ORM helper function get_related_instances - minor modifications in ORM framework Proto: - field/message/enum renamings in context.proto to normalize notation Context: - Expanded service/database/Models.py into separate models to facilitate coding - Completed implementation of Get/Set/List/Remove methods for Context, Topology, Device, Link, and EndPoint; also completed for relation models between topology and device/link, and ConfigModels - Implemented test units for Get/Set/List/Remove methods for Context, Topology, Device, Link, and EndPoint - Implemented skeleton for Get/Set/List/Remove methods for Service. - Added Tools.py with helper methods to fimplify handling of enums between ORM and gRPC messages.
-