nickelc
547cf3e36f
Add GitHub workflows for CI and Book ( #487 )
2020-02-12 23:55:45 -07:00
Nathan Wilson
389fd5ca19
Add bson crate's ObjectId to juniper foreign scalar type integrations ( #517 )
2020-02-12 23:49:50 -07:00
Genna Wingert
4ccb129fa2
Update juniper_hyper to hyper 0.13 and add async resolution ( #505 )
...
This involves updating to futures 0.3, tokio 0.2 stable
2020-02-12 23:48:28 -07:00
Christian Legnitto
7ee67ed6e8
Convert graphql_object to central util parsing ( #526 )
2020-02-12 23:46:59 -07:00
James H
df2740393a
Add dataloader explaination to book ( #518 )
2020-02-12 23:45:15 -07:00
Oleksandr
dea15f489d
Disable default features for rocket integration ( #530 )
2020-02-12 23:43:05 -07:00
Jordão
eff086a337
Format code
2020-02-05 18:10:43 -08:00
Jordão
03229ddf65
Added a small test for field validation error in the async executor
2020-02-05 18:10:43 -08:00
Jordão
75b597d8f3
Added usage of context validator in the async executor
2020-02-05 18:10:43 -08:00
David Pedersen
6a04b113e6
Merge pull request #521 from tyranron/unfix-futures-version
...
Use caret requirement for specifying 'futures' crate version
2020-02-04 13:15:02 +01:00
tyranron
c51c675306
Use caret requirement for specifying 'futures' crate version
2020-02-04 09:57:47 +01:00
Christian Legnitto
211737cee0
Format code
2020-01-29 07:51:35 -05:00
Christian Legnitto
c8bec0fba3
Fix test
2020-01-29 07:51:35 -05:00
Christian Legnitto
b9193ddb61
Remove deprecated function
2020-01-29 07:51:35 -05:00
tyranron
dd9c201352
Upgrade uuid to 0.8 version
2020-01-29 01:59:42 -05:00
David Pedersen
be66798da0
Merge pull request #511 from andywswan/patch-1
...
fixing a double spell
2020-01-28 17:21:34 +01:00
Andy Swan
ab498f2f24
fixing a double spell
2020-01-28 11:07:25 +00:00
Christian Legnitto
c984457e91
Fix scalar and some tests under async
...
there is still some weirdness going on. Running async and
non-async tests in `integration_tests/*` works, but running it
from `integration_tests` does not.
2020-01-27 23:41:38 -05:00
Christian Legnitto
c42c71b02d
Update to latest tokio
2020-01-22 07:56:03 -08:00
Christian Legnitto
d22fab76c8
Fix clippy lints in warp
2020-01-22 07:56:03 -08:00
Christian Legnitto
15d7f4d076
Remove Travis badge from README
2020-01-21 10:11:10 -08:00
Christian Legnitto
824f329b0f
Remove TravisCI
2020-01-21 09:41:46 -08:00
Christian Legnitto
036b72796a
Only run async tests on master for crates that require master
2020-01-21 09:22:14 -08:00
Christian Legnitto
a54a6e9621
Turn off juniper_warp until it is fixed
2020-01-21 09:04:27 -08:00
Christian Legnitto
31ca3e6156
Add async to doc tests
2020-01-21 08:38:13 -08:00
Christian Legnitto
b8b28ec2bb
Add empty changelog to make release dry-run work
2020-01-21 08:28:31 -08:00
Christian Legnitto
9a634bb8e2
Add fake features to integration crates
2020-01-21 08:17:49 -08:00
Christian Legnitto
16f34db12f
Add async feature flag
2020-01-21 08:04:08 -08:00
Christian Legnitto
80ef24fc12
Break dep cycle again
2020-01-21 07:53:36 -08:00
Christian Legnitto
98caeefbc0
Break dep cycle with features
2020-01-21 00:02:26 -08:00
Christian Legnitto
89e17abbb0
Fix makefiles for benchmarks
2020-01-20 23:42:57 -08:00
Christian Legnitto
c6becfe234
Fix juniper_codegen tests under async
2020-01-20 23:38:44 -08:00
Christian Legnitto
e97d25d650
Fix formatting
2020-01-20 23:29:29 -08:00
Christian Legnitto
6aebe5a30f
Add features to juniper_benchmarks
2020-01-20 23:23:42 -08:00
Christian Legnitto
ad3c7ef6d9
Add tests with async features enabled to CI
2020-01-20 23:05:08 -08:00
Christian Legnitto
7681f42933
Merge remote-tracking branch 'upstream/master' into async-await
2020-01-20 22:47:05 -08:00
iancormac84
001cabc9e9
Changes.
2020-01-18 17:14:35 -08:00
iancormac84
c6ac0bdcef
Add changes from async-await branch to Changelog.
2020-01-18 17:14:35 -08:00
Christian Legnitto
fc7827605c
Release juniper_warp 0.5.2
2020-01-18 17:14:35 -08:00
Christian Legnitto
0542c3aeac
Release juniper_rocket 0.5.2
2020-01-18 17:14:35 -08:00
Christian Legnitto
37d2b195bc
Release juniper_iron 0.6.2
2020-01-18 17:14:35 -08:00
Christian Legnitto
9d3cfc1c59
Release juniper_hyper 0.5.2
2020-01-18 17:14:35 -08:00
Christian Legnitto
73dc5cd5b8
Release juniper 0.14.2
2020-01-18 17:14:35 -08:00
Christian Legnitto
a5ccf8c2a1
Release juniper_codegen 0.14.2
2020-01-18 17:14:35 -08:00
Christian Legnitto
3c41769cb7
Update quickstart on every release ( #485 )
2020-01-18 17:14:35 -08:00
Massimo Cairo
9fe1c29889
Validate variables of the executed operation only ( #462 )
...
* Validate variables of the executed operation only
* Use `unreachable!` in `validate_var_defs`.
Use `unreachable!` instead of `panic!` on invalid variable types,
since thay have already been checked during document validation.
* Fix formatting in `validation/input_value.rs`
2020-01-18 17:14:35 -08:00
Alexander Simmerl
16967d7d98
Add example of how to construct null in graphql_value
2020-01-18 17:14:35 -08:00
Samuel Hurel
5b1c5c697a
Add note on complex fields impl block in doc ( #483 )
2020-01-18 17:14:35 -08:00
Massimo Cairo
d4c75f0ba5
Fix unused variable error message
...
Was copied from undefined variable error message.
2020-01-18 17:14:35 -08:00
Jens Krause
14986ff419
Use latest graphiql (v0.17.2) ( #477 )
...
incl. upgrade to latest React
2020-01-18 17:14:35 -08:00