1. 11 Jul, 2023 4 commits
  2. 29 Jun, 2023 1 commit
  3. 17 Mar, 2023 1 commit
  4. 21 Feb, 2023 2 commits
  5. 20 Feb, 2023 1 commit
  6. 17 Feb, 2023 1 commit
  7. 01 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  8. 20 Jan, 2023 1 commit
  9. 12 Jan, 2023 2 commits
  10. 04 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 5b1579a7
      Lluis Gifre Renom authored
      - updated coveragerc template file
      - extended and improved rpc wrapper set of declarable exceptions
      - updated default context and topology definition constants
      5b1579a7
  11. 18 Dec, 2022 1 commit
  12. 15 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Proto: · 817f5f08
      Lluis Gifre Renom authored
      - added field name in context
      - added field name in topology
      - added field name in device
      - added field name in link
      - added field name in service
      - added field name in slice
      817f5f08
  13. 12 Dec, 2022 1 commit
  14. 02 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 2f520913
      Lluis Gifre Renom authored
      - Increased default gRPC workers from 10 to 200
      - added object factory methods for L2NM services
      2f520913
  15. 28 Nov, 2022 2 commits
  16. 21 Nov, 2022 1 commit
  17. 08 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 82a6e189
      Lluis Gifre Renom authored
      - implemented generic Context queries
      - added Slice to object_factory
      82a6e189
  18. 13 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 756da240
      Lluis Gifre Renom authored
      - improved objects_factory : Service-related methods
      756da240
  19. 11 Sep, 2022 3 commits
    • Lluis Gifre Renom's avatar
      Multiple changes and fixes: · a5f4f2b6
      Lluis Gifre Renom authored
      Common:
      - renamed device type OPTICAL_LINE_SYSTEM to OPEN_LINE_SYSTEM
      - added DATACENTER and EMULATED_DATACENTER device types.
      
      Context:
      - modified service constraints for test object to use nomenclature "metric[unit]"
      - corrected ConstraintModel dump methods
      
      Device:
      - uncommented dump methods in database ContextModel and TopologyModel
      
      OFC'22 / OECCPSC'22 tests:
      - renamed device type OPTICAL_LINE_SYSTEM to OPEN_LINE_SYSTEM
      
      WebUI:
      OFC'22 / OECCPSC'22 tests:
      - renamed device type OPTICAL_LINE_SYSTEM to OPEN_LINE_SYSTEM
      a5f4f2b6
    • Lluis Gifre Renom's avatar
      Misc improvements: · d56e5665
      Lluis Gifre Renom authored
      - added object factory method for emulated datacenters
      d56e5665
    • Lluis Gifre Renom's avatar
      Context/Service/PathComp component fixes: · 8a26fd5d
      Lluis Gifre Renom authored
      Common:
      - Added missing object factory methods for constraints
      
      Context:
      - Adapted unitary tests to new constraint object factory methods
      
      Service:
      - Adapted unitary tests to new constraint object factory methods
      
      PathComp-Backend:
      - Deactivated health probes since it causes problems in backend REST server
      
      PathComp-Frontend:
      - Correct unitary test constraints for SP algorithm
      - Adapted unitary tests to new constraint object factory methods
      - Fixed instantiation of ShortestPath and KDisjointPath Algorithms
      - Ignore unknown constraints in Algorithm request composition
      8a26fd5d
  20. 08 Aug, 2022 1 commit
    • Ville Hallivuori's avatar
      Pull request #2: vhallivu/XR_DRIVER_EMULATE_ENDPOINTS · ac066a01
      Ville Hallivuori authored
      Merge in XRCA/teraflow from vhallivu/XR_DRIVER_EMULATE_ENDPOINTS to xr_development
      
      Squashed commit of the following:
      
      commit da5b46937d8f0dd87f535e3d736dc1d9e2043e94
      Author: Ville Hallivuori <VHallivuori@infinera.com>
      Date:   Mon Aug 8 15:21:16 2022 +0300
      
          Updates to emulation
      
      commit b9d9e566f4622f85767c85b72494fbb33896de60
      Author: Ville Hallivuori <VHallivuori@infinera.com>
      Date:   Mon Aug 8 13:49:55 2022 +0300
      
          Add XR constellation icon for topology
      
      commit 6d24a643f11ecb684043332500c2ee8b2768e900
      Author: Ville Hallivuori <VHallivuori@infinera.com>
      Date:   Mon Aug 8 12:56:16 2022 +0300
      
          Improved XR service creation stubs
      
      commit 7d31fd2ecc67848368e2d0eddb616faa6115128d
      Author: Ville Hallivuori <VHallivuori@infinera.com>
      Date:   Mon Aug 8 08:07:10 2022 +0300
      
          Eulation for XrDriver endpoints
      ac066a01
  21. 02 Aug, 2022 2 commits
  22. 14 Jul, 2022 1 commit
    • 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
  23. 06 Jul, 2022 1 commit
  24. 23 Jun, 2022 1 commit
  25. 20 May, 2022 2 commits
  26. 19 May, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common framework: · 5dc77fe4
      Lluis Gifre Renom authored
      - defined unified constants for all micro-services
      - defined common settings getter methods
      - defined generic gRPC servicer
      - defined generic Rest servicer
      - defined common MockServicer for Monitoring component
      - removed old common/tests MockService class; to be replaced by new generic gRPC servicer
      - minor code formatting/styling
      5dc77fe4
  27. 17 May, 2022 1 commit
  28. 16 May, 2022 1 commit
  29. 16 Feb, 2022 2 commits