1. 15 Dec, 2023 1 commit
  2. 20 Nov, 2023 1 commit
  3. 15 Nov, 2023 1 commit
  4. 14 Nov, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Scripts: · 5301bb27
      Lluis Gifre Renom authored
      - Updated run-tests-locally script for the Forecaster component
      5301bb27
  5. 09 Nov, 2023 2 commits
    • Lluis Gifre Renom's avatar
      Forecaster component: · 8d581e12
      Lluis Gifre Renom authored
      - Corrected unitary tests
      - Added info log messages in tests
      - Activated live log in test scripts
      8d581e12
    • 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
  6. 08 Nov, 2023 2 commits
  7. 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
  8. 11 May, 2023 1 commit
  9. 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
  10. 28 Mar, 2023 1 commit
  11. 25 Mar, 2023 1 commit
  12. 23 Feb, 2023 1 commit
  13. 17 Feb, 2023 1 commit
  14. 01 Feb, 2023 2 commits
  15. 26 Jan, 2023 2 commits
  16. 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
  17. 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
  18. 12 Jan, 2023 1 commit
  19. 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
  20. 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
  21. 02 Jan, 2023 2 commits
  22. 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
  23. 20 Dec, 2022 1 commit
  24. 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
  25. 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
  26. 09 Nov, 2022 1 commit
  27. 06 Oct, 2022 2 commits
  28. 30 Sep, 2022 1 commit
  29. 27 Sep, 2022 3 commits
  30. 26 Sep, 2022 1 commit
  31. 11 Sep, 2022 1 commit
    • 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