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

Allow known FeatureDefinition subclasses to define custom subgraph schema validation rules #2910

Merged
merged 17 commits into from
Jan 19, 2024

Improve formatting of `@source*`-related errors.

768b9ca
Select commit
Loading
Failed to load commit list.
Merged

Allow known FeatureDefinition subclasses to define custom subgraph schema validation rules #2910

Improve formatting of `@source*`-related errors.
768b9ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 19, 2024 in 1s

24.06% of diff hit (target 0.00%)

View this Pull Request on Codecov

24.06% of diff hit (target 0.00%)

Annotations

Check warning on line 122 in internals-js/src/specs/coreSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/coreSpec.ts#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 106 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L106

Added line #L106 was not covered by tests

Check warning on line 161 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L161

Added line #L161 was not covered by tests

Check warning on line 164 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L164

Added line #L164 was not covered by tests

Check warning on line 167 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L167

Added line #L167 was not covered by tests

Check warning on line 169 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L169

Added line #L169 was not covered by tests

Check warning on line 171 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L171

Added line #L171 was not covered by tests

Check warning on line 194 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L193-L194

Added lines #L193 - L194 were not covered by tests

Check warning on line 197 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L197

Added line #L197 was not covered by tests

Check warning on line 201 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L201

Added line #L201 was not covered by tests

Check warning on line 205 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L205

Added line #L205 was not covered by tests

Check warning on line 208 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L208

Added line #L208 was not covered by tests

Check warning on line 214 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L214

Added line #L214 was not covered by tests

Check warning on line 217 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L216-L217

Added lines #L216 - L217 were not covered by tests

Check warning on line 220 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L220

Added line #L220 was not covered by tests

Check warning on line 227 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L226-L227

Added lines #L226 - L227 were not covered by tests

Check warning on line 229 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L229

Added line #L229 was not covered by tests

Check warning on line 238 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L238

Added line #L238 was not covered by tests

Check warning on line 241 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L241

Added line #L241 was not covered by tests

Check warning on line 246 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L246

Added line #L246 was not covered by tests

Check warning on line 251 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L251

Added line #L251 was not covered by tests

Check warning on line 253 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L253

Added line #L253 was not covered by tests

Check warning on line 255 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L255

Added line #L255 was not covered by tests

Check warning on line 258 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L257-L258

Added lines #L257 - L258 were not covered by tests

Check warning on line 260 in internals-js/src/specs/sourceSpec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

internals-js/src/specs/sourceSpec.ts#L260

Added line #L260 was not covered by tests