Files
oak-gpui/crates/collab
Antonio Scandurra 529ccbda3a Introduce git index mutations to randomized collaboration test
The test now fails at the following seed:

```bash
SEED=850 ITERATIONS=1 OPERATIONS=131 cargo test --package=collab random
```
2023-01-08 08:52:16 -07:00
..
WIP
2022-12-14 18:02:39 +01:00
WIP
2023-01-03 13:30:14 -07:00
2022-04-09 08:30:42 -06:00
2022-12-19 11:29:22 -08:00

Zed Server

This crate is what we run at https://collab.zed.dev.

It contains our back-end logic for collaboration, to which we connect from the Zed client via a websocket after authenticating via https://zed.dev, which is a separate repo running on Vercel.