Skip to content
Snippets Groups Projects
  1. May 16, 2025
  2. Nov 04, 2024
  3. Apr 18, 2024
  4. Jul 11, 2023
  5. Feb 01, 2023
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  6. Jan 24, 2023
    • Lluis Gifre Renom's avatar
      Device component: · 11731ae4
      Lluis Gifre Renom authored
      - aggregated error messages in separate file
      - corrected update of operational status
      - corrected update of resulting device configuration from device instead of composing from rules (for simplicity)
      - corrected retrieval of device_uuid in MonitorDeviceKpi
      - factorized code to compose gRPC device_config rules from raw config rules
      - code cleanup
      - added missing logs in unitary test for emulated device driver
      11731ae4
  7. Jul 15, 2022
    • Lluis Gifre Renom's avatar
      Adapted Device(complete) & Monitoring(partial) to common proto folder: · 5556f3b1
      Lluis Gifre Renom authored
      Device:
      - Removed obsoleted run_tests_locally-device.sh script
      - Moved imports from *.proto folder to common.proto folder
      - Removed device's genproto.sh script
      - Minor code and linting fixing
      - Arranged requirements to accelerate Docker image creation
      - Updated Dockerfile
      - Arranged GitLab CI/CD pipeline
      - Corrected usage of ConfigRules to use new custom ConfigRules
      
      Monitoring:
      - Moved imports from *.proto folder to common.proto folder
      - Removed monitoring's genproto.sh script
      5556f3b1
  8. Feb 16, 2022
  9. Feb 10, 2022
  10. Dec 16, 2021
  11. Dec 15, 2021
  12. Dec 13, 2021
  13. Nov 30, 2021
  14. Nov 17, 2021
    • 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
  15. Nov 12, 2021
    • 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
Loading