Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

[refactor] spk introspection storage should capture repository URLs  #978

@samiyaakhtar

Description

@samiyaakhtar

As a: developer

I want: the deployment object in spektate to contain everything including the cluster sync statuses

So that: I don't have to write logic on client side (cli or dashboard) to tie cluster names to each deployment

Describe the solution you'd like:
Currently, the storage does not get information about repository names/URLs, so it's unable to make requests to get cluster sync statuses for the deployments it returns. The dashboard and cli is having to get manifest repository URL from config file and make an extra request (through the spektate package), and display this information.

  • Make this cluster sync status a part of deployment object in spektate back end
  • Update scripts in pipelines to capture repository URLs from each pipeline

Acceptance Criteria:
No logic in client side

Describe alternatives you've considered:

Additional context:

Does this require updates to documentation?: No

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions