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

Discoverer enhancements

github.com/moleculerjs/moleculer - ecd06c348a9a5d5111b6cc4712570430c2e82d64 authored over 4 years ago by Icebob <[email protected]>
add etcd3 discoverer

github.com/moleculerjs/moleculer - 3a9b45451b17c62cfa86a36cec1f474dc8c6fb7a authored over 4 years ago by Icebob <[email protected]>
Fix Redis cacher serializer & Notepack construction issue.

github.com/moleculerjs/moleculer - 00c037f2394e758655fd791fe33b2fc486a489a2 authored over 4 years ago by Icebob <[email protected]>
lazy HB checking

github.com/moleculerjs/moleculer - 2ef37e5b0f7f89f866d0a67ae8034276883f37e2 authored over 4 years ago by Icebob <[email protected]>
add multinode example

github.com/moleculerjs/moleculer - 1b2b70238249e98de451a261bf2a125ec25519c8 authored over 4 years ago by Icebob <[email protected]>
Merge pull request #723 from Jank1310/fix/ts-call-definitions

feat: added mcall definition for context and broker mcall

github.com/moleculerjs/moleculer - 3cecd86f884e07889aeb2811c232264f9a874f34 authored over 4 years ago by Icebob <[email protected]>
feat: added mcall definition for context and broker mcall

fix: added options to broker mcall

github.com/moleculerjs/moleculer - ed550f38d44ce47c35ca372e18c31a12c89c4e1b authored over 4 years ago by Jan Kühnlein <[email protected]>
add metrics to Redis discoverer

github.com/moleculerjs/moleculer - 8febd5da944996bce039c0047701f3334c994f75 authored over 4 years ago by Icebob <[email protected]>
using mget instead of multiple get

github.com/moleculerjs/moleculer - 40d77e88509c53e37c940ef8df80965d0f7fa857 authored over 4 years ago by Icebob <[email protected]>
polishing the codes

github.com/moleculerjs/moleculer - cd7ecfb09cfea8cbb37543baff7a1021bf7ac950 authored over 4 years ago by Icebob <[email protected]>
Create Discoverer module. Add Local & Redis discoverer

github.com/moleculerjs/moleculer - f2342efd9169745fda0f2afaf6c43fdd8a7cb128 authored over 4 years ago by Icebob <[email protected]>
Create bench.yml

github.com/moleculerjs/moleculer - 39255195572058f1d95d951ce8e26cdb791d0638 authored over 4 years ago by Icebob <[email protected]>
remove node 14, it's not supported yet

github.com/moleculerjs/moleculer - e97cf6af77d7104749c2506bbc0cdefe90f6e774 authored over 4 years ago by Icebob <[email protected]>
update changelog

github.com/moleculerjs/moleculer - 4b94efb26e3fa7c2a4bafc9e06ba3f3a0ab679e0 authored over 4 years ago by Icebob <[email protected]>
Fix issue #709 stream handling with disabled balancer.

github.com/moleculerjs/moleculer - 865b4c02e0dfa13c0b39a15bfa1b52efb8e98bf2 authored over 4 years ago by Icebob <[email protected]>
Merge pull request #715 from Nathan-Schwartz/nathan/safeSend

Safely handle disconnected state for transporters

github.com/moleculerjs/moleculer - ca922380421a6c717c91ab7f92c224b4ddce656f authored over 4 years ago by Icebob <[email protected]>
fix servicebroker emit type error

Resolve an edge case where a Promise was not returned from
broker.emit

github.com/moleculerjs/moleculer - 0f4111ea6326d35ed858387bdffeec43f055a3bc authored over 4 years ago by Nathan Schwartz <[email protected]>
[amqp] pass reconnect bool to transit.onconnected

Start tracking connectionCount to determine if it is a reconnection.

We have to call transit.ma...

github.com/moleculerjs/moleculer - ba2ec61945225aabdc48de15e9069f633471b6cd authored over 4 years ago by Nathan Schwartz <[email protected]>
safely handle disconnected state for transporters

Prevents offline queueing in client libraries that use it when
connections are lost.

BrokerDisc...

github.com/moleculerjs/moleculer - 50c9d7fbe7ea5d6dcf107daea5f0450acc829094 authored over 4 years ago by Nathan Schwartz <[email protected]>
Merge pull request #714 from AndreMaz/master

[TS] Allow mixins to accept partial service schema

github.com/moleculerjs/moleculer - a5db66960162489867ce4c8d2f17d2cdf31c9368 authored over 4 years ago by Icebob <[email protected]>
send INFO packet after reconnecting

