[PR #360] [MERGED] some linter fixes #517

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/360
Author: @catborise
Created: 9/25/2020
Status: Merged
Merged: 9/27/2020
Merged by: @retspen

Base: masterHead: master


📝 Commits (5)

  • aee7fa3 fix user not found while editing user profile
  • 32343c1 update libvirt-python, django, libsass requirements
  • ba8fa20 fix linter warnings for bash
  • 119d874 linter update & django update
  • 922a8e6 fix some linter warnings

📊 Changes

25 files changed (+285 additions, -205 deletions)

View changed files

📝 .github/workflows/linter.yml (+8 -3)
📝 .travis.yml (+1 -1)
📝 README.md (+56 -21)
📝 accounts/models.py (+1 -1)
📝 accounts/tests.py (+1 -1)
📝 accounts/views.py (+40 -37)
📝 admin/forms.py (+5 -4)
📝 admin/models.py (+2 -0)
📝 admin/views.py (+49 -45)
📝 conf/requirements.txt (+3 -3)
📝 conf/runit/novncd.sh (+4 -4)
📝 console/sshtunnels.py (+7 -5)
📝 console/views.py (+19 -17)
📝 datasource/models.py (+0 -2)
📝 datasource/views.py (+4 -4)
📝 dev/requirements.txt (+1 -1)
📝 install.sh (+2 -0)
📝 vrtManager/instance.py (+19 -9)
📝 vrtManager/rwlock.py (+1 -0)
📝 vrtManager/storage.py (+36 -23)

...and 5 more files

📄 Description

update pip packages,
fix profile editing error
some linter warning fixes


🔄 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/360 **Author:** [@catborise](https://github.com/catborise) **Created:** 9/25/2020 **Status:** ✅ Merged **Merged:** 9/27/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`aee7fa3`](https://github.com/retspen/webvirtcloud/commit/aee7fa34b81b3d0010ed1288eb67f69c3a95ffef) fix user not found while editing user profile - [`32343c1`](https://github.com/retspen/webvirtcloud/commit/32343c1ddc698afd9b766c63e3367d1980d978b0) update libvirt-python, django, libsass requirements - [`ba8fa20`](https://github.com/retspen/webvirtcloud/commit/ba8fa207371611ddbc5ffc7a203b644b67ec38e4) fix linter warnings for bash - [`119d874`](https://github.com/retspen/webvirtcloud/commit/119d874e857d758b978902be4c705b4fb7230336) linter update & django update - [`922a8e6`](https://github.com/retspen/webvirtcloud/commit/922a8e62d1402066c21bbf53078b772a7a18990b) fix some linter warnings ### 📊 Changes **25 files changed** (+285 additions, -205 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linter.yml` (+8 -3) 📝 `.travis.yml` (+1 -1) 📝 `README.md` (+56 -21) 📝 `accounts/models.py` (+1 -1) 📝 `accounts/tests.py` (+1 -1) 📝 `accounts/views.py` (+40 -37) 📝 `admin/forms.py` (+5 -4) 📝 `admin/models.py` (+2 -0) 📝 `admin/views.py` (+49 -45) 📝 `conf/requirements.txt` (+3 -3) 📝 `conf/runit/novncd.sh` (+4 -4) 📝 `console/sshtunnels.py` (+7 -5) 📝 `console/views.py` (+19 -17) 📝 `datasource/models.py` (+0 -2) 📝 `datasource/views.py` (+4 -4) 📝 `dev/requirements.txt` (+1 -1) 📝 `install.sh` (+2 -0) 📝 `vrtManager/instance.py` (+19 -9) 📝 `vrtManager/rwlock.py` (+1 -0) 📝 `vrtManager/storage.py` (+36 -23) _...and 5 more files_ </details> ### 📄 Description update pip packages, fix profile editing error some linter warning fixes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:00 +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#517
No description provided.