Apollinaire
2458d82ef1
New default for Apollo tracing
...
Default behaviour for apollo tracing is now enabled on dev and disabled on prod. To enable on prod, or disable on dev, the private boolean setting `apolloTracing` is available
2018-06-27 15:11:19 +02:00
SachaG
4f80444743
Better debug logging
2018-06-25 08:41:44 +02:00
SachaG
cc00b6dae7
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
2018-06-24 08:41:35 +02:00
Matt Black
d486b49ac3
Fix async callbacks called with no arguments
2018-06-22 23:41:20 -04:00
SachaG
6201b55837
insertableBy -> canCreate
2018-06-22 20:57:31 +09:00
SachaG
50fba6b0a3
viewableBy -> canRead
2018-06-22 20:55:22 +09:00
SachaG
6ee6dea156
Merge branch 'fieldViewEdit' of https://github.com/Apollinaire/Vulcan into Apollinaire-fieldViewEdit
2018-06-22 11:53:29 +09:00
Apollinaire
ac0a875c3a
remove backwards comp. from function name change and add new names to...
...
all instances of functions Users.can... in the whole code
2018-06-21 14:27:20 +02:00
Matt Black
8b8976db58
Allow passing multiple args to HOCs
2018-06-20 16:08:49 -04:00
SachaG
a7081f71c1
Show warning when collections have no GraphQL-enabled fields
2018-06-20 10:24:57 +09:00
SachaG
91246d083c
Better backwards compatibility + fix callback names case
2018-06-19 11:00:20 +09:00
SachaG
8ec093aac5
Better backwards compatibility; improve mutator debug
2018-06-18 10:05:54 +09:00
SachaG
213ec0f385
Fix a few issues with data/modifier
2018-06-17 16:23:22 +09:00
SachaG
367c071fc0
Move mutation/query generating logic to graphql.js; do not crash when schema has no GraphQL-compatible fields
2018-06-17 13:24:09 +09:00
SachaG
1d5d5b8ebc
Small bugfixes, make selectors work with both _id and documentId
2018-06-17 12:30:37 +09:00
SachaG
629e4c2c58
Minor clean-ups
2018-06-17 08:00:19 +09:00
SachaG
d9bc8b8c88
New default mutations/default resolvers API
2018-06-17 07:49:33 +09:00
SachaG
2b61d31ccb
Merge branch 'master' into devel
...
# Conflicts:
# packages/vulcan-users/lib/server/on_create_user.js
2018-06-16 10:16:09 +09:00
SachaG
e783d51dca
v1.11.2
2018-06-16 08:57:45 +09:00
SachaG
ecc97f157e
Support new syntax for registerComponent
2018-06-15 14:30:45 +09:00
SachaG
51acfa7ffc
Migrate new callbacks to new single argument API
2018-06-15 10:18:20 +09:00
SachaG
f66d31fa03
Adapt mutator and field callbacks for new naming and new arguments
2018-06-14 15:51:04 +09:00
SachaG
d4193fd7e5
Merge branch 'devel' into opencrud
...
# Conflicts:
# packages/vulcan-lib/lib/modules/collections.js
2018-06-14 09:55:52 +09:00
SachaG
c0650893fa
v1.11.1
2018-06-14 08:51:03 +09:00
SachaG
b0e7c4bf97
Only reset store when intl fields exist
2018-06-14 08:47:58 +09:00
Sacha Greif
05a0e78904
Merge pull request #1995 from Apollinaire/runqueryRename
...
runQuery->runGraphQL
2018-06-13 08:38:33 +09:00
SachaG
4da86c44a3
Add support for sortable property (bool/string) on datatable columns to make them sortable
2018-06-12 15:24:17 +09:00
SachaG
9008b34f85
canRead, canCreate, canUpdate
2018-06-11 15:47:56 +09:00
SachaG
453e304050
Revert auth.js change since it breaks auth
2018-06-11 10:25:54 +09:00
SachaG
f3c1f7bf31
isolate accounts-base dependency
2018-06-10 11:39:18 +09:00
SachaG
aed693238d
Meteor 1.7
2018-06-10 10:39:06 +09:00
SachaG
60f47a5189
Various small fixes (thanks @justinr1234)
2018-06-08 13:31:15 +09:00
Apollinaire
0bf44e8b45
runQuery->runGraphQL
2018-06-06 12:46:14 +02:00
SachaG
a532dab9b7
singleInputTemplate should use selectorUniqueInputTemplate
2018-06-06 11:00:53 +09:00
SachaG
4e6abff1bb
More commenting
2018-06-06 10:35:06 +09:00
SachaG
f1652ae025
arguments -> args
2018-06-06 09:07:13 +09:00
SachaG
c8b57ab60e
Fix withMulti
2018-06-06 07:36:25 +09:00
SachaG
b92944b6cc
Working on default mutations and mutators
2018-06-05 16:39:03 +09:00
SachaG
84d08e9bf9
Adapt withCreate, withUpdate, withUpsert, withDelete
2018-06-05 16:07:38 +09:00
SachaG
809bdd05de
Adapting withMulti and withSingle
2018-06-05 11:51:25 +09:00
SachaG
dbabb98ed4
Fix spacing and case
2018-06-05 10:17:59 +09:00
SachaG
1d3921287c
Refactored GraphQL schema generation code to use new GraphQL templates
2018-06-05 10:04:20 +09:00
SachaG
5dbda29b26
Add field template to GraphQL templates + other improvements
2018-06-05 09:12:07 +09:00
SachaG
35b13e89c2
Add comments to graphql templates
2018-06-04 17:59:18 +09:00
SachaG
fc346a68f2
list -> multi
2018-06-04 15:45:13 +09:00
SachaG
21eb6ec4ad
List output type should include totalCount
2018-06-04 11:57:53 +09:00
SachaG
f3ba2cc59f
Working on GraphQL template system for GraphQL schema generation
2018-06-04 11:22:49 +09:00
SachaG
96eab44309
Start CRUD renaming
2018-06-02 18:49:53 +09:00
SachaG
d3b6591f63
v1.11.0
2018-06-02 08:35:42 +09:00
SachaG
1f389dbf0a
Intl fields should not appear in forms
2018-05-29 18:02:15 +09:00