[PR #155] [MERGED] Improve safety of code #183

Closed
opened 2026-05-06 12:38:04 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/155
Author: @patrickchugh
Created: 12/24/2025
Status: Merged
Merged: 12/24/2025
Merged by: @patrickchugh

Base: mainHead: pr/ImproveErrorHandling


📝 Commits (1)

📊 Changes

4 files changed (+38 additions, -30 deletions)

View changed files

📝 modules/graphmaker.py (+6 -4)
📝 modules/interpreter.py (+18 -16)
📝 modules/resource_handlers_aws.py (+4 -1)
📝 modules/tfwrapper.py (+10 -9)

📄 Description

YOUR PR TITLE

Type of Change

  • Bug Fix
  • New Feature
  • Refactor
  • Documentation

Checklist

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written Documentation/Tests?
  • Have you done your own code-review?
  • Have you disclosed any use of AI tools and models with their version?

AI Assistance Declaration

  • Tools used: [e.g., Claude Code, GitHub Copilot]
  • Model: [e.g., Claude Sonnet 4.5, GPT-4]
  • Scope: [e.g., "Generated test cases", "Refactored function X"]

Checklist for Changes to Core Features:

  • Have you discussed any major revamp with a reviewer/maintainer first? (It's okay to just raise a PR directly for minor bugfixes)
  • Have you ensured your PR is focused on one major improvement and is not trying to do too many changes at once? For example:
    Bad : Adding support for GCP and Azure system wide
    Good: Just adding Azure resource handler for VNets
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable, and made sure the new tests PASS?
  • Have you successfully run all previous system wide tests with your changes locally?

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/patrickchugh/terravision/pull/155 **Author:** [@patrickchugh](https://github.com/patrickchugh) **Created:** 12/24/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `main` ← **Head:** `pr/ImproveErrorHandling` --- ### 📝 Commits (1) - [`ffac79d`](https://github.com/patrickchugh/terravision/commit/ffac79dd07002dced16759ddce1d0d646be9fc24) Improve safety of code ### 📊 Changes **4 files changed** (+38 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `modules/graphmaker.py` (+6 -4) 📝 `modules/interpreter.py` (+18 -16) 📝 `modules/resource_handlers_aws.py` (+4 -1) 📝 `modules/tfwrapper.py` (+10 -9) </details> ### 📄 Description # YOUR PR TITLE ## Type of Change * [ ] Bug Fix * [ ] New Feature * [ ] Refactor * [ ] Documentation ## Checklist All Submissions: * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [ ] Have you written Documentation/Tests? * [ ] Have you done your own code-review? * [ ] Have you disclosed any use of AI tools and models with their version? ## AI Assistance Declaration - Tools used: [e.g., Claude Code, GitHub Copilot] - Model: [e.g., Claude Sonnet 4.5, GPT-4] - Scope: [e.g., "Generated test cases", "Refactored function X"] ### Checklist for Changes to Core Features: * [ ] Have you discussed any major revamp with a reviewer/maintainer first? (It's okay to just raise a PR directly for minor bugfixes) * [ ] Have you ensured your PR is focused on one major improvement and is not trying to do too many changes at once? For example: Bad : Adding support for GCP and Azure system wide Good: Just adding Azure resource handler for VNets * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable, and made sure the new tests PASS? * [ ] Have you successfully run all previous system wide tests with your changes locally? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:38:04 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#183
No description provided.