-
Notifications
You must be signed in to change notification settings - Fork 98
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(dedicated.vrack): add occ as new eligibility service in vrack #13678
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
universe-bare-metal-cloud
translation required
common
feature
New feature
labels
Oct 19, 2024
qpavy
previously approved these changes
Oct 21, 2024
tibs245
reviewed
Oct 21, 2024
const formattedService = { | ||
...service, | ||
id: service.uuid, | ||
niceName: service.uuid, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
niceName: service.uuid, | |
displayName: service.uuid, |
I'll let you judge the relevance of the suggestion ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to check on this.
tibs245
reviewed
Oct 21, 2024
mhelhali-soufien
previously approved these changes
Oct 21, 2024
sachinrameshn
dismissed stale reviews from mhelhali-soufien and qpavy
via
November 6, 2024 09:25
b9dddd3
sachinrameshn
force-pushed
the
feat/MANAGER-15301
branch
from
November 6, 2024 09:25
3f53aca
to
b9dddd3
Compare
github-actions
bot
added
universe-web-cloud
universe-telecom
dependencies
Pull requests that update a dependency file
labels
Nov 6, 2024
sachinrameshn
force-pushed
the
feat/MANAGER-15301
branch
from
November 6, 2024 09:35
b9dddd3
to
1da8338
Compare
github-actions
bot
removed
universe-web-cloud
universe-telecom
dependencies
Pull requests that update a dependency file
labels
Nov 6, 2024
github-actions
bot
added
universe-telecom
documentation
Documentation only changes
dependencies
Pull requests that update a dependency file
universe-public-cloud
universe-hosted-private-cloud
container
enabler
common
labels
Nov 21, 2024
sachinrameshn
force-pushed
the
feat/MANAGER-15301
branch
from
November 21, 2024 17:30
41e3bc2
to
9a49a3e
Compare
github-actions
bot
removed
universe-web-cloud
universe-telecom
documentation
Documentation only changes
dependencies
Pull requests that update a dependency file
universe-public-cloud
universe-hosted-private-cloud
container
enabler
common
labels
Nov 21, 2024
ref: MANAGER-15301 Signed-off-by: Sachin Ramesh <[email protected]>
sachinrameshn
force-pushed
the
feat/MANAGER-15301
branch
from
November 26, 2024 04:57
9a49a3e
to
f51b083
Compare
Signed-off-by: CDS Translator Agent <[email protected]>
qpavy
approved these changes
Nov 28, 2024
tristanwagner
approved these changes
Nov 28, 2024
Quality Gate failedFailed conditions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
master
Breaking change is mentioned in relevant commitsDescription
Add OVH Cloud connect as new eligibility service in vrack section.
Related