[PR #255] [MERGED] Some Updates & Rearrange/fix #475

Closed
opened 2026-02-27 15:58:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/255
Author: @catborise
Created: 10/23/2019
Status: Merged
Merged: 10/24/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (10+)

  • f3b8b25 Instance actions rearranged to reflect disable vm actions on instances list
  • b182907 Translate, indentation and typo fixes
  • e47f97f instance: seperate resize operations as cpu, mem and disk
  • 1e22547 IPy.py update to 1.0
  • fdbb673 instances/view.py: Fix resize_disk and pep8 style corrections
  • 828a271 pep8 style code corrections
  • d22aed5 Rearrange host resources variables and change variable names
  • caf00bd create/views.py: rearrange variable order
  • 0fdc2da fix redirection for network connection error
  • 1e2fbc8 add redirection for instance_actions error

📊 Changes

45 files changed (+3331 additions, -3174 deletions)

View changed files

📝 accounts/templates/account.html (+125 -125)
📝 accounts/templates/accounts-list.html (+5 -5)
📝 accounts/views.py (+2 -2)
📝 computes/templates/computes.html (+236 -237)
📝 computes/templates/overview.html (+92 -92)
📝 computes/views.py (+5 -5)
📝 conf/requirements.txt (+1 -1)
📝 console/novncd (+1 -1)
📝 console/views.py (+0 -2)
📝 create/templates/create_flav_block.html (+0 -4)
📝 create/templates/create_instance.html (+2 -6)
📝 create/views.py (+6 -6)
📝 datasource/views.py (+3 -3)
📝 instances/templates/add_instance_network_block.html (+3 -3)
📝 instances/templates/add_instance_volume.html (+111 -111)
📝 instances/templates/allinstances.html (+130 -130)
📝 instances/templates/allinstances_index_grouped.html (+12 -12)
📝 instances/templates/allinstances_index_nongrouped.html (+64 -63)
📝 instances/templates/instance.html (+1298 -1264)
📝 instances/templates/instances.html (+142 -143)

...and 25 more files

📄 Description

Hi,
retspen, there are some updates. But they are not big changes.

  1. Translate tags, indentation, and typo fixes
  2. Seperation of resizing cpu, mem and disk operation function
  3. IPy. update to 1.0
  4. Pep8 checking and fixing
  5. Some variables does not filled if there are some exceptions. I changed order some of them to fix that.
  6. Http redirection error fixing

🔄 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/retspen/webvirtcloud/pull/255 **Author:** [@catborise](https://github.com/catborise) **Created:** 10/23/2019 **Status:** ✅ Merged **Merged:** 10/24/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`f3b8b25`](https://github.com/retspen/webvirtcloud/commit/f3b8b251b55b8e5e57f6f3553f303dc1de40e121) Instance actions rearranged to reflect disable vm actions on instances list - [`b182907`](https://github.com/retspen/webvirtcloud/commit/b18290794efc1330d2dd780b50b1e232a44f93aa) Translate, indentation and typo fixes - [`e47f97f`](https://github.com/retspen/webvirtcloud/commit/e47f97facf81b7bbae4314a0fe8da9d2fe079a47) instance: seperate resize operations as cpu, mem and disk - [`1e22547`](https://github.com/retspen/webvirtcloud/commit/1e22547b1aee6679fe07a167eaed16f20f37ad18) IPy.py update to 1.0 - [`fdbb673`](https://github.com/retspen/webvirtcloud/commit/fdbb6739c17e9f7f75e21c57a8eb0060742f7403) instances/view.py: Fix resize_disk and pep8 style corrections - [`828a271`](https://github.com/retspen/webvirtcloud/commit/828a27178945097a01692391bba24df9a9533b03) pep8 style code corrections - [`d22aed5`](https://github.com/retspen/webvirtcloud/commit/d22aed5ef7b9a37096ac9628cfee28d3ef92168a) Rearrange host resources variables and change variable names - [`caf00bd`](https://github.com/retspen/webvirtcloud/commit/caf00bd4f9ac9b3686a587a9bd2744eaacc754bb) create/views.py: rearrange variable order - [`0fdc2da`](https://github.com/retspen/webvirtcloud/commit/0fdc2dae3355497fd44fed3043defb3c63efa848) fix redirection for network connection error - [`1e2fbc8`](https://github.com/retspen/webvirtcloud/commit/1e2fbc84531307d6754601c6ebbb08ba3035d6e1) add redirection for instance_actions error ### 📊 Changes **45 files changed** (+3331 additions, -3174 deletions) <details> <summary>View changed files</summary> 📝 `accounts/templates/account.html` (+125 -125) 📝 `accounts/templates/accounts-list.html` (+5 -5) 📝 `accounts/views.py` (+2 -2) 📝 `computes/templates/computes.html` (+236 -237) 📝 `computes/templates/overview.html` (+92 -92) 📝 `computes/views.py` (+5 -5) 📝 `conf/requirements.txt` (+1 -1) 📝 `console/novncd` (+1 -1) 📝 `console/views.py` (+0 -2) 📝 `create/templates/create_flav_block.html` (+0 -4) 📝 `create/templates/create_instance.html` (+2 -6) 📝 `create/views.py` (+6 -6) 📝 `datasource/views.py` (+3 -3) 📝 `instances/templates/add_instance_network_block.html` (+3 -3) 📝 `instances/templates/add_instance_volume.html` (+111 -111) 📝 `instances/templates/allinstances.html` (+130 -130) 📝 `instances/templates/allinstances_index_grouped.html` (+12 -12) 📝 `instances/templates/allinstances_index_nongrouped.html` (+64 -63) 📝 `instances/templates/instance.html` (+1298 -1264) 📝 `instances/templates/instances.html` (+142 -143) _...and 25 more files_ </details> ### 📄 Description Hi, retspen, there are some updates. But they are not big changes. 1. Translate tags, indentation, and typo fixes 2. Seperation of resizing cpu, mem and disk operation function 3. IPy. update to 1.0 4. Pep8 checking and fixing 5. Some variables does not filled if there are some exceptions. I changed order some of them to fix that. 6. Http redirection error fixing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:51 +03: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/webvirtcloud#475
No description provided.