Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vulcan

We want to change the way you build modern JavaScript apps.
Collective - Host: opensource - https://opencollective.com/vulcan - Code: https://github.com/VulcanJS/Vulcan

withCurrentUser hoc in nova:core

github.com/VulcanJS/Vulcan - 9f4fe1a9174cfe997bc3515e63791967e8168967 authored about 8 years ago by xavcz <[email protected]>
Apollo branch up to date with v0.27.4

github.com/VulcanJS/Vulcan - 600ab15c4d9f6336ab496b2faedea3fdeb0ecf6e authored about 8 years ago by xavcz <[email protected]>
Merge pull request #1508 from TelescopeJS/devel

v0.27.4 - latest version before Apollo official release

github.com/VulcanJS/Vulcan - ef99d39acaf277146d025dc98e46e9f9822f7fe0 authored about 8 years ago by Xavier Cazalot <[email protected]>
repair deepValue utils (error introduced by "errors linting" fix)

github.com/VulcanJS/Vulcan - 52c50933e7b54dbb54009915b84b46b2dac9a334 authored about 8 years ago by xavcz <[email protected]>
Update to Meteor 1.4.2.1, add npm `babel-runtime`, remove some Meteor packages constraints versions

github.com/VulcanJS/Vulcan - 28cf7a20c76d75662c139a5b9903f9646f7185b1 authored about 8 years ago by xavcz <[email protected]>
Update History.md

github.com/VulcanJS/Vulcan - 5152eb5a9f3da41acac79e121d23c06b3ed528a2 authored about 8 years ago by xavcz <[email protected]>
complete eslint devDeps and fix lint errors

github.com/VulcanJS/Vulcan - 4ae1c01eecb406a16218a21915c7735a2d40960f authored about 8 years ago by xavcz <[email protected]>
Merge pull request #1474 from moimikey/patch-1

add eslint with basic plugins and configuration. fixes #1470

github.com/VulcanJS/Vulcan - c842dfbf800eea50da3a6599515e6c0b02befa6a authored about 8 years ago by Xavier Cazalot <[email protected]>
clean up published_fields files; clean up unnecessary packages; more work on callbacks

github.com/VulcanJS/Vulcan - 5df3377418c9483ceedd4dda494a56c0de341ec3 authored about 8 years ago by Sacha Greif <[email protected]>
add action to categories and users mutation generators

github.com/VulcanJS/Vulcan - 6893685b4f70573d3783db2e2e18f3f4acfd63ae authored about 8 years ago by xavcz <[email protected]>
disable dependency between fragments (causes error on mutations)

github.com/VulcanJS/Vulcan - 179f7bb1aaf693dd4c0b1ce670b7b0b81d5b19a4 authored about 8 years ago by xavcz <[email protected]>
use Collection.fragments in queries/mutations

github.com/VulcanJS/Vulcan - 08a686f49697c827728a8955f7a2157b4f7157a3 authored about 8 years ago by xavcz <[email protected]>
clean up callbacks by moving logic to mutations and schema (autoValue)

github.com/VulcanJS/Vulcan - 8689a4de73647bc949c51e9d1c90837cb52d7e22 authored about 8 years ago by Sacha Greif <[email protected]>
more work on removeSuccessCallback (wired with withRemove) ; add options noRemoveMutation (ex for UsersEdit)

github.com/VulcanJS/Vulcan - dd32c36f28986169dcd0617da07c2deb94432a76 authored about 8 years ago by xavcz <[email protected]>
add query collectionListTotal (= list total count) on every collection by default, query list from the ui : getCollectionList(..) { collectionListTotal(..) collection(..) } ; withRemove "automation" based on these queries

github.com/VulcanJS/Vulcan - 78802d67902a9baac13328063811394f0c477511 authored about 8 years ago by xavcz <[email protected]>
wip on withRemove HOC included in withEdit; fix `posts.remove.validate` callback

github.com/VulcanJS/Vulcan - 35302d291f28568d421e6ace7894bcfdef46cac0 authored about 8 years ago by xavcz <[email protected]>
extract withNew & withEdit HOCs from FormWithMutation component, wrap FormWrapper with them

github.com/VulcanJS/Vulcan - bb0d4f20768709cc788dcfc44c2500edd450a2c0 authored about 8 years ago by xavcz <[email protected]>
fix PostsEditForm (no need of wrapping in container, it already has the data); clean unnecessary propTypes / import

github.com/VulcanJS/Vulcan - be0576d12518d576d2cc499f189d71597076c406 authored about 8 years ago by xavcz <[email protected]>
use fragments for categories, add optional fragment prop to nova forms

