Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-11 | Bump github.com/docker/docker in /backenddependabot/go_modules/backend/github.com/docker/docker-25.0.6incompatible | 2 | -7/+8 | ||
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/compare/v24.0.9...v25.0.6) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2024-08-11 | Set up workflows for new monorepo | 3 | -174/+0 | ||
2024-08-11 | Remove api->backend submodule | 2 | -3/+0 | ||
2024-08-08 | Rework redis taskqueue to store task results | 7 | -153/+220 | ||
2024-08-07 | Rewrite `LetterRating` to match protobuf def | 3 | -71/+61 | ||
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 | 2 | -33/+50 | ||
2024-08-07 | Refactor DB to remove restrictive query system | 48 | -565/+600 | ||
2024-08-07 | Add Datadog Analysis | 1 | -0/+37 | ||
2024-08-06 | Improve selection of IBD transports | 16 | -50/+249 | ||
2024-08-06 | Modify IBD to accept various transport backends | 17 | -331/+336 | ||
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` | 5 | -6/+86 | ||
2024-08-05 | Adds Docker build | 3 | -0/+185 | ||
2024-08-05 | Add redis service to CI | 2 | -5/+30 | ||
2024-08-05 | Install mockgen in CI | 1 | -0/+4 | ||
2024-08-05 | Install buf in CI | 1 | -0/+6 | ||
2024-08-05 | Fix submodule checkout | 1 | -1/+3 | ||
2024-08-05 | Make CI checkout submodules | 1 | -0/+4 | ||
2024-08-05 | Add generate to go builds | 3 | -1/+7 | ||
2024-08-05 | Update package name | 27 | -83/+78 | ||
2024-08-05 | Add CI | 1 | -0/+37 | ||
2024-08-05 | Add config.yaml to .gitignore | 1 | -0/+2 | ||
2024-08-05 | Fix lint issues | 4 | -6/+9 | ||
2024-08-05 | Remove server code | 8 | -447/+0 | ||
2024-08-05 | Adds api submodule | 2 | -0/+3 | ||
2024-08-05 | Initial Commit | 95 | -0/+9319 | ||