PluralKit/PluralKit.Core/Database/Repository
alyssa 4a947c01fc
Some checks failed
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled
fix: cast hid parameter to char(6) in GetMemberByHid query
avoids casting the hid column, which does a full table scan, which is slow
2026-01-17 17:08:55 -05:00
..
ModelRepository.AbuseLog.cs feat: add abuse handling 2024-11-05 11:19:52 +13:00
ModelRepository.Account.cs feat: use sqlkata for a few more queries 2022-12-03 12:04:12 +00:00
ModelRepository.Autoproxy.cs feat(api): add autoproxy endpoints 2022-06-02 13:32:31 -04:00
ModelRepository.Context.cs chore: update to .net 8 2024-12-24 02:43:41 +00:00
ModelRepository.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
ModelRepository.Group.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
ModelRepository.GroupMember.cs fix: handle padded hids for GroupMember 2024-05-11 21:05:16 +12:00
ModelRepository.Guild.cs feat(api): try harder at checking whether user is in guild 2025-06-15 21:10:57 +00:00
ModelRepository.Member.cs fix: cast hid parameter to char(6) in GetMemberByHid query 2026-01-17 17:08:55 -05:00
ModelRepository.Message.cs feat(bot): lookup command messages 2025-06-15 21:10:57 +00:00
ModelRepository.Stats.cs fix: read stat counts from db as long (oopsie) 2023-09-04 10:13:33 +12:00
ModelRepository.Switch.cs fix(api): return updated switch in PATCH /switches/:id 2022-06-11 17:16:53 -04:00
ModelRepository.System.cs feat(bot): remove hacky fix for extremely slow system deletes 2022-06-15 18:52:50 -04:00
ModelRepository.SystemConfig.cs refactor: rename config table to system_config 2021-12-01 09:16:44 -05:00