Hagai Cohen
22941cd4c6
Update NPM Badge
2016-11-14 22:18:33 +02: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
Hagai Cohen
320fd0fbe2
chore(package): update README.md after lerna is applied
2016-10-18 09:14:32 +03:00
Hagai Cohen
63ae684198
chore: temporary lerna used until boostrap-dev patch is merged
2016-10-18 09:14:32 +03:00
Hagai Cohen
1e23da7e0a
test: fix for bug in test (Unhandled exception)
2016-10-18 09:14:32 +03:00
Hagai Cohen
0c3ba91964
chore(monorepo): refactor files locations and reference
2016-10-18 09:14:32 +03:00
Sashko Stubailo
36ae6d472b
Merge pull request #174 from nicolaslopezj/catch-formatError
...
Catch formatError
2016-10-17 15:32:32 -04:00
Nicolás López
c1c75d0a5c
change test name
2016-10-17 16:18:45 -03:00
Nicolás López
dd5b161662
Return internal server error
2016-10-17 16:17:23 -03:00
Nicolás López
27cfded665
Merge remote-tracking branch 'apollostack/master' into catch-formatError
2016-10-17 16:02:38 -03:00
Sashko Stubailo
e4ae18881d
Merge pull request #173 from apollostack/hapi-introsepction
...
fix initial introspection query for Hapi
2016-10-17 14:49:22 -04:00
Nicolás López
eae2a0ac7e
update changelog
2016-10-17 14:09:21 -03:00
Nicolás López
e2403ed06b
add tests
2016-10-17 13:55:15 -03:00
Nicolás López
be0236ca6c
Add try catch
2016-10-17 13:55:10 -03:00
Nick Nance
0c5b6850dc
fix merge conflict for Hapi
2016-10-17 07:27:40 -07:00
Nick Nance
da1e3749c2
fix initial introspection query for Hapi
2016-10-17 07:18:31 -07:00
Nicolás López
b0eb066dd1
Merge branch 'master' of https://github.com/apollostack/apollo-server
2016-10-15 16:03:43 -03:00
Sashko Stubailo
4663252a37
Changelog formatting
2016-10-12 16:24:43 -07:00