Commit graph

472 commits

Author SHA1 Message Date
Urigo
12c8a02b18 Merge branch 'master' into feat/subscriptions-graphiql
# Conflicts:
#	lerna.json
#	package.json
#	packages/graphql-server-lambda/README.md
#	packages/graphql-server-lambda/src/lambdaApollo.ts
2017-03-28 20:27:21 +03:00
Urigo
d5053c928a feat(subscriptions): updated fetcher version 2017-03-28 20:25:45 +03:00
Urigo
99d1bcf27a feat(subscriptions): updated packages imports 2017-03-28 20:25:45 +03:00
Urigo
af86de8088 feat(subscriptions): dont include transport if not using subscriptions 2017-03-28 20:25:45 +03:00
Urigo
54443b8bfe feat(subscriptions): added subscriptions graphiql to all server types 2017-03-28 20:25:45 +03:00
Urigo
68e4a35dc2 feat(subscriptions): added subscriptions for graphiql 2017-03-28 20:25:45 +03:00
Urigo
c4fabe3675 added support for subscriptions 2017-03-28 20:25:45 +03:00
Hagai Cohen
e2c4258dbc fix(tests): fixed typo in testcase of formatError 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
38e5932b3e chore(package): update lerna back to upstream package
finally, lerna/lerna#507 fixed the devDep issue.
2017-03-28 20:25:44 +03:00
Rafael Cosman
9eab90d7d3 Changes "apollo server" to "Graphql Server" 2017-03-28 20:25:44 +03:00
Hagai Cohen
b3a00fffbc chore(package):fix badges in readme after org rename. 2017-03-28 20:25:44 +03:00
Jonas Helfer
ca00a96f1b Update CONTRIBUTING.md 2017-03-28 20:25:44 +03:00
NeoReyad
63bcd4696b Add instructions for deploying the Lambda Function
This adds basic instructions to the README for deploying the lambda function. It uses the Serverless Application Model by creating a template that is used by the AWS CLI.
2017-03-28 20:25:44 +03:00
Reyad Attiyat
2ff57f502e Add the restify variant to README 2017-03-28 20:25:44 +03:00
Reyad Attiyat
789a4ddf40 Update README and Changelog
Add example lambda handler and some documentation
2017-03-28 20:25:42 +03:00
Reyad Attiyat
cd1c19d033 Add support for AWS Lambda
Create an integration that will return a lambda handler for a
graphql or graphiql server. This integration requires an API
Gateway with Lambda Proxy Integration.

