-
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(hycu): create order page #13560
Merged
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
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
packages/manager/apps/hycu/src/hooks/order/useOrderCatalogHYCU.ts
Outdated
Show resolved
Hide resolved
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
tibs245
reviewed
Oct 11, 2024
rjamet-ovh
reviewed
Oct 11, 2024
ThibaudCrespin
requested review from
kqesar,
frenautvh,
tibs245,
MaximeBajeux and
mhelhali-soufien
and removed request for
a team
October 14, 2024 07:33
ThibaudCrespin
force-pushed
the
feat/MANAGER-14504
branch
from
October 15, 2024 15:37
9f090e7
to
99858fe
Compare
tibs245
reviewed
Oct 16, 2024
tibs245
force-pushed
the
feat/hycu
branch
2 times, most recently
from
October 21, 2024 09:33
f2faa42
to
56a3eaa
Compare
chipp972
approved these changes
Oct 21, 2024
ThibaudCrespin
force-pushed
the
feat/MANAGER-14504
branch
from
October 22, 2024 08:48
880cdca
to
3c42751
Compare
github-actions
bot
added
dependencies
Pull requests that update a dependency file
and removed
has conflicts
Has conflicts to resolve before merging
labels
Oct 22, 2024
tibs245
reviewed
Oct 22, 2024
packages/manager/apps/hycu/src/components/Description/Description.component.tsx
Outdated
Show resolved
Hide resolved
tibs245
reviewed
Oct 22, 2024
packages/manager/apps/hycu/src/hooks/order/useOrderCatalogHYCU.ts
Outdated
Show resolved
Hide resolved
github-actions
bot
removed
the
dependencies
Pull requests that update a dependency file
label
Oct 22, 2024
github-actions
bot
added
has conflicts
Has conflicts to resolve before merging
universe-bare-metal-cloud
dependencies
Pull requests that update a dependency file
universe-hosted-private-cloud
container
labels
Oct 22, 2024
ref: MANAGER-14504 Signed-off-by: Thibaud Crespin <[email protected]>
ThibaudCrespin
force-pushed
the
feat/MANAGER-14504
branch
from
October 22, 2024 16:26
ca25b24
to
98c85f4
Compare
github-actions
bot
removed
universe-bare-metal-cloud
dependencies
Pull requests that update a dependency file
universe-hosted-private-cloud
container
has conflicts
Has conflicts to resolve before merging
labels
Oct 22, 2024
tibs245
approved these changes
Oct 22, 2024
ref: MANAGER-14504 Signed-off-by: Thibaud Crespin <[email protected]>
ThibaudCrespin
force-pushed
the
feat/MANAGER-14504
branch
from
October 23, 2024 07:53
9ad37a9
to
b6ac9d2
Compare
Quality Gate failedFailed conditions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ref: MANAGER-14504
feat/hycu
Breaking change is mentioned in relevant commitsDescription
Create order page for HYCU license products
Related