Ecosyste.ms: OpenCollective

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

github.com/moleculerjs/moleculer

:rocket: Progressive microservices framework for Node.js
https://github.com/moleculerjs/moleculer

reduce traffic

3b82d0fb13d0cce54aaa12680475a4bb68cf5b53 authored over 4 years ago by Icebob <[email protected]>
Discoverer enhancements

ecd06c348a9a5d5111b6cc4712570430c2e82d64 authored over 4 years ago by Icebob <[email protected]>
add etcd3 discoverer

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

00c037f2394e758655fd791fe33b2fc486a489a2 authored over 4 years ago by Icebob <[email protected]>
lazy HB checking

2ef37e5b0f7f89f866d0a67ae8034276883f37e2 authored over 4 years ago by Icebob <[email protected]>
add Node 14

d5fae10ec91ce7e367e152d6a993265fb180ae12 authored over 4 years ago by Icebob <[email protected]>
INFO expiry

6979aef0f42b260681c052375285ca115b6ce28f authored over 4 years ago by Icebob <[email protected]>
measurements

0eaf7bdce31ecf8e9588be3f042fba4920105c64 authored over 4 years ago by Icebob <[email protected]>
nodes example

161fc0c82c5a95196931912477696b85c11f241e authored over 4 years ago by Icebob <[email protected]>
add multinode example

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

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

ed550f38d44ce47c35ca372e18c31a12c89c4e1b authored over 4 years ago by Jan Kühnlein <[email protected]>
add metrics to Redis discoverer

8febd5da944996bce039c0047701f3334c994f75 authored over 4 years ago by Icebob <[email protected]>
using mget instead of multiple get

40d77e88509c53e37c940ef8df80965d0f7fa857 authored over 4 years ago by Icebob <[email protected]>
polishing the codes

cd7ecfb09cfea8cbb37543baff7a1021bf7ac950 authored over 4 years ago by Icebob <[email protected]>
Create Discoverer module. Add Local & Redis discoverer

f2342efd9169745fda0f2afaf6c43fdd8a7cb128 authored over 4 years ago by Icebob <[email protected]>
Create bench.yml

39255195572058f1d95d951ce8e26cdb791d0638 authored over 4 years ago by Icebob <[email protected]>
0.14.6

af643da4f9874707194edd32946c11641b56deeb authored over 4 years ago by Icebob <[email protected]>
remove node 14, it's not supported yet

e97cf6af77d7104749c2506bbc0cdefe90f6e774 authored over 4 years ago by Icebob <[email protected]>
update changelog

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

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

ca922380421a6c717c91ab7f92c224b4ddce656f authored almost 5 years ago by Icebob <[email protected]>
fix servicebroker emit type error

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

0f4111ea6326d35ed858387bdffeec43f055a3bc authored almost 5 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...

ba2ec61945225aabdc48de15e9069f633471b6cd authored almost 5 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...

50c9d7fbe7ea5d6dcf107daea5f0450acc829094 authored almost 5 years ago by Nathan Schwartz <[email protected]>
Merge pull request #714 from AndreMaz/master

[TS] Allow mixins to accept partial service schema

a5db66960162489867ce4c8d2f17d2cdf31c9368 authored almost 5 years ago by Icebob <[email protected]>
send INFO packet after reconnecting

c09fb6f66dbe0606f56bc5c5440041aac6d07b4e authored almost 5 years ago by Icebob <[email protected]>
Merge remote-tracking branch 'upstream/master'

343afa064ea2cea8a7710de503131f2e73a49c68 authored almost 5 years ago by AndreMaz <[email protected]>
Mixins can accept partial service schema

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

Fix stream chunking

81889ca9bdb8aaefa5172281b051210832496079 authored almost 5 years ago by Icebob <[email protected]>
remove useless try catch

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

44144ef8cbcc27604360c215722f077293fc80f0 authored almost 5 years ago by deploy <[email protected]>
Fix duplicated HEARTBEAT after reconnecting

be7e48e0620714b488366e61ebd6cd42f7809f2b authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #713 from jalerg/master

tracer: adds NewRelic zipkin v2 tracer

aacf6ab70c8755249d05de9ee41b5415481ce595 authored almost 5 years ago by Icebob <[email protected]>
adds stop function

d839fac76262d6681e5c1cc2e02b34f8ae9b2c0b authored almost 5 years ago by Javier Lerones <[email protected]>
adds newrelic tracer jest snapshot file

11cfaaea1f7e9bc9af2969c305923ae56aa23be7 authored almost 5 years ago by Javier Lerones <[email protected]>
adds unit tests

8ddc49038aad0f2d956f29e17a4bc915fe1ea3ec authored almost 5 years ago by Javier Lerones <[email protected]>
adds newrelic zipkin tracer

eb58e6d25537aac245fdcb66c238712fabf03822 authored almost 5 years ago by Javier Lerones <[email protected]>
add test for transit a finished stream with length > maxChunkSize

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

833e5c7a8677daa712735e86881259ae1366096a authored almost 5 years ago by Artur Krüger <[email protected]>
0.14.5

78b66743e18f8eb706491b60e156bfb9572035a1 authored almost 5 years ago by Icebob <[email protected]>
update deps & changelog

c3ef32f0108b3ccbe194cfb6346c8e266dc66814 authored almost 5 years ago by Icebob <[email protected]>
update changelog

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

Adding MoleculerRepl type definition.

5f9ce864d6fde71794ada2be7ee04d7d8b41e4b9 authored almost 5 years ago by Icebob <[email protected]>
audit fix

65a872d316edf51462cc2d0a8f12cfcc93b3532d authored almost 5 years ago by Icebob <[email protected]>
update deps

d90f785471522e80f7ef3f2d89e3f23a8031ac37 authored almost 5 years ago by Icebob <[email protected]>
Merge pull request #697 from akazakou/master

Sanitize utils.safetyObject output from big objects

50d9eb3de104409ed47694e72c701eeb5577e41a authored almost 5 years ago by Icebob <[email protected]>
handle missing service fullName

4f91bffd7dab11fc924ba6a6f10ace61b145e7b0 authored almost 5 years ago by Icebob <[email protected]>
Add maxSafeObjectSize to service broker options

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

ed821e7a2f00b3cae2eeee32521c1f3eec839315 authored almost 5 years ago by Andrew Kazakou <[email protected]>
Fix missing actions & events in INFO packets

97b1575b44eb9f023d1e1f24c5c3ef49d988dfbf authored almost 5 years ago by Icebob <[email protected]>
Adjusting type definition.

0fe6992f5c97d4b2db579c0fa0cd58b89ee75598 authored almost 5 years ago by Wallacy <[email protected]>
Make CI happy!

a863c40a228b0e680dc4b3222d54130c1269f70c authored almost 5 years ago by Wallacy <[email protected]>
Adding MoleculerRepl type definition.

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.

e297b9169a2a2ced9e3ea84b7ff744fca3b51e03 authored almost 5 years ago by Icebob <[email protected]>
Adding replDelimiter test.

2a98db90b2392efde0646156660b06b668861fd9 authored almost 5 years ago by Wallacy <[email protected]>
method schema & localMethod middleware hook

07dbf1c0ead1038d157ec6616ac76509b6974549 authored almost 5 years ago by Icebob <[email protected]>
update changelog

5e5005ad395468e53ff7c58c94740c5bffd99599 authored almost 5 years ago by Icebob <[email protected]>
update changelog

8f1d9f90861a7d018f4a27afa6aafb77a2ccb163 authored almost 5 years ago by Icebob <[email protected]>
Updating tests.

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

2e4f2a624ba68d94393ac12dd19cf571b366c7e4 authored almost 5 years ago by Wallacy <[email protected]>
Merge pull request #699 from Wallacy/master

BaseStrategy does not have init method.

02b9ab20a2aae5bf5252f5ac80e5687ef481705e authored almost 5 years ago by Icebob <[email protected]>
BaseStrategy does not have init method.

b5daf24e0cbed78bf408492cf19872ccb291a283 authored almost 5 years ago by Wallacy <[email protected]>
Fix maxSafeObjectSize for internals.js

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

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]>

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

Close open handles in tests

f5f78a8e94843d3872f571814a3352c5a1664aed authored almost 5 years ago by Icebob <[email protected]>
Close open handles in tests

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

Limit chunk size of streams

faeea609047c036836fcb74957fd235b7525921d authored almost 5 years ago by Icebob <[email protected]>
Change test to reconfigure maxChunkSize and use a random data to verify correct slicing

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

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

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

[datadog metrics] allow custom base URL

716398d5bd2733a83bce79d2e8421ee53e777954 authored almost 5 years ago by Icebob <[email protected]>
[datadog metrics] allow custom baseURL

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...

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

d11028dd553dbdf25541f6271cd085f847f28664 authored almost 5 years ago by deploy <[email protected]>
update changelog

f9c9421271a68af7fe30a8034ede696bcd89c2e1 authored almost 5 years ago by Icebob <[email protected]>
0.14.4

abe0b4941372494ea663b11bfd87c321566cb03a authored almost 5 years ago by Icebob <[email protected]>
fix resolver exports

8a2f26005634f982223cdb6fd9a9f2428950b363 authored almost 5 years ago by Icebob <[email protected]>
fix typo

79142033d560cdfc81cb154f5c98c7742b81c0c5 authored almost 5 years ago by Icebob <[email protected]>
fix #686

09cf905bd75eaa67995026ad886002b4e5863197 authored almost 5 years ago by Icebob <[email protected]>
update changelog

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

7f42c5fb39de310147c7c70f4ff6859fe4962910 authored almost 5 years ago by Icebob <[email protected]>
Add additional tests to verify correct splitting of large stream chunks to multiple chunks

24a62d1754bf40d0857f750794e40af198e72b01 authored almost 5 years ago by Artur Krüger <[email protected]>
Split large stream chunks to multiple chunks

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

7c15e01498de79ae909de8c42f5cc0759b17cd91 authored almost 5 years ago by Artur Krüger <[email protected]>
Add default value 'maxChunkSize' for transit

4ca9598a8285f57c8c292b2a2b618a5da9297106 authored almost 5 years ago by Artur Krüger <[email protected]>
0.14.3

31c8774951d1fa481daebae6d1f70b14a3c07c64 authored almost 5 years ago by Icebob <[email protected]>
update changelog

4dda8268dac8fa778b7836741e156b84d5392453 authored almost 5 years ago by Icebob <[email protected]>
fix not a function issue in AMQP 1.0 transporter

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

name is not required for internalServices

42ec2482dc0a26614ca59e66f7a64f09f3fc1dab authored almost 5 years ago by Icebob <[email protected]>
name is not required into internalServices

faa2cf24102de841ff75220eec9c2e471d88fa9f authored almost 5 years ago by Kessler <[email protected]>
Add Discord chat badge

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

cba304f849022861052de82cd61aac0cb8cde69d authored almost 5 years ago by Icebob <[email protected]>
Allow Hooks to be registered as array of method names

82343aec35d08a4649f10abb12cb0c9fedc70d4d authored almost 5 years ago by Artur Krüger <[email protected]>
update changelog

c16d2a80ff54469129a98fa919f1e672ee3d23f4 authored almost 5 years ago by Icebob <[email protected]>
0.14.2

5ec892d624a017db86d20f5a33efcd7d992e2e9e authored almost 5 years ago by Icebob <[email protected]>
fix indents

05d22d167132057c8ca0d3028fe94850b8d5837f authored almost 5 years ago by Icebob <[email protected]>
support custom loggers

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

Add missing Context.finishSpan

75f3e37dafc430e058641c659e83f49dd6a6eec9 authored almost 5 years ago by Icebob <[email protected]>
Add missing Context.finishSpan

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

Add missing params to ServiceEvent

37e6368a78e40e510db25a42796edcc415ab94b5 authored almost 5 years ago by Icebob <[email protected]>