Justin Reynolds
|
651e3e6866
|
Fix circular dependencies between schemas and collections
|
2018-01-26 16:41:30 -06:00 |
|
SachaG
|
0a40e57312
|
only add search parameter if there are searchable fields
|
2018-01-26 18:41:29 +09:00 |
|
SachaG
|
c131ccb167
|
Make sure GraphQL schema is properly formatted when outputted as a string
|
2018-01-25 18:12:26 +09:00 |
|
SachaG
|
af4c44a2af
|
v1.8.5
|
2018-01-20 16:51:20 +09:00 |
|
SachaG
|
c9936ed69f
|
v1.8.4
|
2018-01-20 11:07:27 +09:00 |
|
SachaG
|
2ae8176c71
|
Small fixes
|
2018-01-20 11:02:11 +09:00 |
|
Sebastian Grebe
|
bb15e4f549
|
Use getComponent for childRoutes
|
2018-01-11 22:59:25 +01:00 |
|
SachaG
|
50a485166e
|
Import registerSetting
|
2018-01-11 22:20:45 +09:00 |
|
Luca Hagel
|
7c9ccb3fc0
|
Register new apolloEngine.logLevel setting
|
2018-01-11 13:06:10 +01:00 |
|
Luca Hagel
|
ef351ec30d
|
Allow the ApolloEngine loglevel to be set via the settings
|
2018-01-11 10:17:20 +01:00 |
|
SachaG
|
a72250d8ce
|
v1.8.3
|
2018-01-11 13:52:09 +09:00 |
|
Luca Hagel
|
bdc05e1bc1
|
Add indentation groups & color escape sequences to cb & resolver logs
|
2018-01-06 13:40:40 +01:00 |
|
Luca Hagel
|
54149fb9e1
|
Export debug group start & end functions
|
2018-01-06 13:39:40 +01:00 |
|
SachaG
|
543af3214e
|
Support passing either fragmentName or fragmentText to GraphQL server query
|
2018-01-04 11:56:39 +09:00 |
|
SachaG
|
c80e38eb1f
|
Add New button to datatables
|
2018-01-03 15:13:50 +09:00 |
|
SachaG
|
9ea2ce7b88
|
Merge branch 'master' into devel
|
2018-01-03 08:48:27 +09:00 |
|
SachaG
|
fec2fc8321
|
Document query and mutation arguments
|
2018-01-02 13:13:56 +09:00 |
|
SachaG
|
997ffda955
|
Require insertableBy/editableBy/viewableBy for a field to be added to GraphQL schema
|
2018-01-02 13:05:03 +09:00 |
|
SachaG
|
05084e6fb5
|
Add support for GraphQL comments/descriptions for fields, queries, mutations, types
|
2018-01-02 13:04:33 +09:00 |
|
SachaG
|
8d0cc3e5e2
|
Make form sub-property optional; Handle extra queries in FormWrapper; remove resolveAs fragment shape "guessing" code
|
2017-12-28 11:31:55 +09:00 |
|
SachaG
|
ac5d92d89c
|
1.8.2
|
2017-12-28 10:11:44 +09:00 |
|
SachaG
|
fc3a5d58b1
|
v1.8.1
|
2017-12-27 09:56:49 +09:00 |
|
SachaG
|
b7404f88ae
|
Fix segment identify
|
2017-12-27 09:55:06 +09:00 |
|
SachaG
|
c75cd475cb
|
Add new addUserFunction event function; make sure site url always has trailing '/'; document charge callbacks
|
2017-12-26 11:17:44 +09:00 |
|
SachaG
|
3aeb211653
|
Enable anonymous insert mutations (for event tracking)
|
2017-12-25 15:39:22 +09:00 |
|
SachaG
|
16412207b9
|
Use full URL for logoUrl resolver
|
2017-12-20 13:46:03 +09:00 |
|
SachaG
|
f05c2bcab5
|
Implement server-side tracking for Segment; add server-side 'events.identify' hook
|
2017-12-18 10:13:17 +09:00 |
|
SachaG
|
010fff2e21
|
Implement server-side internal event tracking
|
2017-12-18 09:57:17 +09:00 |
|
SachaG
|
104b630448
|
Create new events-internal package to hold internal Mongo event tracking code
|
2017-12-17 20:59:26 +09:00 |
|
SachaG
|
0cbb904f2d
|
Set enableCache when defining HoC rather than when defining resolvers for more granularity
|
2017-12-13 18:39:19 +09:00 |
|
SachaG
|
574f08c449
|
Enable Engine caching
|
2017-12-08 20:54:23 +09:00 |
|
SachaG
|
68351674da
|
Work on adding caching option to default resolvers; add loadingMore prop to withList
|
2017-11-30 23:08:27 +09:00 |
|
SachaG
|
9e23b826a8
|
Meteor 1.6
|
2017-11-24 10:02:06 +09:00 |
|
SachaG
|
4b862db660
|
graphql-server-express -> apollo-server-express; remove Optics integration
|
2017-11-21 18:33:52 +09:00 |
|
SachaG
|
319fbb914b
|
Enable Apollo Engine integration (add 'apolloEngine.apiKey' in settings.json)
|
2017-11-21 10:03:11 +09:00 |
|
SachaG
|
cd5a31f6b0
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2017-11-09 10:02:27 +09:00 |
|
SachaG
|
f52aae1afc
|
Get oAuth config using getSetting
|
2017-11-09 10:02:00 +09:00 |
|
Sacha Greif
|
7accd7c6ae
|
improve calback documentation; fix edit validation issue; add postedAt callback
|
2017-11-08 10:06:01 +09:00 |
|
Sacha Greif
|
f9ccef64ca
|
Add new Time component; add new 'default' form schema option
|
2017-11-03 11:40:53 +09:00 |
|
Sacha Greif
|
50943f01de
|
First pass at /callbacks dashboard
|
2017-10-21 15:58:02 +09:00 |
|
Sacha Greif
|
20caeb47fb
|
Add before/after collection callbacks to run callback hooks either before or after the db insertion/update
|
2017-10-21 12:47:58 +09:00 |
|
Sacha Greif
|
d48c84b749
|
Small fixes
|
2017-10-18 20:06:31 +09:00 |
|
Sacha Greif
|
5d444df3a5
|
Enable adding components to HeadTags outside of Helmet
|
2017-10-17 10:26:38 +09:00 |
|
SachaG
|
5434356866
|
Merge branch 'devel'
# Conflicts:
# .github/CONTRIBUTING.md
# packages/vulcan-lib/lib/server/mutations.js
|
2017-10-06 08:54:18 +09:00 |
|
SachaG
|
ba7ad9e006
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2017-10-06 08:51:06 +09:00 |
|
SachaG
|
63116e9099
|
Handle zero values in settings better
|
2017-10-06 07:02:29 +09:00 |
|
Sacha Greif
|
70d91a28e1
|
Merge pull request #1738 from lquixada/devel
Dropped isomorphic-fetch in favor of cross-fetch
|
2017-10-05 18:38:39 +09:00 |
|
Leonardo Quixadá
|
30aad4c2f5
|
Dropped isomorphic-fetch in favor of cross-fetch (React Native compatible).
|
2017-10-05 06:29:09 -03:00 |
|
SachaG
|
7a921915c3
|
Small fixes
|
2017-10-05 10:17:14 +09:00 |
|
SachaG
|
ef935c0b4e
|
Isolate "reducers may not dispatch actions" bug for now
|
2017-10-05 09:15:24 +09:00 |
|