Skip to content

#520 Refactor and upgrade TransformerLoadStatusCache and introduce API

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

  • No API for accessing TransformerLoadStatusCache
  • No dedicated repository and service for TransformerLoadStatusCache code

What is the new/expected behavior?

  • API implemented in the TransformerLoadStatusController
  • The codebase incapsulated into the TransformerLoadStatusCache interface and TransformerLoadStatusCacheImpl repository component.

Have you added/updated Unit Tests and Integration Tests?

  • Swagger doc/ui upgraded

Any other useful information

Closes #520

Merge request reports