6542b30
Implement rejoining projects as guest when rejoining a room
Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld
and
Julia Risley
created
55ebfe8
Handle unshared projects when rejoining a room
Click to expand commit body
Also, construct remote projects via the room, to guarantee
that the room can manage the projects' sharing lifecycle.
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
1e02ebb
Replicate pending selections separately from other selections
Click to expand commit body
This fixes a panic that would occur when a leader created
a pending selection that overlapped another selection,
because the follower would attempt to treat that pending
selection as non-pending, which would violate the invariant
that selections are sorted and disjoint.
Max Brunsfeld
created
8c64514
Add ZED_STATELESS env var, for suppressing persistence
Click to expand commit body
Use this env var in the start-local-collaboration script to make
the behavior more predictable.
Max Brunsfeld
created
6fcb3c9
Merge pull request #1972 from zed-industries/recent-workspace
Click to expand commit body
Recent Project Picker
Kay Simmons
created
2c47bd4
Clear stale projects if they no longer exist
86e5ae1
Allow nulls in `projects.host_connection_{id,server_id}`
Click to expand commit body
The server version on stable won't be able to fill values for those
columns when we deploy the migration to preview.
With this commit we're also dropping the unused `worktree_extensions`
and `project_activity_periods` tables. The last version of the server
on stable (0.2.6) doesn't contain any code that accesses those tables.