[PR #360] [MERGED] Minor quality of life improvements #435

Closed
opened 2026-02-15 15:55:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/360
Author: @13xforever
Created: 7/31/2019
Status: Merged
Merged: 7/31/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • edbb3e5 change log parsing logging priority to disable it in release mode
  • 9a559fc don't show conflicting library loaders for vsh build
  • b1009a9 log note for the sleep timer accuracy mode for nier
  • 2c62d84 more consistent formatting
  • 4f9711c use custom embeds for github issue linking when ratelimit allows

📊 Changes

8 files changed (+133 additions, -12 deletions)

View changed files

📝 Clients/GithubClient/Client.cs (+45 -0)
📝 Clients/GithubClient/POCOs/PrInfo.cs (+23 -0)
📝 CompatBot/Commands/Pr.cs (+15 -0)
📝 CompatBot/EventHandlers/GithubLinksHandler.cs (+13 -4)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+2 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+11 -3)
📝 CompatBot/Utils/ResultFormatters/PrInfoFormatter.cs (+23 -4)

📄 Description

  • custom github links when possible
  • more log notes

🔄 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/360 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 7/31/2019 **Status:** ✅ Merged **Merged:** 7/31/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`edbb3e5`](https://github.com/RPCS3/discord-bot/commit/edbb3e59e7a72797ae1c652e6a0471b47bb7bebc) change log parsing logging priority to disable it in release mode - [`9a559fc`](https://github.com/RPCS3/discord-bot/commit/9a559fccdfd5b40f9bb30026ff443b287608cdfe) don't show conflicting library loaders for vsh build - [`b1009a9`](https://github.com/RPCS3/discord-bot/commit/b1009a9362e2dd271dd59161bb61dc35a7b6f402) log note for the sleep timer accuracy mode for nier - [`2c62d84`](https://github.com/RPCS3/discord-bot/commit/2c62d842a05bc48dd00754706d8e7ce2a14d28b6) more consistent formatting - [`4f9711c`](https://github.com/RPCS3/discord-bot/commit/4f9711c34d8b307b39a34727eb1450c61eec6684) use custom embeds for github issue linking when ratelimit allows ### 📊 Changes **8 files changed** (+133 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Clients/GithubClient/Client.cs` (+45 -0) 📝 `Clients/GithubClient/POCOs/PrInfo.cs` (+23 -0) 📝 `CompatBot/Commands/Pr.cs` (+15 -0) 📝 `CompatBot/EventHandlers/GithubLinksHandler.cs` (+13 -4) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+2 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+11 -3) 📝 `CompatBot/Utils/ResultFormatters/PrInfoFormatter.cs` (+23 -4) </details> ### 📄 Description * custom github links when possible * more log notes --- <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:55:56 -05:00
yindo closed this issue 2026-02-15 15:55:56 -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#435