2697112
Don't drop `unregistered` column in reconnection support migration
Click to expand commit body
We don't use this column anymore because, when a project is unshared, we
simply remove it from the `projects` table. However, this column is expected
in the stable version of the server and the database is shared between stable
and preview. If we dropped it, stable would start throwing errors.
Antonio Scandurra
created
9bd4bc8
Merge pull request #1940 from zed-industries/terminal-collab-kickoff
Click to expand commit body
WIP - move terminal to project as pre-prep for collaboration
Mikayla Maki
created
925c9e1
Remove terminal container view, switch to notify errors
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
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