mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #248] [MERGED] Make warnings permanent, only mark them as retracted #326
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/248
Author: @13xforever
Created: 3/7/2019
Status: ✅ Merged
Merged: 3/7/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (5)
ac5ba50more notes for log parsing resultsa1f3bb3more diagnostics981bc40make warnings permanent, log retractions, but leave the records intactba9a4e5!warn list recent0208076command to revert warning status📊 Changes
10 files changed (+520 additions, -38 deletions)
View changed files
📝
CompatBot/Commands/Warnings.ListGroup.cs(+42 -16)📝
CompatBot/Commands/Warnings.cs(+107 -20)📝
CompatBot/Database/BotDb.cs(+4 -0)➕
CompatBot/Database/Migrations/BotDb/20190307173026_PermanentWarnings.Designer.cs(+268 -0)➕
CompatBot/Database/Migrations/BotDb/20190307173026_PermanentWarnings.cs(+50 -0)📝
CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs(+12 -0)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+5 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+6 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs(+7 -0)📝
CompatBot/Utils/StringUtils.cs(+19 -2)📄 Description
!warn revertcommand🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.