[PR #256] [MERGED] Some fixes and updates 2 #473

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/256
Author: @catborise
Created: 10/28/2019
Status: Merged
Merged: 10/28/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (9)

  • 97e39fa storage.html: show usage and size seperately.
  • d46306b travis.yml: update dependency and add missing modules
  • f72d969 messages_block: add i18n translate
  • a59dcde errors_block: add i18n translate
  • 54a6408 add i18n translate and correct typo
  • 360f212 update requirements, websockify: 0.8.0->0.9.0, django: 1.11.23->1.11.25
  • f1dbc6a fix key checking in dict which could be causes KeyError
  • 537cefe Fix host bus and storages variables to get list of them
  • c212a60 Delete instance disk: detach and delete. Notification added if detach completed but not deleted

📊 Changes

11 files changed (+34 additions, -26 deletions)

View changed files

📝 .travis.yml (+5 -5)
📝 conf/requirements.txt (+2 -2)
📝 instances/templates/add_instance_volume.html (+2 -2)
📝 instances/views.py (+6 -2)
📝 storages/templates/storage.html (+8 -6)
📝 templates/404.html (+2 -2)
📝 templates/500.html (+2 -2)
📝 templates/base.html (+1 -1)
📝 templates/errors_block.html (+2 -1)
📝 templates/messages_block.html (+2 -1)
📝 vrtManager/instance.py (+2 -2)

📄 Description

Hi retspen,

i update and test new requirements. it is okey.
There are some bugs must be fixed. it is done.
some typo and translated strings.

thanks


🔄 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/256 **Author:** [@catborise](https://github.com/catborise) **Created:** 10/28/2019 **Status:** ✅ Merged **Merged:** 10/28/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`97e39fa`](https://github.com/retspen/webvirtcloud/commit/97e39fa6b80e69dbe1ff156d11c99d5f177235df) storage.html: show usage and size seperately. - [`d46306b`](https://github.com/retspen/webvirtcloud/commit/d46306bc8acb428507a8bd78c3eeb4dae92d5782) travis.yml: update dependency and add missing modules - [`f72d969`](https://github.com/retspen/webvirtcloud/commit/f72d969c2525de54861107bd15f535f636ccf62e) messages_block: add i18n translate - [`a59dcde`](https://github.com/retspen/webvirtcloud/commit/a59dcde688e030b06235ebb0fe6ee1c6ba0ff127) errors_block: add i18n translate - [`54a6408`](https://github.com/retspen/webvirtcloud/commit/54a6408107e67bc82e0d347ad9cf22684128fa7b) add i18n translate and correct typo - [`360f212`](https://github.com/retspen/webvirtcloud/commit/360f212583631c7e5d2881faa0d59d4e3ae2f9c0) update requirements, websockify: 0.8.0->0.9.0, django: 1.11.23->1.11.25 - [`f1dbc6a`](https://github.com/retspen/webvirtcloud/commit/f1dbc6a1997bccc776bb392c45466f84d87f0edb) fix key checking in dict which could be causes KeyError - [`537cefe`](https://github.com/retspen/webvirtcloud/commit/537cefe90aee882b38df01dd1ffb69747daa6b59) Fix host bus and storages variables to get list of them - [`c212a60`](https://github.com/retspen/webvirtcloud/commit/c212a60bbab5f5978956ee79d93cc292bf6c6751) Delete instance disk: detach and delete. Notification added if detach completed but not deleted ### 📊 Changes **11 files changed** (+34 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+5 -5) 📝 `conf/requirements.txt` (+2 -2) 📝 `instances/templates/add_instance_volume.html` (+2 -2) 📝 `instances/views.py` (+6 -2) 📝 `storages/templates/storage.html` (+8 -6) 📝 `templates/404.html` (+2 -2) 📝 `templates/500.html` (+2 -2) 📝 `templates/base.html` (+1 -1) 📝 `templates/errors_block.html` (+2 -1) 📝 `templates/messages_block.html` (+2 -1) 📝 `vrtManager/instance.py` (+2 -2) </details> ### 📄 Description Hi retspen, i update and test new requirements. it is okey. There are some bugs must be fixed. it is done. some typo and translated strings. thanks --- <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#473
No description provided.