Commit graph

  • 90b89f00ee Performance improvements (#202) Georg Semmler 2018-08-13 13:47:18 +0000
  • e57d202e5a Use 'extensions' as field for error details Damir 2018-08-10 21:06:11 +0200
  • af40b11eaf
    More fixes to compile on old rust versions Georg Semmler 2018-08-04 00:28:53 +0200
  • 3b3d0411b8
    Remove the usage of impl trait Georg Semmler 2018-08-04 00:15:32 +0200
  • 3da55d6afc
    Fix test case Georg Semmler 2018-07-06 13:33:51 +0200
  • 40ce23e9ba
    Some performance improvements Georg Semmler 2018-06-21 17:00:20 +0200
  • b682c6324f Add cirrus ci config Christoph Herzog 2018-07-19 16:10:18 +0200
  • 56f71e934b Format code Christoph Herzog 2018-07-19 15:22:21 +0200
  • 39945b2b23 Update changelog (Arc<T> implements GraphQLType, ToInputValue) Christoph Herzog 2018-07-19 15:21:36 +0200
  • 4dc155c51a Implement GraphQLType and ToInputValue for Arc<T> Paul Colomiets 2018-07-19 13:47:09 +0300
  • 37dcab5635 Format code Christoph Herzog 2018-07-19 15:22:21 +0200
  • 0afc7676d5 Update changelog (Arc<T> implements GraphQLType, ToInputValue) Christoph Herzog 2018-07-19 15:21:36 +0200
  • b61219def8 Implement GraphQLType and ToInputValue for Arc<T> Paul Colomiets 2018-07-19 13:47:09 +0300
  • 2789f72f2b
    Merge aff14c9a57 into 915b846a83 Kevin Stenerson 2018-07-13 19:47:23 +0000
  • 915b846a83
    Update CHANGELOG.md Christian Legnitto 2018-07-13 01:31:13 -0700
  • e63b42bc8e (juniper_iron) fallible context factory (#180) Andrey Kutejko 2018-07-13 10:30:14 +0200
  • 9d793af369 (juniper_iron) fallible context factory Andrey Kutejko 2018-05-10 21:49:17 +0200
  • 521930e911
    Escape urls in iron integration tests (#208) Christian Legnitto 2018-07-12 18:34:37 -0700
  • f115d0bb57 Allow custom errors to be returned from queries, mutations (#205) Sharad Chand 2018-07-13 07:09:29 +0545
  • ed34ec33ce Escape urls in iron integration tests Christian Legnitto 2018-07-12 18:18:19 -0700
  • fb320dc1a9 Added to changelog Sharad Chand 2018-07-11 14:32:18 +0545
  • 2e9408e5f6 Consistent error serializing for GraphQLError (#207) Paul Colomiets 2018-07-10 18:07:18 +0300
  • 5f696f0f98 Consistent error serializing for GraphqlError Paul Colomiets 2018-07-10 17:35:23 +0300
  • f696427a13 Make the IntoFieldError trait pub Sharad Chand 2018-07-08 20:49:27 +0545
  • 24f54dbf1e Added test case to check if custom error handling works Sharad Chand 2018-07-08 18:35:38 +0545
  • 1bed6c6b82 Convert the error type of the gql fields if it implements IntoFieldError Sharad Chand 2018-07-08 18:12:40 +0545
  • ad4ba2317f Added trait to convert a custom error type into a FieldError Sharad Chand 2018-07-08 18:05:48 +0545
  • afe333f850
    Merge ab34b1d9a3 into 569bc16415 Georg Semmler 2018-07-06 15:10:21 +0000
  • 569bc16415 Don't make assumptions what features the rocket app might use. (#204) Sharad Chand 2018-07-06 20:55:08 +0545
  • 82d7cb856e Don't make assumptions what features the rocket app might use. Sharad Chand 2018-06-25 14:59:27 +0545
  • 4be687f73e Add more unit tests for doc comments as descriptions Christian Legnitto 2018-06-07 23:52:13 -0700
  • 1fd5c10327 Add support for using doc comments as descriptions Christian Legnitto 2018-06-07 17:45:42 -0700
  • ab34b1d9a3
    Support i16 as additional integer type Georg Semmler 2018-06-19 14:53:18 +0200
  • 0f77515186 Add more unit tests for doc comments as descriptions Christian Legnitto 2018-06-07 23:52:13 -0700
  • e30abcdabb Add support for using doc comments as descriptions Christian Legnitto 2018-06-07 17:45:42 -0700
  • e84167286b Handle an array of GraphQL queries (#171) Cameron Eldridge 2018-06-07 20:44:30 -0400
  • f0cbc97dc7
    Do not assign field to itself if no description specified when deriving input object (#187) Christian Legnitto 2018-06-06 18:40:45 -0700
  • d5d57f8a10 use prebuilt cargo-make for travis build (#193) Sagie Gur-Ari 2018-06-01 19:25:18 +0300
  • 7dad881be8 use prebuilt cargo-make for travis build sagie gur ari 2018-06-01 07:32:52 +0000
  • afe3d267b4 use prebuilt cargo-make for travis build sagie gur ari 2018-06-01 06:26:45 +0000
  • d5afced10c use prebuilt cargo-make for travis build sagie gur ari 2018-06-01 06:25:15 +0000
  • e49324489e use prebuilt cargo-make for travis build sagie gur ari 2018-06-01 05:32:18 +0000
  • f0e64c3dee use prebuilt cargo-make for travis build sagie gur ari 2018-06-01 05:28:42 +0000
  • 6f401f0484
    Merge 5c293c8c08 into f2d228b8ae Christian Legnitto 2018-06-01 04:08:14 +0000
  • 5c293c8c08 Download precompiled cargo-make in CI. Christian Legnitto 2018-05-30 13:44:01 -0700
  • f2d228b8ae Add helpers to build custom GraphQLResponse (#158) Kevin Stenerson 2018-05-30 00:28:36 -0600
  • 1f4b4f76d3 Add test for batched query Cameron Eldridge 2018-05-29 19:19:53 -0400
  • bf833b7c2a Fix doc test (add missing use statement and schema decl) Kevin Stenerson 2018-05-26 23:02:12 -0600
  • c2ee409a74 Add a doctest example Kevin Stenerson 2018-05-26 20:44:34 -0600
  • 14e42ea407 Add helpers to build custom errors Kevin Stenerson 2018-03-16 11:59:17 -0600
  • a1c53a42e5 Feature 'apollo-extensions' to conditionally enable the batch support Cameron Eldridge 2018-05-23 19:12:28 -0400
  • 6c7c61fb73 Factor out all the batching stuff to just in the integrations Cameron Eldridge 2018-05-23 18:48:35 -0400
  • e8c54a6e65 Merge branch 'graphql-rust-master' Cameron Eldridge 2018-05-23 18:03:54 -0400
  • 604a6ee0ff
    Merge 934fcbb2bd into 7933bf92a5 Cameron Eldridge 2018-05-23 22:00:43 +0000
  • 934fcbb2bd Merge branch 'master' of https://github.com/graphql-rust/juniper into graphql-rust-master Cameron Eldridge 2018-05-23 17:57:20 -0400
  • 7933bf92a5
    Rename variable to be more descriptive. Christian Legnitto 2018-05-23 00:49:23 -0700
  • 9080448da2 Add Compile Time Check For "Invalid" Names (#170) piperRyan 2018-05-23 01:25:20 -0600
  • 97d917c224
    Merge branch 'master' into feat-compile-time-name-check Christian Legnitto 2018-05-23 00:24:21 -0700
  • 69db4c247b Deserialize large integers as InputValue::float (fixes #178) Paul Colomiets 2018-05-08 10:13:49 +0300
  • a7d04cb04b update changelog with notes on compile time name rejection Ryan Piper 2018-05-22 20:48:47 -0600
  • 2364742ecc Deserialize large integers as InputValue::float (fixes #178) Paul Colomiets 2018-05-08 10:13:49 +0300
  • 06d76c1910 Do not assign field to itself if no description specified when deriving input object Christian Legnitto 2018-05-21 11:00:51 -0700
  • b354e7237e Merge branch 'master' of https://github.com/graphql-rust/juniper into feat-compile-time-name-check Ryan Piper 2018-05-21 10:49:55 -0600
  • 34391855af Fix imports Georg Semmler 2018-05-09 14:42:37 +0200
  • 19e76865c9 Remove unused type_name field to fix tests Georg Semmler 2018-04-19 16:25:33 +0200
  • cfc3109109 Rename childs to children Georg Semmler 2018-04-19 15:15:22 +0200
  • da9c21ccfe Add some documentation to the lookahead feature Georg Semmler 2018-04-19 15:09:00 +0200
  • 61c07b95fc Small improvements + rustfmt Georg Semmler 2018-03-15 15:43:16 +0100
  • dd99914fbe Add a basic lookahead functionality Georg Semmler 2018-01-26 15:03:29 +0100
  • 85f3ae5c33 Change regex to be aligned with the specs Ryan Piper 2018-05-19 19:30:28 -0600
  • 61f0c7d337
    Update uuid version range theduke 2018-05-10 06:43:28 +0200
  • 19fe7ae685
    Fix imports Georg Semmler 2018-05-09 14:42:37 +0200
  • dc7ec79bf0
    Remove unused type_name field to fix tests Georg Semmler 2018-04-19 16:25:33 +0200
  • a77d58dda6
    Rename childs to children Georg Semmler 2018-04-19 15:15:22 +0200
  • 1b94c76691
    Add some documentation to the lookahead feature Georg Semmler 2018-04-19 15:09:00 +0200
  • 9140309122
    Small improvements + rustfmt Georg Semmler 2018-03-15 15:43:16 +0100
  • e3af0486e6
    Add a basic lookahead functionality Georg Semmler 2018-01-26 15:03:29 +0100
  • 1000fc8595
    Merge e739e5b21d into 9313c7ca6d Dylan DPC 2018-05-03 09:08:36 +0000
  • 9313c7ca6d Run rust fmt. Christoph Herzog 2018-05-03 07:37:10 +0200
  • b9af19801d Run rust fmt. Christoph Herzog 2018-05-03 07:37:10 +0200
  • b94ed37c1f Remove unnecessary format!() Marcus Griep 2018-02-21 11:26:59 -0500
  • d1cddfb55f Revert lossy conversions to use as Marcus Griep 2018-02-21 10:45:30 -0500
  • 73a4efe984 Change $outname from :tt to :expr Marcus Griep 2018-02-21 10:41:38 -0500
  • 875c80748d Fix cargo clippy warnings Atul Bhosale 2018-01-27 17:15:28 +0530
  • ea3c425f04 Replace try! with ? Atul Bhosale 2018-01-23 01:08:48 +0530
  • 5fad1c4052 Remove unnecessary format!() Marcus Griep 2018-02-21 11:26:59 -0500
  • 5460ff0483 Revert lossy conversions to use as Marcus Griep 2018-02-21 10:45:30 -0500
  • 867ed176c1 Change $outname from :tt to :expr Marcus Griep 2018-02-21 10:41:38 -0500
  • 0c6620b600 Fix cargo clippy warnings Atul Bhosale 2018-01-27 17:15:28 +0530
  • 5f0b9a91a2 Replace try! with ? Atul Bhosale 2018-01-23 01:08:48 +0530
  • 05c1011d83 (juniper_codegen) Upgrade syn + quote Christoph Herzog 2018-05-03 01:21:08 +0200
  • b274dc6607
    Merge e9bc72b035 into 3df18f41f8 Paul Colomiets 2018-05-02 23:31:20 +0000
  • d43b9370ac (juniper_codegen) Upgrade syn + quote Christoph Herzog 2018-05-03 01:21:08 +0200
  • 3df18f41f8 (juniper_rocket) Bump minimum rocket version to 0.3.9 Christoph Herzog 2018-05-02 23:13:38 +0200
  • 83d3a9e999 (juniper_rocket) Bump minimum rocket version to 0.3.9 Christoph Herzog 2018-05-02 23:13:38 +0200
  • 658cb29f60 Handle an array of GraphQL queries Cameron Eldridge 2018-05-01 13:01:54 -0400
  • abddf70099 fix test that used invalid enum field name Ryan Piper 2018-04-29 17:28:48 -0600
  • 16038f26eb Add functionality to check for PascalCase, camelCase and upper snake case. Also includes tests Ryan Piper 2018-04-29 17:27:54 -0600
  • 7e021ce111 Add regex and lazy_static declarations Ryan Piper 2018-04-29 17:27:12 -0600
  • 12b9fa9507 Add compile time check to ensure object name is PascalCase and field names are camelCase Ryan Piper 2018-04-29 17:26:45 -0600