[PR #239] [MERGED] Updating chartjs and some others #469

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/239
Author: @catborise
Created: 5/22/2019
Status: Merged
Merged: 5/24/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (7)

  • 7986784 Update jQuery 3.3.1 -> 3.4.1
  • 3879a1b Update Chartjs 1.1.1 to 2.8.0
  • 98edc59 Update Django requirement 1.11.17 to 1.11.20
  • a014781 Add mem usage function
  • 455f239 Add total memory info for memory usage and change var names
  • 9ab198b Update chartjs for node statistics
  • 181bd9d Update chartjs for instance statistics and add memory usage info for instances

📊 Changes

10 files changed (+419 additions, -287 deletions)

View changed files

📝 computes/templates/overview.html (+113 -51)
📝 computes/views.py (+7 -40)
📝 conf/requirements.txt (+2 -2)
📝 instances/templates/instance.html (+252 -103)
📝 instances/views.py (+10 -68)
static/js/Chart.bundle.min.js (+7 -0)
static/js/Chart.min.js (+0 -11)
📝 static/js/jquery.js (+2 -2)
📝 vrtManager/hostdetails.py (+10 -10)
📝 vrtManager/instance.py (+16 -0)

📄 Description

Hi retspen,
i did update some modules. chartjs was compelling... chartjs 2.8 is too changed...

  1. Update jquery
  2. Update chartjs, so related javascripts and views
  3. Add mem usage statistics for instances
  4. Update django requirements

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/239 **Author:** [@catborise](https://github.com/catborise) **Created:** 5/22/2019 **Status:** ✅ Merged **Merged:** 5/24/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`7986784`](https://github.com/retspen/webvirtcloud/commit/7986784375131d8900bbb991e550198bad852a07) Update jQuery 3.3.1 -> 3.4.1 - [`3879a1b`](https://github.com/retspen/webvirtcloud/commit/3879a1bded6e3ef793ddd54d3d4e1b330c937658) Update Chartjs 1.1.1 to 2.8.0 - [`98edc59`](https://github.com/retspen/webvirtcloud/commit/98edc599f29a31f9e73363ed07b6d75b266903e2) Update Django requirement 1.11.17 to 1.11.20 - [`a014781`](https://github.com/retspen/webvirtcloud/commit/a0147818b9973d3d54572ca6f71d0a680a175302) Add mem usage function - [`455f239`](https://github.com/retspen/webvirtcloud/commit/455f2390933d8f5374fbf5270a0b606117551c3f) Add total memory info for memory usage and change var names - [`9ab198b`](https://github.com/retspen/webvirtcloud/commit/9ab198bd8cd4962627ce3f19b01447ef3a7de992) Update chartjs for node statistics - [`181bd9d`](https://github.com/retspen/webvirtcloud/commit/181bd9d392ac7c747544276c016cec7bf0705537) Update chartjs for instance statistics and add memory usage info for instances ### 📊 Changes **10 files changed** (+419 additions, -287 deletions) <details> <summary>View changed files</summary> 📝 `computes/templates/overview.html` (+113 -51) 📝 `computes/views.py` (+7 -40) 📝 `conf/requirements.txt` (+2 -2) 📝 `instances/templates/instance.html` (+252 -103) 📝 `instances/views.py` (+10 -68) ➕ `static/js/Chart.bundle.min.js` (+7 -0) ➖ `static/js/Chart.min.js` (+0 -11) 📝 `static/js/jquery.js` (+2 -2) 📝 `vrtManager/hostdetails.py` (+10 -10) 📝 `vrtManager/instance.py` (+16 -0) </details> ### 📄 Description Hi retspen, i did update some modules. chartjs was compelling... chartjs 2.8 is too changed... 1. Update jquery 2. Update chartjs, so related javascripts and views 3. Add mem usage statistics for instances 4. Update django requirements 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:50 +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#469
No description provided.