93705cb
Merge pull request #2472 from zed-industries/kb/zed-main-builds
Click to expand commit body
Build Zed for main and labeled PR commits
Add a job to build Zed images marked with the SHA of the commit it was built from.
The job triggers on every commit to main or every PR with run-build-dmg label and produces an install-ready *.dmg artifact attached to the corresponding CI run.
4f36ba3
Add a job to build Zed images from current main
Click to expand commit body
The job triggers on every commit to `main` or every PR with
`run-build-dmg` label and produces an install-ready *.dmg artifact attached to the
corresponding CI run.
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
60320c6
Send the root branch along with it's entry
Mikayla Maki
created
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
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
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
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
defc9c8
Merge pull request #2455 from zed-industries/git-status-viewer