1. 26 May, 2023 2 commits
  2. 19 May, 2023 1 commit
  3. 16 May, 2023 1 commit
  4. 12 May, 2023 2 commits
  5. 11 May, 2023 1 commit
  6. 10 May, 2023 2 commits
  7. 28 Apr, 2023 1 commit
  8. 27 Apr, 2023 4 commits
  9. 26 Apr, 2023 1 commit
  10. 21 Apr, 2023 3 commits
    • Lluis Gifre Renom's avatar
      Load Generator component: · d43ad45f
      Lluis Gifre Renom authored
      - Added metrics port to manifest
      - Added service monitor manifest
      - Added metrics server
      - Extended RequestGenerator to retrieve request_type
      - Extended RequestScheduler to monitor setup and teardown requests and type of requests
      d43ad45f
    • Lluis Gifre Renom's avatar
      CockroachDB database - CLUSTER mode: · 45869ad7
      Lluis Gifre Renom authored
      - Updated Cockroach Operator from v2.9.0 to v2.10.0
      - Updated CockroachDB from v22.2.0 to v22.2.8
      - Updated per-node requested and limit resources
      45869ad7
    • Lluis Gifre Renom's avatar
      Manifests: · 791c7941
      Lluis Gifre Renom authored
      - Updated Cockroach manifests to download latest revisions and bug fixes for CockroachDB
      791c7941
  11. 20 Apr, 2023 2 commits
  12. 14 Apr, 2023 1 commit
  13. 04 Apr, 2023 1 commit
  14. 31 Mar, 2023 3 commits
  15. 30 Mar, 2023 1 commit
  16. 29 Mar, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 6850ad48
      Lluis Gifre Renom authored
      - Updated requests and limits per pod
      - Updated HPA replica limits
      6850ad48
  17. 28 Mar, 2023 2 commits
  18. 27 Mar, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 10eebd0a
      Lluis Gifre Renom authored
      - Added autoscalers for context, service, slice, and pathcomp components
      10eebd0a
  19. 26 Mar, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Deploy Scripts: · 9d9efa4f
      Lluis Gifre Renom authored
      - Added linkerd injectors for load balancing (commented, not working)
      - Added service monitor to my_deploy.sh
      9d9efa4f
  20. 25 Mar, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 19e76285
      Lluis Gifre Renom authored
      - Corrected definition of webui and compute manifests
      - Reduced requested quota
      19e76285
  21. 24 Mar, 2023 1 commit
    • delacal's avatar
      - Added GetConfiguredACLRules RPC and ACLRules message to AM protobuf file to... · 16d012eb
      delacal authored
      - Added GetConfiguredACLRules RPC and ACLRules message to AM protobuf file to allow exporting ACL rules created by this component to other components.
      - Implemented new RPC in the AM component to allow exporting ACL rules created to other components.
      - Increased KPI monitoring aggregation time interval from 5 seconds to 60 seconds.
      - Cleaned up CAD protobuf file.
      - Added useful logging statements to CAD and AM components.
      - Formatted CAD and AM code.
      - Removed unused gRPC channels in AM.
      - Restructured the cryptomining detector model directory.
      - Renamed cryptomining detector model file to include relevant details to help better identify the model.
      - Improved cryptomining detector model loading by removing the need for the model filename to be hardcoded in the code.
      - Removed old cryptomining detector models.
      - Refactored CAD code to improve readability.
      - Added script to automatically copy compiled protobuf files to DAD component.
      - Updated complete_deploy.sh to conform to the new TFS Release 2 deployment process.
      - Updated CAD and AM protbuf file messages and RPCs to improve readability and clarity.
      - Updated CAD and AM client and service to use the new RPCs names.
      - Changed CAD output message to use the cryptomining detector model filename as identifier.
      - Added ConnectionInfo class in CAD component to facilitate comparison and serialization of connection information.
      - Removed test statements used to check the time taken by the cryptomining detector to perform the inference using different batch sizes.
      - Added a function to properly measure the time taken by the cryptomining detector model to process a batch of connection statistics.
      - Added IP addresses corresponding to known cryptomining connections to validate the cryptomining detector model performance in the classification task.
      - Implemented several metrics in the CAD component to monitor the performance of the cryptomining detector model in the classification task.
      - Implemented a function to export the performance metrics of the cryptomining detector in the classification task to an external file.
      - Added script to retrieve performance metrics of the cryptomining detector in the classification task from CAD container.
      16d012eb
  22. 02 Mar, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Manifests: · 25c978f3
      Lluis Gifre Renom authored
      - Corrected limits and replicas of compute and webui components
      25c978f3
  23. 01 Mar, 2023 1 commit
  24. 25 Feb, 2023 1 commit
  25. 23 Feb, 2023 1 commit
  26. 21 Feb, 2023 1 commit
  27. 17 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Slice Manifest: · 7a3d8779
      Lluis Gifre Renom authored
      - updated to include flag to activate slice grouping
      - updated to import qdb secrets
      7a3d8779
  28. 09 Feb, 2023 1 commit
    • 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