Commit graph

  • e2805632c3
    Remove .0 from version in quickstart Christian Legnitto 2018-09-13 11:31:33 -0700
  • 0531bf7790
    Fix README grammar Christian Legnitto 2018-09-13 11:10:02 -0700
  • 8470389f50
    Bare minimum to document latest release (#9) Christian Legnitto 2018-09-13 10:36:28 -0700
  • 9f77ea9411
    Add docs for batching queries and mutations in a single request. (#6) Christian Legnitto 2018-09-13 10:10:06 -0700
  • be4c352939
    Use the crates.io version of reqwest (#247) Christian Legnitto 2018-09-13 10:06:03 -0700
  • 96fbd6a34c Use the crates.io version of reqwest Christian Legnitto 2018-09-13 09:36:30 -0700
  • e82abede94
    Fix up licenses for warp and hyper integrations (#246) Christian Legnitto 2018-09-13 09:32:21 -0700
  • dd188f07f7 Fix up licenses for warp and hyper integrations Christian Legnitto 2018-09-13 09:28:58 -0700
  • 9c1ce1fb7a
    0.10.0 release (#236) Christian Legnitto 2018-09-13 09:13:31 -0700
  • 9909af238f Let juniper_warp and juniper_hyper use 0.9.x versions of Juniper Christian Legnitto 2018-09-13 08:36:48 -0700
  • 0162f7270c Move juniper_rocket changelog into one file Christian Legnitto 2018-09-13 08:30:12 -0700
  • c8e778e5cf Bump integrations versions for 0.10.0 release Christian Legnitto 2018-09-13 08:24:59 -0700
  • e6a5cb8c87 0.10.0 release Christian Legnitto 2018-08-29 12:52:57 -0700
  • a2ffbf8d05 Rust syntax highlighting on code example in quickstart guide (#7) Sunjay Varma 2018-09-12 19:39:55 -0400
  • 842b2e36fe
    Update README text to include warp Christian Legnitto 2018-09-07 15:42:06 -0700
  • fd636e07df Add integration crate for the warp framework (#216) Tom Houlé 2018-09-07 23:28:56 +0200
  • 358ea91a0c
    Final cleanup Tom Houlé 2018-09-07 17:34:19 +0200
  • 1ee3dab3b7
    Handle InputValues that return None (#244) Christian Legnitto 2018-09-07 08:27:33 -0700
  • 8c1aa7f752
    Make juniper_warp pass new http harness tests Tom Houlé 2018-09-07 07:24:04 +0200
  • e11606bc3a
    Run juniper_warp CI outside of cargo-make Tom Houlé 2018-09-02 11:53:29 +0200
  • 10c08bb14f
    WIP - special-case juniper_warp in CI Tom Houlé 2018-09-02 11:36:56 +0200
  • 16dd88070d
    Remove Makefile.toml Tom Houlé 2018-09-01 12:27:52 +0200
  • 91de542d2d
    Remove cargo-make version filter script for juniper_warp Tom Houlé 2018-09-01 09:23:29 +0200
  • 90e8dee80c
    Put version script back in Makefile.toml Tom Houlé 2018-08-29 21:55:24 +0200
  • f81d081c57
    Revert "Remove juniper_warp/Makefile.toml" Tom Houlé 2018-08-29 21:53:42 +0200
  • 6fc423b83a
    Remove juniper_warp/Makefile.toml Tom Houlé 2018-08-29 21:34:28 +0200
  • a5d1d6da2f
    Extract the cargo-make compatibility checking script Tom Houlé 2018-08-29 08:46:29 +0200
  • 985265c2b5
    Revert "Try deleting the juniper_warp Makefile.toml" Tom Houlé 2018-08-29 07:27:39 +0200
  • 6fcb4cfdb6
    Try deleting the juniper_warp Makefile.toml Tom Houlé 2018-08-28 18:17:59 +0200
  • 137c792520
    Implement batched queries Tom Houlé 2018-08-28 18:16:44 +0200
  • a6f179cec4
    Tweak Makefile.toml to make juniper_warp build Tom Houlé 2018-08-28 07:33:30 +0200
  • 7f288eee8d
    Make the http response body bytes everywhere Tom Houlé 2018-08-27 08:28:57 +0200
  • d0033b3cad
    WIP - tweak Makefile.toml Tom Houlé 2018-08-27 07:45:29 +0200
  • 1b07c0bdf2
    Add proper links in juniper_warp docs Tom Houlé 2018-08-27 06:47:51 +0200
  • 2d505e2451
    Remove useless bounds Tom Houlé 2018-08-27 06:37:41 +0200
  • eabdc23628
    Document implicit thread pool creation on make_graphql_filter Tom Houlé 2018-08-27 06:37:26 +0200
  • a042eed382
    Properly configure CI for juniper_warp Tom Houlé 2018-08-27 06:15:01 +0200
  • dbc680b176
    Implement passing/creating a thread pool to avoid blocking Tom Houlé 2018-08-26 14:45:15 +0200
  • e03ea0adf1
    Disable CI on old stable compilers for juniper_warp only Tom Houlé 2018-08-26 08:00:15 +0200
  • e1aabda3ff
    Fix warning and add #[deny(warnings)] in warp example Tom Houlé 2018-08-20 12:48:23 +0200
  • 5e311e73eb
    Finish implementing GET requests handling Tom Houlé 2018-08-19 16:21:56 +0200
  • fe50ba49ef
    WIP - integration crate test harness Tom Houlé 2018-08-19 15:13:27 +0200
  • 738fd50632
    WIP - upgrade to warp 0.1.2 and use common http test harness Tom Houlé 2018-08-19 08:45:26 +0200
  • 0c2d35fa94
    Test JSON post on the juniper warp filter Tom Houlé 2018-08-06 20:54:38 +0200
  • 77fd9123e7
    Add e2e tests for the graphiql handler Tom Houlé 2018-08-06 20:35:24 +0200
  • 1248c82c0f
    Add #![deny(missing_docs)] to juniper_warp Tom Houlé 2018-08-05 16:17:11 +0200
  • 2825431f96
    Add a README for juniper_warp Tom Houlé 2018-08-05 15:08:56 +0200
  • 52908cc8ba
    Add warp to integrations list in README.md Tom Houlé 2018-08-03 18:25:57 +0200
  • 6e22f29200
    Add integration crate for the warp framework Tom Houlé 2018-08-03 07:11:35 +0200
  • 09032a7d73 Small style fixes Christian Legnitto 2018-09-06 20:49:14 -0700
  • 915429ccdb Fix tests on Rust 1.22.0 Christian Legnitto 2018-09-06 11:45:17 -0700
  • 385e3c3300 Support derive Christian Legnitto 2018-09-06 11:22:09 -0700
  • 09feb475ca Fix build on older Rust versions Christian Legnitto 2018-09-05 23:45:19 -0700
  • cfe86f9b22 Handle InputValues that return None Christian Legnitto 2018-09-05 23:31:45 -0700
  • 9bee530bcd
    Pretty print debugging info (#243) Christian Legnitto 2018-09-05 22:47:12 -0700
  • c2b38090f8 Pretty print debugging info Christian Legnitto 2018-09-05 21:42:10 -0700
  • cc9aa6e011 Fix hyper examples link in README (#241) Damir Vandic 2018-09-05 19:51:09 +0200
  • fc001dd1f3 Fix hyper examples link in README Damir 2018-09-05 09:30:59 +0200
  • f2f68f868a
    Add failure cases to http integration tests (#239) Christian Legnitto 2018-09-02 10:59:54 -0700
  • fc10b5e8f5 Update readme with link to hyper and fix link to example server (#240) Damir Vandic 2018-09-02 19:29:47 +0200
  • 4014a08da7 Update readme with link to hyper and fix link to example server Damir 2018-09-02 12:04:11 +0200
  • 038a57621b Add failure cases to http integration tests Christian Legnitto 2018-09-01 22:53:15 -0700
  • 44002f0884 Hyper integration crate (#230) Damir Vandic 2018-09-02 05:02:01 +0200
  • ecc5b9f765 Update hyper example with more sane defaults Damir 2018-09-01 13:22:38 +0200
  • 52cbea8ee6 Update readme for hyper integration Damir 2018-09-01 13:19:05 +0200
  • d459d502b2 Use status code 400 for error responses Damir 2018-09-01 13:11:35 +0200
  • 9f2034d121 Remove playground endpoint Damir 2018-09-01 13:10:14 +0200
  • f72fa22436 Use reqwest library instead of hyper client Damir 2018-09-01 12:29:59 +0200
  • acb879951f Try new nightly build Damir 2018-08-24 16:01:36 +0200
  • 934f2314a6 Add hyper http tests Damir 2018-08-20 22:58:51 +0200
  • ca3df5579a Cleanup Damir 2018-08-13 12:27:58 +0200
  • ff694b1f59 Add a first working version Damir 2018-08-13 11:27:46 +0200
  • 7826d6b1c0 Add a WIP v2 Damir 2018-08-12 21:16:43 +0200
  • ddc882c912 Add a WIP Damir 2018-08-12 02:21:59 +0200
  • facb0d2f5d [juniper_rocket] Expose GraphQLResponse fields (#238) Marshall Bowers 2018-08-31 21:46:27 -0400
  • ff3fc9bf69 Use a simpler test Marshall Bowers 2018-08-31 20:44:13 -0400
  • ad9aca3e37 Add integration tests for custom responses Marshall Bowers 2018-08-31 01:46:47 -0400
  • f8d7562785 Expose GraphQLResponse fields Marshall Bowers 2018-08-31 00:55:02 -0400
  • c87a3ce571
    Add some directions to the README (#5) Christian Legnitto 2018-08-27 15:29:57 -0700
  • 45004f77a3
    Allow crate type paths in resolve for graphql_scalar! (#229) Christian Legnitto 2018-08-27 15:26:33 -0700
  • 08c31357af
    Add support for lifetime annotations when using derives (#226) Christian Legnitto 2018-08-27 15:25:15 -0700
  • c7fd47b6ff
    Merge branch 'master' into lifetimes Christian Legnitto 2018-08-27 15:10:58 -0700
  • 22c955599a
    Add support for skipping fields in GraphQL objects (#224) Christian Legnitto 2018-08-27 15:09:42 -0700
  • 323dbf87a8
    Merge branch 'master' into field_skip Christian Legnitto 2018-08-27 15:08:57 -0700
  • 62d015cf86 Upgrade juniper_codegen dependencies (#231) Dirkjan Ochtman 2018-08-27 23:51:12 +0200
  • b41397dd2b Upgrade juniper_codegen to regex 1.0 Dirkjan Ochtman 2018-08-23 13:37:59 +0200
  • 021cc591b0 Fix comment typos in enum derive code Dirkjan Ochtman 2018-08-27 09:55:00 +0200
  • 7dba685f83 Simplify construction of new TokenStreams Dirkjan Ochtman 2018-08-27 09:53:21 +0200
  • 6e00cb91ff Upgrade juniper_codegen to syn-0.14/quote-0.6 Dirkjan Ochtman 2018-08-23 13:27:20 +0200
  • d94197c3c1 Stop testing rust-1.21.0, replace with rust-1.23.0 Dirkjan Ochtman 2018-08-27 21:00:45 +0200
  • d496220e10 Use local_inner_macros to all helper macros (#233) Yusuke Sasaki 2018-08-27 04:11:27 +0900
  • 4a009a9ebc Use local_inner_macros to all helper macros Yusuke Sasaki 2018-08-27 00:46:17 +0900
  • 273edc1d64 Add charset meta to GraphiQL iron integration (#228) Damir Vandic 2018-08-20 19:19:47 +0200
  • 7e9c7566e6 Allow crate type paths in resolve for graphql_scalar! Christian Legnitto 2018-08-20 10:12:39 -0700
  • 3ac208d12d Add charset meta to GraphiQL source code Damir 2018-08-20 18:42:08 +0200
  • f64ca479f4 Add support for lifetime annotations when using derives Christian Legnitto 2018-08-19 23:31:45 -0700
  • f2347429a0 Add support for skipping fields in GraphQL objects Christian Legnitto 2018-08-16 11:00:11 -0600
  • c04b06f79b
    Fix bad merge (#222) Christian Legnitto 2018-08-19 08:10:18 -0600
  • 1f9c083369 Fix bad merge Christian Legnitto 2018-08-13 13:34:29 -0600
  • ec59766d51 Use 'extensions' as field for error details (#219) Damir Vandic 2018-08-13 15:53:52 +0200