-
Notifications
You must be signed in to change notification settings - Fork 199
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
fix: add vaultkv in secret_update_validate + refactor #1021
Closed
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
* feat(inv): introduce OmegaConf as optional inventory backend * remove print statement * fix(lint): fix linting * add first version of migration script * add flag behavior for `--compose-node-name` and `-t` * add resolving step for references in migration script * feat: finish migration script * feat: enable migration support as query * add local module omegaconf to have new features * add migrated inventory to test the feature * refactor: add error handling and correct merging flags * deps: add temporarily deps ruamel and regex for migrating * feat: prepare omegaconf for multiprocessing * feat: add generated grammar * change route of module oc * fix: change module import path * fix: change import paths for omegaconf * feat: resolve relative class name * refactor: adapt new merge interface * refactor: remove examples inventory for omegaconf * feat: change migration via flag, not query * refactor: remove unneccessary debug and comments * feat: add option to pull omegaconf locally * lint: fix type annotations * refactor: remove directory oc after pulling * feat: support init class * perf: use faster function `unsafe_merge` * feat: add more custom resolvers * refactor: add more resolvers * fix: namespace error with flag migrate * feat: add ability to define user resolvers in inventory * fix: user written resolvers replace system resolvers * feat: restructure resolving and migrating * chore: remove ruamel-yaml and add omegaconf in poetry-file * fix: resolver escape_tag was missing braces * fix: correct wrong behavior of resolver `tag` * feat: prepare support for lint
MatteoVoges
added
enhancement
enhancement to an existing feature
bugfix
fixing a bug
labels
Jul 27, 2023
MatteoVoges
force-pushed
the
nexenio/refactor-refs-cmd-parser
branch
from
July 27, 2023 10:58
db9898b
to
d8574d4
Compare
* Nexenio reclass submodule (#4) * fix(git): Change submodule to nexenios origin of reclass * set submodule to branch with merged features * revert gitignore * Helm render secrets (#5) * Add support for secrets in helm * Add flags for secret and postprocessing (base64) * Add function for checking kind * Add option 2 * Add documentation * Add flags to docs and fix indentation * Apply suggestions from review * Overhaul vault pr (#6) * Merge changes from all three pr's * Fix typo * Add test for multiple secrets per path in vault
Closing due a mistake with merging |
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.
Proposed Changes
cmd_parser.py
(more in progressvaultkv
backend forkapitan refs --validate-targets