98a593b
collab 0.3.8
Antonio Scandurra created
98a593b
collab 0.3.8
Antonio Scandurra created
897506c
Define readiness probe to know when the new server can accept traffic
Antonio Scandurra created
59c9a57
collab 0.3.7
Antonio Scandurra created
dde6cf5
Don't wait for stale project deletion before listening for connections
Antonio Scandurra created
2596fef
collab 0.3.6
Antonio Scandurra created
34b6989
Listen to SIGTERM in addition to ctrl-c for graceful shutdown
Antonio Scandurra created
7824ace
collab 0.3.5
Antonio Scandurra created
b150efb
Set log level to debug for preview deployment
Also, add a log statement when we receive the interrupt signal. Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
c20204d
collab 0.3.4
Max Brunsfeld created
45bfcfc
Fix excessive delay before clearing stale room data
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld and Antonio Scandurra created
5218a2f
collab 0.3.3
Max Brunsfeld created
9574812
Merge remote-tracking branch 'origin/collab-0.3.x'
Max Brunsfeld created
6ad326a
Wait longer before deleting outdated rooms from the database
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld and Antonio Scandurra created
b0652c5
Merge pull request #1968 from zed-industries/fix-text-size-in-updates
Fix text size in notifications
Mikayla Maki created
790ef19
Fix mis-set variables
Mikayla Maki created
11800a8
Merge branch 'main' into multibuffer-following
Max Brunsfeld created
99c5f8c
collab 0.3.2
Antonio Scandurra created
f48ef7b
zed 0.67.1
Antonio Scandurra created
8761fe9
Merge pull request #1965 from zed-industries/preserve-calls-during-server-restarts
Automatically re-join call when server is restarted
Antonio Scandurra created
26a6316
Merge pull request #1963 from zed-industries/fix-workspace-corner-cases
Fix small workspace deserialization corner cases
Mikayla Maki created
08fd5cc
Merge pull request #1962 from zed-industries/scrolling-breaks-follow
Avoid breaking follow when syncing leader's scroll position
Max Brunsfeld created
f8647c7
Merge pull request #1961 from zed-industries/fix-next-screen-bug
Fixed issue where the NextScreen action would never have an effect
Mikayla Maki created
b13a607
Merge pull request #1959 from zed-industries/serializing-bug-fixes
Add check for if the user wants a blanks workspace when deserializing
Mikayla Maki created
4b61288
Merge pull request #1950 from zed-industries/reconnect-to-room
Automatically re-join call when client connection drops
Antonio Scandurra created
e108c16
Merge pull request #1951 from zed-industries/dock-bugfix
Fix infinite loop in dock position when deserializing # Conflicts: # crates/workspace/src/workspace.rs
Mikayla Maki created
461c240
Merge pull request #1965 from zed-industries/preserve-calls-during-server-restarts
Automatically re-join call when server is restarted
Antonio Scandurra created
073a298
Move creation of room_id index into its own migration
Antonio Scandurra created
70aac75
Run until parked before asserting about participants in restart test
Antonio Scandurra created
4dc838f
Reset connection pool when tearing down the server in tests
Antonio Scandurra created
d4c8fa3
Use a synchronous mutex for `ConnectionPool`
Antonio Scandurra created
a594ba8
Simulate server restarts in randomized test
Antonio Scandurra created
f1884d6
Allow server to see client disconnection before giving up on reconnecting
Antonio Scandurra created
417db95
Fix typo in index name
Antonio Scandurra created
0220d7b
Include `room_id` in `CallCanceled` message
This ensures we don't accidentally cancel old calls.
Antonio Scandurra created
e2b132e
:lipstick:
Antonio Scandurra created
7e8d9d5
Delete stray debug statement
Antonio Scandurra created
6a6a032
Delete stale rooms/participants after `RECONNECT_TIMEOUT`
Antonio Scandurra created
fcea254
Merge pull request #1963 from zed-industries/fix-workspace-corner-cases
Fix small workspace deserialization corner cases
Mikayla Maki created
9bf0a02
Allow an empty center group to successfully deserialize into an empty pane.
Fix error when deserializing pane axis which caused it's members.len() > 1 invariant to be violated Fix failure to gain center pane focus when failing to deserialize a center pane entirely Co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
2affbcc
Merge pull request #1962 from zed-industries/scrolling-breaks-follow
Avoid breaking follow when syncing leader's scroll position
Max Brunsfeld created
8012e9f
Merge pull request #1961 from zed-industries/fix-next-screen-bug
Fixed issue where the NextScreen action would never have an effect
Mikayla Maki created
cd2d593
Fixed issue where the NextScreen action would never have an effect
Mikayla Maki created
9ef00ea
Avoid breaking follow when syncing leader's scroll position
Co-authored-by: Mikayla Maki <mikayla@zed.dev> Co-authored-by: Kay Simmons <kay@zed.dev>
Max Brunsfeld , Mikayla Maki , and Kay Simmons created
91d6b66
Merge pull request #1959 from zed-industries/serializing-bug-fixes
Add check for if the user wants a blanks workspace when deserializing
Mikayla Maki created
5a29a74
Fetch last workspace explicitly when starting Zed
co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
db3119b
Add check for if the user wants a blanks workspace when deserializing
Mikayla Maki created
f797dfb
Merge branch 'main' into multibuffer-following
Max Brunsfeld created
beea9b6
Allow re-joining room after server restarts
Antonio Scandurra created
82397f3
Merge pull request #1950 from zed-industries/reconnect-to-room
Automatically re-join call when client connection drops
Antonio Scandurra created
3cd77bf
Always cast connection ids to i32
Postgres doesn't support unsigned types. This also adds indices to support querying `project_collaborators` and `room_participants` by connection id.
Antonio Scandurra created