Commit Graph

892 Commits

Author SHA1 Message Date
Sunli
bbf784fe42 Remove async_graphql::http::StreamBody
l:
2020-09-12 21:44:34 +08:00
Sunli
3b5d387f55 Delete serde.rs 2020-09-12 21:27:14 +08:00
Sunli
99efe7d6b7 2.0.0-alpha.2 2020-09-12 20:34:29 +08:00
Sunli
4a08663f84 Upgrade for actix-web 3.0 2020-09-12 20:04:50 +08:00
Koxiaet
1aa36819eb Create resolver_utils 2020-09-12 10:29:52 +01:00
Sunli
ddf9470ea4 Bump version to 2.0.0-alpha.1 2020-09-12 07:47:13 +08:00
Sunli
e11d8c8d87 Change MultipartOptions to a builder. 2020-09-12 07:43:50 +08:00
Sunli
6fbc31e01d Merge branch '2.0' 2020-09-12 07:13:12 +08:00
Sunli
0c2aa7ae47 Release 1.18.1
async-graphql@1.18.1
async-graphql-actix-web@1.18.1
async-graphql-derive@1.18.1
async-graphql-parser@1.18.1
async-graphql-rocket@1.18.1
async-graphql-tide@1.18.1
async-graphql-warp@1.18.1
graphql-benchmark@1.18.1

Generated by cargo-workspaces
2020-09-12 06:33:50 +08:00
Sunli
20dc0cfdfc Fix a little bug. 2020-09-11 23:43:26 +08:00
Sunli
8d3ae2d465 Update book. 2020-09-11 23:38:18 +08:00
Sunli
68ae3fb5c5 Bump version to 2.0.0-alpha.0 2020-09-11 22:57:52 +08:00
Sunli
c9bb388e0e async-graphql-rocket 2.0 2020-09-11 22:55:01 +08:00
Sunli
6f3fd03443 async-graphql-warp 2.0 2020-09-11 22:37:48 +08:00
Sunli
a0b55a9e43 async-graphql-tide 2.0 2020-09-11 22:17:17 +08:00
Sunli
394f45252f async-graphql-actix-web 2.0 2020-09-11 17:52:06 +08:00
Sunli
a93b91ae2d Re-enable the test on websocket. 2020-09-11 16:41:56 +08:00
Sunli
3e01ef0be7 Fix tests 2020-09-11 16:05:21 +08:00
Sunli
faac753096 Add transports::websocket module. 2020-09-11 15:54:56 +08:00
Sunli
9cc293c8be Clippy clean 2020-09-11 10:51:20 +08:00
Sunli
553e6ffd53 Remove unnecessary Result on Schema::execute_stream function. 2020-09-11 10:47:55 +08:00
Sunli
c88747dfe4 Make all tests passed (async-graphql). 2020-09-10 19:35:48 +08:00
Sunli
d5cbbfb05f Merge changes. 2020-09-10 16:54:38 +08:00
Sunli
2f5a1ccf20 Merge branch '2.0' of github.com:async-graphql/async-graphql into 2.0 2020-09-10 16:43:24 +08:00
Sunli
7a90069cad Continue to refactor. 2020-09-10 16:39:43 +08:00
Koxiaet
c00c368c35 Move HTTP functions to HTTP module 2020-09-10 08:04:24 +01:00
Sunli
9bc837da9e Initial attempt. 2020-09-10 12:49:08 +08:00
Sunli
cacb5aa9d8 Rustfmt 2020-09-10 09:09:55 +08:00
Koxiaet
096660a676 Remove anyhow, byteorder and base64 dependencies 2020-09-09 17:34:23 +01:00
Koxiaet
a526b751d5 Merge branch 'master' of github.com-koxiaet:async-graphql/async-graphql into master 2020-09-09 17:06:36 +01:00
Koxiaet
7ad1b8cd58 Reorder dependencies and remove dependency on mime 2020-09-09 17:03:33 +01:00
Sunli
31f4dcb2f2 Merge branch 'master' of https://github.com/async-graphql/async-graphql 2020-09-09 18:42:58 +08:00
Sunli
0d3a0f6949 Add context to ResolveInfo. #260 2020-09-09 18:42:10 +08:00
Sunli
035e7c27c9 Release 1.18.0 2020-09-09 15:27:45 +08:00
Sunli
9291e82d32 Update code-coverage.yml 2020-09-09 15:17:44 +08:00
Sunli
88bf17aaa8 Update CI 2020-09-09 11:05:57 +08:00
Sunli
e1aba38884 Update code-coverage.yml 2020-09-09 11:04:18 +08:00
Sunli
25e1339d5e Remove prefixes and add integrations subdirectory #259 2020-09-09 10:08:17 +08:00
Sunli
2553749672
Merge pull request #257 from Koxiaet/master
Rewrite async-graphql-parser
2020-09-09 09:36:47 +08:00
Koxiaet
b3093e92d4 Fix Tide tests 2020-09-08 11:07:32 +01:00
Koxiaet
122f8ef230 Fix tests 2020-09-08 10:19:25 +01:00
Koxiaet
c29c176528 Fix benchmarks 2020-09-08 10:03:25 +01:00
Koxiaet
7cd823ba04
Merge branch 'master' into master 2020-09-08 09:48:01 +01:00
Koxiaet
a42cc58f00 Merge branch 'master' of github.com-koxiaet:Koxiaet/async-graphql into master 2020-09-08 09:32:37 +01:00
Koxiaet
c42aa55625 Rustfmt 2020-09-08 09:30:29 +01:00
Koxiaet
ed5acdcf18 Support service parsing in async-graphql-parser
- Instead of adding a separate module `schema` like there was before,
since service parsing and executable parsing have a fair amount of
overlap I put them as two submodules `executable` and `service` in both
`parse` and `types`. Also, the grammar is unified under one `.pest`
file.
- Added const equivalents to `Value`, `Directive` etc
- Change the reexport `async_graphql::Value` from
`async_graphql_parser::types::Value` to
`async_graphql_parser::types::ConstValue` since in 99% of cases in this library
a const value is wanted instead of a value.
- Added consistent usage of executable/service instead of the ambiguous
query/schema.
- Some of the tests actually had invalid GraphQL so the new more correct
grammar made them fail, that was fixed.
- Added a `Name` newtype to refer to GraphQL names
(`[A-Za-z_][A-Za-z_0-9]*`) since they are used so frequently.
2020-09-08 09:21:27 +01:00
Sunli
5f14325ef5 Remove historical code that is no longer used. 2020-09-07 18:53:03 +08:00
Sunli
9ce0554ed3 Clippy cleanup 2020-09-06 18:59:38 +08:00
Sunli
59dc391309 Merge branch 'master' of https://github.com/Koxiaet/async-graphql into pr/257 2020-09-06 18:54:28 +08:00
Sunli
22fb1681d5 Make all tests pass. 2020-09-06 18:53:24 +08:00