[PR #697] Cestc #706

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/697
Author: @jxph025319
Created: 3/30/2021
Status: 🔄 Open

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

223 files changed (+54872 additions, -6216 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 .travis.yml (+2 -1)
OPERATIONS (+52 -0)
📝 README.rst (+5 -50)
appinterfaces.xlsx (+0 -0)
bootstrap.sh (+11 -0)
build/Dockerfile (+28 -0)
build/local_settings.py (+10 -0)
build/webvirtmgr.ini (+17 -0)
build_dev/Dockerfile (+29 -0)
build_dev/local_settings.py (+10 -0)
build_dev/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/admin.py (+4 -0)
📝 create/forms.py (+7 -1)
create/migrations/0001_initial.py (+26 -0)
create/migrations/__init__.py (+0 -0)

...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/697 **Author:** [@jxph025319](https://github.com/jxph025319) **Created:** 3/30/2021 **Status:** 🔄 Open **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 **223 files changed** (+54872 additions, -6216 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `.travis.yml` (+2 -1) ➕ `OPERATIONS` (+52 -0) 📝 `README.rst` (+5 -50) ➕ `appinterfaces.xlsx` (+0 -0) ➕ `bootstrap.sh` (+11 -0) ➕ `build/Dockerfile` (+28 -0) ➕ `build/local_settings.py` (+10 -0) ➕ `build/webvirtmgr.ini` (+17 -0) ➕ `build_dev/Dockerfile` (+29 -0) ➕ `build_dev/local_settings.py` (+10 -0) ➕ `build_dev/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/admin.py` (+4 -0) 📝 `create/forms.py` (+7 -1) ➕ `create/migrations/0001_initial.py` (+26 -0) ➕ `create/migrations/__init__.py` (+0 -0) _...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>
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#706
No description provided.