Commit graph

22 commits

Author SHA1 Message Date
Nick Nance
fe9564d2cd Camelcase hapi (#132)
* camelcase hapi
* update changelog
2016-09-09 20:22:13 -05:00
Nick Nance
40e8b55594 HAPI Integration Refactor (#127)
* convert hapi plugin classes to functions
* create Hapi plugin options
* improve error handling
* working batch query
* add route config options
* improve HAPIGraphiQL api
* update documentation
2016-09-09 07:49:23 -05:00
Jonas Helfer
7b42c335ea Revert "Fix query batching for single queries for hapi integration. (#123)"
This reverts commit 64cd8069ac.
2016-09-06 12:05:27 -07:00
David Alan Hjelle
64cd8069ac Fix query batching for single queries for hapi integration. (#123) 2016-09-02 13:55:28 -07:00
Jonas Helfer
333f5d1e23 test that only POST requests are allowed 2016-07-29 12:47:27 -07:00
Jonas Helfer
b2279fd9f0 test validationRules option 2016-07-29 11:51:35 -07:00
Jonas Helfer
eb9926746a test formatError option 2016-07-29 11:42:05 -07:00
Jonas Helfer
cb94d5f8b4 add test for rootValue 2016-07-29 11:36:22 -07:00
Bojan Hribernik
bc587b77c2 Move destroyApp() call into aterEach() mocha hook 2016-07-28 23:15:30 +02:00
Bojan Hribernik
5fa12dbdb1 Fix lint errors and remove unnecessary tests 2016-07-28 22:56:34 +02:00
Bojan Hribernik
978270f9fa Apollo koa integration 2016-07-28 20:05:05 +02:00
nnance
622a46a02e fix integration tests 2016-07-18 21:17:52 -07:00
nnance
76379b2dda fix bad merge 2016-07-18 21:13:57 -07:00
nnance
e03f64db72 Merge branch 'master' of github.com:apollostack/apollo-server into apollo-hapi
# Conflicts:
#	src/integrations/integrations.test.ts
2016-07-18 21:06:00 -07:00
Nick Nance
6633e52265 add context test 2016-07-17 17:51:41 -07:00
Nick Nance
9b20769267 add check for missing post body 2016-07-07 22:47:05 -07:00
Nick Nance
8a3e2fdf4a allow each integration suite to be ran separately 2016-07-07 08:46:10 -07:00
Nick Nance
05347ffe03 add test suite integration parameter 2016-07-07 06:35:20 -07:00
Jonas Helfer
b95ec16aaf lint 2016-07-05 14:19:55 -07:00
Jonas Helfer
68bba72ff8 add try/catch and test for rejected options 2016-07-05 14:19:14 -07:00
Nick Nance
c7a9642ee4 make integration tests completely generic 2016-07-04 22:04:31 -07:00
Nick Nance
b374d42270 initial separation of integration tests 2016-07-03 08:42:59 -07:00