Skip to content

Fix for unique name in OS Resoource #148

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

SushilLakra
Copy link
Contributor

@SushilLakra SushilLakra commented May 21, 2025

Description

Changes done for fixing ITEP-66804 Jira Bug. This contains changes in OS Resource Message proto buf file to put conditions to make the name field unique

Fixes # (issue) ITEP-66804

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes
  • I have not introduced any 3rd party dependency changes
  • I have performed a self-review of my code

… OS Resource Message proto buf file to put conditions to make the name field unique
"name",
"tenant_id"
]
},
{
unique: false
fields: ["tenant_id"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we make also immutable? Please update the unit tests and regenerate the data model first

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

Successfully merging this pull request may close these issues.

3 participants