mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #864] [MERGED] HW configuration collection #891
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/864
Author: @13xforever
Created: 6/29/2022
Status: ✅ Merged
Merged: 6/29/2022
Merged by: @clienthax
Base:
master← Head:vnext📝 Commits (9)
920a9c7do not reply why explaining something to someone elsee61d852remove annoying gen prefix for newer intel cpus, also wtf is "rosetta"8c1468dAdd HW DBaf32debget proper attachment limits depending on the server boost level7dc07f2fill in hw info from logs (still needs installation id extractor)6bf5689made installid the only key and moved some things arounda5d780fclean up unused usings92751bause file-scoped namespaces to reduce nestingf92114cFix [PR #792] [MERGED] An option to auto kick users without roles (#842)📊 Changes
231 files changed (+22404 additions, -22144 deletions)
View changed files
📝
.config/dotnet-tools.json(+2 -2)📝
Clients/CirrusCiClient/CirrusCi.cs(+115 -116)📝
Clients/CirrusCiClient/POCOs/BuildInfo.cs(+15 -16)📝
Clients/CirrusCiClient/POCOs/ProjectBuildStats.cs(+19 -20)📝
Clients/CompatApiClient/ApiConfig.cs(+73 -74)📝
Clients/CompatApiClient/Client.cs(+92 -93)📝
Clients/CompatApiClient/Compression/CompressedContent.cs(+28 -29)📝
Clients/CompatApiClient/Compression/CompressionMessageHandler.cs(+51 -52)📝
Clients/CompatApiClient/Compression/Compressor.cs(+23 -24)📝
Clients/CompatApiClient/Compression/DecompressedContent.cs(+28 -29)📝
Clients/CompatApiClient/Compression/DeflateCompressor.cs(+8 -9)📝
Clients/CompatApiClient/Compression/GZipCompressor.cs(+8 -9)📝
Clients/CompatApiClient/Compression/ICompressor.cs(+6 -7)📝
Clients/CompatApiClient/Formatters/CompatApiCommitHashConverter.cs(+14 -15)📝
Clients/CompatApiClient/Formatters/DashedNamingPolicy.cs(+4 -5)📝
Clients/CompatApiClient/Formatters/NamingStyles.cs(+40 -41)📝
Clients/CompatApiClient/Formatters/SnakeCaseNamingPolicy.cs(+4 -5)📝
Clients/CompatApiClient/Formatters/SpecialJsonNamingPolicy.cs(+5 -6)📝
Clients/CompatApiClient/POCOs/CompatResult.cs(+32 -34)📝
Clients/CompatApiClient/POCOs/UpdateInfo.cs(+21 -23)...and 80 more files
📄 Description
Implements the system info collection part of #861.
There's a new database, with a single table placed near existing thumbs.db.
In addition, some stuff has been fixed or cleaned up as part of data collection preparations:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.