github.com/VulcanJS/Vulcan - c2117a6fcc45a9cae737ca2a3472a94e8b380802 authored about 8 years ago by xavcz <[email protected]>
withApp hoc ; fix PostsItem (VoteContainer -> Vote)

github.com/VulcanJS/Vulcan - 51c605942ac63ebaa142452e9a9e75f3b49e04cc authored about 8 years ago by xavcz <[email protected]>
Merge pull request #1507 from sherryxiao1988/patch-1

Fix react setState race condition

github.com/VulcanJS/Vulcan - 4717100099aa1ec0d7edcfcfc8d0ea6fd343d576 authored about 8 years ago by Xavier Cazalot <[email protected]>
Fix react setState race condition

when multiple components need to call addToAutoFilledValues (I am using the avatar(xavcz:nova-fo...

github.com/VulcanJS/Vulcan - 7a4c540d068c6360a375337c4c5bc133e4946aec authored about 8 years ago by Shundan Xiao <[email protected]>
Merge branch 'apollo' of https://github.com/TelescopeJS/Telescope into apollo

github.com/VulcanJS/Vulcan - df58d8a9dd4429d3f7f437c1c6c5145ed7ce3d1b authored about 8 years ago by xavcz <[email protected]>
withCategoriesList HOC with the new syntax

github.com/VulcanJS/Vulcan - b4ddddf5a7b044646f0728a9b7694083def9654e authored about 8 years ago by xavcz <[email protected]>
withVoteMutation

github.com/VulcanJS/Vulcan - 884c6a00b92b7b3b4d128f5a697bcd62d5c2ef13 authored about 8 years ago by Sacha Greif <[email protected]>
use better syntax for HoCs

github.com/VulcanJS/Vulcan - 7a170786c8d8cb0de318a662ddf13afbe9f5409e authored about 8 years ago by Sacha Greif <[email protected]>
continue HoC refactoring, get rid of function syntax in withXYZ() after all

github.com/VulcanJS/Vulcan - d31fc6b70a6f7737b38b2ada1dfd1efcf7746836 authored about 8 years ago by Sacha Greif <[email protected]>
refactoring PostsListContainer and CommentsListContainer into HoCs

github.com/VulcanJS/Vulcan - 0ed0f24303219505e4ddbbff65aeedb1235a9520 authored about 8 years ago by Sacha Greif <[email protected]>
fix mutations on categories

github.com/VulcanJS/Vulcan - fb0bf92140b3c3051b1828929f691a9d73813ec9 authored about 8 years ago by xavcz <[email protected]>
utils.stripTelescopeNamespace used in graphql schema gen, components, helpers when requesting a collection schema

github.com/VulcanJS/Vulcan - 322882d78bfb571587d3bc7e4d1be9e6c4a30d17 authored about 8 years ago by xavcz <[email protected]>
small tweaks: no more users.current subscription on startup, fix child context App, fix getting started callback

github.com/VulcanJS/Vulcan - 83020ce65cfc566bc72e1a84467302aa44001ce5 authored about 8 years ago by xavcz <[email protected]>
escape .telescope on users schema when generating graphql schemas on app startup, fix thumbnails of dummy content (got caught in the refactoring 🌊)

github.com/VulcanJS/Vulcan - 2b79907ffd6aa4246624d0a73658f4ee4bd502ac authored about 8 years ago by xavcz <[email protected]>
keep the user.telescope settings schema for migration and backward compatibility with full-Meteor powered app

github.com/VulcanJS/Vulcan - 6e2819919efcf1728e8ffe028d066856ae5ee54c authored about 8 years ago by xavcz <[email protected]>
use a more generic prefix (__) for users settings and adapt Users.methods.setSetting

github.com/VulcanJS/Vulcan - db5605bd2e9b1cd54a4ad47104e546ee9640b7f7 authored about 8 years ago by xavcz <[email protected]>
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)

github.com/VulcanJS/Vulcan - 400b4d8c72f59878dbc2a11a0ef87f0200230228 authored about 8 years ago by xavcz <[email protected]>
finish the "status bug" off with its field schema legacy(autoValue) changed to nova(defaultValue)

github.com/VulcanJS/Vulcan - f764ca2b4631f3cc383671ea97e314e2d5af0686 authored about 8 years ago by Sean Song <[email protected]>
update to Meteor 1.4.2.1

github.com/VulcanJS/Vulcan - 7e344476a44e7eaef339b8bffd4e9bcf366cb4bf authored about 8 years ago by Sacha Greif <[email protected]>
make sure user is loaded before loading app

github.com/VulcanJS/Vulcan - 378cd01ef2753852fdf105e7d42354389bd8c0b3 authored about 8 years ago by Sacha Greif <[email protected]>
first try at making PostsListContainer a HoC

github.com/VulcanJS/Vulcan - a621d01b1baa3a73103ed001d1742529eefbc918 authored about 8 years ago by Sacha Greif <[email protected]>
make sure we don't affect the props passed by CommentsListContainer

github.com/VulcanJS/Vulcan - 9fcb9f753dace87f7027aeaa20088a99dab0d0a5 authored about 8 years ago by Sacha Greif <[email protected]>
use Meteor.user() in AppContainer for now

github.com/VulcanJS/Vulcan - 4e4c4d0b2023fbfebc7331e032d925b6dd56cf05 authored about 8 years ago by Sacha Greif <[email protected]>
fix comment reply callback

github.com/VulcanJS/Vulcan - a2f2a2e0fe123b8a3d0531ac74d2e34bd9fbae29 authored about 8 years ago by Sacha Greif <[email protected]>
fix status bug; add status to list query

github.com/VulcanJS/Vulcan - 1ec194576e59288d8b9e9b3e677b0eb71d414392 authored about 8 years ago by Sacha Greif <[email protected]>
small fixes on user mutations

github.com/VulcanJS/Vulcan - 0f6aeb36707dd4d841a255744b70d749edbc228f authored about 8 years ago by Sacha Greif <[email protected]>
re-enable comment nesting

github.com/VulcanJS/Vulcan - cab93c1128f5c67becf5b2619fe3b7f144a145ca authored about 8 years ago by Sacha Greif <[email protected]>
Merge branch 'apollo' of https://github.com/TelescopeJS/Telescope into apollo

# Conflicts:
# packages/nova-users/lib/schema.js

github.com/VulcanJS/Vulcan - 80bf6ddb121fe4f7307367ab23988c0ed20e6af7 authored about 8 years ago by Sacha Greif <[email protected]>
small tweaks

github.com/VulcanJS/Vulcan - 76d71f13dd301b6ec2805f03f55fbcd67cef3fd7 authored about 8 years ago by Sacha Greif <[email protected]>
update CommentsItem state on mutation success callback

github.com/VulcanJS/Vulcan - b2620befbdf6560bef3c601552b6fe4198202e4d authored about 8 years ago by xavcz <[email protected]>
move namespace to prefix on user schema: user.telescope.xxx by user.nova_xxx

github.com/VulcanJS/Vulcan - 460efe52f606c1a77b745eb2ff61738cd0b0ac58 authored about 8 years ago by xavcz <[email protected]>
comments.postId available in commentsInput (insertableIf/editableIf) -> add `control: "none"` where needed in the app ; fix wrong import from previous commit on nova-voting (vote (operateOnItem) is needed on client/server, score algorithm is only server-side (async callback))

github.com/VulcanJS/Vulcan - 84a73a988d5e87249a7c321ab52ab2fcc88ec51c authored about 8 years ago by xavcz <[email protected]>
wip on nova:base-containers, rename nova:base-apollo in nova:apollo for the sake of clarity, remove some obsolete/experimental functions (triggerMainRefetch, refetchQuery, ..)

github.com/VulcanJS/Vulcan - ec95b3c591f4994754e22ea0c143e2ea0b93d52e authored about 8 years ago by xavcz <[email protected]>
fix categories mutations (missing import + resolver definition..)

github.com/VulcanJS/Vulcan - e56325799692135b79b843ac666bad6936ca1d8b authored about 8 years ago by xavcz <[email protected]>
split out user schema fields in appropriate packages

github.com/VulcanJS/Vulcan - 364dacaecfe24223ac90ad541d57987a9cdef30f authored about 8 years ago by Sacha Greif <[email protected]>
add missing properties

github.com/VulcanJS/Vulcan - 1b7574d8feea1139c24bdd16b45b53dcd91be213 authored about 8 years ago by Sacha Greif <[email protected]>
add typeName to each collection

github.com/VulcanJS/Vulcan - 9b7cdcd8bc2589fdce15304ce7c9d849631f683e authored about 8 years ago by Sacha Greif <[email protected]>
extract queries into their own files

github.com/VulcanJS/Vulcan - 4907310480e35187cab86c5a1be473d5947b096f authored about 8 years ago by Sacha Greif <[email protected]>
fix a few issues with forms

github.com/VulcanJS/Vulcan - ce13bf11c08f30fac7d15f30a1cd0553e38230cd authored about 8 years ago by Sacha Greif <[email protected]>
generate graphQL schemas for posts, comments, and categories from simpleSchema

github.com/VulcanJS/Vulcan - bee5eaf373aa7a8f840174f45df8653628183dd0 authored about 8 years ago by Sacha Greif <[email protected]>
remove obsolete option (apollo-client 0.5)

github.com/VulcanJS/Vulcan - 1c5ac622d38ef0e62d3208bd8c2b978675d2a48f authored about 8 years ago by xavcz <[email protected]>
wip on categories mutation, comment logs on comments (🤔)

github.com/VulcanJS/Vulcan - 6e82219c5b12682e31eb4e56dfeaeff1bdd8f0f6 authored about 8 years ago by xavcz <[email protected]>
add debug option on apollo server

github.com/VulcanJS/Vulcan - 6a6fbb9ce238c5ee1ca0fa72b1bf09d9992aebca authored about 8 years ago by xavcz <[email protected]>
fix commenters (UI / schema / resolvers), pass documentId to postsVote, move PostsListsContainer query to Posts.graphQLQueries.list, FormWrapper.clearErrors() -> FormWrapper.clearForm({clearErrors, clearCurrentValues}): prevent bug of keeping latest value when submitting a formNew that doesn't unmount

github.com/VulcanJS/Vulcan - bca4b38358fe87c76c30ec903dd970d200aaebee authored about 8 years ago by xavcz <[email protected]>
fix CommentsListContainer

github.com/VulcanJS/Vulcan - 2e16a46e167bbefe24811821f18e40e8dc8f3920 authored about 8 years ago by xavcz <[email protected]>
clean up & experiment error catching normally swallowed on rendering

github.com/VulcanJS/Vulcan - 8777c33c2b86c64171e107888a5bdf4b8b147462 authored about 8 years ago by xavcz <[email protected]>
clean up some console.logs

github.com/VulcanJS/Vulcan - 3347af0a093adfa15c6083267962d7569f545828 authored about 8 years ago by Sacha Greif <[email protected]>
working on commentsListContainer

github.com/VulcanJS/Vulcan - 4e919660725181454776d13f5eff597338886402 authored about 8 years ago by Sacha Greif <[email protected]>
fix small issue

github.com/VulcanJS/Vulcan - 4d7ec25bc96075580c49838b79c9b09a485dbbab authored about 8 years ago by Sacha Greif <[email protected]>
get rid of PostsNewFormContainer and PostsEditFormContainer

github.com/VulcanJS/Vulcan - 8eae4fda1d32dbabf463320d8c9d68322a5fa128 authored about 8 years ago by Sacha Greif <[email protected]>
fix errors somehow??!

github.com/VulcanJS/Vulcan - 2b91a715a73b08e137918b7c10648660cdbcdb27 authored about 8 years ago by Sacha Greif <[email protected]>
apollo forms wip

github.com/VulcanJS/Vulcan - 7ce835b0fdfb0fd9ce9c7e513af7af6274a36bed authored about 8 years ago by Sacha Greif <[email protected]>
add body

github.com/VulcanJS/Vulcan - 2aab82f685b0bf143056d3af74a0f31b3bf46653 authored about 8 years ago by Sacha Greif <[email protected]>
working on commentsEdit

github.com/VulcanJS/Vulcan - 02b3e785c53a485b088ecf4470725567a6c71dc9 authored about 8 years ago by Sacha Greif <[email protected]>
try/catch for mailchimp

github.com/VulcanJS/Vulcan - 8b35d593238d5b00957c9d3855c9d65c0038eaa2 authored about 8 years ago by Sacha Greif <[email protected]>
work on updateQueries for commentsNew

github.com/VulcanJS/Vulcan - a74744d2c7b96a37f3d6539b18c29265f52f94ba authored about 8 years ago by Sacha Greif <[email protected]>
add posts.remove callbacks

github.com/VulcanJS/Vulcan - 747ff91721d9de7bd1dd0208f6b8a4a319fe0cd5 authored about 8 years ago by Sacha Greif <[email protected]>
put full user object on context

github.com/VulcanJS/Vulcan - 82f22c1699bd0cbc7fe229a678e190edcb3ab104 authored about 8 years ago by Sacha Greif <[email protected]>
refactor mutations; collection.x.method callback is now collection.x.validate

github.com/VulcanJS/Vulcan - 8701dace841afe2023cc2c15890958b319980f4e authored about 8 years ago by Sacha Greif <[email protected]>
use standard newMutation, editMutation, and removeMutation mutations for posts and comments

github.com/VulcanJS/Vulcan - b369d90341b7d990e8ef88150dc5de95b154693b authored about 8 years ago by Sacha Greif <[email protected]>
small fixes

github.com/VulcanJS/Vulcan - 1c47da69e04917d118f2752832eaffa9edc02240 authored about 8 years ago by Sacha Greif <[email protected]>
Merge pull request #1504 from qge/fixReplyButton

Only show comment reply button for logged in users

github.com/VulcanJS/Vulcan - 9d984a5a504346e1c0067549085d23d345c2e3a4 authored about 8 years ago by Sacha Greif <[email protected]>
Merge pull request #1503 from qge/zh-trans

Add zh-CN i18n package

github.com/VulcanJS/Vulcan - 8bd54859a59f9935e3c6cb71e69662d7e867c485 authored about 8 years ago by Sacha Greif <[email protected]>
Only show comment reply button for logged in users

github.com/VulcanJS/Vulcan - eb0536a66245ebd05d591bed83c7e688fd5b5730 authored about 8 years ago by Curtis G <[email protected]>
Add zh-CN i18n package

github.com/VulcanJS/Vulcan - d202cb5946bed78795b0ab43831db75217b1df6f authored about 8 years ago by Curtis G <[email protected]>
use a fork of meteorhacks:inject-data to fix data-injection with meteor 1.4.2

github.com/VulcanJS/Vulcan - f988686653b21896c3f5d321f30c34c1b5778628 authored about 8 years ago by xavcz <[email protected]>
'users.remove' method: check if the user wants to remove itself or another user ; ensure options are defined in related callbacks

github.com/VulcanJS/Vulcan - 7059b1977239a65bba439a5448b005e1d7d7b057 authored about 8 years ago by xavcz <[email protected]>
modify getUnusedSlug to handle edge case on Users collection, fix #1501 and related to #1213

github.com/VulcanJS/Vulcan - 8aaef596f53120aad264827c3f41ed169474b3d1 authored about 8 years ago by xavcz <[email protected]>
small fixes

github.com/VulcanJS/Vulcan - d217c93ebabfccd4a4f4e9a1a40057bb17c419e0 authored about 8 years ago by Sacha Greif <[email protected]>
working on comments mutations

github.com/VulcanJS/Vulcan - a0a7d235e984b386bcade01e762aed540c39b4cc authored about 8 years ago by Sacha Greif <[email protected]>
unset should be all booleans

github.com/VulcanJS/Vulcan - 5372aace33b22dc3e8cd74f1e0145c4645cad851 authored about 8 years ago by Sacha Greif <[email protected]>
PostsEditContainer

github.com/VulcanJS/Vulcan - ec0ec6558aab6da339df1018c6be239006ac35d3 authored about 8 years ago by xavcz <[email protected]>
PostsNewFormContainer ; fix typo on postsVote mutation

github.com/VulcanJS/Vulcan - f92bb15079cfca437484b8da1eee2ea0be07fe6b authored about 8 years ago by xavcz <[email protected]>
NovaForm: catch mutation error and display it

github.com/VulcanJS/Vulcan - 0805b653e9af5fbef235430864e79dc966bb8769 authored about 8 years ago by xavcz <[email protected]>
get access to graphql server's context even if no user is logged in

github.com/VulcanJS/Vulcan - 9d3df4ff1ba4940600668d46109e937fa1832aab authored about 8 years ago by xavcz <[email protected]>
specify explicit dependencies (npm & meteor packages)

github.com/VulcanJS/Vulcan - d382c995d043747651ab025be5acf105889fadb0 authored about 8 years ago by xavcz <[email protected]>
Merge pull request #1499 from qge/devel

Add i18n messages for no more posts, no results, and load more days

github.com/VulcanJS/Vulcan - f3b32b0f348e7db5b843a2bd4ad7afd578e53436 authored about 8 years ago by Xavier Cazalot <[email protected]>
split out set/unset to work around fact that I don't know GraphQL syntax

github.com/VulcanJS/Vulcan - 4c5c696a82d63fc6cd1e60b72ec72eea27e7ae7e authored about 8 years ago by Sacha Greif <[email protected]>
working on postsEdit

github.com/VulcanJS/Vulcan - 2d0e2fde83a3465dca1d7560e68b5413e8804b89 authored about 8 years ago by Sacha Greif <[email protected]>
Add i18n messages for no more posts, no results, and load more days

github.com/VulcanJS/Vulcan - 38aecb78a0274886117fd1a93f3e0f8fde485702 authored about 8 years ago by Curtis G <[email protected]>
use updateQueries to update the main post list after new post

github.com/VulcanJS/Vulcan - ae94226990fc571f802f28c84bb23688e78a369b authored about 8 years ago by Sacha Greif <[email protected]>