-
-
Notifications
You must be signed in to change notification settings - Fork 16
feat(stackable-versioned): Add conversion tracking #1056
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
Draft
Techassi
wants to merge
24
commits into
main
Choose a base branch
from
feat/stackable-versioned-conversion-tracking
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
0d78554
chore: Add edition to rustfmt override command
Techassi c3d48ae
fix(stackable-versioned): Finish error accumulator
Techassi 0f1e0a5
refactor(stackable-versioned): Simplify and improve From code generation
Techassi a86bf17
refactor(stackable-versioned): Remove standalone and non-K8s specific…
Techassi 9583068
chore: Adjust CRD code to reflect attribute changes
Techassi 4009271
feat!(stackable-versioned): Add conversion tracking
Techassi 19017f2
fix(stackable-versioned): Fix edge-cases uncovered by UI tests
Techassi 26e5565
test(stackable-versioned): Adjust test inputs and UI stderr snapshots
Techassi e8c0d93
fix(stackable-versioned): Use trait from core, use correct boolean expr
Techassi 36ecc20
fix(stackable-versioned): Remove minor errors in generated code
Techassi 88d9050
test(stackable-version): Review and accept updated snapshots
Techassi 7bfc2bb
test(stackable-versioned): Adjust existing integration tests
Techassi 502e55d
test(stackable-versioned): Add conversion roundtrip integration test
Techassi 0f8ed66
chore(stackable-versioned): Add FIXME comments
Techassi 277c2b1
chore(stackable-operator): Add required Default derive to ListenerStatus
Techassi 045e980
chore(stackable-versioned): Remove unused k8s-version dependency
Techassi dc46e64
fix(stackable-versioned): Add missing trailing comma in generated code
Techassi 968a52c
test(stackable-versioned): Add additional status field
Techassi a0e1fcd
fix(stackable-versioned): Only emit tracking_into if opted in
Techassi 13625c9
docs(stackable-versioned): Update doc comments
Techassi 8f26e01
chore(stackable-versioned): Ignore code block in doc comment
Techassi 20427af
feat(stackable-versioned): Use proper JSONPath syntax
Techassi 790bfb5
chore(stackable-versioned): Use BTreeMap instead of HashMap
Techassi db85e29
chore(stackable-versioned): Use jsonPath instead of fieldName as fiel…
Techassi 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
"rust-analyzer.rustfmt.overrideCommand": [ | ||
"rustfmt", | ||
"+nightly-2025-05-26", | ||
"--edition", | ||
"2024", | ||
"--" | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
This file was deleted.
Oops, something went wrong.
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.
nit: Ideally we sort them alphabetical