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

[Auto Suggest] OpenSearch SQL autosuggest with ANTLR #7336

Merged

Merge branch 'main' into feature/antlr-autocomplete

3e5b430
Select commit
Loading
Failed to load commit list.
Merged

[Auto Suggest] OpenSearch SQL autosuggest with ANTLR #7336

Merge branch 'main' into feature/antlr-autocomplete
3e5b430
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 23, 2024 in 0s

47.10% of diff hit (target 67.62%)

View this Pull Request on Codecov

47.10% of diff hit (target 67.62%)

Annotations

Check warning on line 50 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 55 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L55

Added line #L55 was not covered by tests

Check warning on line 57 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L57

Added line #L57 was not covered by tests

Check warning on line 61 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L61

Added line #L61 was not covered by tests

Check warning on line 63 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L63

Added line #L63 was not covered by tests

Check warning on line 66 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 69 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 84 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L84

Added line #L84 was not covered by tests

Check warning on line 90 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L90

Added line #L90 was not covered by tests

Check warning on line 93 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 106 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 115 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L115

Added line #L115 was not covered by tests

Check warning on line 126 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L126

Added line #L126 was not covered by tests

Check warning on line 160 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L158-L160

Added lines #L158 - L160 were not covered by tests

Check warning on line 164 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L162-L164

Added lines #L162 - L164 were not covered by tests

Check warning on line 169 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L166-L169

Added lines #L166 - L169 were not covered by tests

Check warning on line 171 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L171

Added line #L171 was not covered by tests

Check warning on line 178 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L176-L178

Added lines #L176 - L178 were not covered by tests

Check warning on line 180 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L180

Added line #L180 was not covered by tests

Check warning on line 183 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L183

Added line #L183 was not covered by tests

Check warning on line 186 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L186

Added line #L186 was not covered by tests

Check warning on line 191 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L191

Added line #L191 was not covered by tests

Check warning on line 196 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L196

Added line #L196 was not covered by tests

Check warning on line 203 in src/plugins/data/public/antlr/opensearch_sql/code_completion.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/code_completion.ts#L203

Added line #L203 was not covered by tests

Check warning on line 94 in src/plugins/data/public/antlr/opensearch_sql/opensearch_sql_autocomplete.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/plugins/data/public/antlr/opensearch_sql/opensearch_sql_autocomplete.ts#L92-L94

Added lines #L92 - L94 were not covered by tests