-
Notifications
You must be signed in to change notification settings - Fork 1
improvements #13
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
improvements #13
Conversation
scoopex
commented
Apr 23, 2025
- be more tolerant references to cloud.yaml entries
- set mtu automatically if set to 0
- use directly the specified path if a file is specified
- be more tolerant references to cloud.yaml entries - set mtu automatically if set to 0 - use directly the specified path if a file is specified Signed-off-by: Marc Schöchlin <[email protected]>
9179bb7 to
4af120d
Compare
Signed-off-by: Marc Schöchlin <[email protected]>
0e265ec to
cf22a46
Compare
garloff
left a comment
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.
No serious review, just a quick check not seeing anything evil.
If you want to develop this without reviews, we should set up the repo to allow you to override branch protection...
| try: | ||
| LOGGER.info(f"Reading {Config._file}") | ||
| with open(str(Config._file), 'r') as file_fd: | ||
| with open(str(Config._file), "r") as file_fd: |
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.
This change is a noop
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.
Yes, that would be nice. I prefer reviews but if there is nobody how can do them, its better to have the possibility to skip them.
* improvements - be more tolerant references to cloud.yaml entries - set mtu automatically if set to 0 - use directly the specified path if a file is specified Signed-off-by: Marc Schöchlin <[email protected]> * satisfy mypy and linting Signed-off-by: Marc Schöchlin <[email protected]> --------- Signed-off-by: Marc Schöchlin <[email protected]> Co-authored-by: Marc Schöchlin <[email protected]> Co-authored-by: Kurt Garloff <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]>
* Health mon profile (#11) * add a health mon profile --- Signed-off-by: Marc Schöchlin <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]> Co-authored-by: Marc Schöchlin <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]> * Bump jinja2 from 3.1.4 to 3.1.6 in the pip group across 1 directory (#12) Bumps the pip group with 1 update in the / directory: [jinja2](https://github.com/pallets/jinja). Updates `jinja2` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Marc Schöchlin <[email protected]> * improvements (#13) * improvements - be more tolerant references to cloud.yaml entries - set mtu automatically if set to 0 - use directly the specified path if a file is specified Signed-off-by: Marc Schöchlin <[email protected]> * satisfy mypy and linting Signed-off-by: Marc Schöchlin <[email protected]> --------- Signed-off-by: Marc Schöchlin <[email protected]> Co-authored-by: Marc Schöchlin <[email protected]> Co-authored-by: Kurt Garloff <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]> * minor-improvement (#14) Signed-off-by: Marc Schöchlin <[email protected]> Co-authored-by: Marc Schöchlin <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]> * Update help output (#15) Signed-off-by: Marc Schöchlin <[email protected]> Co-authored-by: Marc Schöchlin <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]> * remove outdated example ssh keys Signed-off-by: Marc Schöchlin <[email protected]> * check if flavor or images exsists Signed-off-by: Marc Schöchlin <[email protected]> * feature: handle existing clouds.yaml merge the configuration of generated projects to a existing clouds.yaml and make a backup Signed-off-by: Marc Schöchlin <[email protected]> * Fix imports in module entry point (#16) Signed-off-by: Max Harmathy <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]> * fix typing Signed-off-by: Marc Schöchlin <[email protected]> --------- Signed-off-by: Marc Schöchlin <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Max Harmathy <[email protected]> Signed-off-by: Marc Schöchlin <[email protected]> Co-authored-by: Marc Schöchlin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kurt Garloff <[email protected]> Co-authored-by: Max Harmathy <[email protected]>