Commit graph

2769 commits

Author SHA1 Message Date
Greenkeeper
892b5c54e7 chore(package): update remap-istanbul to version 0.8.0 (#239)
https://greenkeeper.io/
2016-12-12 23:08:15 +02:00
Hagai Cohen
962930ef7b Merge pull request #237 from Dattaya/graphql08
Allow to install graphql@0.8
2016-12-08 03:04:17 +02:00
Yaroslav Kiliba
aca12a4a9f Allow to install graphql@0.8
Fixes #234
2016-12-07 21:01:01 +02:00
Matteo De Micheli
d934d7db11 Update README with koa body parser dependency 2016-11-29 14:42:02 +01:00
Jonas Helfer
d5e1905fa5 Merge pull request #192 from apollostack/DxCx-graphiql-update
chore(package): update graphiql version from 0.7.1 to 0.8.0
2016-11-29 11:49:28 +01:00
Hagai Cohen
32e3a09533 Merge pull request #209 from apollostack/greenkeeper-graphql-0.8.2
Update graphql to version 0.8.2 🚀
2016-11-17 15:47:30 +02:00
greenkeeperio-bot
7499df211e chore(package): update graphql to version 0.8.2
https://greenkeeper.io/
2016-11-17 15:01:43 +02:00
Hagai Cohen
0bb641b2c6 Update CHANGELOG.md 2016-11-17 14:58:57 +02:00
Hagai Cohen
0815850aea chore(package): update graphiql version from 0.7.1 to 0.8.0 2016-11-17 14:58:08 +02:00
Jonas Helfer
293cf7eef7 Merge pull request #208 from Tallyb/master
Update Graphql-js to 0.8.1 (fixes test)
2016-11-16 07:45:52 +01:00
tallyb
9685e570d2 docs: Update changelog 2016-11-16 07:17:02 +02:00
tallyb
958d8f0b6f test: Remove only 2016-11-15 18:47:46 +02:00
tallyb
f0e534b430 test: Fix failing error text 0.8.0 2016-11-15 18:46:18 +02:00
Sashko Stubailo
e94bbcfb4f Merge pull request #207 from apollostack/DxCx-npm-badge
Update NPM Badge
2016-11-14 22:38:08 -08:00
Hagai Cohen
22941cd4c6 Update NPM Badge 2016-11-14 22:18:33 +02:00
Joel Griffith
77e1f41223 Testing failures on PUT calls 2016-10-24 12:39:17 -07:00
Joel Griffith
d456ff5b2b Adding in restify integration, docs, tests more... 2016-10-24 11:04:18 -07:00
Sashko Stubailo
7486cfc945 Merge pull request #187 from ClaudiuCeia/patch-1
Fix minor typo
2016-10-23 22:44:24 -04:00
Claudiu Ceia
18d5a08641 Fix minor typo 2016-10-24 05:34:31 +03:00
Sashko Stubailo
1b2ad0e00d Merge pull request #185 from apollostack/readme
Readmes
2016-10-23 04:44:55 -04:00
Sashko Stubailo
6aff32d0ef v0.4.3 2016-10-23 01:18:02 -07:00
Sashko Stubailo
ff5bcbdb7d Add READMEs to all packages 2016-10-23 01:17:37 -07:00
Sashko Stubailo
e47fb8c5d7 Merge pull request #183 from apollostack/monorepo
Monorepo
2016-10-23 04:10:25 -04:00
Sashko Stubailo
445dbf2c22 Merge branch 'master' into monorepo
Conflicts:
	CHANGELOG.md
	README.md
	package.json
	packages/graphql-server-hapi/src/hapiApollo.ts
	packages/graphql-server-integration-testsuite/src/index.ts
2016-10-23 01:05:25 -07:00
Sashko Stubailo
836a8c1b11 Add to changelog 2016-10-23 00:07:30 -07:00
Sashko Stubailo
0420ef60cd v0.4.2 2016-10-22 23:58:51 -07:00
Sashko Stubailo
353c70e9bb Update README.md 2016-10-22 23:57:04 -07:00
Sashko Stubailo
42613a448a Rename ApolloOptions to GraphQLOptions 2016-10-22 23:56:14 -07:00
Sashko Stubailo
cd298c5b48 Rename stuff to not have apollo in it 2016-10-22 23:52:32 -07:00
Sashko Stubailo
452bfbe1d4 v0.4.1 2016-10-22 18:49:58 -07:00
Sashko Stubailo
4a5e6b3b7f Rename a variety of things to no longer be called Apollo 2016-10-22 18:48:23 -07:00
Sashko Stubailo
2bbd0affee Formatting 2016-10-22 17:05:37 -07:00
Sashko Stubailo
8d635376e9 v0.4.0 2016-10-22 16:59:47 -07:00
Sashko Stubailo
b4e0d4f6e2 Small copy changes 2016-10-22 16:48:45 -07:00
Sashko Stubailo
c2a1a8c7fc Remove spec compliance label for now 2016-10-22 16:46:22 -07:00
Sashko Stubailo
269c13e7de Update changelog for 0.3.3 2016-10-22 16:27:40 -07:00
Nick Martin
78d8ef367b Shallow clone the context object for each query in a batch.
This lets users distinguish multiple queries in a batch. It also
protects against users modifying the context in one query and
affecting another. (Although modifications to existing properties
of the context object will still be visible in other queries because
we only shallow copy.)
2016-10-22 16:27:22 -07:00
Sashko Stubailo
e93bbee9bb Merge pull request #184 from apollostack/0.3.3
0.3.3
2016-10-22 19:03:56 -04:00
Sashko Stubailo
fbee9461fb 0.3.3 2016-10-22 16:03:14 -07:00
Sashko Stubailo
6c4bc7b15a Update changelog for 0.3.3 2016-10-22 16:03:00 -07:00
Sashko Stubailo
37e7de5e68 Merge pull request #182 from apollostack/nim/clone-context
Shallow clone the `context` object for each query in a batch.
2016-10-22 18:08:48 -04:00
Nick Martin
53188a9811 Shallow clone the context object for each query in a batch.
This lets users distinguish multiple queries in a batch. It also
protects against users modifying the context in one query and
affecting another. (Although modifications to existing properties
of the context object will still be visible in other queries because
we only shallow copy.)
2016-10-20 21:52:42 -07:00
greenkeeperio-bot
843d097e0c chore(package): update meteor-promise to version 0.8.0
https://greenkeeper.io/
2016-10-21 01:02:03 +03:00
Hagai Cohen
8df3383ece chore(package): rename apollo-server to graphql-server
Closes #163
2016-10-18 09:36:07 +03:00
Hagai Cohen
2219fb9a60 chore(package): move all @types as optionalDependencies for non-ts users 2016-10-18 09:14:32 +03:00
Hagai Cohen
70d842f17d chore(package): fix for coverage on node 4 2016-10-18 09:14:32 +03:00
Hagai Cohen
c29e08c70a chore(travis): set to npm version 3 2016-10-18 09:14:32 +03:00
Hagai Cohen
ab85949e49 chore(package): fix coverage report 2016-10-18 09:14:32 +03:00
Hagai Cohen
ffe9c1e0a4 chore(package): rename bootstrap script to postinstall 2016-10-18 09:14:32 +03:00
Hagai Cohen
a599b76db0 chore(travis): fix script after lerna is applied 2016-10-18 09:14:32 +03:00