Jonas Helfer
587358a336
Update CHANGELOG.md
2017-04-10 11:46:16 -07:00
Jonas Helfer
b0817dbcab
v0.7.0
2017-04-10 11:40:12 -07:00
greenkeeper[bot]
fda5ad719c
Update lerna to the latest version 🚀 ( #353 )
...
* chore(package): update lerna to version 2.0.0-rc.1
https://greenkeeper.io/
* chore(lerna): update config version to 2.0.0-rc.1
2017-04-08 17:34:47 -07:00
Hagai Cohen
71c0a62a09
generic options resolve function ( #335 )
...
* chore(ws-core): created generic options resolve function
2017-04-08 17:25:26 -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
Nick Nance
45aa44f08e
Zeit micro support ( #347 )
...
* micro is only supported in node 6 or greater
* update dependencies
* working Graphiql Server
* updated changelog
* fix linting errors
* adding micro to test suite
* added micro example
2017-04-08 14:17:49 -07:00
Jonas Helfer
639244be6d
Merge pull request #318 from papandreou/patch-1
...
Update README with an application/graphql example
2017-03-31 18:55:59 -07:00
Jonas Helfer
1b120a86b5
Merge branch 'master' into patch-1
2017-03-31 17:54:06 -07:00
Hagai Cohen
28243456e2
Merge pull request #345 from soda0289/ts-lint-5
...
Update ts-lint to version 5.0
2017-03-31 10:18:00 +03:00
Reyad Attiyat
3aa573b83e
Update ts-lint to version 5.0
...
- Fix missing semicolons
- Fix missing trailing commas
- Disable no-unused-expression for runQuery test
- expect uses unused expressions as an api Ex. expect('foo').to.be.equal();
- Disable no-use-before-declare since it requires type checking and project
file to be defined.
2017-03-30 20:26:59 -05:00
Hagai Cohen
456ce29702
Merge pull request #341 from apollographql/greenkeeper/@types/sinon-2.1.0
...
Update @types/sinon to the latest version 🚀
2017-03-30 10:39:27 +03:00
Hagai Cohen
17bf7c7c63
Merge branch 'master' into greenkeeper/@types/sinon-2.1.0
2017-03-30 10:10:53 +03:00
Hagai Cohen
9477f01509
Merge pull request #320 from Urigo/feat/subscriptions-graphiql
...
Add support for subscriptions in GraphiQL
2017-03-30 10:10:24 +03:00
Hagai Cohen
401fe83936
Merge branch 'master' into greenkeeper/@types/sinon-2.1.0
2017-03-30 09:50:12 +03:00
Hagai Cohen
f7e2fb0809
Merge branch 'master' into feat/subscriptions-graphiql
2017-03-30 09:48:41 +03:00
Jonas Helfer
4c1e4f187e
Merge pull request #334 from DxCx/lerna-versions
...
Lerna release pipeline
2017-03-29 23:34:56 -07:00
greenkeeper[bot]
12ecdbc599
chore(package): update @types/sinon to version 2.1.0
...
https://greenkeeper.io/
2017-03-29 18:40:25 +00:00
Sashko Stubailo
3aa60b8446
Merge branch 'master' into lerna-versions
2017-03-28 16:07:42 -07:00
Urigo
eb13a5dc84
Merge branch 'feat/subscriptions-graphiql' of github.com:Urigo/graphql-server into feat/subscriptions-graphiql
2017-03-28 20:32:46 +03:00
Uri Goldshtein
7634b34fc2
Merge branch 'master' into feat/subscriptions-graphiql
2017-03-28 20:30:40 +03:00
Urigo
23b534a107
feat(subscriptions): added missing "?" to props definition
2017-03-28 20:29:12 +03:00
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
Jonas Helfer
971b406138
Merge pull request #340 from thebigredgeek/patch-1
...
Remove erroneous characters from README.md
2017-03-27 09:57:26 -07:00
Andrew E. Rhyne
dd777cdcb1
Update README.md
...
Remove erroneous characters from README.md
2017-03-27 09:26:01 -07:00
Hagai Cohen
37999421a1
Update dependencies
2017-03-22 15:16:39 +02:00
Hagai Cohen
ea4a932cbb
chore(package): add lerna release pipe (npm run release)
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
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
Sashko Stubailo
abe39bf524
Merge branch 'master' into patch-1
2017-03-20 19:33:18 -07: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
fc57eaf61e
Merge branch 'master' into patch-1
2017-03-19 23:21:03 -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