Commit graph

582 commits

Author SHA1 Message Date
Apollinaire
b2e3aaaeb5 fix lint errors 2019-01-21 18:10:34 +01:00
SachaG
ffb2ed555b Add support for running multiple callback hooks at the same time 2019-01-20 17:28:52 +09:00
SachaG
f152a5b8c6 clean up/refactor mutators 2019-01-20 17:25:07 +09:00
SachaG
01cbfe32b7 Add apiKey support 2019-01-18 18:40:50 +09:00
SachaG
e544b0ce0b Use getHeaderLocale to add locale to GraphQL context 2019-01-18 18:20:58 +09:00
SachaG
c06a4c2767 Remove console.log 2019-01-18 15:01:44 +09:00
SachaG
90d961902c Small fixes 2019-01-18 14:55:23 +09:00
SachaG
cd66b6d816 Fix runGraphQL 2019-01-18 14:55:10 +09:00
eric-burel
e0433ca74f cleanup apollo server code, add test 2019-01-11 17:34:00 +01:00
eric-burel
9f31de189c remove DEPRECATED message for bodyParser limit option 2019-01-09 17:00:22 +01:00
eric-burel
b0e63d8b61 add back limit setting 2019-01-09 16:58:28 +01:00
eric-burel
e199fba6fb fix bodyParser issue 2019-01-09 16:15:31 +01:00
SachaG
5f81ade88c Add support for apiKey header 2019-01-05 21:32:03 +09:00
SachaG
cf4e78929c Add body-parser to Apollo server 2019-01-05 15:45:04 +09:00
SachaG
d318c69c96 Merge branch 'apollo2-merge-devel' of https://github.com/lbke/Vulcan into apollo2 2019-01-05 10:14:57 +09:00
SachaG
c2e9c100ac Temporary fixes: Disable Stripe setEncoding; disable duplicate intl fields; add version number to apollo package 2019-01-05 10:14:10 +09:00
eric-burel
c81f58a91c fix SchemaDirectiveVisitor import 2019-01-04 11:47:39 +01:00
eric-burel
4def8b8c48 removed error link server side where it does not make sense 2019-01-04 11:43:54 +01:00
SachaG
a095f63e71 Merge branch 'apollo2-merge-devel' of https://github.com/lbke/Vulcan into lbke-apollo2-merge-devel 2019-01-04 19:39:47 +09:00
eric-burel
0315601144 allow customization 2019-01-04 10:31:10 +01:00
eric-burel
fbaf818008 fix voyager regression 2019-01-04 09:59:23 +01:00
eric-burel
5b58ccef94 support graphiql 2019-01-04 09:51:55 +01:00
SachaG
9f18d4f95f Re-enable webAppConnectHandlersUse 2019-01-03 21:45:50 +09:00
eric-burel
eeada2d231 linting, removing apollo package 2019-01-02 18:11:10 +01:00
eric-burel
022a72e41b Merge Apollo2 branch 2019-01-02 17:18:54 +01:00
eric-burel
2bb18f5844 split styled-components into their own package 2019-01-02 15:32:09 +01:00
eric-burel
512cd27af3 remove mongo-redux 2019-01-02 11:53:21 +01:00
eric-burel
f5039d4952 added router.client.wrapper callback and setup redux 2019-01-02 11:45:25 +01:00
SachaG
553a0627d4 v1.12.13 2019-01-02 14:41:41 +09:00
SachaG
3e1571e1e8 Fix ESLint unused variables 2018-12-31 15:26:22 +09:00
SachaG
111e00ecae Fix semicolons and other linting issues 2018-12-31 15:22:17 +09:00
SachaG
00683ba83e v1.12.12 2018-12-31 15:03:19 +09:00
eric-burel
19df560545 add redux 2018-12-21 17:32:34 +01:00
eric-burel
c259f4457f add router.server.postRender callback 2018-12-21 17:32:34 +01:00
eric-burel
c3d5a01a9c add router.server callback to wrap the app 2018-12-21 17:32:25 +01:00
Apollinaire
1e7ae073a9 Merge branch 'master' into devel 2018-12-19 16:10:54 +01:00
SachaG
ab13f16a26 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-12-16 22:52:11 +09:00
Sacha Greif
d51ae7591b
Merge pull request #2065 from OrigenStudio/feature/router-hook-props
Add async hook to RouterHook and provide props as argument
2018-12-16 22:52:00 +09:00
Eric Burel
c55aa27983
Merge pull request #2126 from lbke/cleanup-components
Cleanup Datatable / withComponents pattern
2018-12-15 17:31:33 +01:00
SachaG
5e06e47d6b Make callback hook names case-insensitive; port forms callbacks to new single argument syntax 2018-12-15 18:25:15 +09:00
SachaG
a523125da8 Use lowercase typeName for callbacks 2018-12-15 16:30:38 +09:00
SachaG
8fe3b7abfd Fix issue with addIntlFields callback 2018-12-15 16:27:06 +09:00
SachaG
703ea28d8c Merge branch 'master' into devel 2018-12-15 15:28:02 +09:00
SachaG
b05b35ed57 v1.12.11 2018-12-15 15:10:18 +09:00
ochicf
bb46f04541 keep using Meteor.defer on the server 2018-12-12 17:17:01 +01:00
SachaG
c7423bc74e fix linting; "document" prop of update async callbacks should be new, updated document 2018-12-12 17:35:25 +09:00
Sacha Greif
821d37d48e
Merge pull request #2147 from mousetraps/itani/body-parser-json-options
Allow user to customize apollo json parser options
2018-12-12 15:42:04 +09:00
neobii
baea826800 added collection creation hook 2018-12-11 03:25:17 -06:00
Sara Itani
c79b991176 Allow user to customize apollo json parser options
In particular, the functionality is currently scoped to the maximum request body size (`limit`), which helps avoid errors like `PayloadTooLargeError: request entity too large`

Keys defined here:
https://www.npmjs.com/package/body-parser#bodyparserjsonoptions
2018-12-10 11:11:04 -08:00
SachaG
50315bcf73 Fix linting 2018-12-02 10:28:04 +09:00