Ecosyste.ms: OpenCollective

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

moleculer

Moleculer is a fast & modern microservices framework for NodeJS
Collective - Host: opensource - https://opencollective.com/moleculer - Code: https://github.com/moleculerjs/moleculer

remove memwatch dependency

github.com/moleculerjs/moleculer - 5c2736e9883c03161706dd31938b5b65f4b25a2a authored about 6 years ago
add memleak bench test

github.com/moleculerjs/moleculer - 41e70aec218f8bda77f9c058098f28112b0afd47 authored about 6 years ago
make tests to be Node 6 compatible

github.com/moleculerjs/moleculer - c8e754c0bd6bc7104d9d96d6c94e48e43cc180a3 authored about 6 years ago
add more streaming test

github.com/moleculerjs/moleculer - 219062a65a66d27bbd69600afe15505a0978d493 authored about 6 years ago
test stream transit methods

github.com/moleculerjs/moleculer - 25526b8e6ab0b474cabe418d55d5779a6c1f065e authored about 6 years ago
skip protobuf js from coverage

github.com/moleculerjs/moleculer - 2ee929f3c5116094e903bc02e4931fd8749c742d authored about 6 years ago
fix stream request handling

github.com/moleculerjs/moleculer - 70b626cf25b7da59369cdecdbc190c785c2bf6ae authored about 6 years ago
add new fields to ProtoBuf, Avro, Thrift serializers

github.com/moleculerjs/moleculer - 74ed14624335fad7697171b875b1209eb2bd01a7 authored about 6 years ago
add ping ID field

github.com/moleculerjs/moleculer - 521f5c85b8b4693c4e2fed8adce4ced999c5423c authored about 6 years ago
Merge branch 'master' into stream-sec

github.com/moleculerjs/moleculer - aafe0089b18f8461fc938de4ac68d43639425204 authored about 6 years ago
add release npm scripts

github.com/moleculerjs/moleculer - d2f3c96d8ce68b21f57e8a38aa5d78237c2ff06f authored about 6 years ago
add $secureSettings to service settings in order to protect settings properties to be published

refactoring `mergeSchemas`. Extract merge static method for all common keys.

github.com/moleculerjs/moleculer - 01f668ca1243a77fbf243612108d33fde01761bf authored about 6 years ago
Merge pull request #435 from AlekseyYahodin/empty-cache-clean-error

Fixed 'ERR wrong number of arguments' on empty cache clean

github.com/moleculerjs/moleculer - d848389105619fe9e588a5a4ce75bb833b2442df authored about 6 years ago
Fixed indentation

github.com/moleculerjs/moleculer - 637c093e3265b10bf4d17251c31aba0d420139d1 authored about 6 years ago
Added unit test for empty redis cache clean error

github.com/moleculerjs/moleculer - 22427e28b9d0015108ee42e5bf4b4056a96a2bc8 authored about 6 years ago
Fixed 'ERR wrong number of arguments' on empty cache clean

github.com/moleculerjs/moleculer - 01bd281c420146a5ae4ab45c54d31a17e547f023 authored about 6 years ago
update cachers benchmark result

github.com/moleculerjs/moleculer - f8e9bb7e71f3ff692a5e0eaee668ddd04c5431be authored about 6 years ago
update changelog

github.com/moleculerjs/moleculer - 10b2e0c9e86f498e26d42584dcd6c1ff21632510 authored about 6 years ago
update changelog

github.com/moleculerjs/moleculer - 049fc1cb94277b26044e07dbf3e6e508f391390b authored about 6 years ago
Merge pull request #431 from moleculerjs/caching

Improve caching

github.com/moleculerjs/moleculer - 31dac9500f41f3b4b6d8691d9100643fbfc3af20 authored about 6 years ago
test MemoryLRU cacher

github.com/moleculerjs/moleculer - 01335682cabea48e057ec8f51408ff99d72aa8e7 authored about 6 years ago
Merge pull request #430 from AndreMaz/master

Adding Visibility

github.com/moleculerjs/moleculer - 967b10a3c87d7f8052b1b5447ec0c6622aae5b7c authored about 6 years ago
Adding Visibility