github.com/moleculerjs/moleculer - c09fb6f66dbe0606f56bc5c5440041aac6d07b4e authored over 4 years ago by Icebob <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/moleculerjs/moleculer - 343afa064ea2cea8a7710de503131f2e73a49c68 authored almost 5 years ago by AndreMaz <[email protected]>
Mixins can accept partial service schema

github.com/moleculerjs/moleculer - 7ce47dcaec4273797fc587b348ccbd613c63cbdd authored almost 5 years ago by AndreMaz <[email protected]>
Merge pull request #712 from artur-krueger/fix_stream_chunking

Fix stream chunking

github.com/moleculerjs/moleculer - 81889ca9bdb8aaefa5172281b051210832496079 authored almost 5 years ago by Icebob <[email protected]>
remove useless try catch

github.com/moleculerjs/moleculer - bb4256ec7a92d5685bb64568384ea51a095d5bc6 authored almost 5 years ago by Artur Krüger <[email protected]>
Merge remote-tracking branch 'upstream/master' into fix_stream_chunking

github.com/moleculerjs/moleculer - 44144ef8cbcc27604360c215722f077293fc80f0 authored almost 5 years ago by deploy <[email protected]>
Fix duplicated HEARTBEAT after reconnecting

github.com/moleculerjs/moleculer - be7e48e0620714b488366e61ebd6cd42f7809f2b authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #713 from jalerg/master

tracer: adds NewRelic zipkin v2 tracer

github.com/moleculerjs/moleculer - aacf6ab70c8755249d05de9ee41b5415481ce595 authored almost 5 years ago by Icebob <[email protected]>
adds stop function

github.com/moleculerjs/moleculer - d839fac76262d6681e5c1cc2e02b34f8ae9b2c0b authored almost 5 years ago by Javier Lerones <[email protected]>
adds newrelic tracer jest snapshot file

github.com/moleculerjs/moleculer - 11cfaaea1f7e9bc9af2969c305923ae56aa23be7 authored almost 5 years ago by Javier Lerones <[email protected]>
adds unit tests

github.com/moleculerjs/moleculer - 8ddc49038aad0f2d956f29e17a4bc915fe1ea3ec authored almost 5 years ago by Javier Lerones <[email protected]>
adds newrelic zipkin tracer

github.com/moleculerjs/moleculer - eb58e6d25537aac245fdcb66c238712fabf03822 authored almost 5 years ago by Javier Lerones <[email protected]>
add test for transit a finished stream with length > maxChunkSize

github.com/moleculerjs/moleculer - 70e4619870ad73f893ebb3fd1e0327d5525946c3 authored almost 5 years ago by Artur Krüger <[email protected]>
send splitted chunks synchronously one after the other to keep right transit order

github.com/moleculerjs/moleculer - 833e5c7a8677daa712735e86881259ae1366096a authored almost 5 years ago by Artur Krüger <[email protected]>
update deps & changelog

github.com/moleculerjs/moleculer - c3ef32f0108b3ccbe194cfb6346c8e266dc66814 authored almost 5 years ago by Icebob <[email protected]>
update changelog

github.com/moleculerjs/moleculer - 8d118d00b6bf431ae4e5e4b746ed7a66282fda51 authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #703 from Wallacy/master

Adding MoleculerRepl type definition.

github.com/moleculerjs/moleculer - 5f9ce864d6fde71794ada2be7ee04d7d8b41e4b9 authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #697 from akazakou/master

Sanitize utils.safetyObject output from big objects

github.com/moleculerjs/moleculer - 50d9eb3de104409ed47694e72c701eeb5577e41a authored almost 5 years ago by Icebob <[email protected]>
handle missing service fullName

github.com/moleculerjs/moleculer - 4f91bffd7dab11fc924ba6a6f10ace61b145e7b0 authored almost 5 years ago by Icebob <[email protected]>
Add maxSafeObjectSize to service broker options

Signed-off-by: Andrew Kazakou <[email protected]>

github.com/moleculerjs/moleculer - ed821e7a2f00b3cae2eeee32521c1f3eec839315 authored almost 5 years ago by Andrew Kazakou <[email protected]>
Fix missing actions & events in INFO packets

github.com/moleculerjs/moleculer - 97b1575b44eb9f023d1e1f24c5c3ef49d988dfbf authored almost 5 years ago by Icebob <[email protected]>
Adjusting type definition.

github.com/moleculerjs/moleculer - 0fe6992f5c97d4b2db579c0fa0cd58b89ee75598 authored almost 5 years ago by Wallacy <[email protected]>
Make CI happy!

