zed/crates/collab/src
Antonio Scandurra 3b5b48c043 Query project count as i64 instead of i32 when gathering metrics
Using the latter will cause a type mismatch when performing the query.
2022-12-06 15:00:32 +01:00
..
bin Remove unused UserId import from seed script 2022-12-06 09:07:25 +01:00
db Query project count as i64 instead of i32 when gathering metrics 2022-12-06 15:00:32 +01:00
rpc Rename Store to ConnectionPool 2022-11-17 19:03:59 +01:00
api.rs Merge branch 'main' into reconnections-2 2022-12-02 19:09:33 +01:00
auth.rs Start using the new sea-orm backed database 2022-12-01 14:41:59 +01:00
db.rs Query project count as i64 instead of i32 when gathering metrics 2022-12-06 15:00:32 +01:00
env.rs Rename zed-server to collab 2022-04-09 08:30:42 -06:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
integration_tests.rs Fix busy status when accepting a contact request 2022-12-06 10:19:34 +01:00
lib.rs Remove stale Error variant 2022-12-02 19:20:51 +01:00
main.rs Rebased to main 2022-12-03 16:06:01 -08:00
rpc.rs Fix busy status when accepting a contact request 2022-12-06 10:19:34 +01:00