Skip to content

Extract Iron + Rocket #73

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

Merged
merged 6 commits into from
Aug 6, 2017
Merged

Extract Iron + Rocket #73

merged 6 commits into from
Aug 6, 2017

Conversation

theduke
Copy link
Member

@theduke theduke commented Aug 6, 2017

* Added juniper_iron crate
* Fixed up juniper_rocket crate
* Updated juniper/Cargo.toml
* Updated docs (readme, module docs)
* Export http integrator tests with export-test-schema feature
* Update CI tests (Use cargo-make )
* Format parts of the code base
* Update rocket to 0.3

Rocket's traits have changed in version 0.3.0, this commit adjusts
the existing implementation to be compatible with the latest
version of the traits.
This split still requires some work as the tests currently fail. This is
caused by the fact that some previously private modules can't be
accessed anymore, and that Rocket changet it's testing framework.
@theduke theduke changed the title Extract iron Extract Iron + Rocket Aug 6, 2017
* Added juniper_iron crate
* Fixed up juniper_rocket crate
* Updated juniper/Cargo.toml
* Updated docs (readme, module docs)
* Export http integrator tests with export-test-schema feature
* Update CI tests (Use cargo-make )
* Format parts of the code base
theduke added 2 commits August 6, 2017 18:31
Rocket only works on nightly + Not done on appveyor anyway
@theduke theduke force-pushed the extract-iron branch 3 times, most recently from 7d04dd0 to 08e035d Compare August 6, 2017 17:15
Rocket is only supported on nightly, and rocket depends on Ring, which
does not support the gcc toolchain on Windows.
@theduke
Copy link
Member Author

theduke commented Aug 6, 2017

The tests have succeded on my fork!

To avoid waiting for hours until AppVeyor gets it's ass moving, I'm merging now.

@theduke theduke merged commit 27048ae into graphql-rust:master Aug 6, 2017
@theduke theduke deleted the extract-iron branch August 6, 2017 17:27
@theduke theduke mentioned this pull request Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants