Commit Graph

1327 Commits

Author SHA1 Message Date
Ross Cruickshank
835047c6c6 enable replicaset connect
allow arbitrary connect options, including those needed to support replicaset connections

default option remains direct to support older configs
2020-09-16 21:57:56 +01:00
Ross Cruickshank
e53854b1ce expand connect options for replicaset 2020-09-16 21:54:40 +01:00
Ross Cruickshank
780da813a3 add replicaset 2020-09-16 21:52:53 +01:00
Ross Cruickshank
4a56a62bcf Merge pull request #1 from node-red/master
sync fork
2020-09-16 21:46:35 +01:00
Dave Conway-Jones
d26cb057f9 add host property to outgoing msg
to close #687
2020-09-15 16:12:03 +01:00
Ross Cruickshank
4becf68848 use mongodb 3.6.1 client, add clustering support (#685) 2020-09-14 17:21:41 +01:00
Dave Conway-Jones
7e8571af42 update lib versions for grunt 2020-09-11 22:21:52 +01:00
Dave Conway-Jones
f95f0639f4 bump sqlite lib 2020-09-11 12:44:05 +01:00
Ross Cruickshank
bfa78e0ea4 remove redundant ;
;  after } causing test fail
2020-09-09 13:21:54 +01:00
Ross Cruickshank
24173c0114 stylistic adjustment 2020-09-09 13:19:01 +01:00
Ross Cruickshank
659f84e121 add cluster info 2020-09-08 11:01:49 +01:00
Ross Cruickshank
c1c8882f28 bump to 0.1.0 - add mongodb v3 2020-09-08 10:48:13 +01:00
Ross Cruickshank
d728b99de9 useV3 connections and support clusters
use v3.6.1+ mongodb client -- need to extract db() from connection client before accessing collections
allow specifying 3.4+ type connection to sharded clusters (mongodb+srv://clustername ) in addition to "old style"  (mongodb://host:port)
2020-09-08 10:46:02 +01:00
Ross Cruickshank
53c4c44056 cluster connection option
allow specifying 3.4+ type connection to sharded clusters (mongodb+srv://clustername ) in addition to "old style"  (mongodb://host:port)
2020-09-08 10:43:17 +01:00
Ross Cruickshank
e3f115518a strings for clustering 2020-09-08 10:40:50 +01:00
Ross Cruickshank
3ae78579b5 add Clustered 2020-09-07 15:54:55 +01:00
Dave Conway-Jones
2625022fbc bump pigpio package for env variable pin setting pr 2020-08-31 10:48:48 +01:00
Pablo Acosta-Serafini
0b4c1ff977 Enable the use of environment variables to define GPIO pin number (#676)
* Enable the use of environment variables to define GPIO pin number

* Pin field moved below table. Field width made the same as table. Restored
fa-icon and "Pin" label. Closed validation escapes.
2020-08-31 10:45:41 +01:00
Dave Conway-Jones
46f3dfc382 email don't retry connection while still busy. 2020-08-28 09:36:06 +01:00
Dave Conway-Jones
53ad00f165 bump serialport dependency, add ja translation for baudrate message, fix linting, bump package 2020-08-27 13:00:10 +01:00
Orfait
53f32ec521 [serialport] Allow baudrate change at run time (#675)
* Added baudrate change in serialport

* Added baudrate change to "serial request" (not only "serial out")

* Added doc
2020-08-27 09:20:09 +01:00
Dave Conway-Jones
ea729546d4 add sms_changed to pushbullet handler 2020-08-24 12:12:32 +01:00
Ben Hardill
34262e2fb0 Adding extra error checking for response from devices (#672) 2020-08-17 21:43:12 +01:00
Dave Conway-Jones
4ed0cb84d9 add some words to snmp info/readme
to close #667
2020-08-06 18:10:09 +01:00
Dave Conway-Jones
81039eacbc bump markdown node package version 2020-07-16 10:16:03 +01:00
Dave Conway-Jones
4cabe5ea30 bump xmpp node package version 2020-07-16 10:15:49 +01:00
Andreas Martens
e334040dd7 replace xmpp-simple with @xmpp/client (#664)
* replace xmpp-simple with @xmpp/client

* indent at 4

* remove trailing commas
2020-07-16 10:00:27 +01:00
Dave Conway-Jones
2d0c8f0fb0 fix esversion for lint 2020-07-16 09:15:01 +01:00
Andreas Martens
bf94d320a9 correctly join a chat room (#663) 2020-07-10 12:30:44 +01:00
Dave Conway-Jones
8919edf0e6 turn off allow node14 failures 2020-07-04 17:06:41 +01:00
Dave Conway-Jones
8e45b96ec1 do the x-red thing to smooth node 2020-07-01 11:17:00 +01:00
Dave Conway-Jones
5ba989f09d tidy up ping node listeners 2020-07-01 11:16:20 +01:00
Dave Conway-Jones
41d9f18608 Daemon node - catch tiny possible escape with "\n " in command as label 2020-06-22 22:45:34 +01:00
Nick O'Leary
98d5df965c [sensehatsim] Add support for scrolling text 2020-06-18 00:44:53 +01:00
Dave Conway-Jones
696a99eaa3 bump random node to pickup translations 2020-06-17 18:15:10 +01:00
Kazuhito Yokoi
7cec44d353 Add Japanese translations for random node (#658) 2020-06-17 09:02:47 +01:00
Dave Conway-Jones
34fc79ddb6 Bump piLcd package after tidy up 2020-06-15 23:20:46 +01:00
Dave Conway-Jones
6161df3380 Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-06-15 23:16:59 +01:00
Kazuhito Yokoi
84c5c6cb30 Add Japanese translations for pilcd node (#657) 2020-06-15 23:11:53 +01:00
Dave Conway-Jones
a84658661d fix comment 2020-06-15 15:31:44 +01:00
Dave Conway-Jones
24bd20ab21 Fix not triggering on waitfor character 2020-06-13 20:35:14 +01:00
Dave Conway-Jones
cd85fe8df2 Fix RBE greater than change not emitting on first message
And fix missing close tags
2020-05-31 21:52:37 +01:00
Dave Conway-Jones
01d675b372 Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-05-24 16:42:42 +01:00
Dave Conway-Jones
e2c9a6521e pushover node - hide user id and well as api key 2020-05-24 16:42:28 +01:00
juggledad
3afc2622f3 Updated README to expand the way msg.from works (#654) 2020-05-23 07:57:31 +01:00
Dave Conway-Jones
18afc438da bup version for npm to pick up error handling PR. 2020-05-20 14:07:26 +01:00
JsBergbau
d4d2404578 On error sending pushover message throw a catchable exception (#653)
* On error throw a catchable 

Throws an catchable exception if there is any error in sending the message. So you can react to it with a catch node

* Updated errorhandling

Updated the error handling process to be in compliance with the Node-RED Api
2020-05-20 14:04:42 +01:00
Dave Conway-Jones
05a9312905 fix gpio initial read timing and order 2020-05-09 16:51:22 +01:00
Dave Conway-Jones
c79bcfbd0e bump serialport lib 2020-05-08 15:45:29 +01:00
Dave Conway-Jones
3caf92ffc3 fic link in pibrella readme
to close #652
2020-05-08 13:52:01 +01:00