summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc
Commit message (Collapse)AuthorAgeFilesLines
* [locations/statistics] More type safety, array key checksSimon Rettberg2024-01-181-1/+1
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-152-3/+10
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-149-85/+63Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-022-10/+2Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [statistics] Add hints for old CPUs (to be implemented on client)Simon Rettberg2023-09-251-1/+6
|
* [statistics] Add more manufacturer name fixesSimon Rettberg2023-08-031-5/+12
|
* [statistics] Add even more more weird JEDEC encodingsSimon Rettberg2023-08-031-22/+39
|
* [statistics] Move functionSimon Rettberg2023-08-031-14/+14
|
* [statistics] Support yet another weird JEDEC encodingSimon Rettberg2023-08-021-2/+10
|
* [statistics] Add filter for HDD rpmSimon Rettberg2023-05-112-1/+22
|
* [statistics] Fix system model filterSimon Rettberg2023-05-102-1/+38
|
* [statistics] Fix spelling errorSteffen Ritter2023-05-081-1/+1
|
* [statistics] Remove anydev filterSimon Rettberg2023-04-241-1/+1
| | | | Doesn't make any sense if you don't know what it does :-)
* [statistics] Expose proper id44/45 values in ~poweron event filteringSimon Rettberg2023-01-201-7/+9
|
* [statistics] Remove debug messageSimon Rettberg2023-01-111-1/+0Star
|
* [statistics] Only show graph if no non-location filters are setSimon Rettberg2022-12-082-0/+32
| | | | Closes #3694
* [statistics] Add ID45 partition size filterSimon Rettberg2022-12-061-6/+7
| | | | Closes #3927
* [statistics] Per-location usage stats; include active lecture countSimon Rettberg2022-12-022-8/+8
|
* [statistics] Fix potential invalid array accessSimon Rettberg2022-11-151-1/+1
|
* [statistics] Add placeholder to filtersSimon Rettberg2022-11-111-2/+2
|
* [statistics] Deal with broken HDDs that lead to incomplete dataSimon Rettberg2022-10-311-1/+1
| | | | | | | 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/+20
|
* [statistics] Use partition numbers from kernelSimon Rettberg2022-10-261-9/+23
|
* [statistics] Filter: Allow mac address with ':' and no separator at allSimon Rettberg2022-09-131-1/+21
| | | | Closes #3914
* [statistics] Add NIC speed filter/displaySimon Rettberg2022-09-121-0/+21
|
* [statistics] Simplify SPD value interpretation now that I get itSimon Rettberg2022-08-011-39/+26Star
|
* [statistics] Add support for yet another JEDEC encoding schemeSimon Rettberg2022-07-071-1/+3
|
* [statistics] Decode SPD JEDEC manufacturer IDsSimon Rettberg2022-07-071-0/+36
|
* [statistics] Allow '*' in "any" search filterSimon Rettberg2022-07-071-2/+2
|
* [statistics] Fix problems with unusual column names in query builderSimon Rettberg2022-07-062-4/+9
|
* [statistics] Add a few more RAM/HDD size groups, future is catching up..Simon Rettberg2022-07-041-2/+4
|
* [statistics] Increase RAM size warning limitsSimon Rettberg2022-07-041-2/+2
|
* [statistics] Fix standby crash filterSimon Rettberg2022-06-231-12/+18
|
* [statistics] Show clients with < gigabit ethernet in hintsSimon Rettberg2022-06-153-8/+15
|
* [statistics] Fix displaying CPU core/thread infoSimon Rettberg2022-05-241-3/+3
|
* [statistics] Make sure hwname and devpath get valid ASCII onlySimon Rettberg2022-05-171-0/+1
|
* [statistics] Show HDD count in list viewSimon Rettberg2022-05-102-6/+2Star
|
* [statistics] Don't try to check MBR partition IDs for non-MBR drivesSimon Rettberg2022-05-051-5/+7
| | | | Fixes #3908
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-022-3/+3
|
* [statistics] ID45_live: Filter 0 if not explicitly matching for itSimon Rettberg2022-04-281-1/+15
| | | | | | | 0 means the machine doesn't have an ID45 partition. Most likely, when you do something like "< 10000" you want to find machines which are low on ID45 space, but not those that don't even have any. So implicitly add "live_id45 != 0" if the user didn't explicitly query for "= 0".
* [statistics] Add filters for pciid/hwdbSimon Rettberg2022-04-273-12/+58
|
* [statistics] Honor pci device revision for passthrough displaySimon Rettberg2022-04-271-1/+1
|
* [statistics] Fix hwquery groupingSimon Rettberg2022-04-192-3/+3
|
* Formatting/minor refactoringSimon Rettberg2022-04-191-2/+4
|
* [statistics] Fix query builderSimon Rettberg2022-04-131-0/+2
|
* [statistics] Add PCI device filter optionSimon Rettberg2022-04-133-11/+51
|
* [statistics] Add type annotations and a couple commentsSimon Rettberg2022-04-072-8/+35
|
* [statistics] Add typesSimon Rettberg2022-03-111-18/+19
|
* [statistics] Add standby crash filterSimon Rettberg2022-03-101-0/+22
|
* [statistics] Add comments to the HardwareParser classSimon Rettberg2022-03-091-36/+114
|