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. 29 Jun, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Scripts: · 6f4ff684
      Lluis Gifre Renom authored
      - Added scripts to manually launch interdomain unitary tests
      6f4ff684
  3. 11 May, 2023 1 commit
  4. 30 Mar, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Deploy scripts: · 2093df02
      Lluis Gifre Renom authored
      - Added script to expose observability framework
      - Extended TFS deploy scripts to run automatically run expose observability scripts
      - Adapted TFS deploy script
      - Script cleanup
      2093df02
  5. 28 Mar, 2023 1 commit
  6. 25 Mar, 2023 1 commit
  7. 23 Feb, 2023 1 commit
  8. 17 Feb, 2023 1 commit
  9. 01 Feb, 2023 2 commits
  10. 26 Jan, 2023 2 commits
  11. 16 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · 823eb467
      Lluis Gifre Renom authored
      - disabled event testing; operation works, but sometimes tests get stuck
      - added dynamic wait for CockroachDB and NATS containers to start
      - tuned grace shutdown period
      - improved NatsBackend termination
      823eb467
  12. 13 Jan, 2023 2 commits
    • Lluis Gifre Renom's avatar
      Context: · b29a7438
      Lluis Gifre Renom authored
      - corrected run_tests_locally script
      - solved formatting issue with Database Engine error logging
      - minor type hinting corrections
      - activated event notifications for Device, EndPoint and ConfigRule
      b29a7438
    • Lluis Gifre Renom's avatar
      Context: · dcd19e78
      Lluis Gifre Renom authored
      - updated run_tests_locally script
      - updated GitLab CI/CD with NATS
      - updated ContextModel and TopologyModel with created/updated
      - added logic for Context and Topology events created/updated/deleted
      - activated dependencies for test_connection
      - activated event testing in Context and Topology entities
      - corrected conftest for Context component
      dcd19e78
  13. 12 Jan, 2023 1 commit
  14. 04 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · d649fe78
      Lluis Gifre Renom authored
      - cleaned up script run tests locally
      - temporarily added script to automate test & coverage reporting
      - reorganized unitary tests
      - migration in progress to use single-column primary-key for main entities
      - intermediate backup ; work in progress
      d649fe78
  15. 03 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · 22d86182
      Lluis Gifre Renom authored
      - reorganized code spliting database models, enumerations, and operation methods
      - separated unitary tests per entity and defined order between them
      - separated unitary test for fasthasher
      - modev old code to separate folder
      22d86182
  16. 02 Jan, 2023 2 commits
  17. 23 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · a8e2c9b3
      Lluis Gifre Renom authored
      - updated manifest
      - corrected README.md notes
      - corrected script run-tests-locally
      - partial code implementation
      a8e2c9b3
  18. 20 Dec, 2022 1 commit
  19. 15 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · 6cf2056a
      Lluis Gifre Renom authored
      - updatd EventsCollector get_events
      - added field created_at in ContextModel
      - added ChangeFeedClient
      - WIP arrangements in unitary tests
      - WIP arrangements in ServicerImpl
      - arranged run_tests_locally script
      6cf2056a
  20. 28 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · acc602d7
      Lluis Gifre Renom authored
      - fixed show_logs_monitoring script
      - Context Queries: added get_service, get_slice, get_topology methods
      - Context Queries: corrected bug with get inter topology
      - Moved old Build/Load Descriptor scripts to common
      - Fixed retrieval of objects loaded from descriptors
      - Deactivated close of clients in descriptor loader
      - Moved MockOSM library to common tests/tools folder
      
      Compute component:
      - updated to use new context query methods
      - updated to use new MockOSM location
      
      OFC'22 tests:
      - updated MockOSM paths
      - updated fixtures
      - added loggers
      - corrected WIM service definitions
      - improved verification of KPIs created and values returned
      - optimized removal of entities
      - optimized service discovery in delete test
      - added on-line logging to tests
      acc602d7
  21. 09 Nov, 2022 1 commit
  22. 06 Oct, 2022 2 commits
  23. 30 Sep, 2022 1 commit
  24. 27 Sep, 2022 3 commits
  25. 26 Sep, 2022 1 commit
  26. 11 Sep, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Service component: · 06898aae
      Lluis Gifre Renom authored
      - Renamed DependencyResolver to TaskScheduler
      - Enhanced TaskScheduler with an extensible Task API framework and extensible dependency resolver
      - Created TaskExecutor providing an extensible task execution environment
      - Removed in-memory database; now is stateless and interrogates/updates Context when needed
      - Extended gRPC servicer to use new TaskScheduler
      - Removed unneeded files and re-organized helper methods
      - Extended ServiceHandlerAPI; now SetEndpoint/DeleteEndpoint enables to configure/deconfigure a connection
      - Moved ServiceHandlerFactory-related methods to the appropriate file
      - Created ConnectionExpander to resolve from ERO-like paths to lists of links
      - Created basic tasks: ServiceSetState, ServiceDelete, ConnectionConfigure, ConnectionDeconfigure
      - Added skeleton for L2NMEmulatedHandler (to be adapted, now is a copy of L3NM one)
      06898aae
    • Lluis Gifre Renom's avatar
      PathComp component: · 49fef75e
      Lluis Gifre Renom authored
      Frontend:
      - added show logs script
      - improved config settings to get address and port of the backend
      - improved logging of _Algorithm
      - implemented KDisjointPath logic
      
      Backend:
      - added show logs script
      49fef75e
  27. 05 Sep, 2022 1 commit
  28. 31 Aug, 2022 1 commit
  29. 05 Aug, 2022 1 commit
  30. 02 Aug, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · b3874a8a
      Lluis Gifre Renom authored
      - added exposition of redis-tests service for testing with Redis backend
      - moved delete logic from Context Servicer to ORM components
      - added support for constraints of different kinds
      b3874a8a
  31. 27 Jul, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Multiple changes: · 6a4ae5fe
      Lluis Gifre Renom authored
      Common scripts:
      - added script to dump logs of all pods/containers in a namespace
      
      ECOC'22 demo:
      - removed unneeded scripts and files
      - cleaned up run_test scripts
      - added run test and coverage script
      - added deploy_specs.sh
      - added scripts to generate JSON descriptors
      
      OFC'22 demo:
      - added deploy_specs.sh
      6a4ae5fe
    • Lluis Gifre Renom's avatar
      ECOC'22 functional test: · 213c0476
      Lluis Gifre Renom authored
      - removed redundant scripts and files
      - added missing show_logs_slice.sh script
      - partially arranged tutorial page
      213c0476