[PR #556] [MERGED] Update the bot after migration from AppVeyor to Azure DevOps #625

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/556
Author: @13xforever
Created: 3/28/2020
Status: Merged
Merged: 3/28/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • 6f39ee9 add stats to the tests
  • b9df3f4 limit rate the !random command
  • c835deb remove appveyor client now that it's no longer used
  • 0aaeae8 replace windows pr build linker with azure
  • 2b84734 restore build time reporting
  • b77e56f restore missed build announcement

📊 Changes

21 files changed (+291 additions, -646 deletions)

View changed files

Clients/AppveyorClient/AppveyorClient.csproj (+0 -16)
Clients/AppveyorClient/Client.cs (+0 -341)
Clients/AppveyorClient/POCOs/Artifact.cs (+0 -13)
Clients/AppveyorClient/POCOs/ArtifactInfo.cs (+0 -8)
Clients/AppveyorClient/POCOs/Build.cs (+0 -29)
Clients/AppveyorClient/POCOs/BuildInfo.cs (+0 -8)
Clients/AppveyorClient/POCOs/HistoryInfo.cs (+0 -10)
Clients/AppveyorClient/POCOs/Job.cs (+0 -17)
Clients/AppveyorClient/POCOs/Project.cs (+0 -4)
Clients/AppveyorClient/readme.md (+0 -12)
📝 CompatBot/Commands/CompatList.cs (+25 -11)
📝 CompatBot/Commands/Misc.cs (+1 -1)
📝 CompatBot/Commands/Pr.cs (+27 -84)
📝 CompatBot/CompatBot.csproj (+0 -1)
📝 CompatBot/Config.cs (+14 -0)
CompatBot/EventHandlers/AppveyorLinksHandler.cs (+0 -74)
📝 CompatBot/Program.cs (+0 -2)
CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs (+194 -0)
📝 CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs (+6 -5)
📝 Tests/LogParsingProfiler.cs (+23 -2)

...and 1 more files

📄 Description

No description provided


🔄 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/556 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/28/2020 **Status:** ✅ Merged **Merged:** 3/28/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`6f39ee9`](https://github.com/RPCS3/discord-bot/commit/6f39ee9bb2c83769cadcef69113bef59e1a248c1) add stats to the tests - [`b9df3f4`](https://github.com/RPCS3/discord-bot/commit/b9df3f4901ae78edcaaf015a9cd0d8b9d2951abd) limit rate the !random command - [`c835deb`](https://github.com/RPCS3/discord-bot/commit/c835deb6a6a2b102086dac2764af13877a975b8b) remove appveyor client now that it's no longer used - [`0aaeae8`](https://github.com/RPCS3/discord-bot/commit/0aaeae8ab1afe10b3bd375db36b5ee5beb97dc6a) replace windows pr build linker with azure - [`2b84734`](https://github.com/RPCS3/discord-bot/commit/2b84734e9eda158f0f0545145a07f8439b5a5c3f) restore build time reporting - [`b77e56f`](https://github.com/RPCS3/discord-bot/commit/b77e56f6595e387b2ed0862b439e34b52a34e38b) restore missed build announcement ### 📊 Changes **21 files changed** (+291 additions, -646 deletions) <details> <summary>View changed files</summary> ➖ `Clients/AppveyorClient/AppveyorClient.csproj` (+0 -16) ➖ `Clients/AppveyorClient/Client.cs` (+0 -341) ➖ `Clients/AppveyorClient/POCOs/Artifact.cs` (+0 -13) ➖ `Clients/AppveyorClient/POCOs/ArtifactInfo.cs` (+0 -8) ➖ `Clients/AppveyorClient/POCOs/Build.cs` (+0 -29) ➖ `Clients/AppveyorClient/POCOs/BuildInfo.cs` (+0 -8) ➖ `Clients/AppveyorClient/POCOs/HistoryInfo.cs` (+0 -10) ➖ `Clients/AppveyorClient/POCOs/Job.cs` (+0 -17) ➖ `Clients/AppveyorClient/POCOs/Project.cs` (+0 -4) ➖ `Clients/AppveyorClient/readme.md` (+0 -12) 📝 `CompatBot/Commands/CompatList.cs` (+25 -11) 📝 `CompatBot/Commands/Misc.cs` (+1 -1) 📝 `CompatBot/Commands/Pr.cs` (+27 -84) 📝 `CompatBot/CompatBot.csproj` (+0 -1) 📝 `CompatBot/Config.cs` (+14 -0) ➖ `CompatBot/EventHandlers/AppveyorLinksHandler.cs` (+0 -74) 📝 `CompatBot/Program.cs` (+0 -2) ➕ `CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs` (+194 -0) 📝 `CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs` (+6 -5) 📝 `Tests/LogParsingProfiler.cs` (+23 -2) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <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:56:28 -05:00
yindo closed this issue 2026-02-15 15:56:28 -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#625