Commit log
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
3 years ago
5bb7701
Propagate mouse up event through drop receiver in early return
Julia
created
3 years ago
Antonio Scandurra
created
3 years ago
11caba4
Remove stray log statement
Antonio Scandurra
created
3 years ago
9f39dcf
Get basic calls test passing again
Antonio Scandurra
created
3 years ago
1135aee
WIP: Move `Store::leave_room` to `Db::leave_room`
Antonio Scandurra
created
3 years ago
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
3 years ago
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
3 years ago
ad698fd
Test for filtering out of faulty LSP completion additional edits
Julia
created
3 years ago
0d1d267
Move `Store::decline_call` to `Db::decline_call`
Antonio Scandurra
created
3 years ago
c213c98
Remove `calls` table and use just `room_participants`
Antonio Scandurra
created
3 years ago
cc58607
Move `Store::join_room` into `Db::join_room`
Antonio Scandurra
created
3 years ago
58947c5
Move incoming calls into `Db`
Antonio Scandurra
created
3 years ago
6871bbb
Start moving `Store` state into the database
Antonio Scandurra
created
3 years ago
28aa156
Include `sender_user_id` when handling a server message/request
Antonio Scandurra
created
3 years ago
f639c4c
Add schema for reconnection support
Antonio Scandurra
created
3 years ago
d61c0fb
Allow dragging and dropping project entries
Kay Simmons
created
3 years ago
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
3 years ago
9ad8731
Fix boundary condition where injection was not found after an edit
Max Brunsfeld
created
3 years ago
44c3ced
Skip additional completions on any kind of overlap with primary edit
Julia
created
3 years ago
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
3 years ago
2d4deaa
Use upstream sqlx git repository
Max Brunsfeld
created
3 years ago
c839ab2
Add missing cfg(test) attribute to sqlite RowsAffected
Max Brunsfeld
created
3 years ago
5d17347
Use our fork of sqlx, for now
Max Brunsfeld
created
3 years ago
9ce3524
Run db tests against both postgres and sqlite
Max Brunsfeld
created
3 years ago
03115c8
Skip LSP additional completion edits which fall within primary edit
Julia
created
3 years ago
dafdc4b
Run tests with an in-memory sqlite database
Max Brunsfeld
created
3 years ago
05a6bd9
Get integration tests passing with sqlite
Click to expand commit body
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
fb03eb7
Store absolute path on server when sharing worktree
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
8e70e19
Avoid unwrapping when computing tab description
Click to expand commit body
A bug caused the assumptions of this method to be violated. We will fix that in the next commit, but we want to be more conservative in our assumptions here going forward.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
1bb41b6
Go back to a compiling state and start running tests again
Antonio Scandurra
created
3 years ago
90d1d9a
WIP: add more trait bounds
Antonio Scandurra
created
3 years ago
bed0634
Total WIP - try making Db a generic struct instead of a trait
Max Brunsfeld
created
3 years ago
7e02ac7
Start work on using sqlite in tests
Max Brunsfeld
created
3 years ago
c0d67d9
Merge pull request #1868 from zed-industries/readd-search-match-highlight
Click to expand commit body
Update search match highlight and occurrence style
Nate Butler
created
3 years ago
d14dd27
Use a real database in tests, but block on db calls
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
6b4dd2a
Update search match highlight and occurrence style
Nate Butler
created
3 years ago
9355d50
Fetch release branches before bumping zed minor versions
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
98461ea
Merge pull request #1865 from zed-industries/do-not-restrict-code-action-kinds
Click to expand commit body
Don't restrict which kind of code actions we ask the LSP server for
Julia
created
3 years ago
5707bae
Merge pull request #1866 from zed-industries/tweak-restart-zed-message
Click to expand commit body
Remove restart to update zed icon
Kay Simmons
created
3 years ago
bbeb685
remove unused comment
Kay Simmons
created
3 years ago
cea103e
remove dead comment
Kay Simmons
created
3 years ago
ad31c28
remove restart to update zed icon because it clashes with the no diagnostics icon
Kay Simmons
created
3 years ago
738893c
Split and move to pane working
Kay Simmons
created
3 years ago
6da04d0
Fix failure to load .env.toml in bootstrap script
Max Brunsfeld
created
3 years ago
7482660
Don't restrict which kind of code actions we ask the LSP server for
Julia
created
3 years ago
00123ff
Merge pull request #1864 from zed-industries/add-more-move-cursor
Click to expand commit body
Added more autoscroll behaviors
Mikayla Maki
created
3 years ago
53f8744
Tried alternate stratergy
Mikayla Maki
created
3 years ago
537d476
Added more autoscroll behaviors
Mikayla Maki
created
3 years ago
Page 10 of 145