1. 30 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · ea8e6350
      Lluis Gifre Renom authored
      - added manifest for QuestDB
      - updated manifest for Monitoring
      ea8e6350
  2. 26 Jan, 2023 4 commits
  3. 25 Jan, 2023 1 commit
  4. 24 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 65d65441
      Lluis Gifre Renom authored
      - activated debug for testing purposes
      - reduced number of replicas to 1
      65d65441
  5. 23 Jan, 2023 2 commits
  6. 20 Jan, 2023 3 commits
  7. 19 Jan, 2023 1 commit
  8. 12 Jan, 2023 3 commits
  9. 02 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      CockroachDB: · 177e96a8
      Lluis Gifre Renom authored
      - updated manifests to v22.2.0
      - renamed namespace to crdb
      - added script to launch cockroachdb client
      177e96a8
  10. 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
  11. 17 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · ba7a8665
      Lluis Gifre Renom authored
      - added missing metrics ports in core services
      - updated scalping time to 5 seconds
      ba7a8665
  12. 15 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · 16ad5d96
      Lluis Gifre Renom authored
      - reviewing integration with CockroachDB
      - reviewing context REST API
      - reviewing database schema
      - reviewing code
      16ad5d96
  13. 02 Dec, 2022 2 commits
  14. 24 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 8c957489
      Lluis Gifre Renom authored
      - updated manifests for context, device, service, slice to expose metrics endpoint
      8c957489
  15. 23 Nov, 2022 2 commits
  16. 22 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 6df7c1c1
      Lluis Gifre Renom authored
      - Reduced log level of device, service and slice components to INFO
      6df7c1c1
  17. 10 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 57dcd983
      Lluis Gifre Renom authored
      - reactivated build and deployment of DLT Gateway component
      57dcd983
  18. 09 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 579d5194
      Lluis Gifre Renom authored
      - Reduced log verbosity of Device, DLT and Service components
      579d5194
  19. 04 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 3c5a4d72
      Lluis Gifre Renom authored
      - updated component manifests to reduce CPU and Memory requests and limits
      3c5a4d72
  20. 02 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Dlt component: · 97248922
      Lluis Gifre Renom authored
      - updated manifest file with gateway container port
      - corrected behaviour of GetFromDlt method in MockDltGateway
      - minor formatting in MockDltGateway
      - implemented first version of DltConnector's Event Dispatcher (to be tested)
      - moved own-domain-uuid finder to separate class in DltConnector
      - implemented method to identify empty/not-found records
      97248922
  21. 28 Oct, 2022 1 commit
  22. 27 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      DLT: · 0a1b6178
      Lluis Gifre Renom authored
      MockBlockchain:
      - Implemented mock-blockchain module to facilitate testing and debugging of DLT connector & workflows
      - Added manifests, Dockerfile, etc.
      
      DLT Connector:
      - corrected requirements.in
      - updated Dockerfile
      - WIP: implementation of test_unitary.py
      
      DLT Gateway:
      - Improved/extended Dockerfile
      - Moved Dockerfile to correct folder
      - Corrected import path for proto files
      0a1b6178
  23. 26 Oct, 2022 1 commit
  24. 04 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Monitoring component: · d743ddd1
      Lluis Gifre Renom authored
      - corrected deployment name in manifest file
      - added resource requests and limits for monitoring server container
      d743ddd1
  25. 28 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Integration fix resolution: · 43e39750
      Lluis Gifre Renom authored
      - updated OFC'22 test scripts with source of env variables
      - activated DEBUG logs in Device and Service components
      - added Slice as dependency of Compute
      - removed creation of services in Compute, all goes through Slice
      - Added missing default constraints in PathComp Frontend
      - added logic in Slice to identify if its L2 or L3
      43e39750
  26. 27 Sep, 2022 3 commits
  27. 14 Sep, 2022 1 commit
  28. 11 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Context/Service/PathComp component fixes: · 8a26fd5d
      Lluis Gifre Renom authored
      Common:
      - Added missing object factory methods for constraints
      
      Context:
      - Adapted unitary tests to new constraint object factory methods
      
      Service:
      - Adapted unitary tests to new constraint object factory methods
      
      PathComp-Backend:
      - Deactivated health probes since it causes problems in backend REST server
      
      PathComp-Frontend:
      - Correct unitary test constraints for SP algorithm
      - Adapted unitary tests to new constraint object factory methods
      - Fixed instantiation of ShortestPath and KDisjointPath Algorithms
      - Ignore unknown constraints in Algorithm request composition
      8a26fd5d