1. 09 Nov, 2023 1 commit
    • 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
  2. 30 Oct, 2023 1 commit
  3. 31 May, 2023 1 commit
  4. 30 May, 2023 2 commits
  5. 29 May, 2023 2 commits
  6. 11 May, 2023 2 commits
  7. 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
  8. 16 Feb, 2022 2 commits
  9. 10 Feb, 2022 1 commit
  10. 10 Nov, 2021 1 commit
    • 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
  11. 05 Nov, 2021 1 commit
    • 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
  12. 05 Aug, 2021 1 commit
    • 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
  13. 30 Jul, 2021 3 commits