Commit log

f48ef7b zed 0.67.1

Antonio Scandurra created

8761fe9 Merge pull request #1965 from zed-industries/preserve-calls-during-server-restarts

Click to expand commit body
Automatically re-join call when server is restarted

Antonio Scandurra created

26a6316 Merge pull request #1963 from zed-industries/fix-workspace-corner-cases

Click to expand commit body
Fix small workspace deserialization corner cases

Mikayla Maki created

08fd5cc Merge pull request #1962 from zed-industries/scrolling-breaks-follow

Click to expand commit body
Avoid breaking follow when syncing leader's scroll position

Max Brunsfeld created

f8647c7 Merge pull request #1961 from zed-industries/fix-next-screen-bug

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
Automatically re-join call when client connection drops

Antonio Scandurra created

e108c16 Merge pull request #1951 from zed-industries/dock-bugfix

Click to expand commit body
Fix infinite loop in dock position when deserializing
# Conflicts:
#	crates/workspace/src/workspace.rs

Mikayla Maki created

ec3835b v0.67.x preview

Max Brunsfeld created

b1e3737 Merge pull request #1944 from zed-industries/vim-page-movement

Click to expand commit body
Add scroll commands to vim mode

Kay Simmons created

e61a38b remove printline

Kay Simmons created

2cf48c0 fix final failing tests

Kay Simmons created

ab978ff collab 0.3.0

Joseph Lyons created

dcd4b8f Merge pull request #1941 from zed-industries/Allow-overwriting-signup-data

Click to expand commit body
Allow overwriting signup data if a user signs up more than once with the same email address

Joseph T. Lyons created

2eb3351 Merge pull request #1946 from zed-industries/fix-zombie-tooltips

Click to expand commit body
notify views when hover finishes in tooltip wrapper

Kay Simmons created

10aecc3 notify views when hover finishes in tooltip wrapper

Kay Simmons created

750e7eb Merge pull request #1945 from zed-industries/drag-and-drop-deadzones

Click to expand commit body
Add deadzones to drag and drop

Kay Simmons created

36bc90b Add deadzones to drag and drop

Kay Simmons created

f6f4151 fix failing tests from incorrect follow behavior

Kay Simmons created

cffb064 Refactor editor scrolling and implement scroll commands from vim mode

Kay Simmons created

3313387 Merge pull request #1943 from zed-industries/fix-inviting-existing-users-via-different-mail

Click to expand commit body
Fix inviting existing users via a different email address

Antonio Scandurra created

d71d543 Ensure that subsequent signup happens after initial

Click to expand commit body
We can't rely on the fact that the test won't run fast enough such that both `created_at`s are the same time.  This ensures the subsequent signup happens after the initial one and that the database doesn't overwrite the initial one.

Joseph Lyons created

665219f Fix inviting user that had already signed up via a different email

Antonio Scandurra created

1b8f23e Add failing test showcasing inviting existing user via different email

Antonio Scandurra created

5f31907 Clean up test

Joseph Lyons created

97989b0 Remove comment

Joseph Lyons created

694840c Allow overwriting signup data if a user signs up more than once with the same email address

Joseph Lyons created

1920de8 Merge pull request #1938 from zed-industries/fix-metrics

Click to expand commit body
Query project count as `i64` instead of `i32` when gathering metrics

Antonio Scandurra created

3b5b48c Query project count as i64 instead of i32 when gathering metrics

Click to expand commit body
Using the latter will cause a type mismatch when performing the query.

Antonio Scandurra created

2080d3e Merge pull request #1937 from zed-industries/fix-accepted-contact-busy-status

Click to expand commit body
Fix busy status when accepting a contact request

Antonio Scandurra created

fc7b01b Fix busy status when accepting a contact request

Click to expand commit body
Previously, we would send an contact update when accepting a request
using the same `busy` status for both the requester and the responder.
This was obviously wrong and caused the requester to see their own
busy status as the newly-added responder contact's status.

Antonio Scandurra created

f1b3598 Merge pull request #1935 from zed-industries/reconnections-2

Click to expand commit body
Move in-memory server state to the database

Antonio Scandurra created

744714b Remove unused `UserId` import from seed script

Antonio Scandurra created

35549ff Merge pull request #1936 from zed-industries/c-outline-pointers

Click to expand commit body
Include outline items for c/c++ functions returning pointers

Max Brunsfeld created

855f17c Include outline items for c/c++ functions returning pointers-to-pointers, references

Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>

Max Brunsfeld and Julia Risley created

f23f294 Merge pull request #1858 from zed-industries/add-lisp

Click to expand commit body
Added tree sitter support for scheme and racket

Mikayla Maki created

0921178 Got tree sitter integration to a shippable place

Mikayla Maki created

30872d3 Added experimental support for scheme, racket, and commonlisp

Mikayla Maki created

cd08d28 Fix warnings

Antonio Scandurra created

9a62150 Merge branch 'main' into reconnections-2

Antonio Scandurra created

7bbd97c Send diagnostic summaries synchronously

Antonio Scandurra created

5443d9c Return project collaborators and connection IDs in a `RoomGuard`

Antonio Scandurra created

be3fb1e Update sea-orm to fix bug on failure to commit transactions

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

b97c35a Remove project_id foreign key from `room_participants`

Antonio Scandurra created

eec3df0 Upgrade sea-orm

Antonio Scandurra created

d3c4116 Remove random pauses to prevent the database from deadlocking

Antonio Scandurra created

d97a836 Retry transactions if there's a serialization failure during commit

Antonio Scandurra created

0ed7317 Remove duplication between `transaction` and `room_transaction`

Antonio Scandurra created

11c1254 Merge pull request #1924 from zed-industries/simon-says-dont-move

Click to expand commit body
Do not reorder tab opened by follower to end of item list

Julia created

6ba225f Merge pull request #1798 from zed-industries/serializing-workspaces

Click to expand commit body
Serializing workspaces

Mikayla Maki created