Commit log
974ef96
Move `Store::join_project` to `Db::join_project`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
be52361
Start reworking `join_project` to use the database
Antonio Scandurra
created
6cbf197
Determine whether a contact is busy via the database
Antonio Scandurra
created
3e8fcb0
Finish implementing `Db::update_project`
Antonio Scandurra
created
42bb5f0
Add random delay after returning results from the database
Antonio Scandurra
created
e401caf
Merge pull request #1863 from zed-industries/erb
Click to expand commit body
Add support for ERB
Max Brunsfeld
created
b222e8e
Use a longer example text in random combined injections test
Max Brunsfeld
created
fb35631
Bump tree-sitter after merging included-ranges PR
Max Brunsfeld
created
6659dac
Fix compile errors in seed script, ensure it is compiled on CI
Click to expand commit body
Co-authored-by: Nate Butler <nate@zed.dev>
Max Brunsfeld
and
Nate Butler
created
b9af2ae
Switch to serializable isolation
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
0dcdd6e
Merge pull request #1889 from zed-industries/terminal-bugs
Click to expand commit body
Refactored rendering to squash all wakeups into 1
Mikayla Maki
created
a66aa9c
Refactored rendering to squash all wakeups into 1
Mikayla Maki
created
e6c5079
Merge pull request #1873 from zed-industries/drag-project-entry-to-pane
Click to expand commit body
Drag and Drop Project Entries Between Folders
Kay Simmons
created
d7369ac
Skip applying room updates if they're older than the local room state
Antonio Scandurra
created
40073f6
Wait for acknowledgment before sending the next project update
Antonio Scandurra
created
65c5adf
Automatically decline call when user drops their last connection
Antonio Scandurra
created
59e8600
Implement `Db::cancel_call`
Antonio Scandurra
created
0310e27
Fix query errors in `Db::share_project`
Antonio Scandurra
created
9902211
Leave room when connection is dropped
Antonio Scandurra
created
1da5be6
Update release urls to match new zed.dev url format
Joseph Lyons
created
ee66adb
SyntaxMap - Don't ignore deletions at the boundaries of layers
Max Brunsfeld
created
3612c46
Bump tree-sitter for included range bugfix
Max Brunsfeld
created
bf9c9b0
Merge pull request #1875 from zed-industries/fix-code-actions-regression
Click to expand commit body
Use `EMPTY` code action kind to get more RA actions without breaking TS
Julia
created
ea87789
Use `EMPTY` code action kind to get more RA actions without breaking TS
Julia
created
2ef2b5a
Merge pull request #1874 from zed-industries/propagate-mouse-up-through-drop-receiver
Click to expand commit body
Propagate mouse up event through drop receiver in early return
Julia
created
5bb7701
Propagate mouse up event through drop receiver in early return
Julia
created
Antonio Scandurra
created
11caba4
Remove stray log statement
Antonio Scandurra
created
9f39dcf
Get basic calls test passing again
Antonio Scandurra
created
1135aee
WIP: Move `Store::leave_room` to `Db::leave_room`
Antonio Scandurra
created
b6f78cd
Merge pull request #1871 from zed-industries/skip-additional-edit-within-primary
Click to expand commit body
Skip LSP additional completion edits which fall within primary edit
Julia
created
a6198c9
Merge pull request #1870 from zed-industries/fix-remote-abs-paths
Click to expand commit body
Fix bug where absolute paths of worktrees were not being stored on the server
Antonio Scandurra
created
ad698fd
Test for filtering out of faulty LSP completion additional edits
Julia
created
0d1d267
Move `Store::decline_call` to `Db::decline_call`
Antonio Scandurra
created
c213c98
Remove `calls` table and use just `room_participants`
Antonio Scandurra
created
cc58607
Move `Store::join_room` into `Db::join_room`
Antonio Scandurra
created
58947c5
Move incoming calls into `Db`
Antonio Scandurra
created
6871bbb
Start moving `Store` state into the database
Antonio Scandurra
created
28aa156
Include `sender_user_id` when handling a server message/request
Antonio Scandurra
created
f639c4c
Add schema for reconnection support
Antonio Scandurra
created
d61c0fb
Allow dragging and dropping project entries
Kay Simmons
created
3d5a363
Merge pull request #1867 from zed-industries/drag-project-entry-to-pane
Click to expand commit body
Drag project entry to pane
Kay Simmons
created
9ad8731
Fix boundary condition where injection was not found after an edit
Max Brunsfeld
created
44c3ced
Skip additional completions on any kind of overlap with primary edit
Julia
created
eeeaf6d
Merge pull request #1872 from zed-industries/tests-use-real-db
Click to expand commit body
Run integration tests with an in-memory sqlite database instead of a hand-coded fake database
Max Brunsfeld
created
2d4deaa
Use upstream sqlx git repository
Max Brunsfeld
created
c839ab2
Add missing cfg(test) attribute to sqlite RowsAffected
Max Brunsfeld
created
5d17347
Use our fork of sqlx, for now
Max Brunsfeld
created
9ce3524
Run db tests against both postgres and sqlite
Max Brunsfeld
created
03115c8
Skip LSP additional completion edits which fall within primary edit
Julia
created