mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #256] [MERGED] Fix log parsing from Google Drive #333
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/256
Author: @13xforever
Created: 3/15/2019
Status: ✅ Merged
Merged: 3/15/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (4)
efe088dreport how much of the log was parsedb7208adincrease default log parsing timeout to 30 seconds3d71e36fix incomplete downloads from Google Drived3bdfa5show only percent of parsed logs when possible📊 Changes
16 files changed (+65 additions, -33 deletions)
View changed files
📝
CompatBot/Config.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs(+3 -0)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs(+1 -0)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs(+3 -0)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs(+3 -0)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs(+5 -2)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs(+2 -0)📝
CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs(+1 -7)📝
CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs(+2 -0)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs(+3 -2)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs(+21 -10)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs(+2 -1)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs(+2 -1)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs(+3 -2)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+2 -1)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+11 -6)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.