The test runner expects req and res objects for testing. We
have to mock these for the tests to execute properly.
2017-03-28 20:25:16 +03:00
Hagai Cohen
93eb5eff72 Merge pull request #330 from soda0289/patch-1
Update Lambda README to include more examples
2017-03-22 15:14:11 +02:00
Reyad Attiyat
e5de3d8709 Update Lambda README to include more examples
This commit adds examples for modifying the response headers, to enable CORS, and how to read the event and context variables using an options function
2017-03-20 22:19:54 -05:00
Hagai Cohen
37ae74c5fe Merge pull request #325 from apollographql/greenkeeper/sinon-2.0.0
Update sinon to the latest version 🚀
2017-03-20 10:50:49 +02:00
Sashko Stubailo
31da2ef9a8 Merge branch 'master' into greenkeeper/sinon-2.0.0 2017-03-19 23:21:26 -07:00
Sashko Stubailo
8a7a21dc70 Merge pull request #328 from soda0289/disable-koa-nodejs-v4
Disable Koa integration test for NodeJS v4
2017-03-19 23:18:50 -07:00
Reyad Attiyat
7cd69251b6 Disable Koa integration test for NodeJS v4
Newer versions of Koa use features of ES6 that are not supported in
nodejs v4. This commits enables the Koa integration test only when run
on nodejs v6 or newer.
2017-03-19 23:02:16 -05:00
greenkeeper[bot]
d1e4a9b12a chore(package): update sinon to version 2.0.0
https://greenkeeper.io/
2017-03-15 07:07:26 +00:00
Jonas Helfer
dc7fc3f039 Merge pull request #314 from apollographql/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2017-03-06 11:44:27 -08:00
Jonas Helfer
df2ddd425f Remove the ugly badge 2017-03-06 11:24:57 -08:00
Jonas Helfer
12c07444b7 Update lerna.json 2017-03-06 10:52:31 -08:00
greenkeeper[bot]
d2ee2a0422 docs(readme): add Greenkeeper badge
https://greenkeeper.io/
2017-03-06 18:11:58 +00:00
greenkeeper[bot]
b8d4eb2399 chore(package): update dependencies
https://greenkeeper.io/
2017-03-06 18:11:55 +00:00
Hagai Cohen
7bbe5fcc16 Merge pull request #311 from apollographql/greenkeeper-update-all
Update all dependencies 🌴
2017-03-03 06:34:33 +01:00
greenkeeperio-bot
a19b28df56 chore(package): update dependencies
https://greenkeeper.io/
2017-02-26 21:51:29 -08:00
Hagai Cohen
bbe12af457 Merge pull request #300 from RafaelCosman/patch-1
Changes "apollo server" to "Graphql Server"
2017-02-04 14:21:09 +02:00
Hagai Cohen
da9a1da3af Merge branch 'master' into patch-1 2017-02-04 13:33:06 +02:00
Hagai Cohen
f69c2eea84 Merge pull request #296 from DxCx/original-lerna
Update internal depencies & update lerna back to upstream npm
2017-02-04 11:09:52 +02:00
Rafael Cosman
ff88ddf2b4 Changes "apollo server" to "Graphql Server" 2017-02-04 00:12:58 -08:00
Jonas Helfer
b6eea02682 Merge branch 'master' into original-lerna 2017-02-03 16:38:23 -08:00
Jonas Helfer
c1bc7375cd Merge pull request #297 from apollographql/DxCx-Readme
chore(package):fix badges in readme after org rename.
2017-02-03 16:38:13 -08:00
Hagai Cohen
7b44d46da9 chore(package):fix badges in readme after org rename. 2017-02-04 00:08:22 +02:00
Hagai Cohen
4bf551cd03 fix(tests): fixed typo in testcase of formatError 2017-02-03 22:39:12 +02:00
Hagai Cohen
083b3569b2 chore(package): update internal depenecies 2017-02-02 02:57:07 +02:00
Hagai Cohen
327140c778 chore(package): update lerna back to upstream package
finally, lerna/lerna#507 fixed the devDep issue.
2017-02-02 02:47:15 +02:00
Jonas Helfer
a4703576ee Merge pull request #294 from apollographql/DxCx-changlog
Update CHANGELOG.md
2017-01-31 22:26:41 -08:00
Jonas Helfer
1d09f91596 Merge branch 'master' into DxCx-changlog 2017-01-31 20:07:35 -08:00
Jonas Helfer
1d8660a327 Merge pull request #292 from apollographql/helfer-patch-2
Update CONTRIBUTING.md
2017-01-31 20:07:24 -08:00
Jonas Helfer
d30a420894 Merge branch 'master' into DxCx-changlog 2017-01-31 18:47:23 -08:00
Jonas Helfer
75e92f519b Merge branch 'master' into helfer-patch-2 2017-01-31 18:46:55 -08:00
Jonas Helfer
836472b26f Merge pull request #247 from NeoReyad/lambda-support
AWS Lambda Integration
2017-01-31 18:46:44 -08:00
Jonas Helfer
95b1356e5c Merge branch 'master' into lambda-support 2017-01-31 14:27:27 -08:00
Hagai Cohen
7db522be9b Update CHANGELOG.md 2017-01-31 17:42:47 +02:00
Hagai Cohen
af2245c882 Merge pull request #293 from ephemer/patch-1
Update GraphiQL version to 0.9.1
2017-01-31 17:38:11 +02:00