SachaG
dd76442ab3
keepViewableFields -> restrictViewableFields (clearer name); always capitalize collection names; export new Collections array
2017-04-15 12:02:16 +09:00
SachaG
b8e6751790
Refactoring newsletter package, adding sendy integration
2017-04-11 10:27:35 +09:00
SachaG
77187dad17
Fix Apollo-client issue (see https://github.com/apollographql/apollo-client/issues/1524 )
2017-04-04 16:28:10 +09:00
SachaG
464e8641d3
Get rid of jparker:gravatar
2017-04-03 15:58:59 +09:00
SachaG
3fbe549b5d
add vulcan:core package in packages
to work around dependency problem with tracker-component
2017-03-29 16:34:16 +09:00
SachaG
64da012d7f
add comments to Instagram package
2017-03-28 18:24:11 +09:00
SachaG
7fd6cce117
working on Instagram example; use forms-upload package
2017-03-27 14:57:16 +09:00
SachaG
ec0c7dfcc1
updating packages
2017-03-23 13:02:57 +09:00
Comus Leong
736cbac509
npm simpl-schema, meteor aldeed:collection2-core package
2017-03-16 01:25:50 +08:00
xavcz
f43436bf22
bump to nova 1.2.0
2017-03-08 11:48:47 +00:00
xavcz
d1d4e3c952
update apollo deps
2017-03-08 11:45:37 +00:00
xavcz
0c19136298
don't do "half-batching/caching", prepare for nova 1.2
2017-03-05 13:10:16 +00:00
xavcz
113b68f5ed
experiment batching, let's see if it has a performance impact
2017-02-22 15:54:03 +01:00
xavcz
d195d366c8
Nova v1.1.0 🔭
...
* bump packages version
* update to Meteor 1.4.3! 🚀
2017-02-16 11:50:22 +01:00
xavcz
cf0f8b8985
update getting started content, license date, contributing link, .gitignore & add custom npm start
🚀
2017-02-02 17:35:03 +01:00
xavcz
4d024536b1
nova:events: auto-generated hooks on collection.mutation.async
, package-structure (first pass)
2017-02-01 23:11:41 +01:00
xavcz
7fc0a352aa
allow querying a single post with only slug (consistency with withDocument), usersTotal resolvers takes care about terms, update react-apollo & apollo-client
2017-01-27 11:08:27 +01:00
SachaG
bde420c46b
add optics support (Apollo stats)
2017-01-21 10:28:19 +09:00
SachaG
301d1017f9
Add underscore package; update Apollo-client package; add HoC aliases; disable categories polling; remove required schema properties; use strings for dates client-side
2017-01-21 10:02:03 +09:00
SachaG
71e9f1336e
React-router-scroll package
2017-01-18 22:28:46 +09:00
Sacha Greif
171bf9feb9
extraFragment -> fragment; deprecate Users.canEdit; add alias; use new withCurrentUser
2017-01-12 17:30:25 +09:00
Xavier Cazalot
7f99b48953
devel - revert commits related to simpl-schema ( #1537 )
...
* Revert "add note link to issue in collection2 on mutation insert, remove debug console logs on mutation edit"
This reverts commit 7a15103de7
.
* Revert "node simpl-schema + collection2-core: fix vote by specifying the right type of the array (dont use blackbox in the end!)"
This reverts commit e894c3224c
.
* Revert "add graphql date type (fix problem with node simple schema), fix an update bug on date picker, add edit check on custom post item, add `blackbox: true` for arrays field (validation problem with simple-schema)"
This reverts commit 9d84fbec98
.
* Revert "use node `simpl-schema` by aldeed to replace `meteor/aldeed:simple-schema` ; use the meteor collection2 core package as recommended"
This reverts commit 016935f4fa
.
* revert before node-simple-schema, fix obj.hasOwnProperty undefined error thrown by simple-schema & collection2
* CustomPostsItem: check on renderActions; withDocument/List: pollInterval 20seconds by default; DateTime form component enhancement + GraphQLDate type
2017-01-11 18:02:12 +01:00
xavcz
9d84fbec98
add graphql date type (fix problem with node simple schema), fix an update bug on date picker, add edit check on custom post item, add blackbox: true
for arrays field (validation problem with simple-schema)
2017-01-10 11:17:16 +01:00
xavcz
016935f4fa
use node simpl-schema
by aldeed to replace meteor/aldeed:simple-schema
; use the meteor collection2 core package as recommended
2017-01-10 10:09:24 +01:00
xavcz
31c2f22acd
update graphql related packages, clean withMesages
2017-01-09 13:33:26 +01:00
Sacha Greif
8f5891eb30
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
...
# Conflicts:
# packages/nova-categories/lib/resolvers.js
# packages/nova-comments/lib/resolvers.js
# packages/nova-core/lib/containers/withList.js
# packages/nova-posts/lib/resolvers.js
# packages/nova-users/lib/resolvers.js
2017-01-08 16:25:30 +09:00
Sacha Greif
2d627a9609
Refactor withList to use non-incremental pagination to work around polling+fetchMore incompatibility
2017-01-07 16:44:50 +09:00
xavcz
763baa3882
fix helpers use in nova:rss, stop using Npm.require, es6 code
2017-01-05 07:51:51 +01:00
xavcz
fcbfd3b3f7
update react-bootstrap (empty login dropdown bug fixed now #1463 )
2017-01-03 07:27:42 +01:00
xavcz
746da29d72
semver bump: 1.0.0 🚀
2016-12-27 11:58:58 +01:00
xavcz
45e032d7b9
update npm react deps, clean some dead code/packages, use query deduplication sent to the server (apollo-client 0.5.24)
2016-12-23 12:01:16 +01:00
xavcz
1558531c84
update grapqhl-tools to be able to ask for terms as JSON type, propTypes on UsersMenu
2016-12-20 15:19:13 +01:00
Sacha Greif
70ddd87039
update to apollo-client 0.5.22; small fixes and clean-up; Posts.parameters.get -> Posts.getParameters; add sorting to withList (even though it doesn't work yet); add getParameters to all collections;
2016-12-18 19:04:11 +09:00
Sacha Greif
83f72c9646
when a document is edited, test if it still belongs to a list or not
2016-12-14 22:35:02 +09:00
Sacha Greif
292a5e5566
various fixes: upgrade react-apollo; handle array fields in forms; fix "daily" view
2016-12-12 09:55:24 +09:00
xavcz
2638023f4e
harmonize apollo branch to be on v0.27.5
2016-12-08 23:48:16 +01:00
xavcz
311948fb9b
grab cookies directly in graphql server (step forward to simpler ssr)
2016-12-07 10:19:55 +01:00
xavcz
94edfc01ec
small tweaks on loadMore buttons, update graphql-tools (JSON scalar fix), fix remove callback on comments
2016-12-06 09:45:36 +01:00
xavcz
41d19f52aa
v0.27.5
2016-11-30 12:07:45 +01:00
Sacha Greif
612e817a3f
update apollo packages; use new fragments syntax (see https://github.com/apollostack/graphql-fragments#migrating ); create new MoviesDetails, MoviesEditForm, MoviesItem components; simplify withEdit and withNew containers; create new withSingle container
2016-11-22 16:15:00 +09:00
Sacha Greif
eafac17683
use generic withList container for movies demo
2016-11-19 18:01:05 +09:00
xavcz
71e0a00e34
update apollo-related packages + add graphql-type-json & graphql-subscriptions
2016-11-17 10:21:49 +01:00
Comus Leong
747b93896f
npm run lint support for jsx files
2016-11-17 13:53:11 +08:00
xavcz
f5ef406bf7
got something ~working with a hacks on reactrouter:react-router-ssr
2016-11-16 16:17:12 +01:00
xavcz
600ab15c4d
Apollo branch up to date with v0.27.4
2016-11-15 12:51:43 +01:00
xavcz
c8615d3439
v0.27.4
2016-11-15 10:44:01 +01:00
xavcz
28cf7a20c7
Update to Meteor 1.4.2.1, add npm babel-runtime
, remove some Meteor packages constraints versions
2016-11-15 09:55:05 +01:00
xavcz
4ae1c01eec
complete eslint devDeps and fix lint errors
2016-11-15 09:02:30 +01:00
xavcz
bb0d4f2076
extract withNew & withEdit HOCs from FormWithMutation component, wrap FormWrapper with them
2016-11-12 15:49:07 +01:00
xavcz
400b4d8c72
load categories with their own container (with loading handled in the presentational component); handle login / logout / register with fixed client.resetStore (apollo 0.5.1)
2016-11-10 10:54:43 +01:00