github.com/moleculerjs/moleculer - a863c40a228b0e680dc4b3222d54130c1269f70c authored almost 5 years ago by Wallacy <[email protected]>
Adding MoleculerRepl type definition.

github.com/moleculerjs/moleculer - 155d03dd6a99b969e63d6c1b3da6ebbc601ceda7 authored almost 5 years ago by Wallacy <[email protected]>
Merge pull request #700 from Wallacy/master

broker.repl() now behaves as described on moleculer-repl repo.

github.com/moleculerjs/moleculer - e297b9169a2a2ced9e3ea84b7ff744fca3b51e03 authored almost 5 years ago by Icebob <[email protected]>
Adding replDelimiter test.

github.com/moleculerjs/moleculer - 2a98db90b2392efde0646156660b06b668861fd9 authored almost 5 years ago by Wallacy <[email protected]>
method schema & localMethod middleware hook

github.com/moleculerjs/moleculer - 07dbf1c0ead1038d157ec6616ac76509b6974549 authored almost 5 years ago by Icebob <[email protected]>
update changelog

github.com/moleculerjs/moleculer - 5e5005ad395468e53ff7c58c94740c5bffd99599 authored almost 5 years ago by Icebob <[email protected]>
update changelog

github.com/moleculerjs/moleculer - 8f1d9f90861a7d018f4a27afa6aafb77a2ccb163 authored almost 5 years ago by Icebob <[email protected]>
Updating tests.

github.com/moleculerjs/moleculer - 31dcbbce5a371a3c955829bb6fefcbf99e8ada69 authored almost 5 years ago by Wallacy <[email protected]>
broker.repl() now behaves as described on moleculer-repl repo.

github.com/moleculerjs/moleculer - 2e4f2a624ba68d94393ac12dd19cf571b366c7e4 authored almost 5 years ago by Wallacy <[email protected]>
Merge pull request #699 from Wallacy/master

BaseStrategy does not have init method.

github.com/moleculerjs/moleculer - 02b9ab20a2aae5bf5252f5ac80e5687ef481705e authored almost 5 years ago by Icebob <[email protected]>
BaseStrategy does not have init method.

github.com/moleculerjs/moleculer - b5daf24e0cbed78bf408492cf19872ccb291a283 authored almost 5 years ago by Wallacy <[email protected]>
Fix maxSafeObjectSize for internals.js

Signed-off-by: Andrew Kazakou <[email protected]>

github.com/moleculerjs/moleculer - 006e38dd59b5c3f591606b5b657b9be7294631d5 authored almost 5 years ago by Andrew Kazakou <[email protected]>
Feature: Sanitize utils.safetyObject output from big objects

Signed-off-by: Andrew Kazakou <[email protected]>

github.com/moleculerjs/moleculer - dd2165b0163a809ec4454a787475f7180f16ec96 authored almost 5 years ago by Andrew Kazakou <[email protected]>
Merge pull request #695 from shawnmcknight/open-handles

Close open handles in tests

github.com/moleculerjs/moleculer - f5f78a8e94843d3872f571814a3352c5a1664aed authored almost 5 years ago by Icebob <[email protected]>
Close open handles in tests

github.com/moleculerjs/moleculer - fb049d79dfbab9bf813e5370b3853a58f2afa822 authored almost 5 years ago by Shawn McKnight <[email protected]>
Merge pull request #683 from artur-krueger/master

Limit chunk size of streams

github.com/moleculerjs/moleculer - faeea609047c036836fcb74957fd235b7525921d authored almost 5 years ago by Icebob <[email protected]>
Change test to reconfigure maxChunkSize and use a random data to verify correct slicing

github.com/moleculerjs/moleculer - a34d4badfbb4f03dcbbf46690f4e556edd0970e5 authored almost 5 years ago by Artur Krüger <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/moleculerjs/moleculer - 7073ed53132fdf1a7228fdf043817a868288e7b8 authored almost 5 years ago by deploy <[email protected]>
Merge pull request #693 from moleculerjs/dependabot/npm_and_yarn/acorn-6.4.1

Bump acorn from 6.4.0 to 6.4.1

github.com/moleculerjs/moleculer - 7df7ad8c3c8337126685f51af03813a4eef3bb3d authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #694 from AndreMaz/master

[datadog metrics] allow custom base URL

github.com/moleculerjs/moleculer - 716398d5bd2733a83bce79d2e8421ee53e777954 authored almost 5 years ago by Icebob <[email protected]>
[datadog metrics] allow custom baseURL

