-
Notifications
You must be signed in to change notification settings - Fork 31
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
chore(graphql): cleanup, refactor, async execution #1202
Conversation
Test image available:
|
Test image available:
|
f6ffaed
to
2f6d9e3
Compare
Test image available:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get
Request failed (500 Internal Server Error)
Internal Server Error caused by JsonParseException: Unrecognized token 'query': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (io.netty.buffer.ByteBufInputStream); line: 2, column: 13]
When I navigate to the Recording tab.
Oh, I guess this does actually need cryostatio/cryostat-web#611 in that case. I worked on them together but it seemed they should work independently. The request being sent has the raw GraphQL |
2f6d9e3
to
84b4573
Compare
This PR/issue depends on:
|
Test image available:
|
Most recent commit touches up the HTTP request logging a little.
The |
d1fc331
to
f16b4d4
Compare
Test image available:
|
src/main/java/io/cryostat/net/web/http/generic/RequestLoggingHandler.java
Show resolved
Hide resolved
Test image available:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good and graphql does seem to perform better!
f04d75e
to
f993dba
Compare
Test image available:
|
Fixes #1201
Related to #1214 / #1193
Depends on cryostatio/cryostat-web#611