Skip to content
Snippets Groups Projects
  1. Nov 04, 2024
  2. Apr 18, 2024
  3. Nov 09, 2023
    • Lluis Gifre Renom's avatar
      Forecaster component: · 039c5103
      Lluis Gifre Renom authored
      - Prepared unitary tests (under debug)
      - Moved unitary test data to correct folder
      - Added script to launch unitary tests
      - Corrected issue in type hint within KpiManager
      039c5103
  4. Oct 30, 2023
  5. May 31, 2023
  6. May 30, 2023
  7. May 29, 2023
  8. May 11, 2023
  9. 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
  10. Feb 16, 2022
  11. Feb 10, 2022
  12. Nov 10, 2021
    • Lluis Gifre Renom's avatar
      Intermediate Device component backup: · 7465e6de
      Lluis Gifre Renom authored
      - reorganized some files and modules
      - implemented discovery of device endpoints for OpenConfig driver
      - implemented retrieval of current configuration for OpenConfig driver
      - updated test units and separated in emulated and openconfig test sets
      7465e6de
  13. Nov 05, 2021
    • Lluis Gifre Renom's avatar
      Several changes: · dfa0d98d
      Lluis Gifre Renom authored
      - added missing proto files in genproto.sh
      - created .gitignore files to prevent sharing device credentials and data
      - improved MonitoringLoops class with one thread per driver for data collection, a unique aggregation queue and one single thread for data export to monitoring
      - added GetResource method to Driver API
      - improved DriverFactory to select the driver that better fits with filter fields in terms of number of correspondences in filter fields. Drivers with some mismatch filter are discarded.
      - implemented proper initialization and connection of drivers to real devices
      - started to implement OpenConfig driver with support for Infinera Packet Routers
      dfa0d98d
  14. Aug 05, 2021
    • Lluis Gifre Renom's avatar
      Several changes: · 6c04b49b
      Lluis Gifre Renom authored
      General changes:
      - implemented data type checker class
      - improved database Entity/Collection/Attributes API
      - implemented grpc message parsing assertions
      - integrated code coverage analyzer and reporter with code testers
      - added example topology NSFNET
      
      Common to device & context services:
      - improved database context API and its tests
      
      Context service:
      - updated context proto file: added AddLink/DeleteLink RPCs, added LinkId to Link
      - minor changes
      
      Device service:
      - implemented device service functionality
      - improved device client
      - updated genproto script
      - updated device proto file: configure request becomes a Device message
      - updated context proto file: operational status: added KEEP_STATUS, changed DISABLED
      - moved device tests to global scripts
      - extended unitary tests
      - temporarily disabled integration tests
      6c04b49b
  15. Jul 30, 2021
Loading