ZIm/crates/repl/src
Mikayla Maki 9613084f59
Move git status out of Entry (#22224)
- [x] Rewrite worktree git handling
- [x] Fix tests
- [x] Fix `test_propagate_statuses_for_repos_under_project`
- [x] Replace `WorkDirectoryEntry` with `WorkDirectory` in
`RepositoryEntry`
- [x] Add a worktree event for capturing git status changes
- [x] Confirm that the local repositories are correctly updating the new
WorkDirectory field
- [x] Implement the git statuses query as a join when pulling entries
out of worktree
- [x] Use this new join to implement the project panel and outline
panel.
- [x] Synchronize git statuses over the wire for collab and remote dev
(use the existing `worktree_repository_statuses` table, adjust as
needed)
- [x] Only send changed statuses to collab

Release Notes:

- N/A

---------

Co-authored-by: Cole Miller <cole@zed.dev>
Co-authored-by: Mikayla <mikayla@zed.com>
Co-authored-by: Nathan <nathan@zed.dev>
2025-01-04 01:00:16 +00:00
..
components Add Corner to geometry and make names of corner methods consistent (#22119) 2024-12-16 22:57:15 -07:00
kernels Move git status out of Entry (#22224) 2025-01-04 01:00:16 +00:00
notebook Dequalify WindowContext and AsyncWindowContext identifiers (#22444) 2024-12-28 21:21:32 +00:00
outputs Add a CI check for todo! and FIXME comments (#21950) 2024-12-20 08:38:50 +00:00
components.rs Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
jupyter_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
notebook.rs Initial Notebook UI structure (#19756) 2024-10-29 11:30:07 -07:00
outputs.rs Upgrade repl dependencies (#21431) 2024-12-02 15:22:03 -08:00
repl.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
repl_editor.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
repl_sessions_ui.rs Optimize REPL kernel spec refresh (#21844) 2024-12-11 06:20:44 -08:00
repl_store.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
session.rs Add a CI check for todo! and FIXME comments (#21950) 2024-12-20 08:38:50 +00:00