Commit log

1b5e792 Always dismiss context menu on click

Antonio Scandurra created

5e8b7bd Replace todo with unimplemented to reduce distractions

Nathan Sobo created

26d80ee Merge pull request #2456 from zed-industries/fix-dock-pane-focus

Click to expand commit body
Make dock not eagerly steal focus from sub items

Mikayla Maki created

0214228 Fix format

Mikayla Maki created

6dfb48d Fix center items not being activated when deserialized

Mikayla Maki created

8d561d6 Make dock not eagerly steal focus from sub items

Mikayla Maki created

2bc7be9 WIP

Antonio Scandurra created

48ad386 Randomly mutate worktree in addition to mutating the file-system

Click to expand commit body
This ensures that we test the code path that refreshes entries.

Co-Authored-By: Julia Risley <julia@zed.dev>

Antonio Scandurra and Julia Risley created

7f27d72 Deliver file-system change events in batches in randomized worktree test

Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>

Antonio Scandurra and Julia Risley created

5c859da Only update changed local worktree buffers

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Julia and Antonio Scandurra created

2d7cfb8 Merge pull request #2454 from zed-industries/fix-mismatching-panes-when-deserializing-empty-panes

Click to expand commit body
Fully remove panes and update internal data structures

Mikayla Maki created

fa049be Refactor and fix format

Mikayla Maki created

49335d0 Add manual removal code to remove_panes

Mikayla Maki created

9b2d3fc Fully remove panes and update internal data structures

Mikayla Maki created

8fd0c9f collab 0.12.0

Max Brunsfeld created

1d66f24 Merge pull request #2428 from zed-industries/add-branch-name

Click to expand commit body
Add branch name and synchronize repository representations on the worktree.

Mikayla Maki created

9366a0d Bump protocol version number

Mikayla Maki created

f28419c Fix styling of titlebar highlights

Mikayla Maki created

712fb5a Add postgres migration

Mikayla Maki created

1a9afd1 Restore randomized integration tests

Mikayla Maki created

15d2f19 fix format

Mikayla Maki created

d227967 Fix panic in tests

Mikayla Maki created

62e763d Removed test modifications, added special case to git initialization for when the repository is inside a .git folder

Mikayla Maki created

f9e4464 Refresh titlebar on project notifications

Mikayla Maki created

2c2076b Adjust tests to not create repositories inside repositories

Mikayla Maki created

ab952f1 Fixed randomized test failures

Click to expand commit body
co-authored-by: Max <max@zed.dev>

Mikayla Maki and Max created

d8dac07 Removed scan ID from repository interfaces

Click to expand commit body
co-authored-by: Max <max@zed.dev>

Mikayla Maki and Max created

270147d Finished RepositoryEntry refactoring, smoke tests passing

Click to expand commit body
co-authored-by: Max <max@zed.dev>

Mikayla Maki and Max created

53569ec WIP: Change RepositoryEntry representation to be keyed off of the work directory

Click to expand commit body
Removes branches button scaffolding

Mikayla Maki created

b6d6f5c WIP: re-arranging the RepositoryEntry representation

Click to expand commit body
Added branches to the randomized test to check the git branch
Added the remaining database integrations in collab

Co-authored-by: Max <max@zed.dev>
Co-authored-by: Petros <petros@zed.dev>

Mikayla Maki , Max , and Petros created

8bde496 Add branch name in title UI

Click to expand commit body
co-authored-by: Petros <petros@zed.dev>

Mikayla Maki and Petros created

5302c25 Rebase main and fix error

Petros Amoiridis created

8301ee4 WIP: Add repository entries to collab and synchronize when rejoining the room

Click to expand commit body
co-authored-by: Max <max@zed.dev>

Mikayla Maki and Max created

2fe5bf4 Add proto fields for repository entry maintenance

Mikayla Maki created

c6d7ed3 Add smoke test for collaboration

Mikayla Maki created

ca4da52 Remove unused functions

Petros Amoiridis created

e057b01 Introduce BrancesButton in title bar

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>

Petros Amoiridis and Mikayla Maki created

797d47a Render title root names without branches

Petros Amoiridis created

92a222a Introduce a version control branch icon

Petros Amoiridis created

8f0aa3c Add branch name into title

Mikayla Maki created

d34ec46 Display branch information per worktree root

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>

Petros Amoiridis and Mikayla Maki created

ffd9d4e Fix bug in repo detection

Mikayla Maki created

3570810 Add API for accessing git branch

Mikayla Maki created

26afd59 Wire in the branch name

Mikayla Maki created

5b4e58d Fix repo_for and clean up repository_entries

Mikayla Maki created

023d665 Fix TreeMap retain

Mikayla Maki created

ae89021 Restored a lost API and got everything compiling

Mikayla Maki created

bcf608e WIP: Refactor existing git code to use new representation.

Click to expand commit body
co-authored-by: petros <petros@zed.dev>

Mikayla Maki and petros created

563f139 WIP: Convert old git repository vec to new treemap based approach.

Click to expand commit body
co-authored-by: Nathan <nathan@zed.dev>

Mikayla Maki and Nathan created

a58d3d8 Add a data driven representation of the current git repository state to the worktree snapshots

Click to expand commit body
WIP: Switch git repositories to use SumTrees

Co-authored-by: Nathan <nathan@zed.dev>

Mikayla Maki and Nathan created