Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [statistics] machine details: add button to run network speedtest | Simon Rettberg | 7 days | 1 | -0/+3 |
| | |||||
* | [statistics] Disable non-client filter if specific filters are given | Simon Rettberg | 2024-11-05 | 1 | -1/+3 |
| | |||||
* | [rebootcontrol/statistics] Add templates for useful remote exec commands | Simon Rettberg | 2024-09-20 | 1 | -1/+2 |
| | |||||
* | [statistics] Extend usage history to 10 days, add pie chart | Simon Rettberg | 2024-09-12 | 1 | -16/+49 |
| | |||||
* | [locations/statistics] More type safety, array key checks | Simon Rettberg | 2024-01-18 | 2 | -9/+15 |
| | |||||
* | Fix type errors | Simon Rettberg | 2024-01-17 | 1 | -1/+1 |
| | |||||
* | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 3 | -9/+9 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 3 | -48/+16 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -1/+1 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | Fix a few deprecation warnings on PHP 8.2 | Simon Rettberg | 2023-10-06 | 1 | -1/+3 |
| | |||||
* | [statistics] Fix status-icon | Simon Rettberg | 2023-09-25 | 1 | -1/+4 |
| | |||||
* | [statistics] Add hints for old CPUs (to be implemented on client) | Simon Rettberg | 2023-09-25 | 1 | -0/+25 |
| | |||||
* | [statistics] hints: Only show machines active in recent past (60 days) | Simon Rettberg | 2023-05-24 | 1 | -0/+5 |
| | |||||
* | [statistics] Fix warning on empty list; add comments | Simon Rettberg | 2023-02-28 | 1 | -22/+29 |
| | |||||
* | [statistics] Fix notice on invalid array key access | Simon Rettberg | 2023-02-06 | 1 | -1/+1 |
| | |||||
* | [statistics] Listview: Display roomlayout and unique properties in a sidebar | Simon Rettberg | 2023-01-18 | 2 | -1/+50 |
| | | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list. | ||||
* | [statistics] Add hint regarding blue tint of usage graph | Simon Rettberg | 2023-01-05 | 1 | -1/+1 |
| | |||||
* | [statistics] Only show graph if no non-location filters are set | Simon Rettberg | 2022-12-08 | 1 | -43/+51 |
| | | | | Closes #3694 | ||||
* | [statistics] Add ID45 partition size filter | Simon Rettberg | 2022-12-06 | 1 | -1/+1 |
| | | | | Closes #3927 | ||||
* | [statistics] Per-location usage stats; include active lecture count | Simon Rettberg | 2022-12-02 | 1 | -19/+83 |
| | |||||
* | [statistics] Add NIC Speed to client list, switch to Dictionary::number() | Simon Rettberg | 2022-11-15 | 1 | -3/+17 |
| | |||||
* | [inc/Dictionary] Add locale-aware number formatting method | Simon Rettberg | 2022-11-15 | 1 | -3/+3 |
| | |||||
* | [statistics] Add ID45 column to client list | Simon Rettberg | 2022-11-11 | 1 | -1/+2 |
| | |||||
* | [statistics] Client list: Add option to hide columns | Simon Rettberg | 2022-11-11 | 2 | -1/+6 |
| | |||||
* | [statistics] Fake one HDD if machine has old-style sysinfo data | Simon Rettberg | 2022-10-31 | 1 | -0/+4 |
| | | | | | | | | If the machine never booted with the new JSON-style HW info reporting, we don't have any information about the number of HDDs in that system. These machines would show up with a red "missing HDD" icon in the machine list, which is bad. For now, if we have no meta data but know the machine has an ID44 partition, just assume the machine has one HDD. | ||||
* | [statistics] Deal with broken HDDs that lead to incomplete data | Simon Rettberg | 2022-10-31 | 1 | -0/+3 |
| | | | | | | | We had a machine with a broken HDD that showed up as /dev/sda but didn't do much else, confusing tools like lsblk and fdisk, and ultimately leading to incomplete data in our DB that would make PHP freak out too much about missing array indices and wrong types. | ||||
* | [statistics] Add machine state icon to hints tables | Simon Rettberg | 2022-10-27 | 1 | -0/+10 |
| | |||||
* | [statistics] Force-override partiton name for 44/45 in machine view | Simon Rettberg | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | [statistics] Use partition numbers from kernel | Simon Rettberg | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | [statistics] Silence notice | Simon Rettberg | 2022-09-16 | 1 | -1/+2 |
| | |||||
* | [statistics] Add NIC speed filter/display | Simon Rettberg | 2022-09-12 | 1 | -0/+2 |
| | |||||
* | [statistics] hints: Sort all tables by hostname | Simon Rettberg | 2022-07-20 | 1 | -7/+9 |
| | |||||
* | [statistics] Fix Chart.js for HDD view | Simon Rettberg | 2022-07-06 | 1 | -2/+6 |
| | |||||
* | [js_chart] Update to Chart.js 3.0.8 | Simon Rettberg | 2022-07-04 | 2 | -55/+50 |
| | |||||
* | [statistics] Filter bogus memory speed hints | Simon Rettberg | 2022-06-22 | 1 | -2/+8 |
| | | | | | Sometimes (rounding) configured speed is 2666 while maximum is 2667. Consider those equal. | ||||
* | [statistics] Hide clients with isclient==false from low RAM list | Simon Rettberg | 2022-06-17 | 1 | -0/+15 |
| | |||||
* | [statistics] Show clients with < gigabit ethernet in hints | Simon Rettberg | 2022-06-15 | 1 | -8/+37 |
| | |||||
* | [statistics] Use hostname/ip as page title in client details | Simon Rettberg | 2022-06-03 | 1 | -0/+1 |
| | |||||
* | [statistics] Fix undefined array index access | Simon Rettberg | 2022-05-30 | 1 | -2/+2 |
| | |||||
* | [statistics] Fix displaying CPU core/thread info | Simon Rettberg | 2022-05-24 | 1 | -1/+3 |
| | |||||
* | [statistics] Add missing !== false check to query result | Simon Rettberg | 2022-05-17 | 1 | -3/+5 |
| | |||||
* | [statistics] Client details: Display booted system and bootup duration | Simon Rettberg | 2022-05-17 | 1 | -0/+21 |
| | |||||
* | [statistics] Fix undefined index notices | Steffen Ritter | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | [statistics] Only suggest clients with SSD for ID45 partition | Simon Rettberg | 2022-05-10 | 1 | -1/+3 |
| | |||||
* | [statistics] Show HDD count in list view | Simon Rettberg | 2022-05-10 | 2 | -21/+27 |
| | |||||
* | [inc/Util] Add types, move error printing functions to their own class | Simon Rettberg | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | [statistics] Honor pci device revision for passthrough display | Simon Rettberg | 2022-04-27 | 1 | -4/+5 |
| | |||||
* | [statistics] Add PCI device filter option | Simon Rettberg | 2022-04-13 | 3 | -6/+11 |
| | |||||
* | [statistics] client details: show which pci devices are passed through | Simon Rettberg | 2022-04-06 | 1 | -4/+33 |
| | |||||
* | [statistics] Make query builder a bit more OOP | Simon Rettberg | 2022-03-09 | 3 | -6/+20 |
| |