-
Notifications
You must be signed in to change notification settings - Fork 239
feat(apollo-server-express): add support for apollo-server-express #648
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
Conversation
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
af00acc to
fa4275c
Compare
c6eb901 to
5b6036c
Compare
|
@danieljuhl looks like you found the answer your self by adding the |
5b6036c to
1611ab9
Compare
|
@watson yes, I think I found the solution, and waiting for the tests to finally pass :) |
495f55f to
a7957bb
Compare
|
Sorry about that. I just merged #646 which should fix the issue you experienced. If you rebase with master, it should be all green now 😄 |
|
I actually haven't reviewed the PR yet btw, so we'll just do that as well. So if you want you can just wait rebasing until afterwards |
Qard
left a comment
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.
Just one suggestion on how to improve the code. Other than that though, it looks good to me. 👍
watson
left a comment
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.
Could I get you to add a row to this table in the documentation as well?
a7957bb to
1b38b9b
Compare
|
I've just tried to fix it. Let's see what the tests say... |
Still not a happy CI. Maybe we need to remove |
|
I wish npm would remove the concept of peer dependencies. It's nothing but trouble 😞 I'm trying now to split the tests for |
|
Didn't fix it... I'll have another look later |
|
Finally got the tests to pass 😅 @Qard have your review comments been addressed? |
Great! And thanks for the help..
I've tried at least 😄and followed the review comments exactly, so I hope they have been addressed. |
Qard
left a comment
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.
One last thing, and then it looks good to me. 👍
Co-Authored-By: danieljuhl <danieljuhl@gmail.com>
557e775 to
d699c24
Compare
Added instrumentation for apollo-server-express. As the actual instrumentation happens in apollo-server-core it might also work with all other apollo-server-*, but hasn't been tested yet.
Fixes #641
Checklist