Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(index): add commit to CodeSearchDocument #3577
feat(index): add commit to CodeSearchDocument #3577
Changes from all commits
427e5c7
302ea6e
c0af632
3059e59
b754142
700151c
58f5922
0b9a372
3d2c5f9
3018718
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 29 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L25-L29
Check warning on line 53 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L53
Check warning on line 87 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L87
Check warning on line 106 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L105-L106
Check warning on line 117 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L108-L117
Check warning on line 121 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L121
Check warning on line 174 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L164-L174
Check warning on line 180 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L176-L180
Check warning on line 186 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L182-L186
Check warning on line 189 in crates/tabby-index/src/code/index.rs
Codecov / codecov/patch
crates/tabby-index/src/code/index.rs#L188-L189
Check warning on line 41 in crates/tabby-index/src/code/mod.rs
Codecov / codecov/patch
crates/tabby-index/src/code/mod.rs#L41
Check warning on line 43 in crates/tabby-index/src/code/mod.rs
Codecov / codecov/patch
crates/tabby-index/src/code/mod.rs#L43
Check warning on line 21 in crates/tabby-index/src/code/repository.rs
Codecov / codecov/patch
crates/tabby-index/src/code/repository.rs#L21
Check warning on line 52 in crates/tabby-index/src/code/repository.rs
Codecov / codecov/patch
crates/tabby-index/src/code/repository.rs#L52
Check warning on line 61 in crates/tabby-index/src/code/repository.rs
Codecov / codecov/patch
crates/tabby-index/src/code/repository.rs#L56-L61
Check warning on line 83 in crates/tabby-index/src/code/repository.rs
Codecov / codecov/patch
crates/tabby-index/src/code/repository.rs#L83
Check warning on line 86 in crates/tabby-index/src/code/repository.rs
Codecov / codecov/patch
crates/tabby-index/src/code/repository.rs#L86
Check warning on line 88 in crates/tabby-index/src/code/repository.rs
Codecov / codecov/patch
crates/tabby-index/src/code/repository.rs#L88
Check warning on line 90 in crates/tabby-index/src/code/repository.rs
Codecov / codecov/patch
crates/tabby-index/src/code/repository.rs#L90
Check warning on line 182 in crates/tabby-index/src/indexer.rs
Codecov / codecov/patch
crates/tabby-index/src/indexer.rs#L171-L182
Check warning on line 186 in crates/tabby-index/src/indexer.rs
Codecov / codecov/patch
crates/tabby-index/src/indexer.rs#L184-L186
Check warning on line 189 in crates/tabby-index/src/indexer.rs
Codecov / codecov/patch
crates/tabby-index/src/indexer.rs#L188-L189
Check warning on line 227 in crates/tabby-index/src/indexer.rs
Codecov / codecov/patch
crates/tabby-index/src/indexer.rs#L220-L227
Check warning on line 237 in crates/tabby-index/src/indexer.rs
Codecov / codecov/patch
crates/tabby-index/src/indexer.rs#L230-L237
Check warning on line 251 in crates/tabby-index/src/indexer.rs
Codecov / codecov/patch
crates/tabby-index/src/indexer.rs#L246-L251
Check warning on line 421 in crates/tabby-index/src/indexer.rs
Codecov / codecov/patch
crates/tabby-index/src/indexer.rs#L419-L421
Check warning on line 425 in crates/tabby-index/src/indexer.rs
Codecov / codecov/patch
crates/tabby-index/src/indexer.rs#L423-L425