Commit log
fceba68
Automatically share project when creating the room
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
0ed811b
Update palettes
Nate Butler
created
3 years ago
ce2112d
Update offline indicator
Nate Butler
created
3 years ago
678b013
Don't show share button for remote projects
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
ebee216
Re-emit notifications and events from `ActiveCall`
Click to expand commit body
This lets us only observe and subscribe to the active call without
needing to track the underlying `Room` if it changes, which implies
writing the same boilerplate over and over.
Antonio Scandurra
created
3 years ago
4124035
Simplify `Collaborator` to stop including the user
Click to expand commit body
It can be retrieved from the `Room` and we're guaranteed to have
a room in order to have collaborators in a project.
Antonio Scandurra
created
3 years ago
debedaf
Show notification when a new project is shared and allow joining it
Antonio Scandurra
created
3 years ago
57930cb
Show `Share` button for unshared projects when inside of a room
Antonio Scandurra
created
3 years ago
de917c4
Use a different style for inactive participants
Antonio Scandurra
created
3 years ago
456dde2
Implement `Room::set_location`
Antonio Scandurra
created
3 years ago
218ba81
Fix autoclose error when cursor was at column 0
Max Brunsfeld
created
3 years ago
499e95d
Removed debugs, simplified settings
Mikayla Maki
created
3 years ago
6f7547d
Fixed a couple bugs in tests and worktree path handling
Mikayla Maki
created
3 years ago
c354b9b
Add assertions to test for autoclose with embedded languages
Max Brunsfeld
created
3 years ago
841ba40
Merge pull request #1680 from zed-industries/telemetry-tweaks
Click to expand commit body
Telemetry tweaks
Max Brunsfeld
created
3 years ago
6f6d728
Once again respect user settings for git gutter
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
f3d8363
Remove unnecessary min_id_length option from amplitude requests
Max Brunsfeld
created
3 years ago
e6487de
Rename head text to indicate that it's not always going to be from head
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
a5c2f22
Move git gutter settings out of editor settings
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
Nate Butler
created
3 years ago
06813be
Mark platform as "Zed" for telemetry events from the app
Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
3 years ago
8f4b3c3
Store repo content path as absolute
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
4477f95
Set `staff` user property in telemetry
Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
3 years ago
9427bb7
Be clearer about using GitFilesIncluded setting
Julia
created
3 years ago
1e45198
Emit event on `Room` when a user shares a new project
Antonio Scandurra
created
3 years ago
ad323d6
Automatically fetch remote participant users in `Room`
Antonio Scandurra
created
3 years ago
da6106d
Prevent calls from users who aren't contacts
Antonio Scandurra
created
3 years ago
bec6b41
Fix randomized integration test failure
Antonio Scandurra
created
3 years ago
6426037
Adapt integration tests to always pass a room id to `Project::share`
Click to expand commit body
Randomized test is failing, so we'll look into that next.
Antonio Scandurra
created
3 years ago
01176e0
Added clarification for git gutter settings
Mikayla Maki
created
3 years ago
c237075
Touched up settings text
Mikayla Maki
created
3 years ago
0f1d71c
Merge branch 'main' into git-gutter
Mikayla Maki
created
3 years ago
56b4162
Fix stray merge failure
Mikayla Maki
created
3 years ago
fd42811
Cache `CGEventSource` and avoid leaking `CGEvent` when handling events
Antonio Scandurra
created
3 years ago
Max Brunsfeld
created
3 years ago
1aa554f
Fix FakeServer to expect new GetPrivateUserInfo request
Max Brunsfeld
created
3 years ago
52dbf2f
add proto stuff
Mikayla Maki
created
3 years ago
5769cdc
made git diff rendering respect line wrap
Mikayla Maki
created
3 years ago
7f84aba
Increment protocol version again for previous commit
Julia
created
3 years ago
512f817
Added proto messages for updating the head text
Mikayla Maki
created
3 years ago
8c24c85
Touched up comments
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
af09742
Refactored git repository code to seperate out repository entry tracking data and git2 mocking code.
Click to expand commit body
Co-authored-by: Max <max@zed.dev>
Co-authored-by: Julia <julia@zed.dev>
Mikayla Maki
,
Max
, and
Julia
created
3 years ago
c95646a
WIP Start refactoring separation of concerns for repo metadata
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
,
Max Brunsfeld
, and
Mikayla Maki
created
3 years ago
42b7820
Perform git diff on remote buffer open
Julia
created
3 years ago
ce7f6dd
Start a test for remote git data updating
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
,
Mikayla Maki
, and
Max Brunsfeld
created
3 years ago
6540936
Fix some panics in tests
Julia
created
3 years ago
1c5d15b
Use sumtree instead of iterator linear search for diff hunks in range
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
,
Max Brunsfeld
, and
Mikayla Maki
created
3 years ago
964a5d2
WIP: require sharing projects on a given `Room`
Antonio Scandurra
created
3 years ago
bce2591
Fix test build
Julia
created
3 years ago
Page 15 of 137