mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #548] [MERGED] Reorganize some storage stuff #618
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/548
Author: @13xforever
Created: 3/21/2020
Status: ✅ Merged
Merged: 3/21/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (7)
fd403b5give more info on restarte4b4d89remove module information for syscall stats8905f31remove duplicate table827ce42fix syscall gathering5460aaaadd a note for cache issues in recent buildse5b4ae1ugh5ef55f7workaround some discord client regressions📊 Changes
21 files changed (+606 additions, -174 deletions)
View changed files
📝
CompatBot/Commands/BotStats.cs(+6 -8)📝
CompatBot/Commands/Syscall.cs(+7 -34)➕
CompatBot/Database/Migrations/ThumbnailDb/20200321124445_RemoveSyscallModules.Designer.cs(+198 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20200321124445_RemoveSyscallModules.cs(+70 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20200321134554_RemoveTitleInfoTable.Designer.cs(+161 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20200321134554_RemoveTitleInfoTable.cs(+53 -0)📝
CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs(+37 -59)📝
CompatBot/Database/Providers/SyscallInfoProvider.cs(+8 -11)📝
CompatBot/Database/Providers/ThumbnailProvider.cs(+17 -9)📝
CompatBot/Database/ThumbnailDb.cs(+1 -19)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+2 -2)📝
CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs(+4 -8)📝
CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+3 -8)📝
CompatBot/Program.cs(+9 -9)📝
CompatBot/Utils/ColorGetter.cs(+0 -1)📝
CompatBot/Utils/Extensions/DiscordClientExtensions.cs(+3 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+16 -3)📝
CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs(+1 -1)📝
CompatBot/Watchdog.cs(+1 -1)...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.