summaryrefslogtreecommitdiff
path: root/server/Cargo.lock
AgeCommit message (Collapse)Author
2025-01-26Fix tests after adding git reposJoel Klinghed
Use testdir to create directories to put test git in. Use custom test method to find githook binary. Stop using remote so that git repo doesn't try to fetch.
2025-01-26Add basic git supportJoel Klinghed
Pushing a commit to a new branch creates a review. Each project has its own git directory, with githooks installed that talkes with server process via unix sockets.
2025-01-07cargo updateJoel Klinghed
2025-01-04cargo updateJoel Klinghed
2025-01-04Support ldap in authJoel Klinghed
Non-test auth is now using ldap for account syncing and authentication. Test auth is still using hardcoded users (user and other). But it is now also possible to login as "other".
2025-01-03Add initital testsJoel Klinghed
Also add /users endpoint.
2024-12-29cargo updateJoel Klinghed
2024-12-29Add openapi generation using utoipaJoel Klinghed
2024-12-29Rework auth to include sessionJoel Klinghed
The actual authentication is still fake.
2024-12-28Database connectionJoel Klinghed
2024-12-21Initial commitJoel Klinghed