summaryrefslogtreecommitdiff
path: root/server/src/db_utils.rs
AgeCommit message (Collapse)Author
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-07Add remote & branch to project and reviewJoel Klinghed
Preparing for git connection.
2024-12-30Add methods for modifying projectsJoel Klinghed
While doing that I realized I had forgotten to declare maintainers for projects. Also added default roles and changed so that review_users only contains overrides, so that changes to the project users is instantly applied to all reviews (unless there is an override).