[PR #694] [CLOSED] Cestc #704

Closed
opened 2026-02-27 16:40:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/694
Author: @jxph025319
Created: 1/21/2021
Status: Closed

Base: masterHead: cestc


📝 Commits (10+)

  • c85e92d 1.listen ip changed to 0.0.0.0
  • 676a12b 1.add update and needs record files.
  • 96947c9 renew codes
  • 9a18445 1.change requirements.txt
  • 8b0a7be 1.add charfiled arch in Computor for arm bare metal.
  • 9956a43 1.cancel print log
  • 12f82fb 1.change for docker build
  • aff385a 1.update for docker build
  • 9dd32d9 1.update for docker build
  • c053824 1.update for docker build

📊 Changes

118 files changed (+33695 additions, -755 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 .travis.yml (+2 -1)
OPERATIONS (+21 -0)
📝 README.rst (+4 -3)
bootstrap.sh (+12 -0)
build/Dockerfile (+33 -0)
build/local_settings.py (+10 -0)
build/webvirtmgr.ini (+17 -0)
📝 conf/gunicorn.conf.py (+2 -187)
📝 conf/libvirt-bootstrap.sh (+6 -22)
📝 console/views.py (+5 -7)
📝 console/webvirtmgr-console (+10 -20)
📝 create/forms.py (+0 -1)
create/migrations/__init__.py (+0 -0)
📝 create/views.py (+4 -8)
📝 deploy/rpmbuild/webvirtmgr.spec (+14 -78)
📝 hostdetail/views.py (+3 -2)
instance/migrations/__init__.py (+0 -0)
📝 instance/views.py (+5 -5)
📝 interfaces/views.py (+5 -4)

...and 80 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/retspen/webvirtmgr/pull/694 **Author:** [@jxph025319](https://github.com/jxph025319) **Created:** 1/21/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cestc` --- ### 📝 Commits (10+) - [`c85e92d`](https://github.com/retspen/webvirtmgr/commit/c85e92d14dd9c8c04c33e1b9cb9b8096877b491e) 1.listen ip changed to 0.0.0.0 - [`676a12b`](https://github.com/retspen/webvirtmgr/commit/676a12b9977541b2da34067d810ee2ff374ab337) 1.add update and needs record files. - [`96947c9`](https://github.com/retspen/webvirtmgr/commit/96947c9671e6d1ee753b035df23d132af60b9426) renew codes - [`9a18445`](https://github.com/retspen/webvirtmgr/commit/9a18445f09ae09e25f9036040e20429a202f66b0) 1.change requirements.txt - [`8b0a7be`](https://github.com/retspen/webvirtmgr/commit/8b0a7be726975c3a9b33ce1d8d06ef8e3cb1ebfd) 1.add charfiled arch in Computor for arm bare metal. - [`9956a43`](https://github.com/retspen/webvirtmgr/commit/9956a4328ea0880dc038c6d3349d688acb2b1b32) 1.cancel print log - [`12f82fb`](https://github.com/retspen/webvirtmgr/commit/12f82fbfa3ed42e78a61570d6163b849a5970c07) 1.change for docker build - [`aff385a`](https://github.com/retspen/webvirtmgr/commit/aff385acf262ee20108485db911f083a0bbda698) 1.update for docker build - [`9dd32d9`](https://github.com/retspen/webvirtmgr/commit/9dd32d9fe5e72626e8577ac1dae2cfc62ea535d2) 1.update for docker build - [`c053824`](https://github.com/retspen/webvirtmgr/commit/c053824a9d600d8fa92dd0b484cc8b75c87e4f24) 1.update for docker build ### 📊 Changes **118 files changed** (+33695 additions, -755 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `.travis.yml` (+2 -1) ➕ `OPERATIONS` (+21 -0) 📝 `README.rst` (+4 -3) ➕ `bootstrap.sh` (+12 -0) ➕ `build/Dockerfile` (+33 -0) ➕ `build/local_settings.py` (+10 -0) ➕ `build/webvirtmgr.ini` (+17 -0) 📝 `conf/gunicorn.conf.py` (+2 -187) 📝 `conf/libvirt-bootstrap.sh` (+6 -22) 📝 `console/views.py` (+5 -7) 📝 `console/webvirtmgr-console` (+10 -20) 📝 `create/forms.py` (+0 -1) ➕ `create/migrations/__init__.py` (+0 -0) 📝 `create/views.py` (+4 -8) 📝 `deploy/rpmbuild/webvirtmgr.spec` (+14 -78) 📝 `hostdetail/views.py` (+3 -2) ➕ `instance/migrations/__init__.py` (+0 -0) 📝 `instance/views.py` (+5 -5) 📝 `interfaces/views.py` (+5 -4) _...and 80 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>
kerem 2026-02-27 16:40:13 +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/webvirtmgr#704
No description provided.