github.com/moleculerjs/moleculer - 80f2f717dcd42cf1d38fa8723a4720312f6f7190 authored about 6 years ago
add multiple key/pattern to memory cacher del, clean method

github.com/moleculerjs/moleculer - 570b39f86651a28f24dd81bb748c5a35657dca7d authored about 6 years ago
Merge pull request #428 from fugufish/action-typings-consistency

service typing should be consistent in naming.

github.com/moleculerjs/moleculer - 23719a1a7bb4049fac1a1d7e28f6d439cd2c22d4 authored about 6 years ago
improve redis "del" tests

github.com/moleculerjs/moleculer - 9f6210e5ca805be60d5937335ba8ffffb8512634 authored about 6 years ago
improve redis cacher tests

github.com/moleculerjs/moleculer - 2c690f454062846a277815efab3cb2b4d2f51cfc authored about 6 years ago
add cache enabled custom function support. Fix #423

github.com/moleculerjs/moleculer - 92a82522f06e72c0873f85f5abb61889bf1657e2 authored about 6 years ago
add service actions alias

github.com/moleculerjs/moleculer - c905d308d6177cbf31ed96279c7731cc85a8e952 authored about 6 years ago
update changelog

github.com/moleculerjs/moleculer - 5429a9a980b04c1a9f0489e1fc38405f31de984a authored about 6 years ago
Merge pull request #429 from moleculerjs/fix-426

Fix 426

github.com/moleculerjs/moleculer - 681f4df91497c310162ecb2734fa925e1c39b6c3 authored about 6 years ago
test balanced broadcast

github.com/moleculerjs/moleculer - d7cd3edda4e8b51d21096e5ec0d8db67f75f05ee authored about 6 years ago
send $broker events with broadcastLocal

github.com/moleculerjs/moleculer - bbbbd17158e8a03c4835e44179b287cc52118715 authored about 6 years ago
remove nodeID from error message

github.com/moleculerjs/moleculer - 7712d79071eb8da300870566fb4a9104df8728b9 authored about 6 years ago
Fix `$services.changed` event emitting.

github.com/moleculerjs/moleculer - ba348853700a3263fc16de220112817a6e02586a authored about 6 years ago
service typing should be consistent in naming.

github.com/moleculerjs/moleculer - 449cc006c9f9020c27f8be61280e822fbdc7d571 authored about 6 years ago
update changelog

github.com/moleculerjs/moleculer - 23d04791d10faec4fd7a0f3086d38dc5bef12530 authored about 6 years ago
throw error in `loadService`

github.com/moleculerjs/moleculer - e932b55b7146ce382df35b8da18f357b66c44267 authored about 6 years ago
try to fix broadcast

github.com/moleculerjs/moleculer - df809cc88250ec7e9feb3cd28ad7de405d4ae0bc authored about 6 years ago
handle payload.meta if not exist

github.com/moleculerjs/moleculer - 01c5fc17e30b689ca18980edf846e10b2890b351 authored about 6 years ago
test streams with java

github.com/moleculerjs/moleculer - dccc733db40ae9bfbab623bbfe95784dcb006a0d authored about 6 years ago
implement stream chunk queueing in both side.

github.com/moleculerjs/moleculer - d64143963b8eb103bb4805a1ccfc840135576da8 authored about 6 years ago
Update from master

github.com/moleculerjs/moleculer - 53d353d1ee8221e1b63d885586c312861eb924cb authored about 6 years ago
Merge pull request #420 from dkuida/hotfix/linting

Hotfix/linting

github.com/moleculerjs/moleculer - 1578a8496237042710c3b4b4bc1db0db57ad6261 authored about 6 years ago
Merge branch 'master' into hotfix/linting

# Conflicts:
# test/unit/service-broker.spec.js

github.com/moleculerjs/moleculer - 3963b053d47fbeb51bfd2bd91a76a33e60ad96b5 authored about 6 years ago
Merge pull request #2 from moleculerjs/master

update

github.com/moleculerjs/moleculer - f1ee95a8af512a61ef872c5192e989f3a417e71d authored about 6 years ago
Merge pull request #418 from Gadi-Manor/patch-2

Update BrokerTransitOptions with disableReconnect parameter

