Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-11 | Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 in /backenddependabot/go_modules/backend/github.com/opencontainers/runc-1.1.12 | 2 | -36/+5 | ||
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md) - [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.12) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2024-08-11 | Set up workflows for new monorepo | 4 | -47/+7 | ||
2024-08-11 | Add gitignore | 1 | -0/+200 | ||
2024-08-11 | Merge remote-tracking branch 'frontend/main' | 38 | -0/+953 | ||
2024-08-11 | Add new-user screen | 19 | -12/+502 | ||
2024-08-11 | Remove api->backend submodule | 2 | -3/+0 | ||
2024-08-11 | Merge remote-tracking branch 'backend/main' | 75 | -0/+9625 | ||
2024-08-11 | Merge remote-tracking branch 'api/main' | 9 | -0/+405 | ||
2024-08-11 | Initial Commit | 1 | -0/+2 | ||
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 | Merge pull request #1 from ansg191/refactor-database | 50 | -598/+650 | ||
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 | Merge pull request #6 from ansg191/add-auth-user | 1 | -0/+9 | ||
2024-08-06 | Add `AuthenticateUser` to `UserService` | 1 | -0/+9 | ||
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-06 | Merge pull request #5 from ansg191/add-checkibdusername | 1 | -0/+10 | ||
2024-08-06 | Add `CheckIBDUsername` to `UserService` | 1 | -0/+10 | ||
2024-08-06 | Merge pull request #4 from ansg191/split-js | 3 | -4/+15 | ||
2024-08-06 | Split js and go generation | 3 | -4/+15 | ||
This allows go to use existing libaries for google types while allows JS/TS to generate the types. | |||||
2024-08-05 | Fix formatting | 7 | -52/+55 | ||
2024-08-05 | Add bun install | 1 | -0/+4 | ||
2024-08-05 | Adds .idea files | 4 | -0/+32 | ||
2024-08-05 | Adds CI | 3 | -4/+31 | ||
2024-08-05 | Initial implementation | 9 | -151/+219 | ||
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 | Merge pull request #3 from ansg191/change-go-pkg | 1 | -1/+1 | ||
2024-08-05 | Update `go_package_prefix` | 1 | -1/+1 | ||
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 | ||
2024-08-05 | Merge pull request #2 from ansg191/js-gen | 1 | -2/+4 | ||
2024-08-05 | Adds JS/TS generation | 1 | -2/+4 | ||
2024-08-05 | Adds buf CI | 1 | -0/+18 | ||
2024-08-05 | Initial Commit | 7 | -0/+355 | ||