- Nantes, France
- http://unhandledexpression.com
Block or Report
Block or report Geal
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
sozu-proxy/sozu Public
Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome! Ping us on gitter to know more
-
1,532 contributions in the last year
Activity overview
Contributed to
apollographql/router,
biscuit-auth/biscuit-rust,
sozu-proxy/sozu
and 43 other
repositories
Contribution activity
May 2022
Created 30 commits in 6 repositories
Created 1 repository
- Geal/rhai Rust
Created a pull request in apollographql/router that received 12 comments
aggregate usage reports as they come and flush every 5 seconds to spaceport
65536 is not a useful batch size because we will rarely reach it, and with a 10s timeout, we need to wait for at least 10s to have a first message …
+63
−58
•
12
comments
Opened 25 other pull requests in 5 repositories
apollographql/router
19
merged
1
open
- update dependencies
- remove the platforms crate
- remove old comment
- count persisted cache hits
- use subgraphs deployed on Fly in CI
- update the deployed supergraph schema
- remove the batching and timeout from spaceport
- update changelog message
- release: v0.9.0
- test @inaccessible in response formatting
- remove the agent endpoint configuration for Zipkin
- fix a panic in zipkin telemetry configuration
- example configuration of OpenTracing for Datadog, Jaeger and Zipkin
- do not require the RUST_BACKTRACE environment variable at compilation time
- release: v0.9.0-rc.0
- bump query planner to get @inaccessible fixes
- accept endpoint URL without scheme for telemetry
- set the service name if not specified in config or environment
- update launchpad
- remove unused dependencies
apollographql/federation-rs
2
merged
rhaiscript/rhai
1
merged
biscuit-auth/website
1
merged
apollographql/federation
1
open
Reviewed 59 pull requests in 6 repositories
apollographql/router
25 pull requests
- provide rhai surrogate cache key example
- Router should return Content-Type header
- maintenance: Bump Moka to fix panics on AMD hardware.
- fix(deps): update all non-major packages >= 1.0
- chore: update github templates
- fix(deps): update cargo pre-1.0 packages (minor)
- feat: add more information in spans
- chore(deps): update dependency ghcr.io/apollographql/router to v0.9.2
- release: v0.9.2
- Use the new router bridge that generates usage reporting from the apollo_utils package
- Add support for building "diy" docker images on demand
- Run Clippy on all Cargo targets in xtask and CI
- fix: return top __typename field when it's not an introspection query
- fix the introspection query detection
- remove the batching and timeout from spaceport
- aggregate usage reports as they come and flush every 5 seconds to spaceport
- fix: fix the installation script for windows with the extension
- Preserve the parts from our subgraph response use in our response
- fix(configuration): let the user use the environment variable expansion
- Pin schemars to 0.8.8
- Add docs for the CSRF prevention plugin
- Add details to the rhai documentation
- fix: use debug! instead of warn! in the csrf plugin
- Improve rhai documentation
- Grammatical tweak and minor supergraphification
- Some pull request reviews not shown.
apollographql/federation-rs
4 pull requests
biscuit-auth/biscuit-rust
3 pull requests
Geal/nom
1 pull request
biscuit-auth/biscuit
1 pull request
apollographql/apollo-rs
1 pull request
Created an issue in apollographql/router that received 3 comments
Zipkin must not have an agent endpoint configuration option
currently Zipkin is configured like other telemetry options, with either an agent endpoint or a collector endpoint. But the aagent endpoint part is…
3
comments
Opened 11 other issues in 4 repositories
apollographql/router
3
open
4
closed
- Move APQ to the traffic shaping plugin
- panic when configuring the router with zipkin and default agent endpoint
- Jaeger agent endpoint should be a URL, not a SocketAddr
- use subgraphs on starstuff in CI integration tests
- Add a Kubernetes configuration example
- more docs on plugin development setup
- Simple rate limiting