Commit graph

300 commits

Author SHA1 Message Date
SachaG
f00a36cf9a v1.8.8 2018-02-03 11:11:52 +09:00
Justin Reynolds
0b9289d549 #1865 Fix upsert 2018-01-31 18:29:49 -06:00
Sacha Greif
510581154e
Merge pull request #1861 from MHerszak/meteor_1_6_1_packages
packages update to meteor 1.6.1
2018-01-29 16:05:51 +09:00
Michel Herszak
5a17346648 packages update to meteor 1.6.1 2018-01-28 23:03:10 -07:00
Justin Reynolds
9212a1970e Add upsert mutation 2018-01-28 22:26:05 -06:00
Luca Hagel
feb3914834 Remove/ignore undef/unused vars 2018-01-29 03:55:57 +01:00
SachaG
5da7791afe v1.8.7 2018-01-29 11:32:17 +09:00
SachaG
85e8614aa2 v1.8.6 2018-01-28 11:13:45 +09:00
SachaG
54ca5a5972 Fix missing registerSetting 2018-01-27 12:42:37 +09:00
SachaG
13a2453009 Merge branch 'vulcan-updates-jan-2018' of https://github.com/justinr1234/Vulcan into justinr1234-vulcan-updates-jan-2018
# Conflicts:
#	packages/vulcan-forms/lib/components/Form.jsx
#	packages/vulcan-lib/lib/modules/utils.js
2018-01-27 12:30:33 +09:00
Justin Reynolds
6d8566bf09 Fix circular dependency between Utils and settings 2018-01-26 18:07:50 -06:00
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
Justin Reynolds
75b6ece0a4 Fix linting 2018-01-25 15:03:03 -06:00
Justin Reynolds
6f8e355fbb Upgrade to Meteor 1.6.1 2018-01-25 12:12:31 -06: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