Commit log
d742c75
Restructure communication from BackgroundScanner to LocalWorktree
Click to expand commit body
The worktree no longer pulls the background snapshot from the background scanner.
Instead, the background scanner sends both snapshots to the worktree. Along with
these, it sends the path change sets.
Also, add randomized test coverage for the worktree UpdatedEntries events.
Max Brunsfeld
created
2 years ago
cbeb6e6
Move postage crate version specification to workspace Cargo.toml
Max Brunsfeld
created
2 years ago
d36b2a3
:art: Simplify some worktree methods
Click to expand commit body
* Consolidate local worktree construction into one method
* Simplify remote worktree construction
* Reduce indirection around pulling worktree snapshots from the background
Max Brunsfeld
created
2 years ago
399f082
Update wrong assertions after fixing missing event in FakeFs
Max Brunsfeld
created
2 years ago
51b0931
Add missing import in project tests
Max Brunsfeld
created
2 years ago
27ad6a5
Tweak logging in worktree randomized test
Max Brunsfeld
created
2 years ago
c730dca
Update worktree randomized test to use worktree's public interface and the fake fs
Max Brunsfeld
created
2 years ago
be5868e
Conservatively report fs events that occurred during initial worktree scan
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
2 years ago
61172c8
Notify language servers of FS changes
Max Brunsfeld
created
2 years ago
9837a6e
Add failing test for reporting FS change events to language servers
Max Brunsfeld
created
2 years ago
194c7a3
Merge pull request #2309 from zed-industries/suggestion-map
Click to expand commit body
Introduce `DisplayMap::replace_suggestion`
Antonio Scandurra
created
2 years ago
2893c9b
Don't move up/down by more rows than the requested ones
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
2 years ago
f7cba4c
Make `Suggestion` fields public
Antonio Scandurra
created
2 years ago
ba3913d
Expose a `DisplayMap::replace_suggestion` method
Antonio Scandurra
created
2 years ago
9c8732a
Integrate `SuggestionMap` into the rest of `DisplayMap`
Antonio Scandurra
created
2 years ago
d1978a7
Add a `version` field to `SuggestionSnapshot`
Antonio Scandurra
created
2 years ago
3d165f7
Extract a `SuggestionMap::randomly_mutate` method
Antonio Scandurra
created
2 years ago
35830a0
Implement `SuggestionSnapshot::to_{fold,suggestion}_point`
Antonio Scandurra
created
2 years ago
d448a5c
Implement `SuggestionSnapshot::to_point`
Antonio Scandurra
created
2 years ago
f829ce5
Implement `SuggestionSnapshot::to_offset`
Antonio Scandurra
created
2 years ago
c0e124a
Implement `SuggestionSnapshot::text_summary_for_range`
Antonio Scandurra
created
2 years ago
52a156a
Implement `SuggestionSnapshot::clip_point`
Antonio Scandurra
created
2 years ago
ccb6196
Implement `SuggestionSnapshot::buffer_rows`
Antonio Scandurra
created
2 years ago
1a9dbfa
Add unit test to verify basic properties of the `SuggestionMap`
Antonio Scandurra
created
2 years ago
8c0dd88
Merge pull request #2299 from zed-industries/correct-verb-tense-in-default-settings
Click to expand commit body
Correct verb tense in default settings
Joseph T. Lyons
created
2 years ago
3edf83c
Implement `SuggestionSnapshot::line_len`
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
2 years ago
f44549e
Enhance randomized test to verify `SuggestionMap::{chunks,sync}`
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
2 years ago
4d6726e
WIP: Flesh out more of the suggestions randomized test
Antonio Scandurra
created
2 years ago
98ae69a
Merge pull request #2282 from zed-industries/petros/z-283-make-pop-up-positioning-consistent
Click to expand commit body
Consistent pop-up menu positions
Petros Amoiridis
created
2 years ago
24bbca7
Position pane new, split, and dock context menus
Click to expand commit body
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Petros Amoiridis
and
Julia
created
2 years ago
d429ce0
Merge pull request #2308 from zed-industries/feedback-icon
Click to expand commit body
Use an envelope as the feedback icon so we can use the speech bubble for discussions
Nathan Sobo
created
2 years ago
10e6c5b
Use an envelope as the feedback icon
Click to expand commit body
This makes room to use the speech bubble for discussion threads.
Nathan Sobo
created
2 years ago
9970e5f
Start on randomized test and add `SuggestionMapSnapshot::chunks`
Antonio Scandurra
created
2 years ago
fb48854
Simplify signature of `SuggestionMap::replace`
Antonio Scandurra
created
2 years ago
83051f1
Add `SuggestionMap::replace`
Antonio Scandurra
created
2 years ago
94a9e28
Start on `SuggestionMap`
Antonio Scandurra
created
2 years ago
2a024a2
Merge pull request #2307 from zed-industries/fix-panic-in-editor-tab-content
Click to expand commit body
Do UTF8-aware truncation on long item names in editor item
Mikayla Maki
created
2 years ago
436c59d
Do UTF8-aware truncation on long item names in editor item
Mikayla Maki
created
2 years ago
5356ec4
Merge pull request #2287 from zed-industries/fix-fold-range-finding
Click to expand commit body
Fix code folds with wraps
Mikayla Maki
created
2 years ago
5a3d5df
Make folds tab aware
Mikayla Maki
created
2 years ago
c39b4ac
Fix boundary condition in buffer_line_len when at the end of a file
Click to expand commit body
co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
2 years ago
5a1bbb9
Merge pull request #2302 from zed-industries/fix-dispatch-path-panic
Click to expand commit body
Align dispatch_keystroke with other uses of ancestors iterator
Mikayla Maki
created
2 years ago
b16e53a
Merge pull request #2306 from zed-industries/fix-panic-with-multi-line-env
Click to expand commit body
Parse user enviroment using null terminators instead of newlines
Mikayla Maki
created
2 years ago
109e17b
Parse user enviroment using null terminators instead of newlines
Mikayla Maki
created
2 years ago
eba119b
Fix fold tests with new representation
Click to expand commit body
Switch UI code from using display rows to using buffer rows
Make folds only show up on lines with line layouts
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
Max Brunsfeld
created
2 years ago
691383c
Merge pull request #2305 from zed-industries/faster-access-token-validation
Click to expand commit body
Faster access token validation
Max Brunsfeld
created
2 years ago
b8e8363
Add logging and metric for time spent hashing auth tokens
Click to expand commit body
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla Maki
created
2 years ago
623133f
Reduce scrypt work factor to speed up websocket authentication
Click to expand commit body
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla Maki
created
2 years ago
9633a4b
Return a 400, not a 500 when token validation fails
Click to expand commit body
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
2 years ago
Page 19 of 185