[PR #867] [MERGED] Part 2 of implementing hw survey #892

Closed
opened 2026-02-15 15:57:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/867
Author: @13xforever
Created: 6/30/2022
Status: Merged
Merged: 6/30/2022
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (5)

  • b9307a3 remove extra gpu maker from opengl gpu names
  • c1a2d0e !hw stats
  • 9b1d1fd add hw.db backup
  • c7710e8 add warning to the gen-salt command now that it's actually used
  • 8f779a8 Build release configuration for PRs as well

📊 Changes

6 files changed (+289 additions, -15 deletions)

View changed files

📝 .github/workflows/dotnet.yml (+20 -2)
📝 CompatBot/Commands/BotStats.cs (+39 -0)
CompatBot/Commands/Hardware.cs (+171 -0)
📝 CompatBot/Commands/Sudo.cs (+37 -12)
📝 CompatBot/Program.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+21 -1)

📄 Description

  • implements !hw stats command
  • implements hw.db backup
  • implements some misc features related to hw survey feature
  • adds release build step in CI script

Fixes #861.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/867 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/30/2022 **Status:** ✅ Merged **Merged:** 6/30/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`b9307a3`](https://github.com/RPCS3/discord-bot/commit/b9307a32bf07a3c70467f71af11be4f9f980231b) remove extra gpu maker from opengl gpu names - [`c1a2d0e`](https://github.com/RPCS3/discord-bot/commit/c1a2d0e6165a125a71a5dd88f9228ef48d9efd67) !hw stats - [`9b1d1fd`](https://github.com/RPCS3/discord-bot/commit/9b1d1fd8c052f879c748e9dd1c30f5bac55aeb9d) add hw.db backup - [`c7710e8`](https://github.com/RPCS3/discord-bot/commit/c7710e894e18643a852b27db90e80db3fea2a423) add warning to the gen-salt command now that it's actually used - [`8f779a8`](https://github.com/RPCS3/discord-bot/commit/8f779a817eab9c31a8ec657b9a36881a9b033671) Build release configuration for PRs as well ### 📊 Changes **6 files changed** (+289 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dotnet.yml` (+20 -2) 📝 `CompatBot/Commands/BotStats.cs` (+39 -0) ➕ `CompatBot/Commands/Hardware.cs` (+171 -0) 📝 `CompatBot/Commands/Sudo.cs` (+37 -12) 📝 `CompatBot/Program.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+21 -1) </details> ### 📄 Description * implements !hw stats command * implements hw.db backup * implements some misc features related to hw survey feature * adds release build step in CI script Fixes #861. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:09 -05:00
yindo closed this issue 2026-02-15 15:57:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#892