Component
API Server / GraphQL
Infrahub version
1.10.0
Current Behavior
it is possible to create duplicate objects that violate a schemas uniqueness constraint using 2 proposed changes.
Expected Behavior
duplicate objects should never be created
Steps to Reproduce
- create branches
br1 and br2
- create a new
BuiltinTag with the same name on both branches
- create a proposed change for each branch
- merge one proposed change
- merge the other proposed change
now you have 2 tags with the same name, which is illegal
Additional Information
No response
Component
API Server / GraphQL
Infrahub version
1.10.0
Current Behavior
it is possible to create duplicate objects that violate a schemas uniqueness constraint using 2 proposed changes.
Expected Behavior
duplicate objects should never be created
Steps to Reproduce
br1andbr2BuiltinTagwith the same name on both branchesnow you have 2 tags with the same name, which is illegal
Additional Information
No response