Commit graph

6285 commits

Author SHA1 Message Date
eric-burel
2dc35df5b0 allows auth with cookie 2018-11-29 17:04:02 +01:00
eric-burel
f8f08fb7fd can render the datatable 2018-11-29 14:56:24 +01:00
eric-burel
d65c83bde9 added test for container withComponents 2018-11-29 14:24:20 +01:00
eric-burel
4e33ac4a24 use withComponents 2018-11-29 14:24:20 +01:00
eric-burel
7162870564 split Datatable into purely visual components 2018-11-29 14:24:19 +01:00
eric-burel
0046649b98 temporarily remove depreaction message 2018-11-29 14:24:19 +01:00
eric-burel
a3b47c1301 created a withComponents HOC to load Components 2018-11-29 14:24:18 +01:00
eric-burel
ba19650098 enforce semicolons consistency 2018-11-29 14:24:18 +01:00
eric-burel
38ce8ef886 expose mergeWithComponents 2018-11-29 14:24:18 +01:00
eric-burel
c8299cffed refactored test initialization with a new package 2018-11-29 14:24:17 +01:00
eric-burel
6d97bfc52b add basic test for datatable 2018-11-29 14:24:15 +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
eric-burel
80c511e348 add prefilledProps given the current implementation 2018-11-26 15:06:57 +01:00
eric-burel
047181992e props update trigger a reset only in relevant cases 2018-11-26 15:03:56 +01:00
eric-burel
463b954be2 added test for prop state change 2018-11-26 14:52:35 +01:00
eric-burel
f30efa5299 upgrade enzyme adapter to react 16.3 2018-11-26 14:51:25 +01:00
eric-burel
fde4d90924 add bootstrap-ui to allow form mounting 2018-11-26 11:06:01 +01:00
Nnenna John
b0f4ecdae7 Add Prettier and Husky 2018-11-25 16:11:50 -08:00
SachaG
46bdfe0f57 Add app.mounted callback to App.jsx; move error tracking init to server/client init.js file 2018-11-24 10:49:37 +09:00
SachaG
6f11c9cf89 v1.12.10 2018-11-24 09:57:55 +09:00
SachaG
b454086591 Update package.json 2018-11-24 09:57:01 +09:00
SachaG
8edd46a6b9 Fix form bug 2018-11-24 09:56:51 +09:00
SachaG
9e5528e6d5 Add sourceVersion to server; add withSiteData HoC 2018-11-24 09:56:41 +09:00
SachaG
b75ff3e8d1 Add stale.yml 2018-11-23 16:24:41 +09:00
SachaG
895118e941 specify versions 2018-11-23 13:54:07 +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
SachaG
4208af65f8 Merge branch 'errors' into devel 2018-11-23 09:20:14 +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
SachaG
d1e9f1e063 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-11-22 16:09:39 +09:00
SachaG
77332324f1 If "addFields" prop is specified, add its fields to default generated fragments; fix FormIntl key issue; add class to FormGroup 2018-11-22 16:09:31 +09: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
939b4fce78 can render app 2018-11-19 15:36:12 +01:00
eric-burel
8d1f5fb92b split graphQL initialization step and published the executable schema 2018-11-19 11:56:06 +01:00
eric-burel
8e3d6b8d0d revert start change 2018-11-16 17:57:38 +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
d6582c2585
Merge pull request #2122 from lbke/isAdmin
Respect user.isAdmin on creation
2018-11-14 10:40:15 +01:00
Eric Burel
e590e0998d
Merge pull request #2123 from lbke/test-resolvers
rollback callbacks test
2018-11-05 14:05:01 +01:00
eric-burel
0824b3bb49 rollback callbacks test 2018-11-05 14:03:22 +01:00
eric-burel
d99eb1b7ae fix handleOptions test 2018-11-05 13:53:05 +01:00
eric-burel
e68b21ccba now respect user isAdmin 2018-11-05 13:52:46 +01:00