zed/crates/collab/src
2022-12-14 11:42:12 +01:00
..
bin Remove unused UserId import from seed script 2022-12-06 09:07:25 +01:00
db Rename connection_lost to answering_connection_lost 2022-12-12 11:43:08 +01:00
rpc Use a synchronous mutex for ConnectionPool 2022-12-13 13:50:51 +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 Fix excessive delay before clearing stale room data 2022-12-13 11:17:20 -08: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
executor.rs Remove Executor trait from collab and use an enum instead 2022-12-12 11:43:08 +01:00
integration_tests.rs Define readiness probe to know when the new server can accept traffic 2022-12-14 08:54:46 +01:00
lib.rs Delete stale rooms/participants after RECONNECT_TIMEOUT 2022-12-13 11:32:37 +01:00
main.rs Define readiness probe to know when the new server can accept traffic 2022-12-14 08:54:46 +01:00
rpc.rs Instrument rpc::Server::start and reduce cleanup timeout again 2022-12-14 11:42:12 +01:00