[PR #385] [MERGED] black isort linter fixes #534

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/385
Author: @catborise
Created: 11/5/2020
Status: Merged
Merged: 11/5/2020
Merged by: @catborise

Base: masterHead: master


📝 Commits (6)

  • f759dc6 fix to prevent not opened connection close error
  • 5a3e0ad page header rearragements
  • c20c353 localization updates
  • 508e360 lint with black python. convert f style strings to old one. some small fixes
  • 917d14c localization updates
  • c83e26c fix merge conflicts for locale files

📊 Changes

63 files changed (+6877 additions, -2146 deletions)

View changed files

📝 accounts/apps.py (+2 -2)
📝 accounts/migrations/0001_initial.py (+2 -3)
📝 accounts/templatetags/tags_fingerprint.py (+2 -1)
📝 accounts/utils.py (+8 -8)
📝 accounts/views.py (+58 -39)
📝 admin/forms.py (+42 -34)
📝 admin/views.py (+6 -14)
📝 appsettings/views.py (+11 -9)
📝 computes/urls.py (+0 -1)
📝 computes/validators.py (+2 -2)
📝 computes/views.py (+49 -40)
📝 conf/runit/secret_generator.py (+2 -1)
📝 console/sshtunnels.py (+2 -3)
📝 console/views.py (+6 -2)
📝 datasource/urls.py (+1 -0)
📝 datasource/views.py (+16 -18)
📝 instances/apps.py (+1 -1)
📝 instances/migrations/0001_initial.py (+1 -2)
📝 instances/migrations/0006_addFlavors.py (+1 -1)
📝 instances/templates/instances/snapshots_tab.html (+1 -1)

...and 43 more files

📄 Description

  1. small bug fixes
  2. black linter
  3. isort linter
  4. localiztion updates

🔄 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/385 **Author:** [@catborise](https://github.com/catborise) **Created:** 11/5/2020 **Status:** ✅ Merged **Merged:** 11/5/2020 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`f759dc6`](https://github.com/retspen/webvirtcloud/commit/f759dc65648da72163027167f19ab66e1f0fb79a) fix to prevent not opened connection close error - [`5a3e0ad`](https://github.com/retspen/webvirtcloud/commit/5a3e0ad6f2781a812a9f81a027036574750eb55c) page header rearragements - [`c20c353`](https://github.com/retspen/webvirtcloud/commit/c20c353a40cac1f12aff26a7dbcff98112b6c5c4) localization updates - [`508e360`](https://github.com/retspen/webvirtcloud/commit/508e3609be002f250818507921372555036ca7b2) lint with black python. convert f style strings to old one. some small fixes - [`917d14c`](https://github.com/retspen/webvirtcloud/commit/917d14c74deaff54e75bb33a12d55168d7ba73d7) localization updates - [`c83e26c`](https://github.com/retspen/webvirtcloud/commit/c83e26c7979f02706f42ca04ce8962768a78b975) fix merge conflicts for locale files ### 📊 Changes **63 files changed** (+6877 additions, -2146 deletions) <details> <summary>View changed files</summary> 📝 `accounts/apps.py` (+2 -2) 📝 `accounts/migrations/0001_initial.py` (+2 -3) 📝 `accounts/templatetags/tags_fingerprint.py` (+2 -1) 📝 `accounts/utils.py` (+8 -8) 📝 `accounts/views.py` (+58 -39) 📝 `admin/forms.py` (+42 -34) 📝 `admin/views.py` (+6 -14) 📝 `appsettings/views.py` (+11 -9) 📝 `computes/urls.py` (+0 -1) 📝 `computes/validators.py` (+2 -2) 📝 `computes/views.py` (+49 -40) 📝 `conf/runit/secret_generator.py` (+2 -1) 📝 `console/sshtunnels.py` (+2 -3) 📝 `console/views.py` (+6 -2) 📝 `datasource/urls.py` (+1 -0) 📝 `datasource/views.py` (+16 -18) 📝 `instances/apps.py` (+1 -1) 📝 `instances/migrations/0001_initial.py` (+1 -2) 📝 `instances/migrations/0006_addFlavors.py` (+1 -1) 📝 `instances/templates/instances/snapshots_tab.html` (+1 -1) _...and 43 more files_ </details> ### 📄 Description 1. small bug fixes 2. black linter 3. isort linter 4. localiztion updates --- <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:04 +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#534
No description provided.