Commit graph

440 commits

Author SHA1 Message Date
Renovate Bot
a2ebf00cb4 chore(deps): update dependency typescript to v2.7.1 2018-02-01 08:01:38 +00:00
Renovate Bot
b370a0c3c3 chore(deps): update dependency @types/fibers to v0.0.30 2018-01-19 10:01:21 +00:00
Laurin Quast
df51fd90da Setup prettier (#724)
* Setup prettier and precommit hooks

* Format code with prettier

* Use husky because it works...

* Move prettier config to .prettierrc file

* Implement fixing markdown file formatting when running lint-fix script

* Format markdown files

* Add .json file formatting

* Fixes json file formatting

* Add pretteir linting step

* Remove tslint

* Use gitignore for prettier

* Fix linting errors

* Ignore submodule folder
2018-01-08 15:08:01 -08:00
Dom Armstrong
a8ae9042f5 Fix apollo-server-core runQuery breaks async_hook tracking (#733)
By creating a promise out of the execution flow the ability to trace the
async call stack is lost.
2017-12-22 05:46:02 +01:00
Martijn Walraven
6685ecb458 v1.3.1 2017-12-18 07:34:48 +01:00
Martijn Walraven
4b8f3b258e Fix execution with graphql-js 0.12.x
This fixes executing a query if all fields it encounters have synchronous resolvers, for which behavior changed in 0.12.x due to graphql/graphql-js#1115.

Closes #718, closes #720
2017-12-18 07:24:33 +01:00
Renovate Bot
0c439cb35f chore(deps): update dependency @types/graphql to v0.11.7 2017-12-12 20:31:42 +00:00
Martijn Walraven
9ba34306ed v1.3.0 2017-12-12 09:45:49 +01:00
Sashko Stubailo
93f052352c
Docs improvements (#692)
* Freshen up title page

* Improve homepage further

* File a PR!

* Try adding express README to sidebar

* Add READMEs to docs

* Add example page, overhaul setup

* More stuff

* Fix all old URLs

* Eliminate all mentions of graphql-server

* Fix azure functions shit
2017-12-11 23:11:11 -08:00
Benedict Hobart
62c397eecc Fix shallow cloning of context when executing a batch request (#679)
This fixes the default behavior for class-based contexts by also cloning the prototype, and it allows you to customize per-operation behavior by passing in a function as context.
2017-12-12 08:09:01 +01:00
renovate[bot]
384bb87234 chore(deps): pin dependencies 2017-12-11 19:19:07 +00:00
Evgeni Razumov
10bf6433aa Add support for Adonis framework (#676) 2017-12-04 10:44:17 +01:00
Martijn Walraven
3fecfcd321 v1.2.0 2017-10-24 09:14:51 -07:00
Martijn Walraven
65a642506d v1.2.0-pre.1 2017-10-24 09:09:08 -07:00
Martijn Walraven
818ddfa3bd Add support for Apollo Cache Control 2017-10-24 09:09:08 -07:00
Nick Nance
47335f726d include readme for npm packages 2017-10-23 15:13:31 -07:00
Martijn Walraven
f5376afadf v1.1.7 2017-10-16 07:59:23 -07:00
Martijn Walraven
cea758e3fe Change apollo-tracing dependency to ^0.0.x
Fixes #616.
2017-10-16 07:55:40 -07:00
Martijn Walraven
0cf62cda51 v1.1.6 2017-10-09 21:12:08 +02:00
Martijn Walraven
92eea40203 v1.1.5 2017-10-09 20:34:10 +02:00
Martijn Walraven
912cd89546 Merge branch 'master' of https://github.com/apollographql/apollo-server 2017-10-09 20:30:34 +02:00
Martijn Walraven
20353d60c4 Revert "fix(deps): update dependency apollo-tracing to v^0.0.8 (#602)"
This reverts commit 42d00fb65b.
2017-10-09 20:30:17 +02:00
Martijn Walraven
9b8e9de2c4 v1.1.4 2017-10-09 20:21:29 +02:00
renovate[bot]
42d00fb65b fix(deps): update dependency apollo-tracing to v^0.0.8 (#602) 2017-10-09 20:20:14 +02:00
renovate[bot]
fd7973ff8d chore(deps): update dependency @types/graphql to v0.11.5 2017-10-06 08:03:31 +00:00
Martijn Walraven
eb6bb7f5dd v1.1.3 2017-10-05 06:46:38 +02:00
Martijn Walraven
b726f274eb Add graphql ^0.11.0 to peerDependencies and remove redundant peerDependencies from server packages
Fixes #529.
2017-10-02 13:39:31 +02:00
renovate[bot]
a62d25cbae chore(deps): update dependency @types/graphql to v0.11.4 2017-09-19 07:31:38 +00:00
renovate[bot]
4e302ef37c chore(deps): update dependency @types/graphql to v0.11.3 2017-09-12 07:33:13 +00:00
renovate[bot]
4efa1254a4 chore(deps): update dependency @types/graphql to v0.11.1 2017-09-07 07:32:06 +00:00
renovate[bot]
6b0ca0a2e5 chore(deps): update dependency @types/graphql to v0.11.0 2017-09-04 10:29:21 +00:00
renovate[bot]
163a1f007c refactor(deps): renovate pin dependencies packages 2017-08-24 07:27:02 +00:00
Martijn Walraven
a750507fd6 v1.1.0 2017-08-09 21:12:51 +02:00
Martijn Walraven
6a1d4accf7 Include src/ directory in published npm packages
Fixes #495.
2017-08-09 21:09:02 +02:00
Martijn Walraven
46f50bfd5e Downgrade fibers to 1.x to get tests running again on Node 4 2017-08-09 20:50:07 +02:00
Martijn Walraven
693eb1da03 Update fibers and meteor-promise dependencies 2017-08-09 17:04:29 +02:00
Martijn Walraven
19e365f044 Add tracing support (#490) 2017-08-09 16:57:17 +02:00
Mikhail Novikov
c51fc65da8 Add ability to provide default field resolvers (#482) 2017-08-02 12:20:10 +02:00
Martijn Walraven
d89a07bc9c v1.0.2 2017-07-17 16:44:05 -07:00
Martijn Walraven
300c0cd12b Rename packages from graphql-server- to apollo-server- (#465) 2017-07-17 16:29:40 -07:00