-
-
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
37 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 6a9005f
test(stackable-versioned): Update person name
Techassi 6cf798e
chore(stackable-operator): Sort deps alphabetically
Techassi c3a8dff
chore(stackable-versioned): Remove udeps ignores
Techassi 88f1df8
chore(stackable-versioned): Replace matches! with match
Techassi 1bbe77b
chore(stackable-versioned): Re-add some udeps ignores
Techassi ec4005b
chore(stackable-versioned): Move some deps back
Techassi b73d475
chore: Merge branch 'main' into feat/stackable-versioned-conversion-t…
Techassi 2cfb3c9
test(stackable-versioned): Simplify gender defaulting
Techassi a2f2486
chore: Merge branch 'main' into feat/stackable-versioned-conversion-t…
Techassi 65a768c
fix(stackable-versioned): Pass JSONPath variable by reference
Techassi 710d69b
chore(stackable-versioned): Error if nested is used without experimen…
Techassi af66cf5
test(stackable-versioned): Fix doc test
Techassi 97b1a41
chore(stackable-versioned): Update changelog
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.
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.
Uh oh!
There was an error while loading. Please reload this page.