Skip to content
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

✨ 🎨 Add file operations and improve existing functions #4

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 22, 2025

πŸ“ Brief description

✨ 🎨 Add file operations and improve existing functions

πŸ’» Commits

  • 883f9c7 - ChristophShyper - 2025-02-22 21:22:12
    ✨ 🎨 Add file operations and improve existing functions
    Improvements:
    • Running terragrunt render-json to read module's config dynamically.
    • Better class inheritance.
    • Removed repetitive code.
    • Various small fixes.
    • Added docstrings.
    • Added general exception handling.
    • Updated documentation.
    • Updated project structure.

πŸ“ Modified files

README.md | 102 +++++---
velez.jpg => img/velez.jpg | Bin
requirements.txt | 1 +
setup.py | 10 +-
terragrunt_ops.py (gone) | 363 --------------------------
velez.py (gone) | 60 -----
velez/init.py (new) | 0
velez/file_ops.py (new) | 124 +++++++++
velez/terragrunt_ops.py (new) | 586 ++++++++++++++++++++++++++++++++++++++++++
velez/utils.py (new) | 50 ++++
velez/velez.py (new +x) | 91 +++++++
11 files changed, 923 insertions(+), 464 deletions(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

Improvements:
* Running `terragrunt render-json` to read module's config dynamically.
* Better class inheritance.
* Removed repetitive code.
* Various small fixes.
* Added docstrings.
* Added general exception handling.
* Updated documentation.
* Updated project structure.
@github-actions github-actions bot added the feature Adding a new feature label Feb 22, 2025
@ChristophShyper ChristophShyper merged commit c0594c0 into master Feb 22, 2025
2 checks passed
@ChristophShyper ChristophShyper deleted the feat/file-utils branch February 22, 2025 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding a new feature
Development

Successfully merging this pull request may close these issues.

1 participant