Skip to content
Snippets Groups Projects
  1. Feb 20, 2023
  2. Feb 17, 2023
    • Lluis Gifre Renom's avatar
      Context component: · d2ef8068
      Lluis Gifre Renom authored
      - fixed check of endpoints in SetService
      - fixed check of endpoints in SetSlice
      - fixed slice-subslice relationship
      d2ef8068
  3. Feb 01, 2023
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  4. Jan 13, 2023
    • Lluis Gifre Renom's avatar
      Context: · a3f7e8f7
      Lluis Gifre Renom authored
      - migrated events for Service and Slice entities
      - added missing not-nulls to database fields
      a3f7e8f7
  5. Jan 10, 2023
    • Lluis Gifre Renom's avatar
      Context component: · d03919be
      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
      d03919be
  6. Jan 07, 2023
    • Lluis Gifre Renom's avatar
      Context component: · d2316472
      Lluis Gifre Renom authored
      - removed old code
      - implemented basic support for Slice entity
      - implemented detailed perf eval report in unitary tests
      d2316472
  7. Jan 03, 2023
    • Lluis Gifre Renom's avatar
      Context component: · 22d86182
      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
      22d86182
  8. Nov 09, 2022
  9. Nov 08, 2022
  10. Aug 02, 2022
    • Lluis Gifre Renom's avatar
      Context component: · b3874a8a
      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
      b3874a8a
  11. Aug 01, 2022
    • Lluis Gifre Renom's avatar
      Common and Context changes: · 61240584
      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
      61240584
  12. Jul 14, 2022
    • Lluis Gifre Renom's avatar
      Adapted Context to common proto folder: · 6908f606
      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
      6908f606
  13. May 03, 2022
  14. Mar 11, 2022
    • Lluis Gifre Renom's avatar
      Integrated basic slicing skeleton. · c6699878
      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
      c6699878
  15. Mar 10, 2022
Loading