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(expr): enhance expr with JQ functionality #3191

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Merge branch 'main' into feat/jq-template-hybrid

1c55d91
Select commit
Loading
Failed to load commit list.
Open

feat(expr): enhance expr with JQ functionality #3191

Merge branch 'main' into feat/jq-template-hybrid
1c55d91
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 30, 2024 in 1s

56.08% of diff hit (target 86.44%)

View this Pull Request on Codecov

56.08% of diff hit (target 86.44%)

Annotations

Check warning on line 60 in src/core/blueprint/dynamic_value.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/blueprint/dynamic_value.rs#L60

Added line #L60 was not covered by tests

Check warning on line 304 in src/core/http/request_template.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/http/request_template.rs#L304

Added line #L304 was not covered by tests

Check warning on line 348 in src/core/http/request_template.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/http/request_template.rs#L348

Added line #L348 was not covered by tests

Check warning on line 73 in src/core/ir/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/ir/error.rs#L73

Added line #L73 was not covered by tests

Check warning on line 65 in src/core/mustache/eval.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/eval.rs#L65

Added line #L65 was not covered by tests

Check warning on line 101 in src/core/mustache/eval.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/eval.rs#L101

Added line #L101 was not covered by tests

Check warning on line 126 in src/core/mustache/eval.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/eval.rs#L126

Added line #L126 was not covered by tests

Check warning on line 29 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L29

Added line #L29 was not covered by tests

Check warning on line 35 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L35

Added line #L35 was not covered by tests

Check warning on line 69 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L65-L69

Added lines #L65 - L69 were not covered by tests

Check warning on line 83 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L79-L83

Added lines #L79 - L83 were not covered by tests

Check warning on line 91 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 102 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L100-L102

Added lines #L100 - L102 were not covered by tests

Check warning on line 107 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L105-L107

Added lines #L105 - L107 were not covered by tests

Check warning on line 119 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L115-L119

Added lines #L115 - L119 were not covered by tests

Check warning on line 133 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L129-L133

Added lines #L129 - L133 were not covered by tests

Check warning on line 175 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L175

Added line #L175 was not covered by tests

Check warning on line 187 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L187

Added line #L187 was not covered by tests

Check warning on line 208 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L206-L208

Added lines #L206 - L208 were not covered by tests

Check warning on line 221 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L221

Added line #L221 was not covered by tests

Check warning on line 228 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L226-L228

Added lines #L226 - L228 were not covered by tests

Check warning on line 236 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L231-L236

Added lines #L231 - L236 were not covered by tests

Check warning on line 239 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L239

Added line #L239 was not covered by tests

Check warning on line 251 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L250-L251

Added lines #L250 - L251 were not covered by tests

Check warning on line 266 in src/core/mustache/jq_transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/mustache/jq_transform.rs#L256-L266

Added lines #L256 - L266 were not covered by tests