Skip to content

Feat: Data structure of Repository is changed in backend, UI needs to make compatibility change #370

@xingzhang-suse

Description

@xingzhang-suse

The registries CRD is changed by backend

repositories: String[];

to

repositories : [{
  name: String,
  matchConditions: [{
    name: String,
    expression: String
  }]
}]

The datasource definition of registry list table needs to be changed for repositories column.

Image

The matchCondition does not need to be implemented in UI in the registry edit page, but it needs to be confirmed the field can be configured in edit yaml page. (Ref: Slack record)

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions