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(torii-grpc): support multiple entity models in queries & complex keys clause for subscriptions + queries #2095

Merged
merged 28 commits into from
Jun 27, 2024

refactor: use array of models for keysclause

48c9c2e
Select commit
Loading
Failed to load commit list.
Merged

feat(torii-grpc): support multiple entity models in queries & complex keys clause for subscriptions + queries #2095

refactor: use array of models for keysclause
48c9c2e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 27, 2024 in 1s

16.51% of diff hit (target 68.50%)

View this Pull Request on Codecov

16.51% of diff hit (target 68.50%)

Annotations

Check warning on line 108 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L108

Added line #L108 was not covered by tests

Check warning on line 148 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L148

Added line #L148 was not covered by tests

Check warning on line 151 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L151

Added line #L151 was not covered by tests

Check warning on line 158 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L158

Added line #L158 was not covered by tests

Check warning on line 161 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L161

Added line #L161 was not covered by tests

Check warning on line 167 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L167

Added line #L167 was not covered by tests

Check warning on line 181 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L181

Added line #L181 was not covered by tests

Check warning on line 217 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L217

Added line #L217 was not covered by tests

Check warning on line 235 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L235

Added line #L235 was not covered by tests

Check warning on line 259 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L256-L259

Added lines #L256 - L259 were not covered by tests

Check warning on line 279 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L279

Added line #L279 was not covered by tests

Check warning on line 33 in crates/torii/client/src/client/subscription.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/subscription.rs#L33

Added line #L33 was not covered by tests

Check warning on line 231 in crates/torii/core/src/sql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql.rs#L231

Added line #L231 was not covered by tests

Check warning on line 240 in crates/torii/core/src/sql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql.rs#L239-L240

Added lines #L239 - L240 were not covered by tests

Check warning on line 107 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L107

Added line #L107 was not covered by tests

Check warning on line 109 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L109

Added line #L109 was not covered by tests

Check warning on line 112 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L112

Added line #L112 was not covered by tests

Check warning on line 126 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L126

Added line #L126 was not covered by tests

Check warning on line 128 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L128

Added line #L128 was not covered by tests

Check warning on line 131 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L131

Added line #L131 was not covered by tests

Check warning on line 145 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L145

Added line #L145 was not covered by tests

Check warning on line 147 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L147

Added line #L147 was not covered by tests

Check warning on line 165 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L165

Added line #L165 was not covered by tests

Check warning on line 169 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L168-L169

Added lines #L168 - L169 were not covered by tests

Check warning on line 185 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L184-L185

Added lines #L184 - L185 were not covered by tests