forked from kapicorp/kapitan
-
Notifications
You must be signed in to change notification settings - Fork 1
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
merge: sync dev and master #17
Draft
MatteoVoges
wants to merge
79
commits into
master
Choose a base branch
from
dev
base: master
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
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
* chore(*): support python version `3.10` * docs: cleanup removal of python 3.7 * fix: make gh actions use python3.10
* 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
lint: apply black formatting
fix boolean evaluation for conditional resolvers
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