[PR #41] [MERGED] Bugfix/neato #140

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

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/41
Author: @patrickchugh
Created: 7/4/2023
Status: Merged
Merged: 7/4/2023
Merged by: @patrickchugh

Base: mainHead: bugfix/neato


📝 Commits (7)

📊 Changes

15 files changed (+133 additions, -100 deletions)

View changed files

📝 .gitignore (+1 -0)
clearcache.sh (+2 -0)
📝 modules/annotations.py (+2 -4)
📝 modules/cloud_config.py (+6 -16)
📝 modules/drawing.py (+4 -7)
📝 modules/graphmaker.py (+9 -5)
📝 modules/helpers.py (+11 -8)
📝 modules/interpreter.py (+37 -22)
📝 modules/postfix.py (+4 -1)
📝 modules/resource_handlers.py (+31 -6)
📝 modules/tf_function_handlers.py (+8 -1)
📝 resource_classes/__init__.py (+4 -3)
📝 shiftLabel.gvpr (+1 -2)
📝 terravision (+8 -4)
📝 tests/testcase-wordpress.json (+5 -21)

📄 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 read done your own code-review?

Changes to Core Features:

  • 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?
  • Have you successfully run 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/41 **Author:** [@patrickchugh](https://github.com/patrickchugh) **Created:** 7/4/2023 **Status:** ✅ Merged **Merged:** 7/4/2023 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `main` ← **Head:** `bugfix/neato` --- ### 📝 Commits (7) - [`5491087`](https://github.com/patrickchugh/terravision/commit/54910876cc53cc4983994ccb107f3f1dc133cefe) Neato Engine Support - [`ff69a9a`](https://github.com/patrickchugh/terravision/commit/ff69a9ae2c15e1a4546e257461592f8e74aded20) typo - [`428c6f9`](https://github.com/patrickchugh/terravision/commit/428c6f94df65d5e0b8cfd8429af289aa5531764e) Added Error handler - [`3b3e035`](https://github.com/patrickchugh/terravision/commit/3b3e035c18ee395832977e27d35ce8907707d459) Bugfix - [`da0b5d1`](https://github.com/patrickchugh/terravision/commit/da0b5d13a8c15327268867fd6699af4b3d768c04) fix tests - [`82928f5`](https://github.com/patrickchugh/terravision/commit/82928f58ce7d2bd66eab6a156a51f47965a35b00) fix for no modules - [`d5ef8ef`](https://github.com/patrickchugh/terravision/commit/d5ef8efeb165a4fc6f53056a3bbe815044f11b48) Fixed bug for non aws resources ### 📊 Changes **15 files changed** (+133 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `clearcache.sh` (+2 -0) 📝 `modules/annotations.py` (+2 -4) 📝 `modules/cloud_config.py` (+6 -16) 📝 `modules/drawing.py` (+4 -7) 📝 `modules/graphmaker.py` (+9 -5) 📝 `modules/helpers.py` (+11 -8) 📝 `modules/interpreter.py` (+37 -22) 📝 `modules/postfix.py` (+4 -1) 📝 `modules/resource_handlers.py` (+31 -6) 📝 `modules/tf_function_handlers.py` (+8 -1) 📝 `resource_classes/__init__.py` (+4 -3) 📝 `shiftLabel.gvpr` (+1 -2) 📝 `terravision` (+8 -4) 📝 `tests/testcase-wordpress.json` (+5 -21) </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 read done your own code-review? ### Changes to Core Features: * [ ] 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? * [ ] Have you successfully run 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:37:49 +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#140
No description provided.