zed/crates/collab/tests/integration
Mikhail Pertsev 786eb24521
git: Recover branch refs when metadata lookup fails (#57285)
cc @cole-miller 

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Release Notes:

- Fixed branch enumeration when a broken Git ref prevents commit
metadata from being read.

---------

Co-authored-by: Cole Miller <cole@zed.dev>
2026-05-25 14:29:46 +00:00
..
db_tests collab: Remove unused fields from database user model (#56898) 2026-05-15 17:01:42 +00:00
agent_sharing_tests.rs collab: Extract tests into integration tests crate (#47668) 2026-01-26 20:28:09 +01:00
auto_watch_tests.rs Disable auto watch when leaving a call (#57196) 2026-05-19 21:31:34 +00:00
channel_buffer_tests.rs client: Rename UserId to LegacyUserId (#56185) 2026-05-08 15:53:40 +00:00
channel_guest_tests.rs collab: Introduce UserService (#55449) 2026-05-06 18:15:36 +00:00
channel_tests.rs client: Rename UserId to LegacyUserId (#56185) 2026-05-08 15:53:40 +00:00
collab_panel_tests.rs Add the ability to reorder favorited collab channels (#52649) 2026-03-30 13:07:13 +00:00
collab_tests.rs Add ability to auto watch screens (#54839) 2026-05-01 17:29:27 +00:00
db_tests.rs collab: Remove unused fields from database user model (#56898) 2026-05-15 17:01:42 +00:00
editor_tests.rs Fix resolved lens causing flickers (#56047) 2026-05-08 10:23:56 +00:00
following_tests.rs Make project panel to auto reveal multi buffer excerpts with latest selection (#57236) 2026-05-25 11:53:12 +00:00
git_tests.rs collab: Add request stream support (#56455) 2026-05-12 17:43:06 +00:00
integration_tests.rs git: Recover branch refs when metadata lookup fails (#57285) 2026-05-25 14:29:46 +00:00
notification_tests.rs collab: Extract tests into integration tests crate (#47668) 2026-01-26 20:28:09 +01:00
random_channel_buffer_tests.rs collab: Extract tests into integration tests crate (#47668) 2026-01-26 20:28:09 +01:00
random_project_collaboration_tests.rs client: Rename UserId to LegacyUserId (#56185) 2026-05-08 15:53:40 +00:00
randomized_test_helpers.rs collab: Remove unused fields from database user model (#56898) 2026-05-15 17:01:42 +00:00
remote_editing_collaboration_tests.rs git: Recover branch refs when metadata lookup fails (#57285) 2026-05-25 14:29:46 +00:00
test_server.rs collab: Remove seeding infrastructure (#56562) 2026-05-13 15:44:55 +00:00