Commit graph

576 commits

Author SHA1 Message Date
eric-burel
38ce8ef886 expose mergeWithComponents 2018-11-29 14:24:18 +01:00
SachaG
bf440f8511 Add document prop to create.async callbacks 2018-11-27 09:40:13 +09:00
SachaG
466cb7d0a6 Make sourceVersion a function 2018-11-27 09:39:51 +09:00
SachaG
6f11c9cf89 v1.12.10 2018-11-24 09:57:55 +09:00
SachaG
9e5528e6d5 Add sourceVersion to server; add withSiteData HoC 2018-11-24 09:56:41 +09:00
SachaG
a3a14c8489 v1.12.9 2018-11-23 11:39:38 +09:00
SachaG
ea7cd23533 Field resolvers should check for access (fix #2124) 2018-11-23 09:26:56 +09:00
eric-burel
92e50123b9 added cookies server-side, can be improved 2018-11-22 15:45:57 +01:00
eric-burel
f7a0d77d42 fixed links order 2018-11-22 12:48:20 +01:00
eric-burel
ec0e7b9e7f pass context to the schemaLink too in order to setup resolvers 2018-11-22 12:40:27 +01:00
eric-burel
8a1e1b7a64 add error link server side 2018-11-22 11:42:02 +01:00
eric-burel
0d5047fca4 init apollo server side client state too, better naming 2018-11-22 10:10:29 +01:00
eric-burel
c08df1a36f files cleanup 2018-11-20 15:51:10 +01:00
eric-burel
42ac3c37db first working draft 2018-11-20 15:51:05 +01:00
eric-burel
93a317af24 restore 2018-11-20 12:54:42 +01:00
eric-burel
8d1f5fb92b split graphQL initialization step and published the executable schema 2018-11-19 11:56:06 +01:00
eric-burel
e95098dced try to load the schema 2018-11-16 17:48:17 +01:00
eric-burel
7b9fc71cf7 init components server side 2018-11-16 17:28:50 +01:00
eric-burel
4d66b7cac5 basic setup, can render a dummy string 2018-11-16 17:09:27 +01:00
eric-burel
d99eb1b7ae fix handleOptions test 2018-11-05 13:53:05 +01:00
Eric Burel
284cdbae18 start splitting code, reuse options handler 2018-10-29 22:08:41 +01:00
Sacha Greif
7ac988a4df
Merge pull request #2106 from lbke/warn-no-searchable
Warn when no searchable field is set and terms.query is set
2018-10-27 12:56:04 +09:00
Sacha Greif
a086e10295
Merge pull request #2109 from lbke/devel
Pass context to the defaultView too
2018-10-27 12:54:04 +09:00
Eric Burel
1dae8f8445
undo breaking change in i18n error properties 2018-10-25 15:55:47 +02:00
Eric Burel
406b17d6d5 pass context to the defaultView too 2018-10-25 15:01:31 +02:00
Eric Burel
c0c02b808c
Merge pull request #2057 from lbke/feature/arrays-form
Support arrays with primitives
2018-10-25 10:28:38 +02:00
Eric Burel
154b511a5c fix intl message, add tests 2018-10-25 10:23:00 +02:00
SachaG
14ff4ce21e Create new central getString method called from vulcan:i18n and other places 2018-10-20 15:55:38 +09:00
Eric Burel
14535c1e61 add warning when no field is searchable and query is set 2018-10-19 15:53:33 +02:00
SachaG
2ca34ba335 Various small fixes 2018-10-14 18:10:32 +09:00
SachaG
5f90af03ad Pass context to callback properties 2018-10-14 18:10:19 +09:00
SachaG
8fc6268631 Keep track of locale method; set locale cookie for root path 2018-10-13 14:13:08 +09:00
SachaG
0b78ac68f8 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-10-10 17:35:03 +09:00
SachaG
335cda6cf0 Improve thrown errors 2018-10-10 17:35:01 +09:00
Sacha Greif
12784b487e
Merge pull request #2102 from Apollinaire/revertSlug
Revert changes made to getUnusedSlug in #2075
2018-10-10 17:34:33 +09:00
Apollinaire
de1c13b3d1 Revert changes made to getUnusedSlug in #2075 2018-10-09 15:09:30 +02:00
Eric Burel
6ab9ca524d fixed misleading comments 2018-10-08 19:44:26 +02:00
Eric Burel
e57f3ecb63 setup voyager 2018-10-08 17:44:50 +02:00
Eric Burel
41da635c74 do not mutate initial context 2018-10-08 17:07:55 +02:00
Eric Burel
3f20c64b4e fixed context user management using meteor/apollo 2018-10-08 16:58:15 +02:00
Eric Burel
e75e199dc2 split context creation to avoid unecessary computations 2018-10-08 14:06:25 +02:00
Eric Burel
d78c6edab9 updated comments 2018-10-08 13:50:46 +02:00
Eric Burel
b9b1b96a6e fix when engine api key is not defined 2018-10-05 16:03:54 +02:00
Eric Burel
6384bbb12b got rid of graphql-tools
'
2018-10-03 17:54:40 +02:00
Eric Burel
e474414350 fixed new syntax 2018-10-03 17:06:40 +02:00
Eric Burel
d3c384f0fe setup playground but does not pass headers... 2018-10-03 15:18:06 +02:00
Eric Burel
ad022bce9b setup engine 2018-10-03 14:19:50 +02:00
Eric Burel
29bcf74ed3 fixed context creation, server is working back 2018-10-02 20:33:40 +02:00
Eric Burel
8d3120abc7 basic example with apollo-server, not yet working 2018-10-02 18:05:47 +02:00
Eric Burel
583bf4c546 splitting files of the server, cleanup 2018-10-02 18:05:10 +02:00