peer-group-grading/crates/backend/src
Mika 636f04ab74
Some checks failed
ci/woodpecker/push/deployment Pipeline failed
ci/woodpecker/pr/deployment Pipeline failed
ci/woodpecker/pull_request_closed/deployment Pipeline failed
ci/woodpecker/pr/check_fmt Pipeline failed
ci/woodpecker/pr/cargo_check Pipeline was successful
ci/woodpecker/pr/cargo_clippy Pipeline was successful
ci/woodpecker/pr/cargo_test Pipeline failed
test: add tests for Redis connection string with defaults and custom port
2025-04-09 23:47:55 +02:00
..
controller feat: add AlreadyLoggedIn error and prevent duplicate logins 2025-04-09 20:32:13 +02:00
db Implement user retrieval and deletion endpoint (#56) 2025-04-07 14:23:54 +02:00
controller.rs feat: add local_auth entity and restructure project entities 2025-04-03 11:04:49 +02:00
db.rs feat: automatically run migration on startup 2025-04-08 21:46:58 +02:00
error.rs feat: add AlreadyLoggedIn error and prevent duplicate logins 2025-04-09 20:32:13 +02:00
main.rs test: add tests for Redis connection string with defaults and custom port 2025-04-09 23:47:55 +02:00