[PR #863] [MERGED] Update a bunch of stuff to make it work for forks again #890

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (5)

  • 94a080f ...
  • c90385b rewrite new ird results parsing to reduce allocations and # of passes
  • 76e14e3 clean up and update 3rd party deps
  • 079dcbc clean up some warnings
  • 578343e update ci script for people without docker

📊 Changes

38 files changed (+137 additions, -144 deletions)

View changed files

📝 .github/workflows/dotnet.yml (+13 -2)
📝 Clients/CirrusCiClient/.graphqlrc.json (+2 -2)
📝 Clients/CirrusCiClient/CirrusCi.cs (+1 -0)
📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+3 -6)
📝 Clients/CirrusCiClient/POCOs/BuildInfo.cs (+1 -0)
📝 Clients/CompatApiClient/Client.cs (+2 -1)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+2 -2)
📝 Clients/GithubClient/GithubClient.csproj (+1 -4)
📝 Clients/IrdLibraryClient/IrdClient.cs (+28 -32)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -4)
📝 Clients/MediafireClient/Client.cs (+2 -1)
📝 Clients/MediafireClient/MediafireClient.csproj (+0 -5)
📝 Clients/OneDriveClient/Client.cs (+2 -1)
📝 Clients/OneDriveClient/OneDriveClient.csproj (+0 -5)
📝 Clients/PsnClient/PsnClient.cs (+4 -3)
📝 Clients/PsnClient/PsnClient.csproj (+1 -4)
📝 Clients/YandexDiskClient/Client.cs (+2 -1)
📝 Clients/YandexDiskClient/YandexDiskClient.csproj (+0 -5)
📝 CompatBot/Commands/Attributes/LimitedToHelpChannel.cs (+1 -1)
📝 CompatBot/Commands/Attributes/LimitedToOfftopicChannel.cs (+4 -1)

...and 18 more files

📄 Description

Also fix all compilation warnings and update dependencies


🔄 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/863 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/20/2022 **Status:** ✅ Merged **Merged:** 6/20/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`94a080f`](https://github.com/RPCS3/discord-bot/commit/94a080ff1a707ba1c0b77092bf9eca6d9b813857) ... - [`c90385b`](https://github.com/RPCS3/discord-bot/commit/c90385b2d8158432a2144501de63e4f1f0d2b27d) rewrite new ird results parsing to reduce allocations and # of passes - [`76e14e3`](https://github.com/RPCS3/discord-bot/commit/76e14e30d9403014cc5059d1da1db8fa246c1aa0) clean up and update 3rd party deps - [`079dcbc`](https://github.com/RPCS3/discord-bot/commit/079dcbcc5cec5efcf9ab21c879d9b545c26998d4) clean up some warnings - [`578343e`](https://github.com/RPCS3/discord-bot/commit/578343e9133ad4d6ff63589df1fbf287ab9b0ef5) update ci script for people without docker ### 📊 Changes **38 files changed** (+137 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dotnet.yml` (+13 -2) 📝 `Clients/CirrusCiClient/.graphqlrc.json` (+2 -2) 📝 `Clients/CirrusCiClient/CirrusCi.cs` (+1 -0) 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+3 -6) 📝 `Clients/CirrusCiClient/POCOs/BuildInfo.cs` (+1 -0) 📝 `Clients/CompatApiClient/Client.cs` (+2 -1) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+2 -2) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -4) 📝 `Clients/IrdLibraryClient/IrdClient.cs` (+28 -32) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -4) 📝 `Clients/MediafireClient/Client.cs` (+2 -1) 📝 `Clients/MediafireClient/MediafireClient.csproj` (+0 -5) 📝 `Clients/OneDriveClient/Client.cs` (+2 -1) 📝 `Clients/OneDriveClient/OneDriveClient.csproj` (+0 -5) 📝 `Clients/PsnClient/PsnClient.cs` (+4 -3) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -4) 📝 `Clients/YandexDiskClient/Client.cs` (+2 -1) 📝 `Clients/YandexDiskClient/YandexDiskClient.csproj` (+0 -5) 📝 `CompatBot/Commands/Attributes/LimitedToHelpChannel.cs` (+1 -1) 📝 `CompatBot/Commands/Attributes/LimitedToOfftopicChannel.cs` (+4 -1) _...and 18 more files_ </details> ### 📄 Description Also fix all compilation warnings and update dependencies --- <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:08 -05:00
yindo closed this issue 2026-02-15 15:57:08 -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#890