- Oct 31, 2023
-
-
Lluis Gifre Renom authored
- Add attributes total/current capacity to link entity - Extend unitary tests of links to test attributes
-
- Mar 27, 2023
-
-
Lluis Gifre Renom authored
- Corrected lazy mode of link relationships - Corrected TopologyModel dump_detailed method to avoid retrieving config rules and components - Added missing selectinload options in Topology
-
- Mar 25, 2023
-
-
Lluis Gifre Renom authored
- Fixed composition of PolicyRule messages - Added position of endpoints in Link, Service, and Slice. - Added sort of endpoints according to their position.
-
- Feb 25, 2023
-
-
Lluis Gifre Renom authored
- Added logic to keep order of link endpoints
-
- 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 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 report of config rules updated - corrected update notifications for Device - removed unneeded log messages - migrated events for Link entity
-
- 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 10, 2023
-
-
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
-
- 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
-