Commit log
9f93984
Merge pull request #1920 from zed-industries/order-invites-by-creation-time
Click to expand commit body
Order invites by creation time
Joseph T. Lyons
created
3 years ago
b729488
WIP: move to a non-generic test database struct
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Co-Authored-By: Julia Risley <julia@zed.dev>
Antonio Scandurra
,
Mikayla Maki
, and
Julia Risley
created
3 years ago
049c0f8
Order invites by creation time
Joseph Lyons
created
3 years ago
11a3922
Start on a new `db2` module that uses SeaORM
Antonio Scandurra
created
3 years ago
ac24600
Start moving towards using sea-query to construct queries
Antonio Scandurra
created
3 years ago
d525cfd
Increase probability of creating new files in randomized test
Antonio Scandurra
created
3 years ago
4436ec4
Add "added_to_mailing_list" column on signups table
Joseph Lyons
created
3 years ago
5a9a0f9
Merge pull request #1918 from zed-industries/remove-sign-in-telemetry-event
Click to expand commit body
Remove sign in telemetry event
Joseph T. Lyons
created
3 years ago
6d9b55a
Send full multibuffer anchors to following peers
Max Brunsfeld
created
3 years ago
3eac3e2
Emit events from a multibuffer when adding/removing excerpts
Max Brunsfeld
created
3 years ago
d2cd9c9
Remove sign in telemetry event
Joseph Lyons
created
3 years ago
3adc0b9
Merge pull request #1917 from zed-industries/integer-excerpt-ids
Click to expand commit body
Use integers for excerpt ids, map them to locators internally
Max Brunsfeld
created
3 years ago
718f802
Implement Copy for multibuffer anchors
Max Brunsfeld
created
3 years ago
f71145b
Add a layer of indirection between excerpt ids and locators
Max Brunsfeld
created
3 years ago
cd2a857
Capture runnable backtraces only when detecting nondeterminism
Antonio Scandurra
created
3 years ago
d0709e7
Error if project is disconnected after getting completions response
Antonio Scandurra
created
3 years ago
fa3f100
Introduce a new `detect_nondeterminism = true` attribute to `gpui::test`
Antonio Scandurra
created
3 years ago
f0a7210
Remove non-determinism caused by random entropy when reconnecting
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
af2a2d2
Return error when waiting on a worktree snapshot after disconnecting
Antonio Scandurra
created
3 years ago
cd0b663
Introduce per-room lock acquired before committing a transaction
Antonio Scandurra
created
3 years ago
2a0ddd9
Error if project is disconnected after getting code actions response
Antonio Scandurra
created
3 years ago
5581674
After completing LSP request, return an error if guest is disconnected
Antonio Scandurra
created
3 years ago
b0e1d6b
Fix integration test incorrectly assuming a certain ordering
Antonio Scandurra
created
3 years ago
ae11e4f
Check the correct serialization failure code when retrying transaction
Antonio Scandurra
created
3 years ago
0b0fe91
Merge pull request #1912 from zed-industries/matching-brackets-must-contain-range
Click to expand commit body
Fix enclosing-bracket bug that appeared in JS for loops
Max Brunsfeld
created
3 years ago
aeea473
Fix enclosing-bracket bug that appeared in JS for loops
Click to expand commit body
Previously, we were relying on the tree-sitter query's range restriction to
avoid returning brackets that did not contain the given range. But the
query's range restriction only guarantees that we don't descend into parent
nodes unless they intersect the range.
Max Brunsfeld
created
3 years ago
e4185f3
Merge pull request #1910 from zed-industries/lsp-coordinate-clamp
Click to expand commit body
Don't trust LSP coordinates to be within document bounds
Julia
created
3 years ago
09e6d44
Move Unclipped into separate file
Julia
created
3 years ago
525d84e
Remove spurious lifetimes
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
55ca085
Consistency in prefix/suffix/signature of UTF16 point to point conversion
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
03cfd23
Bump protocol version back down as proto changes are non-breaking
Julia
created
3 years ago
a666ca3
Collapse proto Point into the one kind of use case, utf-16 coords
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
b58ae8b
Clip diagnostic range before and during empty range expansion
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
e51cbf6
Fixup compile errors
Julia
created
3 years ago
8c75df3
Wrap a bunch of traits for Unclipped<T>
Julia
created
3 years ago
1c84e77
Start adding concept of `Unclipped` text coordinates
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
b3a9297
Merge pull request #1911 from zed-industries/single-file-worktree-event-extension
Click to expand commit body
Fix file extension retrieval for single-file worktrees
Max Brunsfeld
created
3 years ago
55d3c09
Fix file extension retrieval for single-file worktrees
Click to expand commit body
Previously, we used the file's 'path' method, which only returns the relative
path from the worktree root.
Max Brunsfeld
created
3 years ago
436c896
Rename clamped -> clipped
Julia
created
3 years ago
4ead1ec
Simply logic of this method
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
074e3cf
Clamp UTF-16 to point conversions
Julia
created
3 years ago
bb32599
Clamp for all UTF-16 to offset conversions which used to use `ToOffset`
Julia
created
3 years ago
f9cbed5
Clamp UTF-16 coordinate while performing LSP edits rather than panicing
Julia
created
3 years ago
0078bea
change bump-version to install jq if its not already installed
Kay Simmons
created
3 years ago
bb80cee
Merge pull request #1814 from zed-industries/golden-ratio
Click to expand commit body
Active Pane Magnification
Kay Simmons
created
3 years ago
0c50c09
Merge pull request #1906 from zed-industries/mouse-down-capture-on-click-fix
Click to expand commit body
Fix mouse down falling through popovers
Kay Simmons
created
3 years ago
75b8a12
address issue where mouse down events weren't getting captured after the multiple handlers change
Kay Simmons
created
3 years ago
4c1b495
Remove version from `Room`
Click to expand commit body
We won't need it once we add the per-room lock.
Antonio Scandurra
created
3 years ago
Page 13 of 151