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: changes to an attribute of node in a branch don't seem to be properly merged #4996

Closed
wvandeun opened this issue Nov 20, 2024 · 0 comments
Assignees
Labels
group/backend Issue related to the backend (API Server, Git Agent) priority/1 This issue must be fixed/implemented ASAP, it's a blocker for a release type/bug Something isn't working as expected

Comments

@wvandeun
Copy link
Contributor

Component

API Server / GraphQL

Infrahub version

1.0.6

Current Behavior

When you make a change to an attribute of a node in branch, the change doesn't seem to be properly merged when merging that branch into main

Expected Behavior

the change to the attribute of the node in the branch is properly merged into main

Steps to Reproduce

  • spin up instance of infrahub
  • import demo schema and data
  • create a branch
  • in the branch go to device atl1-edge1, open the interfaces tab and click on Ethernet1
  • remove the value of the description attribute and save the change
  • navigate to the branch list view
  • open the branch detailed view
  • generate the diff and verify that the change is properly displayed
  • merge the branch
  • in main navigate to interface ethernet1 of atl1-edge1, the description will still be the old value

Additional Information

No response

@wvandeun wvandeun added type/bug Something isn't working as expected group/backend Issue related to the backend (API Server, Git Agent) labels Nov 20, 2024
@lykinsbd lykinsbd added the priority/1 This issue must be fixed/implemented ASAP, it's a blocker for a release label Nov 20, 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) priority/1 This issue must be fixed/implemented ASAP, it's a blocker for a release type/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

3 participants