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.
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: create tiertemplaterevision for each tiertemplate #1061
base: master
Are you sure you want to change the base?
feat: create tiertemplaterevision for each tiertemplate #1061
Changes from 28 commits
fb8a690
d66af28
62a1a83
09fe90b
edcf467
6b4deb8
b9e5e84
e91f57c
7e03339
7d34843
b826d56
9cb5461
b50289c
bdba663
b4f334d
dc38c17
22f4e64
a0ec293
b1c59ab
a61de18
7665e00
f73f65b
02797f9
f9069f6
62ee614
1b44744
aec5c1d
d18c2a4
8260a86
f818ea9
3f36b81
7dd6053
f442e1b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
easier to read:
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.
and btw, the CRQ logically doesn't make much sense for the namespace-scoped templates (which is namespace and spaceRole templates) but I understand that this is only for the testing purposes.
Let's maybe make a comment and make cure that we don't try to provision a user with it.
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.
why not using
tiers.GetTemplateRefs(t, hostAwait, "ttr").Flatten()
? Wouldn't it have the same result?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 guess that you can also use the len of TemplateRef from
tiers.GetTemplateRefs(t, hostAwait, "ttr").Flatten()
, right?Just in case the number of templateRefs changes in the base1ns tier
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.
the same as in the other PR:
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.
you can simplify this by calling
DeleteAllOf
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.
if the ttr.Items is empty, then the method returns a few lines earlier