Olivier Tassinari
|
e5e543b125
|
Use a named function for the middleware over an anonymous
It's making the investigation of performance issues easier.
|
2018-04-18 10:41:04 +03:00 |
|
Jesse Rosenberger
|
c2bba6b867
|
Convert Buffer.byteLength to string before assigning to Content-Length . (#956)
This change seems necessary in order to meet the new type definitions for
`res.setHeader` which mandate that the argument be a string, or an array of
strings. Those type definitions were introduced via the `@types/node@9`
series of typing updates provided in [0], [1], [2].
With any luck, this will fix the failures being exhibited in CircleCI
tests[3] after we landed those typing updates.
[0]: https://github.com/apollographql/apollo-server/pull/907
[1]: https://github.com/apollographql/apollo-server/pull/927
[2]: https://github.com/apollographql/apollo-server/pull/939
[3]: https://circleci.com/gh/apollographql/apollo-server/1587
|
2018-04-11 11:17:55 +03: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 |
|
Johannes Roith
|
671d196c77
|
Send content length header.
|
2017-10-25 06:33:38 -07:00 |
|
Mikhail Novikov
|
6016b8527f
|
Revert calling next in middleware (#481)
|
2017-07-24 10:21:02 +02:00 |
|
Martijn Walraven
|
300c0cd12b
|
Rename packages from graphql-server- to apollo-server- (#465)
|
2017-07-17 16:29:40 -07:00 |
|