ZIm/crates/collab/src/db
Julia d6462c611c Begin tracking follow states on collab server
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2023-02-22 11:21:23 -05: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
follower.rs Begin tracking follow states on collab server 2023-02-22 11:21:23 -05: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 Begin tracking follow states on collab server 2023-02-22 11:21:23 -05: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 Add users to mailing list when using an invite link 2023-01-17 16:46:01 -05: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