Skip to content
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

Merged
merged 10 commits into from
Dec 23, 2024

backfill commit in source code without redo calculate (#3587)

3018718
Select commit
Loading
Failed to load commit list.
Merged

feat(index): add commit to CodeSearchDocument #3577

backfill commit in source code without redo calculate (#3587)
3018718
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 23, 2024 in 1s

22.50% of diff hit (target 75.00%)

View this Pull Request on Codecov

22.50% of diff hit (target 75.00%)

Annotations

Check warning on line 29 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L25-L29

Added lines #L25 - L29 were not covered by tests

Check warning on line 53 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L53

Added line #L53 was not covered by tests

Check warning on line 87 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L87

Added line #L87 was not covered by tests

Check warning on line 106 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 117 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L108-L117

Added lines #L108 - L117 were not covered by tests

Check warning on line 121 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L121

Added line #L121 was not covered by tests

Check warning on line 174 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L164-L174

Added lines #L164 - L174 were not covered by tests

Check warning on line 180 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L176-L180

Added lines #L176 - L180 were not covered by tests

Check warning on line 186 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L182-L186

Added lines #L182 - L186 were not covered by tests

Check warning on line 189 in crates/tabby-index/src/code/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/index.rs#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 41 in crates/tabby-index/src/code/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/mod.rs#L41

Added line #L41 was not covered by tests

Check warning on line 43 in crates/tabby-index/src/code/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/mod.rs#L43

Added line #L43 was not covered by tests

Check warning on line 21 in crates/tabby-index/src/code/repository.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/repository.rs#L21

Added line #L21 was not covered by tests

Check warning on line 52 in crates/tabby-index/src/code/repository.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/repository.rs#L52

Added line #L52 was not covered by tests

Check warning on line 61 in crates/tabby-index/src/code/repository.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/repository.rs#L56-L61

Added lines #L56 - L61 were not covered by tests

Check warning on line 83 in crates/tabby-index/src/code/repository.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/repository.rs#L83

Added line #L83 was not covered by tests

Check warning on line 86 in crates/tabby-index/src/code/repository.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/repository.rs#L86

Added line #L86 was not covered by tests

Check warning on line 88 in crates/tabby-index/src/code/repository.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/repository.rs#L88

Added line #L88 was not covered by tests

Check warning on line 90 in crates/tabby-index/src/code/repository.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/code/repository.rs#L90

Added line #L90 was not covered by tests

Check warning on line 182 in crates/tabby-index/src/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/indexer.rs#L171-L182

Added lines #L171 - L182 were not covered by tests

Check warning on line 186 in crates/tabby-index/src/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/indexer.rs#L184-L186

Added lines #L184 - L186 were not covered by tests

Check warning on line 189 in crates/tabby-index/src/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/indexer.rs#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 227 in crates/tabby-index/src/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/indexer.rs#L220-L227

Added lines #L220 - L227 were not covered by tests

Check warning on line 237 in crates/tabby-index/src/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/indexer.rs#L230-L237

Added lines #L230 - L237 were not covered by tests

Check warning on line 251 in crates/tabby-index/src/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/tabby-index/src/indexer.rs#L246-L251

Added lines #L246 - L251 were not covered by tests