4bc1d77
Fix tab following order test to wait for file open to propagate
Click to expand commit body
Now it can actually repro the original bug
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
d96f524
WIP: Manually rollback transactions to avoid spurious savepoint failure
Click to expand commit body
TODO:
- Avoid unwrapping transaction after f(tx)
- Remove duplication between `transaction` and `room_transaction`
- Introduce random delay before and after committing a transaction
- Run lots of randomized tests
- Investigate diverging diagnostic summaries
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This is a stopgap measure until we introduce reconnection support.
Antonio Scandurra
created
1b46b7a
Move modules into `collab` library as opposed to using the binary
Click to expand commit body
This ensures that we can use collab's modules from the seed script
as well.
Antonio Scandurra
created
7502558
Make all tests pass again after migration to sea-orm
Antonio Scandurra
created
48b6ee3
Use i32 to represent Postgres `INTEGER` types in Rust
Antonio Scandurra
created
dec5f37
Finish porting remaining db methods to sea-orm
Antonio Scandurra
created
239a04e
Add test that should have exercised tab reordering while following
Click to expand commit body
Except it doesn't, it passes both with and without the prior commit.
Investigate further
Julia
created
ea03b48
Merge pull request #1876 from zed-industries/update-release-urls-to-match-new-zed.dev-url-format
Click to expand commit body
Update release urls to match new zed.dev url format
Joseph T. Lyons
created
82824f7
Make each Zed instance use half the screen in 'start-local-collaboration' script
Max Brunsfeld
created
e4507c1
Fetch missing buffers when adding excerpts to a multibuffer while following
Click to expand commit body
Make FollowableItem::apply_update_proto asynchronous. Use a single
task per workspace to process all leader updates, to prevent updates
from being interleaved.
Co-authored-by: Antonio Scandurra <antonio@zed.dev>