Jesse Rosenberger

Results 45 issues of Jesse Rosenberger

This is just meant to track the need to try to define that story. Part of the work here will be to fill out this issue with a design plan....

component/rhai

Today, the Apollo Gateway supports whole response caching thanks to @mandiwise's contribution of https://github.com/apollographql/federation/pull/870 as an evolution of [the `@cacheControl` story in Apollo Server](https://www.apollographql.com/docs/apollo-server/performance/caching/), which produces `cache-control` (and `age`) headers....

feature
component/cache

This might be a limitation of `clap` (our command line flag tool), but I see that running `rover --help` indicates the **global** availability of the `--output json` flag (that is,...

triage

Related to https://github.com/apollographql/router/issues/1474 โ€” not necessarily the solution, but I think still generally very useful. Could Rover set some environment variable when spawning subprocesses so those processes can detect that...

feature ๐ŸŽ‰

Today, we're doing parsing of the graph ref, client-side, inside of Rover: https://github.com/apollographql/rover/blob/ddb804bd14796c81df882b3030dd4f58427668f2/src/utils/parsers.rs#L41-L67 We should move this, server-side, to within the API, so we can control the behavior of it...

feature ๐ŸŽ‰
blocked :warning:
api :speech_balloon:

Related to #286

feature ๐ŸŽ‰
triage

This follows up on the suggestion offered in https://github.com/apollographql/rover/issues/81 โ€” which shows the delta of number of changes โ€” with feedback we received in the demo about it being a...

feature ๐ŸŽ‰
blocked :warning:
needs design :pencil2:
api :speech_balloon:

As discovered on the โ€œv2โ€ (version 2) `apollo-server` documentation: https://www.apollographql.com/docs/apollo-server/v2/

This is a problem that only affects the root documentation, but it seems if you go to https://www.apollographql.com/docs/apollo-server/v2 (without the trailing slash), that none of the sidebar links take you...

It would be great if we had a plugin which automatically failed the build if we've introduced a broken link. As originally submitted in https://github.com/apollographql/engine-docs/pull/138 by @evans, but with the...