1. 26 Sep, 2024 1 commit
  2. 24 Sep, 2024 1 commit
    • Waleed Akbar's avatar
      Merge branch 'develop' into... · ced97fbb
      Waleed Akbar authored
      Merge branch 'develop' into feat/194-unable-to-correctly-extract-the-aggregation-function-names-from-the-dictionary-received-as
      ced97fbb
  3. 20 Sep, 2024 6 commits
    • Waleed Akbar's avatar
      Changes in Analytics and KpiValueAPI: · 1e232b2a
      Waleed Akbar authored
      - Changed `StartAnalyzer` return type to `AnalyzerId`.
      - Added `APScheduler` to requirements.
      - Updated `AnalyticsBackend` Dockerfile to set `JAVA_HOME`.
      - Added `Alarms` topic in the Kafka class.
      1e232b2a
    • Waleed Akbar's avatar
      Changes to Analytics Frontend: · ad695f99
      Waleed Akbar authored
      - Removed `AnalyzerAlarms` from the proto file.
      - Moved Alarms functionality from Analytics Frontend to KpiValueAPI.
      ad695f99
    • Waleed Akbar's avatar
      Minor changes in Analytics and KpiValueAPI · 617b5666
      Waleed Akbar authored
      - "FAIL" is changed to "FALL" in Spark streamer.
      - start() was missing in RequestListener call.
      - updated test file in KpiValueAPI
      617b5666
    • 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
    • Waleed Akbar's avatar
      Changes to KpiValueAPI for Processing Alarms: · 143f8742
      Waleed Akbar authored
      - Added the `GetKpiAlarms` method and `KpiAlarm` message in the proto file.
      - Updated the client to handle the `GetKpiAlarms` method call.
      - Implemented the `GetKpiAlarms` method (ResponseListener).
      - Updated `ConvertValueToKpiValueType` to properly convert the value to the gRPC `KpiValueType` message.
      - Updated test and messages files.
      143f8742
    • Waleed Akbar's avatar
      Changes to Analytics Frontend for Receiving Stream Response: · 798c1f47
      Waleed Akbar authored
      - Added `AnalyzerAlarms` message type in the Proto file.
      - Changed the return type of `StartAnalyzer` to `AnalyzerAlarms`.
      798c1f47
  4. 19 Sep, 2024 11 commits
  5. 18 Sep, 2024 11 commits
  6. 17 Sep, 2024 3 commits
  7. 16 Sep, 2024 7 commits