mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #368] [MERGED] Accounts app improvements and tests #522
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#522
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/368
Author: @Real-Gecko
Created: 10/14/2020
Status: ✅ Merged
Merged: 10/14/2020
Merged by: @catborise
Base:
master← Head:master📝 Commits (1)
e6df0d9Accounts app improvements and tests📊 Changes
20 files changed (+620 additions, -225 deletions)
View changed files
📝
accounts/forms.py(+45 -4)📝
accounts/models.py(+1 -2)📝
accounts/templates/account.html(+9 -14)📝
accounts/templates/accounts-list.html(+1 -1)📝
accounts/templates/accounts.html(+1 -1)📝
accounts/templates/accounts/change_password_form.html(+22 -17)📝
accounts/templates/profile.html(+71 -84)📝
accounts/tests.py(+228 -25)📝
accounts/urls.py(+4 -0)📝
accounts/utils.py(+30 -0)📝
accounts/views.py(+52 -53)📝
admin/templates/admin/user_list.html(+1 -1)📝
appsettings/settings.py(+1 -1)➕
conf/test-vm.xml(+120 -0)📝
instances/models.py(+8 -3)📝
instances/templates/add_instance_network_block.html(+1 -1)📝
instances/templates/instances/settings_tab.html(+3 -3)📝
instances/tests.py(+2 -3)📝
templates/common/confirm_delete.html(+18 -10)📝
templates/navbar.html(+2 -2)📄 Description
Added some improvements to accounts app and created tests. Accounts app test coverage is 98% overall coverage 55%.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.