mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 16:05:58 +03:00
[PR #360] [MERGED] some linter fixes #517
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#517
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (5)
aee7fa3fix user not found while editing user profile32343c1update libvirt-python, django, libsass requirementsba8fa20fix linter warnings for bash119d874linter update & django update922a8e6fix 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.