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
renovate[bot]
7d2336971e
chore(deps): update dependency @types/lru-cache to v4.1.2 ( #2365 )
2019-02-23 05:22:57 +00:00
Anton Vlasenko
720102c2a5
Schema types doc: fix a typo ( #2348 )
2019-02-22 13:00:40 +02:00
renovate[bot]
ee5b11da99
chore(deps): update dependency typescript to v3.3.3333 ( #2358 )
2019-02-22 09:29:15 +00:00
Jesse Rosenberger
62587e037b
Publish
...
- apollo-engine-reporting@1.0.5
- apollo-server-azure-functions@2.4.6
- apollo-server-cloud-functions@2.4.6
- apollo-server-cloudflare@2.4.6
- apollo-server-core@2.4.6
- apollo-server-express@2.4.6
- apollo-server-fastify@2.4.6
- apollo-server-hapi@2.4.6
- apollo-server-integration-testsuite@2.4.6
- apollo-server-koa@2.4.6
- apollo-server-lambda@2.4.6
- apollo-server-micro@2.4.6
- apollo-server-plugin-base@0.3.5
- apollo-server-testing@2.4.6
- apollo-server@2.4.6
- graphql-extensions@0.5.5
2019-02-22 07:21:47 +00:00
Jesse Rosenberger
5bd4438d14
Update CHANGELOG.md in preparation for v2.4.6.
2019-02-22 07:08:09 +00:00
Jesse Rosenberger
8b02c0c440
Allow Node.js-like runtimes to identify as Node.js as well. ( #2357 )
...
Previously, in order to only load dependencies which only work on Node.js
and fail in non-Node.js environments, we introduced a check which did a
string-comparison of `process.release.name` to see if it is was `node`.
This was first introduced in 9c563fae50
as
part of #2054 , but has gone on to be useful for other purposes as well.
Some Node.js forks such as NodeSource's N|Solid, which is a fork of Node.js
which follows-up each Node.js release with a custom build that includes
additional native addons but is otherwise the same, override this value with
their own name. This means that N|Source returns `nsolid`, despite the fact
that it is almost entirely the same as Node.js.
Luckily, N|Solid leaves the base version of its Node.js in
`process.versions.node` (and additionally adds its own
`process.versions.nsolid`). By relaxing the string comparison on
`process.release.name`, we should still be able to accurately detect the
environment we want - which is "Close enough to Node.js!".
Fixes https://github.com/apollographql/apollo-server/issues/2356
2019-02-22 09:04:16 +02:00
Jesse Rosenberger
750f0010ca
Re-align version numbers after 587c660d
.
...
cc @cheapsteak
2019-02-22 06:37:16 +00:00
Chang Wang
587c660dc1
Publish
...
- apollo-server-express@2.4.5
- apollo-server@2.4.5
2019-02-21 14:35:58 -05:00
Chang Wang
739682053e
Update CHANGELOG.md in preparation for v2.4.5.
2019-02-21 14:32:55 -05:00
Chang Wang
2a9ad9f839
Merge pull request #2352 from KATT/express-context
...
Express context
2019-02-21 14:30:54 -05:00
KATT
7cb33769cb
Tests using ApolloServerExpressConfig
2019-02-21 15:46:10 -03:00
KATT
f0a3c69635
export interface ExpressContext
2019-02-21 15:46:07 -03:00
Chang Wang
879ed19034
Publish
...
- apollo-cache-control@0.5.2
- apollo-datasource-rest@0.3.2
- apollo-engine-reporting@1.0.4
- apollo-server-azure-functions@2.4.4
- apollo-server-cloud-functions@2.4.4
- apollo-server-cloudflare@2.4.4
- apollo-server-core@2.4.4
- apollo-server-errors@2.2.1
- apollo-server-express@2.4.4
- apollo-server-fastify@2.4.4
- apollo-server-hapi@2.4.4
- apollo-server-integration-testsuite@2.4.4
- apollo-server-koa@2.4.4
- apollo-server-lambda@2.4.4
- apollo-server-micro@2.4.4
- apollo-server-plugin-base@0.3.4
- apollo-server-testing@2.4.4
- apollo-server@2.4.4
- apollo-tracing@0.5.2
- graphql-extensions@0.5.4
2019-02-21 13:05:33 -05:00