Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [statistics] Track firmware used by clients and display in machine details | Simon Rettberg | 2024-12-16 | 1 | -1/+1 |
| | |||||
* | [statistics] machine details: add button to run network speedtest | Simon Rettberg | 2024-11-27 | 1 | -0/+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 | 1 | -7/+9 |
| | |||||
* | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 1 | -4/+4 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -2/+2 |
| | |||||
* | [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 | 1 | -0/+4 |
| | | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list. | ||||
* | [inc/Dictionary] Add locale-aware number formatting method | Simon Rettberg | 2022-11-15 | 1 | -3/+3 |
| | |||||
* | [statistics] Client list: Add option to hide columns | Simon Rettberg | 2022-11-11 | 1 | -1/+3 |
| | |||||
* | [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] 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] Add NIC speed filter/display | Simon Rettberg | 2022-09-12 | 1 | -0/+2 |
| | |||||
* | [statistics] Fix Chart.js for HDD view | Simon Rettberg | 2022-07-06 | 1 | -2/+6 |
| | |||||
* | [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] Show HDD count in list view | Simon Rettberg | 2022-05-10 | 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 | 1 | -2/+6 |
| | |||||
* | [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 | 1 | -1/+1 |
| | |||||
* | [statistics] Add lookup table for GPT type UUIDs | Simon Rettberg | 2022-03-09 | 1 | -3/+7 |
| | |||||
* | [statistics] Adapt hw-data parsing to new json format for display | Simon Rettberg | 2022-03-09 | 1 | -34/+262 |
| | |||||
* | [statistics] Support new json-format of hardware info from client | Simon Rettberg | 2022-03-09 | 1 | -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. | ||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -4/+4 |
| | | | | | | | * 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 | ||||
* | [statistics] Remove useless line | Steffen Ritter | 2021-05-03 | 1 | -1/+0 |
| | |||||
* | [statistics] Show ID45 live stats | Simon Rettberg | 2021-01-29 | 1 | -2/+3 |
| | | | | Closes #3634 | ||||
* | [statistics] Track CPU temperature as well | Simon Rettberg | 2020-04-27 | 1 | -2/+5 |
| | |||||
* | [statistics] Track CPU-load and standby failures of clients | Simon Rettberg | 2020-04-25 | 1 | -1/+4 |
| | |||||
* | [statistics] Add WOL/exec button to machine details | Simon Rettberg | 2019-12-17 | 1 | -1/+3 |
| | |||||
* | [statistics] Modularize | Simon Rettberg | 2019-11-07 | 1 | -0/+436 |