Commit log
d5fd531
Move git related things into specialized git crate
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
Julia
created
3 years ago
7e5d494
WIP Notifying buffers of head text change
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
759b7f1
Update repo scan id when files under dot git dir events
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
d2b1879
Remove git repos from worktree when deleted on storage
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
4251e0f
Find repos under worktree & return correct results for repo queries
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
c8e63d7
Get the test to failing,,, correctly
Mikayla Maki
created
3 years ago
6ac9308
Added git repository type infrastructure and moved git file system stuff into fs abstraction so we can test without touching the file system. Co-Authored-By: kay@zed.dev
Mikayla Maki
created
3 years ago
0d1b2a7
WIP - max & mikayla working on tests
Mikayla Maki
created
3 years ago
bb8798a
WIP pls amend me
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
8d2de10
Pull git indicator colors out of theme
Click to expand commit body
Co-Authored-By: Kay Simmons <kay@zed.dev>
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
,
Kay Simmons
, and
Mikayla Maki
created
3 years ago
632f479
Utilize initial file contents as head text by default
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
a679557
Avoid racing git diffs & allow for "as fast as possible" diff updating
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
b18dd8f
Fully qualify outside git-related code when a diff is a git diff
Julia
created
3 years ago
8edee9b
Async-ify head text loading
Julia
created
3 years ago
6633c0b
Perform initial file load git diff async
Julia
created
3 years ago
6825b60
Properly invalidate when async git diff completes
Julia
created
3 years ago
9c82954
Changed diffs to be async and dropped git delay
Julia
created
3 years ago
c4da8c4
Disable unnecessary libgit2 cargo features
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Julia
and
Mikayla Maki
created
3 years ago
b9d84df
Track buffer row divergence while iterating through diff lines
Click to expand commit body
This allows for offsetting head row index of deleted lines to normalize
into buffer row space
Julia
created
3 years ago
446bf88
Use row range while building buffer range during diff line iteration
Julia
created
3 years ago
03b6f3e
Reorganize for for purely file level invalidation
Julia
created
3 years ago
e72e132
Clear out commented code & once again perform full file diff on update
Julia
created
3 years ago
c1249a3
Handle deletions more robustly and correctly
Julia
created
3 years ago
Julia
created
3 years ago
2f7283f
buffer_divergence doesn't seem to be a concept that needs to be tracked
Julia
created
3 years ago
e0ea932
Checkpoint preparing for a more organized approach to incremental diff
Julia
created
3 years ago
4b2040a
Move diff logic back into `BufferDiff::update`
Julia
created
3 years ago
a2e8fc7
Switch head range from row range to byte offset range
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
61ff24e
Move cloneable diff state into new snapshot type
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
a86e93d
Checkpoint on incremental diff sumtree shenanigans
Julia
created
3 years ago
883d5b7
Update git gutter status after debounced delay
Click to expand commit body
Co-authored-by: Max Brunsfeld <max@zed.com>
Julia
and
Max Brunsfeld
created
3 years ago
5157c71
Render deletion gutter markers
Julia
created
3 years ago
fdda2ab
Correct start/end of git diff hunks
Julia
created
3 years ago
641daf0
Correct git gutter indicator scroll position & add rounded corner
Julia
created
3 years ago
55ca023
Start painting some sort of hunk info, it's wrong but it's close
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
6fa2e62
Start asking Editors to update git after a debounced delay
Julia
created
3 years ago
2a14af4
Load a file's head text on file load just to get started
ForLoveOfCats
created
3 years ago
1898e81
Encapsulate `Room` interaction within `ActiveCall`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
e0db621
Rename `room` crate to `call`
Click to expand commit body
Also, rename `client::Call` to `client::IncomingCall`.
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
1158911
Wire up accepting/declining a call
Antonio Scandurra
created
3 years ago
634f9de
Avoid using global for `Room` and extract that logic into `ActiveCall`
Antonio Scandurra
created
3 years ago
efdedaa
Merge pull request #1668 from zed-industries/telemetry-fixes
Click to expand commit body
Telemetry fixes
Max Brunsfeld
created
3 years ago
0d3486c
Remove TestTelemetry command
Max Brunsfeld
created
3 years ago
af7c2b8
Set minimum user id length in amplitude calls
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
f8da5ab
Remove "get" prefix from function names
Joseph T Lyons
created
3 years ago
fbe5f92
Add descriptions to journal settings
Joseph T Lyons
created
3 years ago
4f44375
Make Buffer::language_at fall back to Buffer::language
Click to expand commit body
For languages with no grammar (plain text), there
will be no layers.
Max Brunsfeld
created
3 years ago
773423f
Initial work to add settings to journal feature
Joseph T Lyons
created
3 years ago
Page 28 of 148