Sackery
10538eca8b
Change pretty json string to compact json string
2018-02-08 21:05:00 +01:00
Christoph Herzog
d00e74bb4e
Format entire codebase with rustfmt
2018-01-13 12:25:55 +01:00
Christoph Herzog
40c946c81c
0.9.2 release
...
* Changelogs
* Update versions and dependency versions
2018-01-13 10:34:30 +01:00
Christoph Herzog
5670fc7eb1
add decode query params to 0.1.2 changelog.
2018-01-13 10:02:43 +01:00
Christian Legnitto
9362d6954c
url_decode parameters in Rocket integration
...
Also as part of this change I fixed and enabled
the http integration tests for Rocket.
Fixes https://github.com/graphql-rust/juniper/issues/116 .
2018-01-13 08:50:13 +00:00
Christoph Herzog
883dd0b2ee
juniper_rocket 0.1.2 release
...
* Bump version
* fix up changelog
2018-01-13 09:42:01 +01:00
sagie gur ari
23cf596748
windows build
2018-01-13 08:36:08 +00:00
Christian Legnitto
5b439f3fc1
Add a master changelog
...
This makes it so people using git dependencies know what has changed. It also
gives a spot to make a running changelog so when we do a release we can just
copy and paste.
2018-01-13 08:22:23 +00:00
Christian Legnitto
ff01738a60
Update rocket in juniper_rocket to work with latest nightlies
...
`juniper_rocket` now requires nightly >= 2018-01-12. See
https://github.com/SergioBenitez/Rocket/issues/513#issuecomment-357407524 .
Fixes https://github.com/graphql-rust/juniper/issues/125 .
2018-01-13 07:50:33 +00:00
Christian Legnitto
5c3fb8e913
Update Rocket to latest version
...
Rocket requires nightly, but on nightly 2017-12-13 and after
the version of Rocket juniper's integration was using wouldn't
build. This is solved by updating Rocket to `0.3.4` which
according to the [changelog](https://github.com/SergioBenitez/Rocket/blob/v0.3.4/CHANGELOG.md#version-034-dec-14-2017 ):
"Codegen was updated for 2017-12-13 nightly."
2017-12-22 09:06:34 +01:00
theduke
ca9d5c1c1a
Bump to 0.9.1 and fix up Cargo.toml files
2017-12-03 18:48:38 +01:00
theduke
ed58f2671b
Final readme and cargo.toml fixups
2017-12-03 15:14:23 +01:00
theduke
e37b7cc77d
Fix repository links in iron/rocket Cargo.toml
2017-12-03 13:12:45 +01:00
Sagie Gur-Ari
9e424a8630
v09 build fix for windows ( #115 )
...
Fix cargo make makefiles for only running the juniper_rocket build on nightly.
2017-12-03 10:31:56 +01:00
theduke
00e80bbe88
(tests) Only build juniper_rocket on nightly
2017-12-03 00:40:49 +01:00
theduke
4d6a99fe4e
Fix up Cargo.toml files and documentation.
2017-12-02 18:33:20 +01:00
theduke
b89712a887
Add juniper_rocket back to main repo
...
This is done for a lower maintainance burden and combined testing.
2017-12-02 15:59:23 +01:00
theduke
2ca9baa441
Extracted iron/rocket crates and updated README.
...
Those now live in separate repos.
2017-08-07 08:20:05 +02:00
theduke
0c7e39f14e
Rust fmt the whole codebase
2017-08-06 21:15:08 +02:00
theduke
619a2e57f9
Extraction of iron and rocket features into separate crates.
...
* 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
2017-08-06 17:42:31 +02:00