[PR #146] [MERGED] Use extra information from the new update info model #233

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/146
Author: @13xforever
Created: 1/3/2019
Status: Merged
Merged: 1/3/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • fce0860 update deps
  • ba75f23 change inspection for SPU Block Size to recommend Safe
  • eba1b70 Use extra information from the new update info model
  • e4a4ed4 if requesting update info fails for specific build, use call without commit
  • c112102 same logic for checking updates in log parser

📊 Changes

10 files changed (+112 additions, -27 deletions)

View changed files

📝 CompatApiClient/Client.cs (+3 -1)
📝 CompatApiClient/CompatApiClient.csproj (+2 -2)
📝 CompatBot/Commands/CompatList.cs (+11 -2)
📝 CompatBot/CompatBot.csproj (+8 -8)
📝 CompatBot/Config.cs (+2 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+27 -8)
📝 CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs (+56 -2)
📝 IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 PsnClient/PsnClient.csproj (+1 -1)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

  • updated dependencies
  • use time information to consider builds to be outdated
  • note for Mega SPU Block Size option in addition to Giga
  • note for another case of broken save file

🔄 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/146 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/3/2019 **Status:** ✅ Merged **Merged:** 1/3/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`fce0860`](https://github.com/RPCS3/discord-bot/commit/fce0860bafb3fa7193ddac81543830d7b519c9b4) update deps - [`ba75f23`](https://github.com/RPCS3/discord-bot/commit/ba75f23a84c15518fcbbeb68ea10c0d81f0e30fd) change inspection for SPU Block Size to recommend Safe - [`eba1b70`](https://github.com/RPCS3/discord-bot/commit/eba1b70fed89924e1c47836514108b4b2803d192) Use extra information from the new update info model - [`e4a4ed4`](https://github.com/RPCS3/discord-bot/commit/e4a4ed43023ecb38aeee3400af127c08a988b5fb) if requesting update info fails for specific build, use call without commit - [`c112102`](https://github.com/RPCS3/discord-bot/commit/c112102b6f65de4f0a548375e9992fb99a93c39a) same logic for checking updates in log parser ### 📊 Changes **10 files changed** (+112 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `CompatApiClient/Client.cs` (+3 -1) 📝 `CompatApiClient/CompatApiClient.csproj` (+2 -2) 📝 `CompatBot/Commands/CompatList.cs` (+11 -2) 📝 `CompatBot/CompatBot.csproj` (+8 -8) 📝 `CompatBot/Config.cs` (+2 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+27 -8) 📝 `CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs` (+56 -2) 📝 `IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `PsnClient/PsnClient.csproj` (+1 -1) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description * updated dependencies * use time information to consider builds to be outdated * note for `Mega` SPU Block Size option in addition to `Giga` * note for another case of broken save file --- <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:25 -05:00
yindo closed this issue 2026-02-15 15:55:25 -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#233