Yohe-Am

Results 30 issues of Yohe-Am

Some of the logs/traces emitted seem very adhoc. They contain very little context info and what ought to be trace level logs being present in debug prove a challenge to...

enhancement
meta-cli
typegate
rust
javascript

Note the following [run](https://github.com/metatypedev/metatype/actions/runs/7507838724/job/20442212551): ![image](https://github.com/metatypedev/metatype/assets/56622350/97fdb80b-d4c7-4205-8bf5-5110c66b7328) It doesn't have a cache hit despite:' ![image](https://github.com/metatypedev/metatype/assets/56622350/929550be-ee64-40f4-aeea-d0ad7e5cacd2) Which was generated from this [run](https://github.com/metatypedev/metatype/actions/runs/7507446583/job/20441030293) mere minutes earlier.

bug
Public

Bring up any ideas for improving the dev workflow, improve codebase quality and get rid of paper cuts. Ideas like: - Embrace cargo [workspaces](https://doc.rust-lang.org/cargo/reference/workspaces.html) - Move on to the [`tracing`](https://lib.rs/crates/tracing)...

Add Prisma runtime testsuites for databases besides PostgreSQL.

enhancement
typegate

Allows typegraphs to query and access grpc APIs MET-206.

enhancement
typegraph
typegate

Allow typegraphs to easily and safely consume Http, GraphQl and gRPC APIs. - Easy way to reuse types from other APIs - Easy way to access them on the `Http`...

enhancement
typegraph

Allow materializers to be chained together, the results of one serving as input of another (or even many). This can be used to compose common logic, like middleware, inline within...

enhancement
typegraph
typegate

- Implements `client_ts` as described in #777 . #### Migration notes ... - [x] The change comes with new or modified tests - [x] Hard-to-understand functions have explanatory comments -...

Pre-documentation for the code-first queries feature. #### Migration notes ... - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments -...

Add primitives for expressing real-time data to the typegraph. - GraphQL subscriptions - Prisma support - [Server sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) - Possible second type of materializer to represent this - Similar...

enhancement
typegraph
typegate