summaryrefslogtreecommitdiff
path: root/server/migrations/1_initial_eyeballs.sql
AgeCommit message (Collapse)Author
2025-06-04Make integration actually workJoel Klinghed
Add logs Add remote keys for each user
2025-01-27Add user keys to databaseJoel Klinghed
Next step is to generate authorized_keys files for git server based on keys.
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-09Add string id for project and reduce usage of numeric ids in generalJoel Klinghed
User: username must be unique, use as primary key and drop id.
2025-01-07Add remote & branch to project and reviewJoel Klinghed
Preparing for git connection.
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".
2024-12-31Rename migration so its actually picked upJoel Klinghed
Must be <version>_<description>.sql.