github.com/moleculerjs/moleculer - e06575fa4d10c221e6b043dc7adcbca6b274cce2 authored almost 5 years ago by AndreMaz <[email protected]>
Bump acorn from 6.4.0 to 6.4.1

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://g...

github.com/moleculerjs/moleculer - ca73aed074b313e1d9baa6184be15b6299d3533e authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge remote-tracking branch 'upstream/master'

github.com/moleculerjs/moleculer - d11028dd553dbdf25541f6271cd085f847f28664 authored almost 5 years ago by deploy <[email protected]>
update changelog

github.com/moleculerjs/moleculer - f9c9421271a68af7fe30a8034ede696bcd89c2e1 authored almost 5 years ago by Icebob <[email protected]>
fix resolver exports

github.com/moleculerjs/moleculer - 8a2f26005634f982223cdb6fd9a9f2428950b363 authored almost 5 years ago by Icebob <[email protected]>
update changelog

github.com/moleculerjs/moleculer - 6d9a90af9eb0e5e9954f8f7fafdceaabd3853cbc authored almost 5 years ago by Icebob <[email protected]>
Fix #689. Add stop method to tracing exporters

github.com/moleculerjs/moleculer - 7f42c5fb39de310147c7c70f4ff6859fe4962910 authored almost 5 years ago by Icebob <[email protected]>
Add additional tests to verify correct splitting of large stream chunks to multiple chunks

github.com/moleculerjs/moleculer - 24a62d1754bf40d0857f750794e40af198e72b01 authored almost 5 years ago by Artur Krüger <[email protected]>
Split large stream chunks to multiple chunks

github.com/moleculerjs/moleculer - 99d7f70aa00429a153a6dd22315ad66241dec5d6 authored almost 5 years ago by Artur Krüger <[email protected]>
Adjust unit test to accept default value 'maxChunkSize' for transit

github.com/moleculerjs/moleculer - 7c15e01498de79ae909de8c42f5cc0759b17cd91 authored almost 5 years ago by Artur Krüger <[email protected]>
Add default value 'maxChunkSize' for transit

github.com/moleculerjs/moleculer - 4ca9598a8285f57c8c292b2a2b618a5da9297106 authored almost 5 years ago by Artur Krüger <[email protected]>
update changelog

github.com/moleculerjs/moleculer - 4dda8268dac8fa778b7836741e156b84d5392453 authored almost 5 years ago by Icebob <[email protected]>
fix not a function issue in AMQP 1.0 transporter

github.com/moleculerjs/moleculer - 18113991c3c927e61f71b7a8322343d50c9831b1 authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #680 from kesslerdev/patch-1

name is not required for internalServices

github.com/moleculerjs/moleculer - 42ec2482dc0a26614ca59e66f7a64f09f3fc1dab authored almost 5 years ago by Icebob <[email protected]>
name is not required into internalServices

github.com/moleculerjs/moleculer - faa2cf24102de841ff75220eec9c2e471d88fa9f authored almost 5 years ago by Kessler <[email protected]>
Add Discord chat badge

github.com/moleculerjs/moleculer - 408667014b7a80bb65d372014d1b1bd74bbba4ff authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #679 from artur-krueger/master

Allow Hooks to be registered as array of method names

github.com/moleculerjs/moleculer - cba304f849022861052de82cd61aac0cb8cde69d authored almost 5 years ago by Icebob <[email protected]>
Allow Hooks to be registered as array of method names

github.com/moleculerjs/moleculer - 82343aec35d08a4649f10abb12cb0c9fedc70d4d authored almost 5 years ago by Artur Krüger <[email protected]>
update changelog

github.com/moleculerjs/moleculer - c16d2a80ff54469129a98fa919f1e672ee3d23f4 authored almost 5 years ago by Icebob <[email protected]>
support custom loggers

github.com/moleculerjs/moleculer - 7b777ff7145c765cf51cfbd737d2d53f8d93796e authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #678 from kesslerdev/patch-1

Add missing Context.finishSpan

github.com/moleculerjs/moleculer - 75f3e37dafc430e058641c659e83f49dd6a6eec9 authored almost 5 years ago by Icebob <[email protected]>
Add missing Context.finishSpan

github.com/moleculerjs/moleculer - 8da2732f48a1010aeaeef4e7bd9b68dbd961e3a0 authored almost 5 years ago by Kessler <[email protected]>
Merge pull request #675 from kesslerdev/events-params

Add missing params to ServiceEvent

github.com/moleculerjs/moleculer - 37e6368a78e40e510db25a42796edcc415ab94b5 authored almost 5 years ago by Icebob <[email protected]>