Skip to content
Snippets Groups Projects
  1. Oct 07, 2024
  2. Sep 30, 2024
  3. Sep 26, 2024
  4. Sep 20, 2024
    • Waleed Akbar's avatar
      Changes in Telemetry. · 705e74ec
      Waleed Akbar authored
      Frontend:
      - `ResponseListener` will start with service deployment.
      
      Backend:
      - Added `GenerateCollectorTerminationSignal()` to inform the Frontend about the termination of a Collector.
      - Updated `GenerateCollectorResponse()` to stream extracted `KpiValues` on the `topic_value` .
      - Updated test file.
      705e74ec
  5. Sep 07, 2024
  6. Aug 27, 2024
    • Waleed Akbar's avatar
      Changes to telemetry service · dbb3690f
      Waleed Akbar authored
      - TelemetryBackendService name and port is added in constants
      - get_kafka_address() call added in TelemetryBackendService
      - kafk topics test added in telemetrybackend test file
      - get_kafka_address() call added in TelemetryBackendServiceImpl
      - kafk topics test added in telemetryfrontend test file
      - improvements in Telemetry gitlab-ci file
         + unit_test for telemetry backend and frontend added.
         + many other small changes
      dbb3690f
    • Waleed Akbar's avatar
      Telemetry Backend Re-structuring · ce7fbb40
      Waleed Akbar authored
      - BackendService is restructured according to the design in report.
      - ResponseListener is added in Frontend
      - Improvements in test and messages files
      ce7fbb40
    • Waleed Akbar's avatar
      Telemetry Frontend gRPC NBI Re-structuring · 9605c9a1
      Waleed Akbar authored
      - Changed the column type of the start and end timestamps to Float.
      - Added ConvertRowToCollector() in TelemetryModel.
      - Renamed the class variable from "DBobj" to "tele_db_obj".
      - Renamed the local variable from "collector_id" to "collector_uuid".
      - Added PublishStopRequestOnKafka() to publish the stop collector request on Kafka.
      - Improved the test files.
      9605c9a1
    • Waleed Akbar's avatar
      changes in Telemetry Frontend service and client. · 9e741088
      Waleed Akbar authored
      - collector description is removed from TelemetryModel.
      - "ConvertCollectorToRow" is added in Telemetry Model class.
      - NameMapping is removed from service client and service.
      - TelemetryDB object name and import is updated with correct class name.
      - StartCollector is restructured.
      - "PublishRequestOnKafka" is restructured.
      9e741088
  7. Aug 09, 2024
    • Waleed Akbar's avatar
      Changes to telemetry service · 6ac3c400
      Waleed Akbar authored
      - TelemetryBackendService name and port is added in constants
      - get_kafka_address() call added in TelemetryBackendService
      - kafk topics test added in telemetrybackend test file
      - get_kafka_address() call added in TelemetryBackendServiceImpl
      - kafk topics test added in telemetryfrontend test file
      - improvements in Telemetry gitlab-ci file
         + unit_test for telemetry backend and frontend added.
         + many other small changes
      6ac3c400
  8. Aug 08, 2024
    • Waleed Akbar's avatar
      Telemetry Backend Re-structuring · 1d01e32c
      Waleed Akbar authored
      - BackendService is restructured according to the design in report.
      - ResponseListener is added in Frontend
      - Improvements in test and messages files
      1d01e32c
    • Waleed Akbar's avatar
      Telemetry Frontend gRPC NBI Re-structuring · c32d13aa
      Waleed Akbar authored
      - Changed the column type of the start and end timestamps to Float.
      - Added ConvertRowToCollector() in TelemetryModel.
      - Renamed the class variable from "DBobj" to "tele_db_obj".
      - Renamed the local variable from "collector_id" to "collector_uuid".
      - Added PublishStopRequestOnKafka() to publish the stop collector request on Kafka.
      - Improved the test files.
      c32d13aa
  9. Aug 06, 2024
    • Waleed Akbar's avatar
      changes in Telemetry Frontend service and client. · ee9c2b6c
      Waleed Akbar authored
      - collector description is removed from TelemetryModel.
      - "ConvertCollectorToRow" is added in Telemetry Model class.
      - NameMapping is removed from service client and service.
      - TelemetryDB object name and import is updated with correct class name.
      - StartCollector is restructured.
      - "PublishRequestOnKafka" is restructured.
      ee9c2b6c
  10. Jul 24, 2024
  11. Jun 10, 2024
  12. Jun 03, 2024
  13. May 30, 2024
  14. May 29, 2024
  15. May 24, 2024
  16. May 16, 2024
  17. May 14, 2024
  18. May 10, 2024
  19. May 08, 2024
  20. Apr 29, 2024
  21. Apr 26, 2024
  22. Apr 25, 2024
  23. Apr 24, 2024
  24. Apr 18, 2024
  25. Apr 28, 2023
  26. Feb 01, 2023
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  27. Jul 14, 2022
    • Lluis Gifre Renom's avatar
      Proto files: · a9614511
      Lluis Gifre Renom authored
      - fixed issue with messages in policy.proto and context-policy.proto
      - modified and unified script to generate Python code from proto files
      - segregated script to generate UML code
      - added/modified apropriate .gitignore files to prevent uploading generated code. It should be generated locally or during creation of Docker containers
      - added symbolic link from common/proto to folder containing python generated code
      a9614511
  28. Feb 16, 2022
  29. Jul 16, 2021
    • Lluis Gifre Renom's avatar
      Several changes: · cca67ade
      Lluis Gifre Renom authored
      - monitoring/requirements.txt: removed garbage on top of file
      - monitoring/monitoring_client.py: solved bug in return values of some methods and wrong code in test case
      - monitoring/monitoring_server.py: solved bug with instantiation of servicer class
      - monitoring/Dockerfile: clarified some arguments in package installation, moved code in container to /var/monitoring, added upgrade of essential python packages, other minor improvements
      - monitoring/context_pb2.py: upgraded version since previous has no contextId fields.
      cca67ade
  30. Jun 11, 2021
Loading