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

bug: Schema Diff is too verbose when adding attribute in schema #5003

Open
BeArchiTek opened this issue Nov 20, 2024 · 0 comments
Open

bug: Schema Diff is too verbose when adding attribute in schema #5003

BeArchiTek opened this issue Nov 20, 2024 · 0 comments
Labels
group/backend Issue related to the backend (API Server, Git Agent) type/bug Something isn't working as expected

Comments

@BeArchiTek
Copy link
Contributor

Component

Frontend UI, API Server / GraphQL, Not Sure

Infrahub version

1.0.5 and 1.0.6

Current Behavior

When adding a new Attribute in the schema, I expect the Schema Diff to indicate only this creation. Right now, the Diff is showing a lot of additions and deletions, some not even visible in the Diff but still present in the counters.

image
image

Expected Behavior

The Diff is showing only the user changes

Steps to Reproduce

  • Load the demo-schema
  • Create a branch test( UI or CLI infrahubctl branch create test)
  • Create a new attribute to a node (i.e dname2 to InfraInterface)
  • Create a proposed change from the branch test to main

Additional Information

No response

@BeArchiTek BeArchiTek added the type/bug Something isn't working as expected label Nov 20, 2024
@dgarros dgarros added the group/backend Issue related to the backend (API Server, Git Agent) label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/backend Issue related to the backend (API Server, Git Agent) type/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

2 participants