summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [statistics] Fold constantSimon Rettberg2022-03-091-6/+4Star
|
* [statistics] Make query builder a bit more OOPSimon Rettberg2022-03-094-85/+145
|
* [eventlog] Make more hw properties filterableSimon Rettberg2022-03-091-0/+2
|
* [statistics/passthrough] Consider group<->location mapping for KCLSimon Rettberg2022-03-092-3/+34
|
* [statistics] Remove debug spamSimon Rettberg2022-03-091-2/+2
|
* [statistics] Add lookup table for GPT type UUIDsSimon Rettberg2022-03-091-0/+154
|
* [statistics] Support IOMMU for AMDSimon Rettberg2022-03-091-2/+9
|
* [statistics] Adapt hw-data parsing to new json format for displaySimon Rettberg2022-03-094-384/+330Star
|
* [passthrough] New module for managing hardware passthrough for QEMUSimon Rettberg2022-03-094-38/+263
|
* [statistics] Support new json-format of hardware info from clientSimon Rettberg2022-03-094-410/+1068
| | | | | | 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.
* [eventlog] Add event filtering and notification systemSimon Rettberg2021-06-251-0/+1
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-252-2/+2
|
* [statistics] Remove logintime filterSimon Rettberg2021-03-121-3/+1Star
| | | | | | Would only work when a user is currently logged in, which is confusing. Remove. References #3842