f9cbed5
Clamp UTF-16 coordinate while performing LSP edits rather than panicing
Julia created
f9cbed5
Clamp UTF-16 coordinate while performing LSP edits rather than panicing
Julia created
0078bea
change bump-version to install jq if its not already installed
Kay Simmons created
bb80cee
Merge pull request #1814 from zed-industries/golden-ratio
Active Pane Magnification
Kay Simmons created
0c50c09
Merge pull request #1906 from zed-industries/mouse-down-capture-on-click-fix
Fix mouse down falling through popovers
Kay Simmons created
75b8a12
address issue where mouse down events weren't getting captured after the multiple handlers change
Kay Simmons created
4c1b495
Remove version from `Room`
We won't need it once we add the per-room lock.
Antonio Scandurra created
c3d556d
Don't take an `Arc<Server>` in message handlers
Antonio Scandurra created
d090d23
Merge pull request #1903 from zed-industries/override-pyright-completion-sorting
Add LspAdapter hook for processing completions, fix completion sorting from Pyright
Max Brunsfeld created
bca635e
Add LspAdapter hook for processing completions, fix completion sorting from Pyright
Max Brunsfeld created
3938adf
Merge pull request #1902 from zed-industries/event-handlers-are-multitude
Allow having multiple mouse event handlers of the same kind
Julia created
6537def
Allow having multiple mouse event handlers of the same kind
Co-Authored-By: Kay Simmons <kay@zed.dev>
Julia and Kay Simmons created
5020c70
collab 0.2.4
Max Brunsfeld created
0a63d2e
Merge pull request #1900 from zed-industries/fix-terminal-performance
Check for wakeups correctly
Mikayla Maki created
ce0dfde
Check for wakeups correctly
Mikayla Maki created
44bb2ce
Rename `Store` to `ConnectionPool`
Antonio Scandurra created
6c83be3
Remove obsolete code from `Store`
Antonio Scandurra created
0a4517f
WIP: Introduce a `db` field to `Session`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
c34a5f3
Introduce a new `Session` struct to server message handlers
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
4f39181
Revert "Don't replace newer diagnostics with older ones"
This reverts commit 71eeeedc05f7ed6978f2ebfc6f169a7bc9cc8907.
Antonio Scandurra created
e7e45be
Revert "Wait for previous `UpdateFollowers` message ack before sending new ones"
This reverts commit fe93263ad450a1460ccb5edfde1ca868d132e8c6.
Antonio Scandurra created
8621c88
Use int8 for `scan_id` and `inode` in Postgres
Antonio Scandurra created
7dae21c
:art:
Antonio Scandurra created
0f4598a
Fix seed script
Antonio Scandurra created
6415809
Fix errors in Postgres schema
Antonio Scandurra created
fe93263
Wait for previous `UpdateFollowers` message ack before sending new ones
Antonio Scandurra created
3b34d85
Remove unwrap from `Server::share_project`
Antonio Scandurra created
71eeeed
Don't replace newer diagnostics with older ones
Antonio Scandurra created
532a599
Use `Db::get_guest_connection_ids` in other db methods
Antonio Scandurra created
9eee22f
Fix column name in query
Nathan Sobo created
94fe93c
Move unshare_project to db module
Nathan Sobo created
93824dd
Fix top-level header in discord webhook action
Joseph Lyons created
e5f05c9
Move leave_project from Store to db module
Nathan Sobo created
bdb521c
Fix typo in query
Nathan Sobo created
c613c98
Move comment to correct location
Joseph Lyons created
4e4299d
v0.66.x dev
Max Brunsfeld created
c1291a0
WIP: Allow subscribing to remote entity before creating a model
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra , Nathan Sobo , and Max Brunsfeld created
ccc8c24
Merge pull request #1894 from zed-industries/opt-as-meta-fix
Fix small terminal bugs
Mikayla Maki created
8e6c5db
Fix unscaled scrolling when using an imprecise mouse wheel
Mikayla Maki created
3c53fcd
Added alt-left: move word left and alt-right: move word right in the terminal for for antonio
Mikayla Maki created
adf43c8
Batch some of the new queries in `Db`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
faf2653
Wait for acknowledgment before sending the next diagnostic summary
Antonio Scandurra created
9bc57c0
Move `Store::start_language_server` to `Db`
Antonio Scandurra created
95369f9
Move `Store::update_diagnostic_summary` to `Db`
Antonio Scandurra created
117458f
Send worktree updates after project metadata has been sent
Antonio Scandurra created
eeb32fa
Improve queries for composite primary keys
Antonio Scandurra created
f9567ae
Cascade deletes when project is deleted
Antonio Scandurra created
c151c87
Correctly leave projects when leaving room
Antonio Scandurra created
3190236
Update worktree entry instead of erroring when it already exists
Antonio Scandurra created
17dfbb9
Merge pull request #1897 from zed-industries/allow-users-to-sign-up-multiple-times
Joseph T. Lyons created
c3cf056
allow users to sign up multiple times without throwing a 500
Joseph Lyons created