Commit graph

555 commits

Author SHA1 Message Date
eric-burel
022a72e41b Merge Apollo2 branch 2019-01-02 17:18:54 +01:00
SachaG
895118e941 specify versions 2018-11-23 13:54:07 +09:00
Eric Burel
49ad11b861 update to 1.18 2018-10-23 16:59:59 +02:00
Eric Burel
a8e6b8b8ea cleanup test, import, modules, wrap registerWatechedMutation with isClient 2018-09-27 11:07:17 +02:00
Eric Burel
2bacae7a0e copy-pasted meteor/apollo, updated to RR4
meteor/apollo Atmosphere version does not seem up to date with the Github repo
2018-09-26 11:34:28 +02:00
Eric Burel
f4ed4bffcf use meteortesting:mocha instead of TinyTest 2018-07-18 12:06:04 +02:00
SachaG
c125132852 Meteor 1.7 upgrade 2018-06-14 09:03:08 +09:00
SachaG
5534ab7430 Add amount property to charges schema; add addSubscriptionProduct; various other fixes 2018-03-08 10:48:35 +09:00
SachaG
f00a36cf9a v1.8.8 2018-02-03 11:11:52 +09:00
SachaG
e8164585b3 Meteor 1.6.1 2018-01-27 16:12:06 +09:00
Lucas Martín
316aecb87f
Add comented Spanish i18n package 2018-01-22 18:25:23 +01:00
SachaG
af4c44a2af v1.8.5 2018-01-20 16:51:20 +09:00
SachaG
172e789b99 Merge branch 'devel' 2018-01-20 11:07:43 +09:00
SachaG
37781ce907 versions update 2018-01-15 09:33:43 +09:00
Brett
4af42540e3 Added comments from the example-simple video tutorial for reference for learners.
There are 12 steps that can be found in the project by searching #tutorial-step-1 and so on up to 12. The video is here: http://docs.vulcanjs.org/example-simple.html
2018-01-10 18:32:15 +09:00
SachaG
867495b8ec Merge branch 'devel' 2017-12-27 09:58:07 +09:00
SachaG
9e23b826a8 Meteor 1.6 2017-11-24 10:02:06 +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
7e6d0c582b Meteor 1.5.2.2 2017-10-06 08:49:55 +09:00
SachaG
0ca8d2dc30 Version 1.8.0 2017-09-29 15:04:28 +09:00
SachaG
6a9f53e82b Update to Meteor 1.5.2.1 2017-09-29 09:19:23 +09:00
SachaG
071a0fd720 Big voting refactor 2017-09-25 22:09:09 +02:00
SachaG
700c4a265a packages 2017-09-22 12:31:03 +02:00
Jesse Rosenberger
52972b6451 Remove "unique" identifier file.
This file is meant to be a unique identifier for a project and is generated automatically in new (Meteor) projects.  Since VulcanJS is instead cloned as a boilerplate for a new application, this is less ideal since each project receives the same unique identifier.  The reason this is not ideal is explained within the comment of the removed file:

e634907530/.meteor/.id

Most importantly, this affects the ability to see any sort of traction on `vulcan:*` packages in Atmosphere since they are aggregated together.  This means that 10 or 1000 installs might just be tracked as 1!
2017-09-13 20:28:38 +03:00
SachaG
1c87887cbe Making voting package collection-agnostic 2017-09-04 20:22:00 +09:00
SachaG
62dffa6a9d more refactoring 2017-09-04 19:56:33 +09:00
SachaG
f82531e6e7 version 1.7.0 2017-08-02 19:02:18 +09:00
SachaG
8053852c6f small tweaks; remove kadira package 2017-08-01 17:21:16 +09:00
SachaG
2577365231 update Meteor version and boilerplate-generator package 2017-07-29 15:30:22 +09:00
SachaG
12925718a5 Merge branch 'feature/graphql-interfaces' of https://github.com/ochicf/Vulcan into ochicf-feature/graphql-interfaces
# Conflicts:
#	.meteor/packages
2017-07-29 15:11:23 +09:00
SachaG
f4266e9cb0 update packages 2017-07-26 08:12:35 +09:00
ochicf
2c6526f81f Added example-interfaces package
Shows how to use a simple a hierarchical interface implemented in a Categories collection.
2017-07-22 11:37:06 +02:00
SachaG
6151b800b8 v1.6.0 2017-07-14 10:53:52 +09:00
SachaG
4f0affc15e update versions 2017-07-08 11:12:47 +09:00
SachaG
a7846d10b0 Packages 2017-06-07 18:09:33 -07:00
SachaG
bd192a5488 update to Meteor 1.5 2017-06-01 10:00:16 +09:00
SachaG
97e138ac84 Update to Meteor 1.4.4.1 2017-04-28 09:49:36 +09:00
SachaG
99c88dcbb1 Version 1.3.2 2017-04-10 11:23:39 +09:00
SachaG
4da8c04bec Add package versions in order to publish lib and accounts packages 2017-04-09 15:56:33 +09:00
SachaG
2c741e526d version 1.3.1 2017-04-09 15:47:08 +09:00
SachaG
0020ae0b89 Upgrade fourseven:scss to 4.5.0 2017-04-03 22:35:06 +09:00
SachaG
e5837a6c0e Get rid of collection2; do validations at mutation level 2017-04-03 16:24:19 +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
968bf55848 Clean up packages; create new example-forum package 2017-03-29 15:48:44 +09:00
SachaG
ff1ce040fe version 1.3.0 2017-03-23 18:24:41 +09:00
SachaG
d970c92f82 nova -> vulcan 2017-03-23 16:27:59 +09:00
SachaG
2f0775a7b8 Move store rest logic to nova:accounts; get rid of AccountsForm component 2017-03-23 15:37:39 +09:00
SachaG
ec0c7dfcc1 updating packages 2017-03-23 13:02:57 +09:00
SachaG
dff6c435e9 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2017-03-18 16:04:53 +09:00