Commit graph

57 commits

Author SHA1 Message Date
Hagai Cohen
56c346e296 fix(graphql-server-core): validation for get queries 2017-06-12 22:30:49 -07:00
Hagai Cohen
62c6445c58 test(get-validation): add failing test for validation over GET queries 2017-06-12 22:30:49 -07:00
Jonas Helfer
6cfa82ff58 v0.8.0 2017-05-30 20:11:26 -07:00
Jonas Helfer
c4e2f5224a Update dependencies 2017-05-30 20:11:26 -07:00
dotansimha
a614ba2543 updated graphql-js version 2017-05-28 20:07:06 +03:00
dotansimha
e718dc5e2e chore(deps): updated graphql-js version to support 0.10.0 2017-05-28 16:37:16 +03:00
Henric Trotzig
0384643778 Stop throwing errors from expressApollo middleware
As reported in #313 and #384, an error thrown that isn't a
`HttpQueryError` will result in an "unhandled promise rejection",
leading to infinitely hanging requests.
2017-05-18 09:23:12 +02:00
Henric Trotzig
d6fe8a15d1 Add test for graphql type validation errors
While exploring ways to reproduce #313, I thought that validation errors
coming from GraphQL's internal type checking would reproduce the issue.
It didn't. But instead of throwing out the test I wrote, I thought it
might be good to keep it around to prevent future possible regressions.

I'll keep exploring ways to reproduce the issue I'm experiencing in a
subsequent commit(s).
2017-05-18 09:23:12 +02:00
Jonas Helfer
4ab4b62c25 v0.7.2 2017-04-21 10:43:34 -07:00
Jonas Helfer
73e8334827 v0.7.1 2017-04-14 10:37:26 -07:00
Jonas Helfer
6947222889 v0.7.0 2017-04-10 11:48:26 -07:00
Jonas Helfer
25e63d4dde Revert "v0.7.0"
This reverts commit b0817dbcab.
2017-04-10 11:46:50 -07:00
Jonas Helfer
b0817dbcab v0.7.0 2017-04-10 11:40:12 -07:00
Hagai Cohen
ece5f30da2 Update dependencies (#350)
* Update dependencies
* chore(package): fix changelog
* chore(tests): disable tests for koa over node 6
* update changelog
2017-04-08 17:03:40 -07:00
Hagai Cohen
f7e2fb0809 Merge branch 'master' into feat/subscriptions-graphiql 2017-03-30 09:48:41 +03:00
Urigo
c4fabe3675 added support for subscriptions 2017-03-28 20:25:45 +03:00
Hagai Cohen
8b9e433025 chore(package): update internal depenecies 2017-03-28 20:25:45 +03:00
Hagai Cohen
37999421a1 Update dependencies 2017-03-22 15:16:39 +02:00
Hagai Cohen
61ebda42e8 chore(package): align versions with lerna again 2017-03-22 15:16:39 +02:00
Hagai Cohen
083b3569b2 chore(package): update internal depenecies 2017-02-02 02:57:07 +02:00
Kamil Kisiela
924d13c970 Use one central typescript configuration 2017-01-25 13:54:11 +01:00
Kamil Kisiela
162780e330 Use TypeScript es6 lib 2017-01-25 13:07:51 +01:00
Christian Raidl
e81f592597 allow graphql@0.9.0 as peerDependency 2017-01-25 11:46:07 +01:00
Hagai Cohen
bf55ab66b0 chore(package): remove babel 2017-01-25 02:05:24 +02:00
Hagai Cohen
e957242359 chore(package): update all dependancies for internal packages 2017-01-24 14:20:05 +02:00
Hagai Cohen
809ea8f77c chore(travis): increased timeout globally to 5s, reverted node 4 patches 2017-01-24 13:42:17 +02:00
Hagai Cohen
3c249eb540 test(batching#176): increase timeout for deflat/gzip tests, for slow Node 4 2017-01-24 12:17:01 +02:00
Jonas Helfer
ec43ee763f Merge branch 'master' into greenkeeper-tslint-4.3.1 2017-01-23 11:02:50 -08:00
Hagai Cohen
e6f09c01be chore(tslint): fix linting errors 2017-01-23 13:16:52 +02:00
Alan Christensen
539dd641bf Use graphiql option variables if query variables are not supplied 2017-01-22 21:27:17 -06:00
Jonas Helfer
39908170f1 v0.5.1 2017-01-18 18:47:19 -08:00
Hagai Cohen
01e3010323 fix(get-support): preparse query for GET requests to handle query properly 2017-01-18 10:49:13 +02:00
Hagai Cohen
32140cb3e7 chore(get-support): refactor to share http logic in core module
Closes #186
2017-01-13 16:26:41 +02:00
Hagai Cohen
5b46db4aa0 fix(get-support): fixed returned status for get without query 2017-01-13 11:49:31 +02:00
Hagai Cohen
93d7966df8 chore(get-support): rename buffer to requestPayload 2017-01-13 11:49:30 +02:00
Hagai Cohen
a2d7c85ff2 chore(get-support): support for GET method for express and connect 2017-01-13 11:45:10 +02:00
Jonas Helfer
3858033ed8 v0.5.0 2017-01-12 23:56:19 +08:00
Jonas Helfer
ca597628c1 Merge branch 'master' into switch-typings 2017-01-12 23:15:06 +08:00
Jonas Helfer
26d55cc5f7 v0.4.4 2017-01-07 12:09:47 +08:00
Sashko Stubailo
c143c6ab1b Fix express typings 2017-01-04 18:10:30 -08:00
Sashko Stubailo
0c48b3436c Fix operation store 2017-01-04 18:09:22 -08:00
Sashko Stubailo
ec13412d69 Remove all references to typed-graphql 2017-01-04 17:49:23 -08:00
Yaroslav Kiliba
aca12a4a9f Allow to install graphql@0.8
Fixes #234
2016-12-07 21:01:01 +02:00
tallyb
958d8f0b6f test: Remove only 2016-11-15 18:47:46 +02:00
tallyb
f0e534b430 test: Fix failing error text 0.8.0 2016-11-15 18:46:18 +02:00
Sashko Stubailo
6aff32d0ef v0.4.3 2016-10-23 01:18:02 -07:00
Sashko Stubailo
ff5bcbdb7d Add READMEs to all packages 2016-10-23 01:17:37 -07:00
Sashko Stubailo
0420ef60cd v0.4.2 2016-10-22 23:58:51 -07:00
Sashko Stubailo
42613a448a Rename ApolloOptions to GraphQLOptions 2016-10-22 23:56:14 -07:00
Sashko Stubailo
cd298c5b48 Rename stuff to not have apollo in it 2016-10-22 23:52:32 -07:00