Skip to content

Commit

Permalink
Upgrade ndc-spec to v0.1.1. (#390)
Browse files Browse the repository at this point in the history
### What

This includes:

- type representations in the models
- upgrading the OpenTelemetry SDK
- adding a feature switch to support `rustls` instead of `native-tls`
- a lot of enhancements to ndc-test

ndc-sdk was upgraded in hasura/ndc-sdk-rs#1.

We do not actually specify type representations in this changeset. We
will add these in a follow-up change.

### How

I discovered we can specify workspace dependencies, which means the
versions only need to go in one place. I am experimenting with this
Cargo feature in this changeset. If we like it, we may want to use it
for all dependencies.
  • Loading branch information
SamirTalwar authored Mar 27, 2024
1 parent 8f4ab4c commit 7fbfa17
Show file tree
Hide file tree
Showing 17 changed files with 411 additions and 467 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Postgres NDC tests
jobs:
test-unit:
strategy:
fail-fast: false
matrix:
package:
- query-engine-execution
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:

test-connector:
strategy:
fail-fast: false
matrix:
package:
- ndc-postgres-12
Expand Down Expand Up @@ -154,6 +156,7 @@ jobs:

test-ndc-postgres-with-database:
strategy:
fail-fast: false
matrix:
database:
- postgres
Expand Down
Loading

0 comments on commit 7fbfa17

Please sign in to comment.