Commit graph

15 commits

Author SHA1 Message Date
Nick Nance
f4546e7654 Output stack trace for errors in debug mode (#137)
* add debug option to runQuery

* add test for integrations

* update changelog

* fix lint error
2016-09-12 15:02:41 -07:00
Nick Nance
d0ed1faa0f Improve log function (#136)
* improve log function

* fix test cases

* update changelog

* add PR to changelog
2016-09-10 15:28:38 -07:00
Greenkeeper
e60f279bd4 Update graphql to version 0.7.0 🚀 (#108)
* chore(package): update graphql to version 0.7.0

https://greenkeeper.io/

* fix failing tests
2016-08-27 02:36:20 -07:00
Ben Newman
4c82b8ebd2 Execute queries in Fibers to support yielding APIs. (#92)
* Execute queries in Fibers to support yielding APIs.

See also: https://github.com/meteor/promise/blob/master/promise.d.ts

* Improve comment about Promise.await.

* Don't make Promises aware of Fibers except in tests.

The Promise used by Meteor will already be Fiber-enabled, so calling
makeCompatible in the tests is just simulating running in a Meteor
environment.
2016-08-14 00:19:31 -07:00
Jonas Helfer
ff8f1ea239 pass options to formatResponse 2016-08-05 11:42:46 -07:00
Jonas Helfer
adf57271ba log server events to logFunction (#78)
* log server events to logFunction

* update changelog
2016-08-05 11:14:56 -07:00
Jonas Helfer
09ac4c09d7 rename test to be more accurate 2016-06-27 19:20:06 -04:00
Jonas Helfer
cc4fa17c50 allow variables to be passed as string 2016-06-26 21:06:37 -04:00
Jonas Helfer
dfe30e3c46 remove comment that no longer applied 2016-06-13 17:58:47 -07:00
Jonas Helfer
e0655cb670 remove tslint config line from tests 2016-06-13 17:42:30 -07:00
Jonas Helfer
c0b626c5de add a test for query syntax errors 2016-06-13 17:16:42 -07:00
Jonas Helfer
e1a5f261d4 add tests, fix broken validation 2016-06-13 16:20:21 -07:00
Jonas Helfer
a7c851854c change runQuery arg to object 2016-06-13 15:27:08 -07:00
James Baxley
04740ba5ca added tslint to the projects, adjusted the npm run scripts, and added coverage support 2016-06-10 20:48:21 -04:00
Jonas Helfer
d19f31331d initial attempt at core refactor with typescript 2016-06-10 17:05:39 -07:00