[PR #154] [MERGED] please merge new features userlist in grid, cloud-init interface #435

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/154
Author: @honza801
Created: 6/13/2018
Status: Merged
Merged: 6/15/2018
Merged by: @retspen

Base: masterHead: master


📝 Commits (8)

  • 8d46bd4 create_user_block.html fix broken dom
  • 43a8fb6 add accounts view style list. configurable via settings.VIEW_ACCOUNTS_STYLE
  • 82eb5ab add new application datasource. provides basic interface for cloud-init tool (hostname, root ssh authorized keys)
  • 5f24d5d Merge remote-tracking branch 'retspen/master'
  • 956b321 settings.py.template: add INSTALLED_APPS datasource, comment RemoteUserBackend, move SHOW_PROFILE_EDIT_PASSWORD
  • 6b44407 Update README.md
  • 22d03da add views/instance/settings/vnc listen addresses
  • 920739c Merge branch 'master' into master

📊 Changes

17 files changed (+369 additions, -18 deletions)

View changed files

📝 README.md (+10 -1)
accounts/templates/accounts-list.html (+175 -0)
📝 accounts/templates/create_user_block.html (+13 -13)
📝 accounts/views.py (+4 -1)
datasource/__init__.py (+0 -0)
datasource/admin.py (+3 -0)
datasource/migrations/__init__.py (+0 -0)
datasource/models.py (+3 -0)
datasource/templates/user_data (+6 -0)
datasource/tests.py (+3 -0)
datasource/urls.py (+11 -0)
datasource/views.py (+64 -0)
📝 instances/templates/instance.html (+28 -0)
📝 instances/views.py (+10 -3)
📝 vrtManager/instance.py (+26 -0)
📝 webvirtcloud/settings.py.template (+12 -0)
📝 webvirtcloud/urls.py (+1 -0)

📄 Description

hi,

there are some new features and fixes

  • added users list view layout, because grid is not very useful with many (100+) users. configurable in settings.py
  • added cloud-init datasource interface. currently supports root ssh authorized keys and hostname.
  • update readme
  • fix create user form dom

have a nice day
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/154 **Author:** [@honza801](https://github.com/honza801) **Created:** 6/13/2018 **Status:** ✅ Merged **Merged:** 6/15/2018 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`8d46bd4`](https://github.com/retspen/webvirtcloud/commit/8d46bd40fd9edd414cb94db686500b663ebd62ff) create_user_block.html fix broken dom - [`43a8fb6`](https://github.com/retspen/webvirtcloud/commit/43a8fb6dc1b52951116b28725aec5a091f51c3c1) add accounts view style list. configurable via settings.VIEW_ACCOUNTS_STYLE - [`82eb5ab`](https://github.com/retspen/webvirtcloud/commit/82eb5abe528de428a9aeee1fcedaea8c5df634d1) add new application datasource. provides basic interface for cloud-init tool (hostname, root ssh authorized keys) - [`5f24d5d`](https://github.com/retspen/webvirtcloud/commit/5f24d5d2222b4e781b9595298ecd06381c21f6ab) Merge remote-tracking branch 'retspen/master' - [`956b321`](https://github.com/retspen/webvirtcloud/commit/956b321928b69d23be2e95db9a452402795d1471) settings.py.template: add INSTALLED_APPS datasource, comment RemoteUserBackend, move SHOW_PROFILE_EDIT_PASSWORD - [`6b44407`](https://github.com/retspen/webvirtcloud/commit/6b444075b61563e15a4287c948128ce1970a6fcb) Update README.md - [`22d03da`](https://github.com/retspen/webvirtcloud/commit/22d03da60f6ba9be1b302549a69d3c8c582b2fca) add views/instance/settings/vnc listen addresses - [`920739c`](https://github.com/retspen/webvirtcloud/commit/920739c4c5f923d456c44814209242f77d8e5cb2) Merge branch 'master' into master ### 📊 Changes **17 files changed** (+369 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+10 -1) ➕ `accounts/templates/accounts-list.html` (+175 -0) 📝 `accounts/templates/create_user_block.html` (+13 -13) 📝 `accounts/views.py` (+4 -1) ➕ `datasource/__init__.py` (+0 -0) ➕ `datasource/admin.py` (+3 -0) ➕ `datasource/migrations/__init__.py` (+0 -0) ➕ `datasource/models.py` (+3 -0) ➕ `datasource/templates/user_data` (+6 -0) ➕ `datasource/tests.py` (+3 -0) ➕ `datasource/urls.py` (+11 -0) ➕ `datasource/views.py` (+64 -0) 📝 `instances/templates/instance.html` (+28 -0) 📝 `instances/views.py` (+10 -3) 📝 `vrtManager/instance.py` (+26 -0) 📝 `webvirtcloud/settings.py.template` (+12 -0) 📝 `webvirtcloud/urls.py` (+1 -0) </details> ### 📄 Description hi, there are some new features and fixes * added users list view layout, because grid is not very useful with many (100+) users. configurable in settings.py * added cloud-init datasource interface. currently supports root ssh authorized keys and hostname. * update readme * fix create user form dom have a nice day 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:43 +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#435
No description provided.