Commit log
db87e83
Merge pull request #2469 from zed-industries/fix-git-init-bug
Click to expand commit body
Fix repository initialization bug
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
5e2aaf4
Fix repository initialization bug
Mikayla Maki
created
2 years ago
3534665
Merge pull request #2468 from zed-industries/touch-up-status
Click to expand commit body
Improve status integration
Mikayla Maki
created
2 years ago
04041af
Fixed bug with failing to clear git file status
Mikayla Maki
created
2 years ago
62c445d
Match priority of folder highlights to vscode
Mikayla Maki
created
2 years ago
41bef2e
Refactor out git status into FileName component
Click to expand commit body
Integrate file name component into the editor's tab content
Mikayla Maki
created
2 years ago
6c60853
Don't close panel on event unless active; add tests
Nathan Sobo
created
2 years ago
bd795d7
Preserve panel size when re-docking between left and right
Nathan Sobo
created
2 years ago
e1c1100
Merge pull request #2466 from zed-industries/update-release-links
Click to expand commit body
Update release links
Joseph T. Lyons
created
2 years ago
b70c874
Update release links
Joseph Lyons
created
2 years ago
ad7ed56
Delete pull_request_template.md
Mikayla Maki
created
2 years ago
4663ac8
Create pull_request_template.md
Mikayla Maki
created
2 years ago
e71846c
Create pull_request_template.md
Mikayla Maki
created
2 years ago
deac8a6
Merge pull request #2465 from zed-industries/stream-branch-first
Click to expand commit body
Send the root branch along with it's entry
Mikayla Maki
created
2 years ago
60320c6
Send the root branch along with it's entry
Mikayla Maki
created
2 years ago
54e9e7c
Merge pull request #2464 from zed-industries/remove-between
Click to expand commit body
Add TreeMap::remove_between that can take abstract start and end points
Mikayla Maki
created
2 years ago
214354b
Make panels independently resizable
Nathan Sobo
created
2 years ago
6ef0f70
Made the map seek target a publicly implementable interface
Click to expand commit body
Integrated remove_range with the existing git code
co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki
and
Nathan
created
2 years ago
ee36372
Add TreeMap::remove_between that can take abstract start and end points
Click to expand commit body
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
2 years ago
89352a2
Merge pull request #2463 from zed-industries/kb/reapply-modal-accessibility
Click to expand commit body
Reintroduce more accesible modal keybindings
Kirill Bulatov
created
2 years ago
9ae10a5
Add a better API for updating settings in the SettingsStore in tests
Max Brunsfeld
created
2 years ago
defc9c8
Merge pull request #2455 from zed-industries/git-status-viewer
Click to expand commit body
Add Git Status to the project panel
Mikayla Maki
created
2 years ago
5fe8b73
compile error 😅
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
d538994
Use more efficient sum tree traversals for removal and improve ergonomics with iter_from
Click to expand commit body
co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki
and
Nathan
created
2 years ago
Mikayla Maki
created
2 years ago
6f87f9c
Don't scan for statuses in files that are ignored
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
5b2ee63
Added status trickle up
Mikayla Maki
created
2 years ago
f12dffa
Reintroduce more accesible modal keybindings
Click to expand commit body
Brings commit 475fc409232775d83797215870256fd5772e299f back
Kirill Bulatov
created
2 years ago
5accf7c
Update is_deleted when sending new repositories
Mikayla Maki
created
2 years ago
bebb545
Merge pull request #2461 from zed-industries/ci-target-dir-size
Click to expand commit body
During CI, clear the target directory if it gets larger than a maximum size
Max Brunsfeld
created
2 years ago
3550110
ci: clear the target dir if it gets too big
Max Brunsfeld
created
2 years ago
191ac86
Remove the CORRECT, overly agressive deletion codepath
Mikayla Maki
created
2 years ago
0ab9455
Revert "More keybindings in macOs modals with buttons"
Click to expand commit body
This reverts commit 1398a1206299cbaf5e14b9de30d2fbfe83f04334.
Joseph Lyons
created
2 years ago
0f34af5
Use path list generated during entry reload of a refresh request
Julia
created
2 years ago
Mikayla Maki
created
2 years ago
f5c633e
Fixed bug in status deletion marking
Mikayla Maki
created
2 years ago
fca3bb3
Add randomized test for git statuses
Mikayla Maki
created
2 years ago
9800a14
Remove some external context from git status test
Mikayla Maki
created
2 years ago
f55ca7a
Fix incorrect import
Mikayla Maki
created
2 years ago
18becab
Add postgres migration
Mikayla Maki
created
2 years ago
bc5b781
Define terminal settings in terminal crate
Max Brunsfeld
created
2 years ago
c7166fd
Bump protocol version
Mikayla Maki
created
2 years ago
65d4c4f
Add integration test for git status
Mikayla Maki
created
2 years ago
e20eaca
Got basic replication working :)
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
00b345f
Use sum tree traversal to remove paths
Mikayla Maki
created
2 years ago
Page 75 of 258