ZIm/crates/collab/src
Nathan Sobo 1293b21b2d Get db tests passing with Tokio Postgres adaptor
We now run tests that interact with the real database under a Tokio reactor. We make the tests run multi-threaded so we can block on the main thread on database teardown and still make progress actually tearing down the DB.

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2022-04-26 13:30:21 -06:00
..
bin Remove remaining async-std dependencies from collab 2022-04-26 19:47:40 +02:00
rpc WIP: Get compiling with Tokio by commenting almost everything 2022-04-22 13:33:19 -06:00
api.rs Get zed.dev working with new collab backend 2022-04-26 11:15:41 -06:00
auth.rs Get zed.dev working with new collab backend 2022-04-26 11:15:41 -06:00
db.rs Get db tests passing with Tokio Postgres adaptor 2022-04-26 13:30:21 -06: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
main.rs Get zed.dev working with new collab backend 2022-04-26 11:15:41 -06:00
rpc.rs Get zed.dev working with new collab backend 2022-04-26 11:15:41 -06:00