ZIm/crates/collab/src/db
Nathan Sobo 90fb9b53ad WIP
2023-01-03 13:30:14 -07:00
..
access_token.rs Start using the new sea-orm backed database 2022-12-01 14:41:59 +01:00
contact.rs Start using the new sea-orm backed database 2022-12-01 14:41:59 +01:00
language_server.rs Finish porting remaining db methods to sea-orm 2022-12-02 13:58:23 +01:00
project.rs Allow nulls in projects.host_connection_{id,server_id} 2022-12-15 11:30:51 +01:00
project_collaborator.rs Make host reconnection test pass when mutating worktree while offline 2022-12-20 17:30:58 +01:00
room.rs Implement Database::create_room 2022-12-01 15:22:20 +01:00
room_participant.rs Fix stale server queries, use foreign keys from connectionsn to servers 2022-12-14 17:34:24 -08:00
server.rs Fix stale server queries, use foreign keys from connectionsn to servers 2022-12-14 17:34:24 -08:00
signup.rs Ensure that subsequent signup happens after initial 2022-12-07 08:15:01 -05:00
tests.rs Use "id" nomenclature more consistently 2022-12-15 10:15:59 +01:00
user.rs Use i32 to represent Postgres INTEGER types in Rust 2022-12-02 13:58:54 +01:00
worktree.rs WIP 2023-01-03 13:30:14 -07:00
worktree_diagnostic_summary.rs Use i32 to represent Postgres INTEGER types in Rust 2022-12-02 13:58:54 +01:00
worktree_entry.rs Implement rejoining projects as guest when rejoining a room 2022-12-20 15:02:26 -08:00