mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #437] [CLOSED] Implementing GraphQL API for accessing GitHub data #507
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/437
Author: @grantwinney
Created: 10/24/2019
Status: ❌ Closed
Base:
master← Head:refactor_to_use_graphql📝 Commits (1)
9b38fb8begin work on using graphql for accessing github📊 Changes
7 files changed (+163 additions, -219 deletions)
View changed files
📝
Clients/GithubClient/Client.cs(+65 -121)📝
Clients/GithubClient/GithubClient.csproj(+1 -0)📝
Clients/GithubClient/POCOs/PrInfo.cs(+43 -43)📝
Clients/GithubClient/POCOs/StatusInfo.cs(+9 -9)📝
CompatBot/Commands/Pr.cs(+10 -11)📝
CompatBot/Utils/ResultFormatters/PrInfoFormatter.cs(+24 -24)📝
CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs(+11 -11)📄 Description
I wanted to get this "out there" so others could look at it. It's not a complete solution yet, but at least it's a start for addressing https://github.com/RPCS3/discord-bot/issues/420:
GetStatusesAsyncin Client.cs orLinkPrBuildin Pr.cs yet. I'm not quite sure where to get the necessary info from or whether there's a official GitHub object to match theStatusInfoclass.PrInfo,IssueInfo, etc.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.