Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(componentInstance): add CCRN fields as attributes #485

Open
8 tasks
MR2011 opened this issue Feb 17, 2025 · 1 comment
Open
8 tasks

feat(componentInstance): add CCRN fields as attributes #485

MR2011 opened this issue Feb 17, 2025 · 1 comment
Assignees

Comments

@MR2011
Copy link
Collaborator

MR2011 commented Feb 17, 2025

Task Description

Add the following fields to the ComponentInstance model in the database schema, entity and API:

  • Region
  • Cluster
  • Namespace
  • Domain
  • Project

Expected Test:
Add the new attributes to the existing tests in:

  • e2e: component_instance_query_test.go
  • app: component_instance_handler_test.go
  • db: component_instance_test.go
@michalkrzyz
Copy link
Collaborator

As discussed, the specified attributes will not be added to ComponentInstanceInput. Instead, they will be extracted from the CCRN line.

Therefore, the ticket scope also includes implementing a parser. This parser must be usable both in end-to-end tests and within the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants