[PR #187] [CLOSED] Nwfilters #450

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/187
Author: @catborise
Created: 9/24/2018
Status: Closed

Base: masterHead: nwfilters


📝 Commits (6)

📊 Changes

23 files changed (+834 additions, -3 deletions)

View changed files

📝 computes/templates/overview.html (+3 -0)
📝 interfaces/templates/interface.html (+3 -0)
📝 interfaces/templates/interfaces.html (+3 -0)
📝 networks/templates/network.html (+3 -0)
📝 networks/templates/networks.html (+3 -0)
nwfilters/__init__.py (+0 -0)
nwfilters/admin.py (+6 -0)
nwfilters/apps.py (+8 -0)
nwfilters/migrations/__init__.py (+0 -0)
nwfilters/models.py (+6 -0)
nwfilters/templates/create_nwfilter_block.html (+32 -0)
nwfilters/templates/nwfilter.html (+220 -0)
nwfilters/templates/nwfilters.html (+168 -0)
nwfilters/tests.py (+6 -0)
nwfilters/views.py (+211 -0)
📝 secrets/templates/secrets.html (+3 -0)
📝 storages/templates/storage.html (+3 -0)
📝 storages/templates/storages.html (+3 -0)
📝 vrtManager/connection.py (+9 -1)
📝 vrtManager/instance.py (+14 -2)

...and 3 more files

📄 Description

Hi retspen,

  1. NWFilters on libvirt added to domains.
  2. Add a tab for nwfilters
  3. Adding/deleting/updating nwfilter rules/references.

Ps. to make it work update settings.py and add nwfilters to apps

Thanks.


🔄 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/187 **Author:** [@catborise](https://github.com/catborise) **Created:** 9/24/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `nwfilters` --- ### 📝 Commits (6) - [`3f1acf0`](https://github.com/retspen/webvirtcloud/commit/3f1acf09ef3f29d8c0cfa565d0cd069d890cfa65) Add NWFilters - [`1802ad0`](https://github.com/retspen/webvirtcloud/commit/1802ad0413df2a009ba7bd23c78223fa726bcdd8) Check usage of filter refs from domains. - [`35bc8c6`](https://github.com/retspen/webvirtcloud/commit/35bc8c67e403f2961127a59ea31bb0334702c782) Add NWFilters - [`7f2104c`](https://github.com/retspen/webvirtcloud/commit/7f2104c19d30f331214943fdbaf34a7237064837) Check usage of filter refs from domains. - [`a3a8814`](https://github.com/retspen/webvirtcloud/commit/a3a8814cc9adee8fe295502d3a3aa7f1694f62ae) add nwfilters app - [`658309f`](https://github.com/retspen/webvirtcloud/commit/658309f022c7715ba7825e1e3e23287b9545f303) Merge branch 'nwfilters' of https://github.com/catborise/webvirtcloud into nwfilters ### 📊 Changes **23 files changed** (+834 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `computes/templates/overview.html` (+3 -0) 📝 `interfaces/templates/interface.html` (+3 -0) 📝 `interfaces/templates/interfaces.html` (+3 -0) 📝 `networks/templates/network.html` (+3 -0) 📝 `networks/templates/networks.html` (+3 -0) ➕ `nwfilters/__init__.py` (+0 -0) ➕ `nwfilters/admin.py` (+6 -0) ➕ `nwfilters/apps.py` (+8 -0) ➕ `nwfilters/migrations/__init__.py` (+0 -0) ➕ `nwfilters/models.py` (+6 -0) ➕ `nwfilters/templates/create_nwfilter_block.html` (+32 -0) ➕ `nwfilters/templates/nwfilter.html` (+220 -0) ➕ `nwfilters/templates/nwfilters.html` (+168 -0) ➕ `nwfilters/tests.py` (+6 -0) ➕ `nwfilters/views.py` (+211 -0) 📝 `secrets/templates/secrets.html` (+3 -0) 📝 `storages/templates/storage.html` (+3 -0) 📝 `storages/templates/storages.html` (+3 -0) 📝 `vrtManager/connection.py` (+9 -1) 📝 `vrtManager/instance.py` (+14 -2) _...and 3 more files_ </details> ### 📄 Description Hi retspen, 1. NWFilters on libvirt added to domains. 2. Add a tab for nwfilters 3. Adding/deleting/updating nwfilter rules/references. Ps. to make it work update settings.py and add nwfilters to apps Thanks. --- <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:46 +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#450
No description provided.