github.com/moleculerjs/moleculer - 2071fcf3ff8d54416b351312921dc184e22db58f authored about 6 years ago
Update BrokerTransitOptions with disableReconnect parameter

github.com/moleculerjs/moleculer - adcf61ee708c363da70b7df2da8ff490363d33ba authored about 6 years ago
Merge pull request #415 from ngraef/allow-version-0

fix calling action on service with version 0

github.com/moleculerjs/moleculer - 220eec65a780551bbe5eab298bbb015ab5112159 authored about 6 years ago
change missing version logic

github.com/moleculerjs/moleculer - cceba1f52d61067fb717c2a89158da73e15b8220 authored about 6 years ago
fix calling action on service with version 0

github.com/moleculerjs/moleculer - 35663bbf33e5169c6cae3d9efa35198045c7f236 authored about 6 years ago
add more eslint rules

github.com/moleculerjs/moleculer - 66350f5293be7789de83c66200f5bb87e94c954f authored about 6 years ago
Merge pull request #411 from dkuida/hotfix/cache-clear-arrays

Hotfix/cache clear arrays

github.com/moleculerjs/moleculer - 81d04dcfce2a0e8a14b3e86a7fbbe82ae25eb055 authored about 6 years ago
Merge branch 'master' into hotfix/linting

# Conflicts:
# src/transit.js

github.com/moleculerjs/moleculer - 8b47fc09ea62afcedf949730aebf49e25b502905 authored about 6 years ago
Merge pull request #1 from moleculerjs/master

update from fork

github.com/moleculerjs/moleculer - e8e457d8dc092b7188794c08661e1af19f57d62e authored about 6 years ago
all lint is passing

github.com/moleculerjs/moleculer - 5cbd763d8af713ad25cb99358e98eaf2dc261b87 authored about 6 years ago
with logger mock

github.com/moleculerjs/moleculer - 48f79a9e46b35c6ae45faf26d68cca584ee2a841 authored about 6 years ago
no async await in tests

github.com/moleculerjs/moleculer - d7d1003ee68407703a2e315485f8ac3b5174f91e authored about 6 years ago
check if the tests pass without logger on ci

github.com/moleculerjs/moleculer - ae6cd87edde095a6ec9b6f1d3ba5718d2427660d authored about 6 years ago
remove async await form the code, still there in the tests

github.com/moleculerjs/moleculer - 9f4f471979cba9adad036d21ceddfd51125b5078 authored about 6 years ago
add "seq" to stream packets

github.com/moleculerjs/moleculer - d9f515e3cf05212682ed840f670ef1a47e79d6d2 authored about 6 years ago
Merge pull request #373 from faeron/321-packet-logs

321 packet logs

github.com/moleculerjs/moleculer - 2af043db8bc83a318ce95a85bbb9dbd6308417f9 authored about 6 years ago
remove local defaultOptions and use parameter instead

github.com/moleculerjs/moleculer - 8e928c76dedc2d3ac7f597ecb60ab6adf11d5688 authored about 6 years ago
Merge pull request #412 from caiobessa/master

deleting the workaround because the bug was fixed in version v1.0.1

github.com/moleculerjs/moleculer - 8b54fead8327e1ee08848ada20c838989f445bf8 authored about 6 years ago
deleting the workaround because the bug was fixed in version v1.0.1

github.com/moleculerjs/moleculer - 0d0f389907700fefe86845378e07d2097586e9a1 authored about 6 years ago
rediss cacher working

github.com/moleculerjs/moleculer - 61ba6a6239a5fb2bdf8699ad1d26ec611c7092f5 authored about 6 years ago
rediss cacher working

github.com/moleculerjs/moleculer - fa9a34ffb40eec8337045c9a02c0408bf58dc8b8 authored about 6 years ago
catch unhandled promise rejection in event handlers. Fix 403 again

github.com/moleculerjs/moleculer - 7a4fc772372d36f57f589b2bf880bebf27dc56d8 authored about 6 years ago
Merge branch 'master' into 321-packet-logs

github.com/moleculerjs/moleculer - 455a0e88cb7bee3f5f6afb36c3f774b1fb8891bb authored about 6 years ago