- Feb 20, 2023
-
-
Lluis Gifre Renom authored
- Corrected slice-to-subslice db schema - Corrected removal of endpoints
-
- Feb 17, 2023
-
-
Lluis Gifre Renom authored
- fixed check of endpoints in SetService - fixed check of endpoints in SetSlice - fixed slice-subslice relationship
-
- 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
-
- 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 07, 2023
-
-
Lluis Gifre Renom authored
- removed old code - implemented basic support for Slice entity - implemented detailed perf eval report in unitary tests
-
- 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
-
- Nov 09, 2022
-
-
Lluis Gifre Renom authored
- improved retrieval of slices in SliceModel
-
- Nov 08, 2022
-
-
Lluis Gifre Renom authored
- added slice_owner fields to SliceModel and Servicer
-
- 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
-
- Jul 14, 2022
-
-
Lluis Gifre Renom authored
- Arranged .gitignore & .gitkeep files in common proto folder - Created specific run_tests_locally script for Context component - Moved imports from *.proto folder to common.proto folder - Adapted common.tools.object_factory to new proto definitions for ConfigRule and Constraint - Extended common.tools.type_checkers to new proto definitions for ConfigRule and Constraint - Removed context's genproto.sh script - Adapted Events generated to new timestamp data type - Minor code and linting fixing
-
- May 03, 2022
-
-
Lluis Gifre Renom authored
-
- Mar 11, 2022
-
-
Lluis Gifre Renom authored
Compute: - added support for Slice creation when VPLS service is requested instead of VPWS Context: - minor improvements in client class logging - added slice events to EventsCollector - minor bug fixes in SliceModel Interdomain: - Implemented basic workflow Monitoring: - fixed requirements versions Service: - minor improvements in client and server logging Slice: - Implemented basic workflow OECC/PSC'22 functional test: - updated test objects - updated deployment script - updated exposed services
-
- Mar 10, 2022
-
-
Lluis Gifre Renom authored
- Implemented support for Slices - missing: unitary tests
-