[PR #3] [MERGED] Bugfixes #117

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

📋 Pull Request Information

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

Base: mainHead: bugfixes


📝 Commits (4)

📊 Changes

22 files changed (+758 additions, -1401 deletions)

View changed files

📝 README.md (+5 -12)
architecture.dot.png (+0 -0)
architecture.gv (+0 -259)
architecture.gv.dot (+0 -906)
graphdict.json (+300 -0)
📝 modules/cloud_config.py (+1 -1)
📝 modules/drawing.py (+67 -42)
📝 modules/fileparser.py (+11 -11)
📝 modules/gitlibs.py (+12 -14)
modules/graphdict.json (+3 -0)
📝 modules/graphmaker.py (+133 -48)
📝 modules/helpers.py (+21 -2)
📝 modules/interpreter.py (+23 -6)
📝 modules/postfix.py (+2 -2)
📝 modules/resource_handlers.py (+102 -53)
requirements.txt (+9 -0)
📝 resource_classes/__init__.py (+4 -4)
📝 resource_classes/aws/groups.py (+2 -1)
📝 terravision.py (+1 -1)
📝 testcase-wordpress copy.json (+11 -5)

...and 2 more files

📄 Description

No description provided


🔄 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/3 **Author:** [@patrickchugh](https://github.com/patrickchugh) **Created:** 4/2/2023 **Status:** ✅ Merged **Merged:** 4/2/2023 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `main` ← **Head:** `bugfixes` --- ### 📝 Commits (4) - [`3d115a7`](https://github.com/patrickchugh/terravision/commit/3d115a7229942d40f610a25ed08a07c4e7be06d7) Fixed bug in create multiple - [`f5c6888`](https://github.com/patrickchugh/terravision/commit/f5c68885566f68e1c293ad886fc765976b75b285) Security group fix - [`fe83960`](https://github.com/patrickchugh/terravision/commit/fe839609cf11c42419f14970118c3277ada2a082) bugfix - [`a2d695b`](https://github.com/patrickchugh/terravision/commit/a2d695b2440311c5b90ad64217824988c721f964) fixed bugs for local modules ### 📊 Changes **22 files changed** (+758 additions, -1401 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -12) ➖ `architecture.dot.png` (+0 -0) ➖ `architecture.gv` (+0 -259) ➖ `architecture.gv.dot` (+0 -906) ➕ `graphdict.json` (+300 -0) 📝 `modules/cloud_config.py` (+1 -1) 📝 `modules/drawing.py` (+67 -42) 📝 `modules/fileparser.py` (+11 -11) 📝 `modules/gitlibs.py` (+12 -14) ➕ `modules/graphdict.json` (+3 -0) 📝 `modules/graphmaker.py` (+133 -48) 📝 `modules/helpers.py` (+21 -2) 📝 `modules/interpreter.py` (+23 -6) 📝 `modules/postfix.py` (+2 -2) 📝 `modules/resource_handlers.py` (+102 -53) ➕ `requirements.txt` (+9 -0) 📝 `resource_classes/__init__.py` (+4 -4) 📝 `resource_classes/aws/groups.py` (+2 -1) 📝 `terravision.py` (+1 -1) 📝 `testcase-wordpress copy.json` (+11 -5) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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:42 +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#117
No description provided.