Commit log

5465948 Build Zed dmg

Kirill Bulatov created

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.

Kirill Bulatov created

fa32ade Fixup more, tests finally pass

Julia created

db87e83 Merge pull request #2469 from zed-industries/fix-git-init-bug

Click to expand commit body
Fix repository initialization bug

Mikayla Maki created

a6a4b84 fmt

Mikayla Maki created

5e2aaf4 Fix repository initialization bug

Mikayla Maki created

3534665 Merge pull request #2468 from zed-industries/touch-up-status

Click to expand commit body
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

Click to expand commit body
Integrate file name component into the editor's tab content

Mikayla Maki created

e1c1100 Merge pull request #2466 from zed-industries/update-release-links

Click to expand commit body
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

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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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"

Click to expand commit body
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

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"

Click to expand commit body
This reverts commit 728c6892c924ebeabb086e308ec4b5f56c4fd72a.

Mikayla Maki created