mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #992] [MERGED] Add full support for arm build linking #999
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/992
Author: @13xforever
Created: 4/5/2025
Status: ✅ Merged
Merged: 4/5/2025
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (3)
4a2a44bupgrade deps933b224use image blurhash for rate command for better ratingsafbd39eadd arm build downloads📊 Changes
21 files changed (+473 additions, -197 deletions)
View changed files
📝
Clients/CirrusCiClient/CirrusCiClient.csproj(+1 -1)📝
Clients/CompatApiClient/Client.cs(+32 -17)➕
Clients/CompatApiClient/POCOs/UpdateCheckResult.cs(+47 -0)➖
Clients/CompatApiClient/POCOs/UpdateInfo.cs(+0 -27)➕
Clients/CompatApiClient/UpdateInfo.cs(+96 -0)📝
Clients/GithubClient/Client.CI.cs(+69 -1)📝
Clients/GithubClient/GithubClient.csproj(+1 -0)📝
Clients/PsnClient/Utils/TmdbHasher.cs(+1 -4)📝
CompatBot/Commands/CompatList.Latest.cs(+91 -51)📝
CompatBot/Commands/CompatList.cs(+8 -7)📝
CompatBot/Commands/ContentFilters.cs(+5 -7)📝
CompatBot/Commands/Misc.cs(+26 -8)📝
CompatBot/Commands/Pr.cs(+14 -14)📝
CompatBot/CompatBot.csproj(+2 -1)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+8 -16)📝
CompatBot/Utils/ColorGetter.cs(+18 -2)📝
CompatBot/Utils/Extensions/StringUtils.cs(+3 -3)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+3 -2)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+9 -4)📝
CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs(+38 -31)...and 1 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.