mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #531] [MERGED] Add support for OneDrive log links #601
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/531
Author: @13xforever
Created: 3/9/2020
Status: ✅ Merged
Merged: 3/9/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (6)
62fe5d2add OCR statscf44d2cupdate wording4f2ffddfix potential issues4bdcb45change zcull values in log parsing result to help people feel smarterd7b018asupport for OneDrive log linksaf42b5bgive feedback on failed image description operation📊 Changes
19 files changed (+314 additions, -40 deletions)
View changed files
📝
Clients/AppveyorClient/Client.cs(+4 -5)📝
Clients/CompatApiClient/ApiConfig.cs(+2 -0)📝
Clients/CompatApiClient/Utils/UriExtensions.cs(+8 -0)📝
Clients/GithubClient/Client.cs(+4 -5)➕
Clients/OneDriveClient/Client.cs(+109 -0)➕
Clients/OneDriveClient/OneDriveClient.csproj(+15 -0)➕
Clients/OneDriveClient/POCOs/DriveItemMeta.cs(+15 -0)📝
CompatBot/Commands/BotStats.cs(+21 -20)📝
CompatBot/Commands/Vision.cs(+2 -1)📝
CompatBot/CompatBot.csproj(+4 -3)📝
CompatBot/Database/Providers/ContentFilter.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/GenericLinkHandler.cs(+0 -1)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs(+0 -1)➕
CompatBot/EventHandlers/LogParsing/SourceHandlers/OneDriveSourceHandler.cs(+110 -0)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+1 -0)📝
CompatBot/EventHandlers/MediaScreenshotMonitor.cs(+2 -0)📝
CompatBot/Utils/Extensions/DiscordClientExtensions.cs(+7 -1)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+2 -2)📝
discord-bot-net.sln(+7 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.