[PR #175] [MERGED] some fixes #441

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/175
Author: @honza801
Created: 8/21/2018
Status: Merged
Merged: 8/24/2018
Merged by: @retspen

Base: masterHead: master


📝 Commits (10+)

  • 4404d59 add settings.CLONE_INSTANCE_AUTO_NAME. add mechanism that automatically selects new vname, mac, disk image names.
  • 27a7a7a Merge branch 'master' of github.com:honza801/webvirtcloud
  • 464e7be add vdiconsole datasource endpoint. provides vdi url for remote-viewer.
  • 5e8adec fix 920739c: instances/views/instance must initialize console_listen_address
  • 19489cb fix 4404d59: clone instance cannot set new vname
  • 9f7ec62 accounts: add public key check
  • 13ffaae instance/clone: move random_mac logic into instances.views.random_mac_address url ^random_mac_address/
  • b909b9d Merge remote-tracking branch 'retspen/master' into upgrade_django
  • 951498e README fix ubuntu installation package +libxslt1-dev
  • 3b99c98 vrtManager/instance.py: get_media_device fix: media.xpath returns list

📊 Changes

9 files changed (+80 additions, -7 deletions)

View changed files

📝 README.md (+1 -1)
📝 accounts/views.py (+3 -0)
📝 conf/requirements.txt (+3 -1)
📝 datasource/urls.py (+2 -0)
📝 datasource/views.py (+24 -0)
📝 instances/templates/instance.html (+27 -3)
📝 instances/views.py (+17 -0)
📝 vrtManager/instance.py (+2 -2)
📝 webvirtcloud/settings.py.template (+1 -0)

📄 Description

hi,

  • fixes in manual
  • fixes in instance/template
  • user profile ssh public key check validity
  • new mechanism automatically sets cloned instance name
  • add vdi datasource endpoint

fous


🔄 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/175 **Author:** [@honza801](https://github.com/honza801) **Created:** 8/21/2018 **Status:** ✅ Merged **Merged:** 8/24/2018 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`4404d59`](https://github.com/retspen/webvirtcloud/commit/4404d5941bd9b7830d2be9f82954f4bee4d9aac7) add settings.CLONE_INSTANCE_AUTO_NAME. add mechanism that automatically selects new vname, mac, disk image names. - [`27a7a7a`](https://github.com/retspen/webvirtcloud/commit/27a7a7a3651f3656082def1970f21880cbc60c3e) Merge branch 'master' of github.com:honza801/webvirtcloud - [`464e7be`](https://github.com/retspen/webvirtcloud/commit/464e7bee39f0964900ead62831705caa8dd118f5) add vdiconsole datasource endpoint. provides vdi url for remote-viewer. - [`5e8adec`](https://github.com/retspen/webvirtcloud/commit/5e8adec42444fd1d953ec7ef913e277fd7fdb592) fix 920739c: instances/views/instance must initialize console_listen_address - [`19489cb`](https://github.com/retspen/webvirtcloud/commit/19489cb08eeec1f2fcc9eddacf7df03eaa6ba174) fix 4404d59: clone instance cannot set new vname - [`9f7ec62`](https://github.com/retspen/webvirtcloud/commit/9f7ec6222609250848940e6f30251541194a569f) accounts: add public key check - [`13ffaae`](https://github.com/retspen/webvirtcloud/commit/13ffaae522160505b75fcfdaea662df19318fda4) instance/clone: move random_mac logic into instances.views.random_mac_address url ^random_mac_address/ - [`b909b9d`](https://github.com/retspen/webvirtcloud/commit/b909b9d0f1a64a4f5c2718d15820b943884d151b) Merge remote-tracking branch 'retspen/master' into upgrade_django - [`951498e`](https://github.com/retspen/webvirtcloud/commit/951498e8418cbb23ffdae24fca7787f0dea3f15c) README fix ubuntu installation package +libxslt1-dev - [`3b99c98`](https://github.com/retspen/webvirtcloud/commit/3b99c983d54104b87bbedf0c810e28ba7b55544f) vrtManager/instance.py: get_media_device fix: media.xpath returns list ### 📊 Changes **9 files changed** (+80 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `accounts/views.py` (+3 -0) 📝 `conf/requirements.txt` (+3 -1) 📝 `datasource/urls.py` (+2 -0) 📝 `datasource/views.py` (+24 -0) 📝 `instances/templates/instance.html` (+27 -3) 📝 `instances/views.py` (+17 -0) 📝 `vrtManager/instance.py` (+2 -2) 📝 `webvirtcloud/settings.py.template` (+1 -0) </details> ### 📄 Description hi, * fixes in manual * fixes in instance/template * user profile ssh public key check validity * new mechanism automatically sets cloned instance name * add vdi datasource endpoint fous --- <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:44 +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#441
No description provided.