Jonas Helfer
95b1356e5c
Merge branch 'master' into lambda-support
2017-01-31 14:27:27 -08: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
NeoReyad
f48a352e7e
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-01-30 23:54:24 -06:00
Reyad Attiyat
c2c42c0677
Add the restify variant to README
2017-01-30 16:58:59 -06:00
Reyad Attiyat
e5f69548de
Update README and Changelog
...
Add example lambda handler and some documentation
2017-01-30 16:58:59 -06:00
Reyad Attiyat
236dc25622
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-01-30 16:58:16 -06: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
Hagai Cohen
31b5ba1a78
chore(misc): add Node 7 to Travis CI
2017-01-24 15:27:28 +02:00
Hagai Cohen
e957242359
chore(package): update all dependancies for internal packages
2017-01-24 14:20:05 +02:00
Hagai Cohen
d7ca07f742
chore(package): add check-updates command to update intenral package.json
2017-01-24 14:19:27 +02:00
Hagai Cohen
a163780cbc
chore(package): update lerna config to beta.32
2017-01-24 14:14:38 +02:00
Hagai Cohen
73ddbeb20d
chore(travis): tweak lint to exclude irrelevant files
2017-01-24 13:43:16 +02:00
Hagai Cohen
3365ade26d
chore(package): update all dependancies
2017-01-24 13:43:16 +02:00
Hagai Cohen
d6166ba44a
chore(travis): change travis to run coverage & test at once, saves 50% runtime
2017-01-24 13:43:15 +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
ffe3b983be
test(restify): fix tests for restify while rebasing
2017-01-24 12:54:34 +02:00
Hagai Cohen
5b578650ec
Merge branch 'master' into feature/restify-integration
2017-01-24 12:39:04 +02:00
Hagai Cohen
fd77345291
Merge pull request #273 from DxCx/batching#176
...
Run batching queries in parallel (#176 )
2017-01-24 12:38:12 +02:00
Hagai Cohen
3d26656e78
Merge branch 'master' into feature/restify-integration
2017-01-24 12:32:52 +02:00