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: [cherry-pick]The expression supports filling elements through templates #37058

Merged
merged 1 commit into from
Oct 28, 2024

Support template to parse expression

f33469d
Select commit
Loading
Failed to load commit list.
Merged

feat: [cherry-pick]The expression supports filling elements through templates #37058

Support template to parse expression
f33469d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 28, 2024 in 1s

77.35% of diff hit (target 80.00%)

View this Pull Request on Codecov

77.35% of diff hit (target 80.00%)

Annotations

Check warning on line 13 in internal/parser/planparserv2/convert_field_data_to_generic_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/convert_field_data_to_generic_value.go#L12-L13

Added lines #L12 - L13 were not covered by tests

Check warning on line 46 in internal/parser/planparserv2/convert_field_data_to_generic_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/convert_field_data_to_generic_value.go#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 59 in internal/parser/planparserv2/convert_field_data_to_generic_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/convert_field_data_to_generic_value.go#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 69 in internal/parser/planparserv2/convert_field_data_to_generic_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/convert_field_data_to_generic_value.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 25 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L21-L25

Added lines #L21 - L25 were not covered by tests

Check warning on line 36 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L32-L36

Added lines #L32 - L36 were not covered by tests

Check warning on line 40 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 48 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 78 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 119 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 135 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L134-L135

Added lines #L134 - L135 were not covered by tests

Check warning on line 177 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 185 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L184-L185

Added lines #L184 - L185 were not covered by tests

Check warning on line 199 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L198-L199

Added lines #L198 - L199 were not covered by tests

Check warning on line 222 in internal/parser/planparserv2/fill_expression_value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/fill_expression_value.go#L221-L222

Added lines #L221 - L222 were not covered by tests

Check warning on line 47 in internal/parser/planparserv2/node_ret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/node_ret.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 175 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L174-L175

Added lines #L174 - L175 were not covered by tests

Check warning on line 206 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L206

Added line #L206 was not covered by tests

Check warning on line 254 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L253-L254

Added lines #L253 - L254 were not covered by tests

Check warning on line 296 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L296

Added line #L296 was not covered by tests

Check warning on line 306 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L305-L306

Added lines #L305 - L306 were not covered by tests

Check warning on line 348 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L347-L348

Added lines #L347 - L348 were not covered by tests

Check warning on line 393 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L392-L393

Added lines #L392 - L393 were not covered by tests

Check warning on line 521 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L519-L521

Added lines #L519 - L521 were not covered by tests

Check warning on line 525 in internal/parser/planparserv2/parser_visitor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/parser/planparserv2/parser_visitor.go#L524-L525

Added lines #L524 - L525 were not covered by tests