renovate[bot]
35e91750a5
chore(deps): update dependency ws to v6.2.0 ( #2408 )
2019-03-06 09:24:41 +00:00
renovate[bot]
cad9adf174
chore(deps): update dependency apollo-link-http to v1.5.12 ( #2407 )
2019-03-06 05:22:21 +00:00
renovate[bot]
9b231e0146
chore(deps): update dependency apollo-link to v1.2.9 ( #2406 )
2019-03-06 04:22:44 +00:00
renovate[bot]
17257a2f09
chore(deps): update dependency @types/lodash.sortby to v4.7.6 ( #2403 )
2019-03-05 05:29:10 +00:00
renovate[bot]
27254a415c
chore(deps): update dependency @types/lodash to v4.14.122 ( #2402 )
2019-03-05 04:33:02 +00:00
renovate[bot]
673c0ab85c
chore(deps): update dependency lint-staged to v8.1.5 ( #2396 )
2019-03-02 07:19:57 +00:00
renovate[bot]
5bed547bd3
chore(deps): update dependency @types/node to v8.10.42 ( #2395 )
2019-03-02 05:30:40 +00:00
renovate[bot]
a9a57692e9
chore(deps): update dependency tslint to v5.13.1 ( #2390 )
2019-03-01 05:37:25 +00:00
renovate[bot]
2de868fc8a
chore(deps): update dependency @types/aws-lambda to v8.10.20 ( #2387 )
2019-03-01 04:04:07 +00:00
Chang Wang
f8fc1e1922
Move tests for context types from apollo-server into integration testsuite ( #2363 )
...
* refactor: move tests for context function added in apollo-server into integration test suite
* Move existing context tests in integration testsuite into `describe('context field'`
# Conflicts:
# packages/apollo-server-integration-testsuite/src/ApolloServer.ts
* Add back tests in apollo-server along with comments to explain the duplication
2019-02-27 13:30:56 +02:00
Zemmiph0bia
0b14a3f1ff
Small documentation update ( #2376 )
...
Small documentation fix - coming across the phrase "encrypted WSS socket" and it's a bit odd when you're mentally expanding it to: "encrypted web socket secure socket"
2019-02-27 12:59:29 +02:00
renovate[bot]
3eeebd383f
chore(deps): update dependency lerna to v3.13.1 ( #2381 )
2019-02-27 04:30:37 +00:00
Jesse Rosenberger
8f383b3286
README: Update anchor links for installations to be lower-cased.
...
This will fix npm next time we publish.
2019-02-26 16:30:41 +02:00
Jesse Rosenberger
046327068b
Publish
...
- apollo-engine-reporting@1.0.7
- apollo-server-azure-functions@2.4.8
- apollo-server-cloud-functions@2.4.8
- apollo-server-cloudflare@2.4.8
- apollo-server-core@2.4.8
- apollo-server-express@2.4.8
- apollo-server-fastify@2.4.8
- apollo-server-hapi@2.4.8
- apollo-server-integration-testsuite@2.4.8
- apollo-server-koa@2.4.8
- apollo-server-lambda@2.4.8
- apollo-server-micro@2.4.8
- apollo-server-plugin-base@0.3.7
- apollo-server-testing@2.4.8
- apollo-server@2.4.8
- graphql-extensions@0.5.7
2019-02-26 16:21:42 +02:00
Jesse Rosenberger
f1a9e39317
Update CHANGELOG.md in preparation for v2.4.8.
2019-02-26 16:20:05 +02:00
Jesse Rosenberger
628a5c88fa
Use the README.md from packages/apollo-server
as the monorepo root README.md.
2019-02-26 16:17:29 +02:00
Jesse Rosenberger
a9e5776b5c
Remove inaccurate coverage badge, same spirit as 721c4c9b26
.
2019-02-26 13:32:45 +02:00
Jesse Rosenberger
11e4f340cf
Revert "Use the root README.md
for the apollo-server
package."
...
This reverts commit 25782382b8
.
Unfortunately, `npm publish` isn't okay with using a `README.md` from
outside the package's root, even if the README at the root of the repository
is far more reasonable to use for the `apollo-server` package itself.
2019-02-26 13:30:54 +02:00
Jesse Rosenberger
a95421f19b
Publish
...
- apollo-engine-reporting@1.0.6
- apollo-server-azure-functions@2.4.7
- apollo-server-cloud-functions@2.4.7
- apollo-server-cloudflare@2.4.7
- apollo-server-core@2.4.7
- apollo-server-express@2.4.7
- apollo-server-fastify@2.4.7
- apollo-server-hapi@2.4.7
- apollo-server-integration-testsuite@2.4.7
- apollo-server-koa@2.4.7
- apollo-server-lambda@2.4.7
- apollo-server-micro@2.4.7
- apollo-server-plugin-base@0.3.6
- apollo-server-testing@2.4.7
- apollo-server@2.4.7
- graphql-extensions@0.5.6
2019-02-26 13:21:32 +02:00
Jesse Rosenberger
2807691cdd
Change the restPort
within express
's datasource.test.ts
to another value.
...
I suspect the fact that this overlaps with the port used in fastify, that it
could be causing some problems when tests are run quickly enough.
2019-02-26 13:17:21 +02:00
Jesse Rosenberger
36f2a156f1
Update CHANGELOG.md to include reference to #1882 .
...
Closes https://github.com/apollographql/apollo-server/issues/1882 .
2019-02-26 13:11:12 +02:00
Jesse Rosenberger
a4eda7d7cb
package-lock.json: More optional dependencies.
2019-02-26 13:08:46 +02:00
Jesse Rosenberger
6fd7ea7a7f
Update CHANGELOG.md in preparation for v2.4.7.
2019-02-26 12:59:32 +02:00
Jesse Rosenberger
ed2c0fa4ca
Always publish apollo-server-core
when running npm run release
.
...
This will hopefully keep the version numbers more aligned, though we should
still consider getting rid of `--exact` when the time is right.
2019-02-26 12:50:37 +02:00
Jesse Rosenberger
a6fca66da2
README: Update headline for the repository.
2019-02-26 12:16:04 +02:00
Jesse Rosenberger
19a719af57
README: Add "Experimental" flag to Cloudflare workers.
2019-02-26 12:15:48 +02:00
Jesse Rosenberger
0f2e9d84b2
Punctuate the bullet-points as if they were sentences (they are!).
2019-02-26 12:14:33 +02:00
Jesse Rosenberger
721c4c9b26
Remove dysfunctional coverall badges.
...
The coverage of various packages is now reported through codecov.io and can
be seen here: https://codecov.io/gh/apollographql/apollo-server/tree/master/packages
2019-02-26 12:12:25 +02:00
Jesse Rosenberger
25782382b8
Use the root README.md
for the apollo-server
package.
2019-02-26 12:10:33 +02:00
Jesse Rosenberger
5186342a4e
Update README.md to add back Cloudflare.
2019-02-26 11:54:25 +02:00
Jesse Rosenberger
251a7bb4dd
Update README.md "Development" section.
2019-02-26 11:47:02 +02:00
Jesse Rosenberger
8378da44ef
Update README.md
2019-02-26 11:37:26 +02:00
Jesse Rosenberger
e43b14a9cd
Remove @alpha
dist-tag designator from Azure Functions README.md.
...
It's no longer necessary to install `apollo-server-azure-functions` from the
`alpha` tag!
2019-02-26 11:21:06 +02:00
Jesse Rosenberger
01202bb9bf
docs: Remove "beta" indication in logFunction
metrics example.
2019-02-26 11:19:47 +02:00
Jesse Rosenberger
211a0f4b78
Change main heading into H2 in preparation for logo.
2019-02-26 11:18:57 +02:00
Jesse Rosenberger
7e506b8123
Improve the documentation portion of the README.md.
...
Let's start with the more important _Getting started_ information, then
point the users to the documentation.
2019-02-26 11:18:57 +02:00
Jesse Rosenberger
09b4052bf2
Correct the "Context" section of the README.md
.
...
This seems to have been quite dated!
2019-02-26 11:18:56 +02:00
Jesse Rosenberger
33885db0b9
Improve and cleanup the README.md
, removing duplicated examples.
...
First, the getting started example was incorrect and instructed users to
install the wrong package.
Furthermore, each integration example was duplicated on its individual
package `README.md` and the verbosity of this `README.md` (which is for the
entire monorepo) makes it unclear where to start.
This change points those who desire the integration approach to the specific
page which has more information about those integrations (and mostly the
same content in terms of examples which are listed here, albeit with subtle
variations.)
2019-02-26 11:18:55 +02:00
Jesse Rosenberger
f0a48a5814
Update apollo-server
badges.
2019-02-26 11:18:54 +02:00
Jesse Rosenberger
08ddf26cfe
Fix markdown headings to more properly group sections.
2019-02-26 11:18:53 +02:00
Jesse Rosenberger
ff4d6cc378
Pluck the "Context" section from the middle of the "Integrations".
...
This looks like it's been buried in the README.md after several rounds of
adding new integrations. This moves it back out on its own.
2019-02-26 11:18:53 +02:00
Jesse Rosenberger
a7597913d2
Remove unnecessary --save
flags from npm install
commands.
...
While it used to be required to pass the `--save` flag in order to actually
write the dependency to the project's `package.json` file, this is no longer
the case in recent versions of npm.
2019-02-26 11:18:52 +02:00
Jesse Rosenberger
6d62d2428d
Remove @rc
dist-tag suggestions from several package's READMEs.
2019-02-26 11:18:51 +02:00
renovate[bot]
2a74950f4e
chore(deps): update dependency @types/jest to v24.0.9 ( #2379 )
2019-02-26 08:41:03 +00:00
renovate[bot]
0b5a9cc4cd
chore(deps): update dependency @types/koa-router to v7.0.40 ( #2378 )
2019-02-26 05:29:08 +00:00
renovate[bot]
d763c1f3c0
chore(deps): update dependency @types/jest to v24.0.8 ( #2377 )
2019-02-26 04:25:35 +00:00
hrg921
d12f28089d
docs: update apollo-server-lambda/README ( #2364 )
...
I think 'this' is better than 'the'
2019-02-25 17:33:05 +02:00
Chang Wang
1ef592adeb
Fix: Remove incorrect cors option type from apollo-server-express's constructor ( #2373 )
...
* Fix: Remove incorrect cors option type from apollo-server-express's constructor
https://github.com/apollographql/apollo-server/pull/2330#discussion_r259773834
* update changelog
* Update CHANGELOG.md
2019-02-25 17:32:18 +02:00
renovate[bot]
85470d09d3
chore(deps): update dependency fastify to v1.14.2 ( #2370 )
2019-02-25 09:26:53 +00:00
renovate[bot]
6ef95fd3b0
chore(deps): update dependency tslint to v5.13.0 ( #2369 )
2019-02-25 08:48:53 +00:00