-
Notifications
You must be signed in to change notification settings - Fork 78
feat: create new ttr for tiertemplate updates #1102
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
Merged
mfrancisc
merged 16 commits into
codeready-toolchain:master
from
mfrancisc:difftiertemplate
Feb 10, 2025
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a782f5e
test tiertemlpate and nstelpatetier changes
2320516
Merge branch 'master' into difftiertemplate
mfrancisc 9f70a26
improve ttrs wait functions
0b6523f
Merge remote-tracking branch 'origin/difftiertemplate' into difftiert…
033039b
fix duplicate map value
ab66034
fix with parameters to update values
7735de5
fix linter
8935625
Merge branch 'master' into difftiertemplate
mfrancisc e1c758d
improve debugging info
0a6175e
Merge branch 'master' into difftiertemplate
mfrancisc 37a322b
Merge branch 'master' into difftiertemplate
mfrancisc e3a9bcc
Update testsupport/tiers/tier_setup.go
mfrancisc 124a1c0
check for ttr changes
488ef7b
check parameters and crq changes in ttrs
719c2a1
fix ttr test
03473b5
Merge branch 'master' into difftiertemplate
mfrancisc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
btw, these could be generic functions available as part of the new
wait.ForAPIbut that's for later, not for this 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.
yeah, not huge expert and fan of generic code, but I agree it might make sense.
Actually there's also a lot of margin for improvement in the assertions of the TTRs as well. We can do those later if that makes sense.
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.
As mentioned during the sync call, I found a way we can use the standard assertion functions
#1073 (comment)