mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 22:03:33 -04:00
[PR #749] [MERGED] Implement persistent game update info cache #804
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/749
Author: @13xforever
Created: 4/14/2021
Status: ✅ Merged
Merged: 4/14/2021
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (3)
bf44060implement persistent psn title update api response cache5cdd504implement title update scraping55bccc1keep cache timestamp up to date and indicate it in results when needed📊 Changes
15 files changed (+818 additions, -19 deletions)
View changed files
📝
Clients/PsnClient/POCOs/TitlePatch.cs(+4 -1)📝
Clients/PsnClient/PsnClient.cs(+6 -5)📝
CompatBot/Commands/Fortune.cs(+2 -6)📝
CompatBot/Commands/Psn.Check.cs(+4 -3)➕
CompatBot/Database/Migrations/ThumbnailDb/20210414183007_AddGameUpdateInfo.Designer.cs(+297 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20210414183007_AddGameUpdateInfo.cs(+37 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20210414190638_AddGameUpdateInfoTimestamp.Designer.cs(+301 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20210414190638_AddGameUpdateInfoTimestamp.cs(+24 -0)📝
CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs(+36 -1)➕
CompatBot/Database/Providers/TitleUpdateInfoProvider.cs(+78 -0)📝
CompatBot/Database/ThumbnailDb.cs(+13 -0)📝
CompatBot/Program.cs(+1 -0)📝
CompatBot/Utils/Extensions/StringUtils.cs(+8 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+1 -1)📝
CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs(+6 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.