3534665
Merge pull request #2468 from zed-industries/touch-up-status
Click to expand commit body
Improve status integration
Mikayla Maki created
3534665
Merge pull request #2468 from zed-industries/touch-up-status
Improve status integration
Mikayla Maki created
04041af
Fixed bug with failing to clear git file status
Mikayla Maki created
62c445d
Match priority of folder highlights to vscode
Mikayla Maki created
41bef2e
Refactor out git status into FileName component
Integrate file name component into the editor's tab content
Mikayla Maki created
6c60853
Don't close panel on event unless active; add tests
Nathan Sobo created
bd795d7
Preserve panel size when re-docking between left and right
Nathan Sobo created
e1c1100
Merge pull request #2466 from zed-industries/update-release-links
Update release links
Joseph T. Lyons created
b70c874
Update release links
Joseph Lyons created
ad7ed56
Delete pull_request_template.md
Mikayla Maki created
4663ac8
Create pull_request_template.md
Mikayla Maki created
e71846c
Create pull_request_template.md
Mikayla Maki created
deac8a6
Merge pull request #2465 from zed-industries/stream-branch-first
Send the root branch along with it's entry
Mikayla Maki created
60320c6
Send the root branch along with it's entry
Mikayla Maki created
54e9e7c
Merge pull request #2464 from zed-industries/remove-between
Add TreeMap::remove_between that can take abstract start and end points
Mikayla Maki created
214354b
Make panels independently resizable
Nathan Sobo created
6ef0f70
Made the map seek target a publicly implementable interface
Integrated remove_range with the existing git code co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki and Nathan created
ee36372
Add TreeMap::remove_between that can take abstract start and end points
This commit introduces a new adaptor trait for SeekTarget that works around frustrating issues with lifetimes. It wraps the arguments in a newtype wrapper that lives on the stack to avoid the lifetime getting extended to the caller of the method. This allows us to introduce a PathSuccessor object that can be passed as the end argument of remove_between to remove a whole subtree.
Nathan Sobo created
89352a2
Merge pull request #2463 from zed-industries/kb/reapply-modal-accessibility
Reintroduce more accesible modal keybindings
Kirill Bulatov created
9ae10a5
Add a better API for updating settings in the SettingsStore in tests
Max Brunsfeld created
defc9c8
Merge pull request #2455 from zed-industries/git-status-viewer
Add Git Status to the project panel
Mikayla Maki created
5fe8b73
compile error 😅
Mikayla Maki created
d526fa6
fmt
Mikayla Maki created
d538994
Use more efficient sum tree traversals for removal and improve ergonomics with iter_from
co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki and Nathan created
72655fc
fmt
Mikayla Maki created
6f87f9c
Don't scan for statuses in files that are ignored
Mikayla Maki created
1bb34e0
Fix test
Mikayla Maki created
dfb6a2f
fmt
Mikayla Maki created
5b2ee63
Added status trickle up
Mikayla Maki created
f12dffa
Reintroduce more accesible modal keybindings
Brings commit 475fc409232775d83797215870256fd5772e299f back
Kirill Bulatov created
5accf7c
Update is_deleted when sending new repositories
Mikayla Maki created
bebb545
Merge pull request #2461 from zed-industries/ci-target-dir-size
During CI, clear the target directory if it gets larger than a maximum size
Max Brunsfeld created
3550110
ci: clear the target dir if it gets too big
Max Brunsfeld created
191ac86
Remove the CORRECT, overly agressive deletion codepath
Mikayla Maki created
0ab9455
Revert "More keybindings in macOs modals with buttons"
This reverts commit 1398a1206299cbaf5e14b9de30d2fbfe83f04334.
Joseph Lyons created
0f34af5
Use path list generated during entry reload of a refresh request
Julia created
adfbbf2
fmt
Mikayla Maki created
f5c633e
Fixed bug in status deletion marking
Mikayla Maki created
fca3bb3
Add randomized test for git statuses
Mikayla Maki created
9800a14
Remove some external context from git status test
Mikayla Maki created
f55ca7a
Fix incorrect import
Mikayla Maki created
18becab
Add postgres migration
Mikayla Maki created
bc5b781
Define terminal settings in terminal crate
Max Brunsfeld created
c7166fd
Bump protocol version
Mikayla Maki created
65d4c4f
Add integration test for git status
Mikayla Maki created
e20eaca
Got basic replication working :)
Mikayla Maki created
2b80dfa
Update protos
Mikayla Maki created
00b345f
Use sum tree traversal to remove paths
Mikayla Maki created
23a19d8
Fix bug in status detection when removing a directory
Mikayla Maki created
0082d68
Revert "Convert git status calculation to use Entry IDs as the key instead of repo relative paths"
This reverts commit 728c6892c924ebeabb086e308ec4b5f56c4fd72a.
Mikayla Maki created
21e1bdc
Fix yellow to be yellow
Petros Amoiridis created