[PR #248] [MERGED] Updates #470

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (6)

  • edd4887 Fix bug with err instead of True in connection_manager.host_is_up, which
  • a3e7a54 Live network interface add remove capability is added. No need to shutdown to add/remove network interfaces
  • baf1e92 Update django version to 1.11.21
  • 1ded650 Update Ubuntu Image, Add prod/dev config for vagrant up/vagrant up prod.
  • 7404a12 Remove unnecessary comments
  • 15c42ee ace.js update to 1.4.5

📊 Changes

9 files changed (+83 additions, -19493 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 Vagrantfile (+40 -5)
conf/runit/secret_generator.py (+4 -0)
📝 instances/templates/add_instance_network_block.html (+1 -1)
📝 instances/views.py (+4 -9)
📝 static/js/ace.js (+9 -18197)
📝 static/js/ext-textarea.js (+6 -631)
📝 static/js/mode-xml.js (+7 -640)
📝 vrtManager/instance.py (+11 -9)

📄 Description

hi retspen,
Added some updates and fixes

  1. Enable live network card add and remove operation
  2. Vagranfile update: image update to 18.04, add prod config to vagrant beside dev.
  3. ace.js update

🔄 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/248 **Author:** [@catborise](https://github.com/catborise) **Created:** 7/24/2019 **Status:** ✅ Merged **Merged:** 7/24/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`edd4887`](https://github.com/retspen/webvirtcloud/commit/edd4887a2da37ca656474563ddce3d2803f6ce38) Fix bug with err instead of True in connection_manager.host_is_up, which - [`a3e7a54`](https://github.com/retspen/webvirtcloud/commit/a3e7a5472f62e4c2abc4e742b58f4c167a3b73fb) Live network interface add remove capability is added. No need to shutdown to add/remove network interfaces - [`baf1e92`](https://github.com/retspen/webvirtcloud/commit/baf1e92774ee54e664fccb3f58a8b8c786bf6311) Update django version to 1.11.21 - [`1ded650`](https://github.com/retspen/webvirtcloud/commit/1ded650463a2243b8e567baedc205c1f327433ce) Update Ubuntu Image, Add prod/dev config for vagrant up/vagrant up prod. - [`7404a12`](https://github.com/retspen/webvirtcloud/commit/7404a1212aad2a2b58006e350fdc78b18c4a7b67) Remove unnecessary comments - [`15c42ee`](https://github.com/retspen/webvirtcloud/commit/15c42ee0f69c369f318b7711c59077b327073238) ace.js update to 1.4.5 ### 📊 Changes **9 files changed** (+83 additions, -19493 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `Vagrantfile` (+40 -5) ➕ `conf/runit/secret_generator.py` (+4 -0) 📝 `instances/templates/add_instance_network_block.html` (+1 -1) 📝 `instances/views.py` (+4 -9) 📝 `static/js/ace.js` (+9 -18197) 📝 `static/js/ext-textarea.js` (+6 -631) 📝 `static/js/mode-xml.js` (+7 -640) 📝 `vrtManager/instance.py` (+11 -9) </details> ### 📄 Description hi retspen, Added some updates and fixes 1. Enable live network card add and remove operation 2. Vagranfile update: image update to 18.04, add prod config to vagrant beside dev. 3. ace.js update --- <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:50 +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#470
No description provided.