summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages
Commit message (Collapse)AuthorAgeFilesLines
* [locations/statistics] More type safety, array key checksSimon Rettberg2024-01-182-9/+15
|
* Fix type errorsSimon Rettberg2024-01-171-1/+1
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-153-9/+9
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-143-48/+16Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+1
| | | | Mostly redundant checks, logic errors, dead code, etc.
* Fix a few deprecation warnings on PHP 8.2Simon Rettberg2023-10-061-1/+3
|
* [statistics] Fix status-iconSimon Rettberg2023-09-251-1/+4
|
* [statistics] Add hints for old CPUs (to be implemented on client)Simon Rettberg2023-09-251-0/+25
|
* [statistics] hints: Only show machines active in recent past (60 days)Simon Rettberg2023-05-241-0/+5
|
* [statistics] Fix warning on empty list; add commentsSimon Rettberg2023-02-281-22/+29
|
* [statistics] Fix notice on invalid array key accessSimon Rettberg2023-02-061-1/+1
|
* [statistics] Listview: Display roomlayout and unique properties in a sidebarSimon Rettberg2023-01-182-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 graphSimon Rettberg2023-01-051-1/+1
|
* [statistics] Only show graph if no non-location filters are setSimon Rettberg2022-12-081-43/+51
| | | | Closes #3694
* [statistics] Add ID45 partition size filterSimon Rettberg2022-12-061-1/+1
| | | | Closes #3927
* [statistics] Per-location usage stats; include active lecture countSimon Rettberg2022-12-021-19/+83
|
* [statistics] Add NIC Speed to client list, switch to Dictionary::number()Simon Rettberg2022-11-151-3/+17
|
* [inc/Dictionary] Add locale-aware number formatting methodSimon Rettberg2022-11-151-3/+3
|
* [statistics] Add ID45 column to client listSimon Rettberg2022-11-111-1/+2
|
* [statistics] Client list: Add option to hide columnsSimon Rettberg2022-11-112-1/+6
|
* [statistics] Fake one HDD if machine has old-style sysinfo dataSimon Rettberg2022-10-311-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 dataSimon Rettberg2022-10-311-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 tablesSimon Rettberg2022-10-271-0/+10
|
* [statistics] Force-override partiton name for 44/45 in machine viewSimon Rettberg2022-10-271-1/+1
|
* [statistics] Use partition numbers from kernelSimon Rettberg2022-10-261-1/+1
|
* [statistics] Silence noticeSimon Rettberg2022-09-161-1/+2
|
* [statistics] Add NIC speed filter/displaySimon Rettberg2022-09-121-0/+2
|
* [statistics] hints: Sort all tables by hostnameSimon Rettberg2022-07-201-7/+9
|
* [statistics] Fix Chart.js for HDD viewSimon Rettberg2022-07-061-2/+6
|
* [js_chart] Update to Chart.js 3.0.8Simon Rettberg2022-07-042-55/+50Star
|
* [statistics] Filter bogus memory speed hintsSimon Rettberg2022-06-221-2/+8
| | | | | Sometimes (rounding) configured speed is 2666 while maximum is 2667. Consider those equal.
* [statistics] Hide clients with isclient==false from low RAM listSimon Rettberg2022-06-171-0/+15
|
* [statistics] Show clients with < gigabit ethernet in hintsSimon Rettberg2022-06-151-8/+37
|
* [statistics] Use hostname/ip as page title in client detailsSimon Rettberg2022-06-031-0/+1
|
* [statistics] Fix undefined array index accessSimon Rettberg2022-05-301-2/+2
|
* [statistics] Fix displaying CPU core/thread infoSimon Rettberg2022-05-241-1/+3
|
* [statistics] Add missing !== false check to query resultSimon Rettberg2022-05-171-3/+5
|
* [statistics] Client details: Display booted system and bootup durationSimon Rettberg2022-05-171-0/+21
|
* [statistics] Fix undefined index noticesSteffen Ritter2022-05-131-1/+1
|
* [statistics] Only suggest clients with SSD for ID45 partitionSimon Rettberg2022-05-101-1/+3
|
* [statistics] Show HDD count in list viewSimon Rettberg2022-05-102-21/+27
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-1/+1
|
* [statistics] Honor pci device revision for passthrough displaySimon Rettberg2022-04-271-4/+5
|
* [statistics] Add PCI device filter optionSimon Rettberg2022-04-133-6/+11
|
* [statistics] client details: show which pci devices are passed throughSimon Rettberg2022-04-061-4/+33
|
* [statistics] Make query builder a bit more OOPSimon Rettberg2022-03-093-6/+20
|
* [statistics] Add lookup table for GPT type UUIDsSimon Rettberg2022-03-091-3/+7
|
* [statistics] Adapt hw-data parsing to new json format for displaySimon Rettberg2022-03-092-43/+303
|
* [passthrough] New module for managing hardware passthrough for QEMUSimon Rettberg2022-03-091-0/+77
|
* [statistics] Support new json-format of hardware info from clientSimon Rettberg2022-03-091-5/+5
| | | | | | We now try to use JSON output mode from any tool on the client to supply information, for easier parsability and hopefully, a more stable format.