1. 18 Apr, 2024 1 commit
  2. 20 Nov, 2023 1 commit
  3. 01 Feb, 2023 2 commits
  4. 12 Jan, 2023 1 commit
  5. 15 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Helper scripts: · b70e8c30
      Lluis Gifre Renom authored
      - removed unneeded comments from run_tests_locally*.sh in scripts folder
      - minor improvement in report_coverage_all.sh
      - added script to expose through the ingress controller the gRPC interfaces through the ingress controller for debug purposes
      b70e8c30
  6. 20 May, 2022 2 commits
    • Lluis Gifre Renom's avatar
      PathComp component: · b51eac16
      Lluis Gifre Renom authored
      - initial skeleton (not functional)
      b51eac16
    • Lluis Gifre Renom's avatar
      Multiple changes: · 4d126f2c
      Lluis Gifre Renom authored
      - corrected unitary test file for device component
      - arranged clients used by optical centralized attack detector
      - Minor corrections in unitary test of Context component
      - corrected skeleton for unitary tests of Slice component
      4d126f2c
  7. 03 May, 2022 1 commit
  8. 08 Mar, 2022 1 commit
  9. 17 Feb, 2022 2 commits
  10. 16 Feb, 2022 3 commits
  11. 11 Feb, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Multiple issue resolutions: · 500a0a23
      Lluis Gifre Renom authored
      Scripts:
      - added missing commands to script run_tests_locally.sh
      
      Device:
      - added key formatting inside unsibscribe from monitoring
      - added termination attribute in GetState to properly interrupt monitoring loops
      
      Service:
      - arranged service component testing, missing fixtures
      
      Monitoring:
      - added missing environment variable INFLUX_PORT
      500a0a23
  12. 10 Feb, 2022 1 commit
  13. 02 Feb, 2022 1 commit
  14. 28 Jan, 2022 1 commit
  15. 12 Jan, 2022 1 commit
  16. 05 Jan, 2022 1 commit
  17. 22 Dec, 2021 1 commit
  18. 16 Dec, 2021 1 commit
  19. 15 Dec, 2021 2 commits
  20. 14 Dec, 2021 1 commit
  21. 06 Dec, 2021 1 commit
  22. 17 Nov, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Intermediate backup, not functional. · 446e0db8
      Lluis Gifre Renom authored
      - Implemented MonitorDeviceKPI RPC method
      - Implemented Endpoint pre-configruation for Emulated Driver
      - Implemented MockMonitoringService for testing Device monitoring capabilities
      - Implemented Monitoring Loops to collect samples from drivers and forward them to Monitoring Service
      - Test unit for Emulated Device Monitoring half implemented.
      - Minor bug resolutions in OpenConfig Driver
      446e0db8
  23. 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
  24. 10 Nov, 2021 1 commit
  25. 03 Nov, 2021 2 commits
    • Lluis Gifre Renom's avatar
      Several changes: · 78dd010b
      Lluis Gifre Renom authored
      Common:
      - Normalized report_coverage_*.sh scripts, and temporarily summarized results in device one for testing purposes.
      - Adapted run_tests_locally.sh script for testing purposes
      - Improved message synthesis of ServiceException
      
      Context:
      - Improved ConfigModel helper functions
      
      Device (intermediate backup):
      - Removed DataCache since it reduces readability of the code. Moved database one level up.
      - Improved ServicerImpl and moved DataCache functionality over there.
      - Added condition to prevent AddDevice request from carrying a configuration.
      - Multiple pre-work required for processing configuration differences in DeviceServiceServicerImpl.
      78dd010b
    • Lluis Gifre Renom's avatar
      Changes in Config Model: · 3268cb75
      Lluis Gifre Renom authored
      - Added method to delete config rules when action is DELETE.
      - Temporary changes in run_tests_local.sh scripts
      3268cb75
  26. 02 Nov, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Several changes in Device: · 0dff3f59
      Lluis Gifre Renom authored
      - Multiple minor bug resolutions
      - DeviceClient: solved logging bug
      - EmulatedDriver: solved GetConfig bug and added event to prevent double connection requests
      - DriverInstanceCache, DriverFactory: Added formatting of filter fields
      - DataCache: solved minor bug
      - DriverAPI test unit: corrected getconfig assertion check
      - Device test unit: reimplemented, first complete test after component reworking
      - DataCache/DeviceTools: solved several minor bugs
      - DeviceServiceServicerImpl: added removal of drivers and endpoints when device is removed.
      0dff3f59
  27. 29 Oct, 2021 2 commits
  28. 28 Oct, 2021 1 commit
  29. 27 Oct, 2021 1 commit
  30. 25 Oct, 2021 2 commits