Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-08 | Rework redis taskqueue to store task results | 7 | -153/+220 | ||
2024-08-07 | Rewrite `LetterRating` to match protobuf def | 2 | -68/+58 | ||
Also changes DB schema to accept strings instead of integers. | |||||
2024-08-07 | Remove dead code in internal/database | 5 | -54/+105 | ||
Removes `keys.go` as the queries there were only being used in one location. | |||||
2024-08-07 | Switch tests to use dockertest | 1 | -23/+47 | ||
2024-08-07 | Refactor DB to remove restrictive query system | 20 | -445/+489 | ||
2024-08-06 | Improve selection of IBD transports | 12 | -47/+227 | ||
2024-08-06 | Modify IBD to accept various transport backends | 14 | -330/+312 | ||
This allows IBD to try using faster and cheaper transports first with fallback to more reliable and expensive transports later. | |||||
2024-08-06 | Implement `CheckIBDUsername` for `UserService` | 3 | -4/+84 | ||
2024-08-05 | Add redis service to CI | 1 | -3/+15 | ||
2024-08-05 | Add generate to go builds | 2 | -1/+3 | ||
2024-08-05 | Update package name | 23 | -67/+65 | ||
2024-08-05 | Fix lint issues | 3 | -5/+6 | ||
2024-08-05 | Remove server code | 8 | -447/+0 | ||
2024-08-05 | Initial Commit | 57 | -0/+7393 | ||