1. 09 Feb, 2023 2 commits
    • delacal's avatar
      - ML model features have been embedded in the model's own ONNX file instead of... · d8387da4
      delacal authored
      - ML model features have been embedded in the model's own ONNX file instead of being hard-coded in the component and the old model was replaced by this new one.
      - A new RPC has been added to the Centralized Attack Detector component that allows other components to know which features the ML model is using.
      - Added a short path in the Service component for forwarding service-to-device ACL rules (to be removed in the future).
      - Added logging messages on the Service and Device components to test and track ACL rule forwarding (to be removed in the future).
      d8387da4
    • delacal's avatar
      ACL tracking experiments · df21ae25
      delacal authored
      df21ae25
  2. 08 Feb, 2023 3 commits
  3. 01 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  4. 31 Jan, 2023 1 commit
  5. 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
  6. 26 Jan, 2023 4 commits
  7. 25 Jan, 2023 1 commit
  8. 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
  9. 23 Jan, 2023 2 commits
  10. 20 Jan, 2023 3 commits
  11. 19 Jan, 2023 1 commit
  12. 12 Jan, 2023 3 commits
  13. 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
  14. 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
  15. 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
  16. 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
  17. 02 Dec, 2022 2 commits
  18. 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
  19. 23 Nov, 2022 2 commits
  20. 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
  21. 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
  22. 09 Nov, 2022 2 commits
  23. 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
  24. 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
  25. 28 Oct, 2022 1 commit
  26. 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