[PR #65] [MERGED] Fix missing raps report #182

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/65
Author: @13xforever
Created: 8/11/2018
Status: Merged
Merged: 8/11/2018
Merged by: @Nicba1010

Base: masterHead: fix_missing_raps_report


📝 Commits (2)

  • 236b4fe note on resolution in log results
  • 9c42643 do field paging in log parsing results

📊 Changes

7 files changed (+47 additions, -17 deletions)

View changed files

📝 CompatBot/Commands/Antipiracy.cs (+1 -1)
📝 CompatBot/Commands/Warnings.cs (+3 -3)
📝 CompatBot/Utils/EmbedPager.cs (+8 -6)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+32 -5)
📝 CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs (+0 -1)
📝 CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs (+1 -1)
📝 CompatBot/Utils/StringUtils.cs (+2 -0)

📄 Description

do field paging in log parsing results
also cap report for missing licenses to 10 items max
note changed resolution in log report


🔄 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/65 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/11/2018 **Status:** ✅ Merged **Merged:** 8/11/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `fix_missing_raps_report` --- ### 📝 Commits (2) - [`236b4fe`](https://github.com/RPCS3/discord-bot/commit/236b4fe1a935af2e6048376ac2195a30311b8aac) note on resolution in log results - [`9c42643`](https://github.com/RPCS3/discord-bot/commit/9c42643c29c40b4f77f03f22d6b2d6c69b39aa73) do field paging in log parsing results ### 📊 Changes **7 files changed** (+47 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Antipiracy.cs` (+1 -1) 📝 `CompatBot/Commands/Warnings.cs` (+3 -3) 📝 `CompatBot/Utils/EmbedPager.cs` (+8 -6) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+32 -5) 📝 `CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs` (+0 -1) 📝 `CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs` (+1 -1) 📝 `CompatBot/Utils/StringUtils.cs` (+2 -0) </details> ### 📄 Description do field paging in log parsing results also cap report for missing licenses to 10 items max note changed resolution in log report --- <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:16 -05:00
yindo closed this issue 2026-02-15 15:55:16 -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#182