Commit graph

94 commits

Author SHA1 Message Date
Jesse Rosenberger
3a0608ebc5
Tick off Prettier checkmarks, which were present on CI but not locally. (#880)
For reasons unbeknownst to me, the changes below were only being complained
about in the CI environment but _not_ when I ran `npm run lint` locally.

It seems partially related to the OS its ran on, so I imagine there might be
some other sub-dependency at play here.  In an effort to fix this, I just
spawned a Ubuntu docker image, checked out this repository and ran the same
`npm run lint`.  This produced identical results to Travis, so I ran
`npm run lint-fix`, then saved the `git diff` results and have applied this
locally.

This should allow us to re-enable `prettier` in CI, though I have plans to
separate that from the actual `npm test` runs.  This should result in a better
workflow for managing PRs.
2018-03-16 10:25:07 +02:00
Sashko Stubailo
281392c3f0 Update to graphql@0.12 (#726)
* Update peer deps and tests for 0.12
* v1.3.2
2018-03-13 17:10:37 +02: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
Martijn Walraven
6685ecb458 v1.3.1 2017-12-18 07:34:48 +01:00
Martijn Walraven
9ba34306ed v1.3.0 2017-12-12 09:45:49 +01:00
Martijn Walraven
3fecfcd321 v1.2.0 2017-10-24 09:14:51 -07:00
Martijn Walraven
65a642506d v1.2.0-pre.1 2017-10-24 09:09:08 -07:00
Martijn Walraven
f5376afadf v1.1.7 2017-10-16 07:59:23 -07:00
Martijn Walraven
0cf62cda51 v1.1.6 2017-10-09 21:12:08 +02:00
Martijn Walraven
92eea40203 v1.1.5 2017-10-09 20:34:10 +02:00
Martijn Walraven
9b8e9de2c4 v1.1.4 2017-10-09 20:21:29 +02:00
Martijn Walraven
eb6bb7f5dd v1.1.3 2017-10-05 06:46:38 +02:00
Sashko Stubailo
2dddbc52b6 1.1.2 (#515)
* 1.1.2

* Add package lock to gitignore

* v1.1.2

* vundefined
2017-08-23 21:34:26 -07:00
Martijn Walraven
a750507fd6 v1.1.0 2017-08-09 21:12:51 +02:00
Martijn Walraven
7b8409a3fa v1.0.5 2017-08-01 20:37:04 +02:00
Martijn Walraven
9b9122f4b9 v1.0.4 2017-07-24 10:22:26 +02:00
Martijn Walraven
90e7eec6b2 v1.0.3 2017-07-24 10:22:07 +02:00
Martijn Walraven
d89a07bc9c v1.0.2 2017-07-17 16:44:05 -07:00
Martijn Walraven
300c0cd12b Rename packages from graphql-server- to apollo-server- (#465) 2017-07-17 16:29:40 -07:00
Andrew Pratt
3d03295974 adding in the callback to express package to allow middleware chaining throughout the application 2017-07-16 22:39:51 -07:00
Jonas Helfer
1e783e550c v1.0.0 2017-06-29 00:05:56 -07:00
Jonas Helfer
bb5aa90a89 Update README for express 2017-06-29 00:05:56 -07:00
Jonas Helfer
693991bdac v0.9.0 2017-06-22 13:36:12 -07:00
Daniel Rinehart
20763ba076 Merge remote-tracking branch 'upstream/master' into graphiql-function 2017-06-16 11:00:42 -04:00
Jonas Helfer
08c39f593a v0.8.5 2017-06-15 22:07:36 -07:00
Jonas Helfer
38bb67bf6f Merge branch 'master' into graphiql-function 2017-06-13 23:19:14 -07:00
Jonas Helfer
1a764316c8 v0.8.4 2017-06-13 23:17:52 -07:00
Jonas Helfer
ac76453d6c Revert "Update dependencies"
This reverts commit 90a9ec78da.
2017-06-13 23:17:52 -07:00
Jonas Helfer
17869df491 v0.8.3 2017-06-13 23:17:52 -07:00
Jonas Helfer
5bf5a72652 Update dependencies 2017-06-13 23:17:52 -07:00
Jonas Helfer
93a1bafb34 Revert "Update dependencies"
This reverts commit 2b30dbcb35.
2017-06-13 23:17:52 -07:00
Jonas Helfer
86e1b03fd1 v0.8.2 2017-06-13 23:17:52 -07:00
Jonas Helfer
8423cab0e1 Update dependencies 2017-06-13 23:17:52 -07:00
Jonas Helfer
b8392da9b6 Revert "Update dependencies"
This reverts commit f1245fc904.
2017-06-13 23:17:52 -07:00
Jonas Helfer
f00c8de00d v0.8.1 2017-06-13 23:17:52 -07:00
Jonas Helfer
874b1418c9 Update dependencies 2017-06-13 23:17:52 -07:00
Daniel Rinehart
0d5add048e allow GraphiQLOptions to be a function and refactor rendering path to reduce duplication 2017-06-13 12:46:06 -04:00
Hagai Cohen
56c346e296 fix(graphql-server-core): validation for get queries 2017-06-12 22:30:49 -07:00
Hagai Cohen
62c6445c58 test(get-validation): add failing test for validation over GET queries 2017-06-12 22:30:49 -07:00
Jonas Helfer
6cfa82ff58 v0.8.0 2017-05-30 20:11:26 -07:00
Jonas Helfer
c4e2f5224a Update dependencies 2017-05-30 20:11:26 -07:00
dotansimha
a614ba2543 updated graphql-js version 2017-05-28 20:07:06 +03:00
dotansimha
e718dc5e2e chore(deps): updated graphql-js version to support 0.10.0 2017-05-28 16:37:16 +03:00
Henric Trotzig
0384643778 Stop throwing errors from expressApollo middleware
As reported in #313 and #384, an error thrown that isn't a
`HttpQueryError` will result in an "unhandled promise rejection",
leading to infinitely hanging requests.
2017-05-18 09:23:12 +02:00
Henric Trotzig
d6fe8a15d1 Add test for graphql type validation errors
While exploring ways to reproduce #313, I thought that validation errors
coming from GraphQL's internal type checking would reproduce the issue.
It didn't. But instead of throwing out the test I wrote, I thought it
might be good to keep it around to prevent future possible regressions.

I'll keep exploring ways to reproduce the issue I'm experiencing in a
subsequent commit(s).
2017-05-18 09:23:12 +02:00
Jonas Helfer
4ab4b62c25 v0.7.2 2017-04-21 10:43:34 -07:00
Jonas Helfer
73e8334827 v0.7.1 2017-04-14 10:37:26 -07:00
Jonas Helfer
6947222889 v0.7.0 2017-04-10 11:48:26 -07:00
Jonas Helfer
25e63d4dde Revert "v0.7.0"
This reverts commit b0817dbcab.
2017-04-10 11:46:50 -07:00
Jonas Helfer
b0817dbcab v0.7.0 2017-04-10 11:40:12 -07:00