Commit graph

435 commits

Author SHA1 Message Date
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
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
Geordie
063af7a069 Update GraphiQL version to 0.9.1 2017-01-31 15:40:57 +01:00
Hagai Cohen
1dddc1f891 Merge pull request #290 from apollostack/greenkeeper-supertest-3.0.0
Update supertest to version 3.0.0 🚀
2017-01-30 23:19:30 +02:00
greenkeeperio-bot
8ea8ee5557 chore(package): update supertest to version 3.0.0
https://greenkeeper.io/
2017-01-29 16:31:30 -08:00
Hagai Cohen
dff367af83 Merge pull request #285 from jadkap/restify-fix
Restify: Fix for calling next()
2017-01-28 02:08:52 +02:00
jadkap
b52f8fff9a Update CHANGELOG.md 2017-01-26 15:37:09 -05:00
jadkap
b159845bf4 Add next() calls 2017-01-26 09:39:38 -05:00
Hagai Cohen
a36bd49e42 Merge pull request #281 from apollostack/central-tsconfig
Use one central typescript configuration
2017-01-26 15:30:37 +02:00
Jonas Helfer
13c48642fd Merge branch 'master' into central-tsconfig 2017-01-25 14:19:45 -08:00
Jonas Helfer
ec1d240b6e Merge pull request #283 from apollostack/helfer-patch-1
Update CHANGELOG.md
2017-01-25 14:19:34 -08:00
Jonas Helfer
279f3e7f2b Update CHANGELOG.md 2017-01-25 10:17:03 -08:00
Kamil Kisiela
86a2b65a5d Hide tsconfig.json in VSCode 2017-01-25 13:56:19 +01:00
Kamil Kisiela
924d13c970 Use one central typescript configuration 2017-01-25 13:54:11 +01:00
Hagai Cohen
4e3f2e65a4 Merge pull request #280 from apollostack/es6-lib
Use TypeScript es6 lib
2017-01-25 14:16:47 +02:00
Kamil Kisiela
162780e330 Use TypeScript es6 lib 2017-01-25 13:07:51 +01:00
Hagai Cohen
e1b86f4f20 Merge pull request #278 from Chris-R3/update-graphql
allow graphql@0.9.0 as peerDependency
2017-01-25 13:33:17 +02:00
Christian Raidl
e81f592597 allow graphql@0.9.0 as peerDependency 2017-01-25 11:46:07 +01:00
Jonas Helfer
0389b4a1c7 Merge pull request #276 from DxCx/remove-babel
Remove babel
2017-01-24 16:33:31 -08:00
Hagai Cohen
571bba5a88 test(pacakge): remove source-map-support require which looks redundant 2017-01-25 02:05:34 +02:00
Hagai Cohen
dd08c0e5c2 chore(package): fix es5 compilation for core & operation-store 2017-01-25 02:05:24 +02:00
Hagai Cohen
bf55ab66b0 chore(package): remove babel 2017-01-25 02:05:24 +02:00
Hagai Cohen
64b87c7fe6 Merge pull request #275 from apollostack/greenkeeper-graphql-0.9.0
Update graphql to version 0.9.0 🚀
2017-01-25 01:53:14 +02:00
Jonas Helfer
a6622a0a0b Merge branch 'master' into greenkeeper-graphql-0.9.0 2017-01-24 15:05:00 -08:00
Jonas Helfer
a29d8b6b59 Merge pull request #189 from joelgriffith/feature/restify-integration
Adding in restify integration, docs, tests more...
2017-01-24 15:04:47 -08:00
Jonas Helfer
eeb9f1d857 Merge branch 'master' into feature/restify-integration 2017-01-24 14:54:50 -08:00
Jonas Helfer
b0b998b2ac Merge branch 'master' into greenkeeper-graphql-0.9.0 2017-01-24 14:47:48 -08:00
Jonas Helfer
d4fd6e264b Merge pull request #274 from DxCx/travis-tweak
Travis tweaks (15m to 8m)
2017-01-24 14:47:33 -08:00
greenkeeperio-bot
c90bf0e6a2 chore(package): update graphql to version 0.9.0
https://greenkeeper.io/
2017-01-24 12:42:32 -08:00
Hagai Cohen
89471178e2 chore(travis): cache node_modules as well 2017-01-24 16:47:10 +02:00
Hagai Cohen
d8034bafdd chore(package): add g++ to the machine to allow fibers compilation on Node 7 2017-01-24 16:41:28 +02:00
Hagai Cohen
f5d851c0b4 chore(travis): split install to logical parts 2017-01-24 16:32:42 +02:00
Hagai Cohen
a725a685a6 chore(travis): upgrade npm to 4 2017-01-24 16:32:42 +02:00
Hagai Cohen
96c5571a1a chore(travis): add caching 2017-01-24 16:32:42 +02:00