mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #51] [MERGED] RPCS3 Compatibility Bot reimplemented in C# for .NET Core #169
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/51
Author: @13xforever
Created: 7/17/2018
Status: ✅ Merged
Merged: 7/20/2018
Merged by: @Nicba1010
Base:
master← Head:dotnet_core_migration📝 Commits (10+)
7dffb72RPCS3 Compatibility Bot reimplemented in C# for .NET Core32f2e89command to fix warning timestamps for older recordsf593f8ccommand to fix channel mentions in warningsac9b883fix channel mention on adding a new warning19d411cdo not suggest uploading full logs to users with any role1498c8bwhen checking if we've been asked to cool it, limit the history check pretty much only by time000bfe3some minor text changes530c869fmla62e789moved some stuff around to better reflect the code organization, hopefullyd182d85why the heck not📊 Changes
93 files changed (+5648 additions, -2442 deletions)
View changed files
➕
.gitattributes(+63 -0)📝
.gitignore(+249 -96)➖
.vscode/launch.json(+0 -22)➕
CompatApiClient/ApiConfig.cs(+102 -0)➕
CompatApiClient/Client.cs(+111 -0)➕
CompatApiClient/CompatApiClient.csproj(+20 -0)➕
CompatApiClient/Compression/CompressedContent.cs(+54 -0)➕
CompatApiClient/Compression/CompressionMessageHandler.cs(+79 -0)➕
CompatApiClient/Compression/Compressor.cs(+36 -0)➕
CompatApiClient/Compression/DecompressedContent.cs(+54 -0)➕
CompatApiClient/Compression/DeflateCompressor.cs(+20 -0)➕
CompatApiClient/Compression/GZipCompressor.cs(+20 -0)➕
CompatApiClient/Compression/ICompressor.cs(+12 -0)➕
CompatApiClient/Formatters/JsonContractResolver.cs(+32 -0)➕
CompatApiClient/Formatters/NamingStyles.cs(+58 -0)➕
CompatApiClient/POCOs/CompatResult.cs(+32 -0)➕
CompatApiClient/POCOs/PrInfo.cs(+21 -0)➕
CompatApiClient/POCOs/UpdateInfo.cs(+23 -0)➕
CompatApiClient/RequestBuilder.cs(+122 -0)➕
CompatApiClient/Utils/UriExtensions.cs(+110 -0)...and 73 more files
📄 Description
Current status of this PR:
compatibility with old format could be restored through custom formatter if needed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.