c3e8a5b
Unify all worktree traversal in a Traversal cursor/iterator
Click to expand commit body
This uses our new ability to have a SeekTarget that's distinct from Dimension.
Nathan Sobo
created
ab31ddf
Allow seeking SumTree cursor by multiple seek types per dimension
Click to expand commit body
Also, remove the cursor's sum_dimension. Replace it with a
blanket implementation of Dimension for two-element tuples
of dimensions.
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
39fbf7d
Avoid verifying access tokens for out-of-date clients
Click to expand commit body
Replace the 'VerifyToken' middleware with a 'process_auth_header' function
that we call in the '/rpc' handler after checking that the client's protocol
version matches.
Max Brunsfeld
created
d2192fd
Merge pull request #183 from zed-industries/speed-up-access-token-verification
Click to expand commit body
Speed up login by avoiding unnecessary access token verification
Max Brunsfeld
created
68a3ba5
Clean up styling of pre and code blocks inside prose
82ec1b7
Flush pending selection before performing any action on all selections
Click to expand commit body
Closes #155
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
,
Antonio Scandurra
, and
Nathan Sobo
created
948aa78
Merge pull request #181 from zed-industries/rpc-compression
Click to expand commit body
Compress RPC messages using zstd
Antonio Scandurra
created
d403281
Merge pull request #182 from zed-industries/retry-flaky-wrap-shaped-line-test
Click to expand commit body
Retry `test_wrap_shaped_line` 5 times before reporting a failure
Antonio Scandurra
created
21daddb
Retry `test_wrap_shaped_line` 5 times before reporting a failure
Click to expand commit body
It doesn't seem like there's anything fundamentally broken and it
might just be something weird with CI. Also, there's precedent for
retrying tests depending on fonts, e.g. `test_layout_str`.