Skip to content

Comments

✨ 🎨 Add file operations and improve existing functions#4

Merged
ChristophShyper merged 1 commit intomasterfrom
feat/file-utils
Feb 22, 2025
Merged

✨ 🎨 Add file operations and improve existing functions#4
ChristophShyper merged 1 commit intomasterfrom
feat/file-utils

Conversation

@github-actions
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