1. 12 Jul, 2022 4 commits
  2. 11 Jul, 2022 3 commits
  3. 06 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      DLT component: · ea50d792
      Lluis Gifre Renom authored
      - restructured component and separated it into "connector" and "gateway" subcomponents.
      - arranged name typos in DLT proto file
      - prepared component folders for dlt-connector component
      ea50d792
  4. 04 Jul, 2022 1 commit
  5. 01 Jul, 2022 1 commit
  6. 22 Jun, 2022 1 commit
  7. 03 May, 2022 1 commit
  8. 16 Feb, 2022 2 commits
  9. 10 Feb, 2022 1 commit
  10. 25 Jan, 2022 1 commit
  11. 15 Dec, 2021 1 commit
  12. 10 Dec, 2021 1 commit
  13. 30 Nov, 2021 2 commits
  14. 17 Nov, 2021 2 commits
  15. 12 Nov, 2021 2 commits
    • Lluis Gifre Renom's avatar
      Deactivated some Device monitoring functionality partially implemented to... · 6e1f3878
      Lluis Gifre Renom authored
      Deactivated some Device monitoring functionality partially implemented to enable a functional commit into develop.
      6e1f3878
    • Lluis Gifre Renom's avatar
      First functional version of Device after rework of Database API. · 4a0c12b4
      Lluis Gifre Renom authored
      Device:
      - Implemented Driver API with some special resources to enable retrieving endpoints from devices, interfaces, and network instances.
      - Implemented special resource_keys (_connect/*) to enable AddDevice to obtain settings used to connect to remote devices (address, port, username, password, etc.)
      - Implemented Emulated Driver (only for testing)
      - Implemented OpenConfig Driver (missing to implement monitoring; templates for Infinera devices to be tested with other device vendors)
      - Minor bugs and code improvements
      - Improved test unit to enable easy testing of vendor devices and keep credentials secret.
      4a0c12b4
  16. 11 Nov, 2021 1 commit
  17. 04 Nov, 2021 2 commits
  18. 02 Nov, 2021 1 commit
  19. 29 Oct, 2021 3 commits
  20. 20 Oct, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Several changes: · b9031981
      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.
      b9031981
  21. 15 Oct, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Several changes (intermediate backup): · 5c34ea77
      Lluis Gifre Renom authored
      Proto:
      - Minor corrections in context.proto
      
      Common:
      - Minor corrections in common.orm.backend
      - Improved definition of orm.Model class with get_instances and get_references
      - Extended ORM unitary tests with get_instances and get_references
      
      Context:
      - Implemented missing methods in ContextClient
      - Started to implement new Context data models using ORM.
      - ContextModel functional using ORM and gRPC.
      - Arranged old code file placing
      5c34ea77
  22. 11 Oct, 2021 1 commit
  23. 07 Oct, 2021 1 commit
  24. 06 Oct, 2021 2 commits
  25. 05 Oct, 2021 1 commit
  26. 30 Sep, 2021 1 commit
  27. 29 Sep, 2021 1 commit