Commit Graph

1569 Commits

Author SHA1 Message Date
snyk-bot ee4f75b9a9
fix: upgrade node-pid-controller from 0.0.3 to 0.1.2
Snyk has created this PR to upgrade node-pid-controller from 0.0.3 to 0.1.2.

See this package in npm:
https://www.npmjs.com/package/node-pid-controller

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/f255a748-4d5a-4b65-b259-b130c2263855?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-13 08:46:19 +00:00
Stephen McLaughlin 041342d511
better inplace upgrade of pre v1 (#908)
fixes #907
2022-05-07 16:40:57 +01:00
Stephen McLaughlin c77f13a90f
Merge pull request #904 from Steve-Mcl/snmpv3_Add_smc
Add SNMPv3 to node-red-node-snmp
2022-04-28 20:36:29 +01:00
Steve-Mcl 484c4f9574 Update readme & bump to v1.0.0 2022-04-28 20:36:53 +01:00
Steve-Mcl 069ee071ad bump dep to 3.6.3 to handle "no callback" issue
- for issue https://github.com/markabrahams/node-net-snmp/issues/202
2022-04-26 14:49:23 +01:00
Steve-Mcl a7762ea91b Add SNMPv3 support and update to latest deps
closes #705
2022-04-21 16:49:03 +01:00
Ben Hardill c833709368
Fix typo in WeMo node (#903)
* Attempt to catch errors from wemo-lookup

This is to catch errors when device is offline

* Put request back

Will look at making it all http.request later

* Fix some messages

* Bump wemo version

* Fix typo
2022-04-18 18:24:06 +01:00
Ben Hardill 2f1f08b070
Bump Wemo version (#901)
* Attempt to catch errors from wemo-lookup

This is to catch errors when device is offline

* Put request back

Will look at making it all http.request later

* Fix some messages

* Bump wemo version
2022-04-18 13:28:48 +01:00
Ben Sykes 145983bc20
Include `Content-Length` header when POSTing to sockets (#900)
Newer sockets close the connection when starting to write data without this header.
2022-04-18 13:25:21 +01:00
Dave Conway-Jones 8ca551d4bd
Bump email libs 2022-04-08 13:27:54 +01:00
Dave Conway-Jones 9be0b56173
bump to get latest library patches 2022-04-08 12:13:08 +01:00
Dave Conway-Jones 996ddd06a7
bump for styling PR 2022-04-05 15:38:35 +01:00
Mauricio Bonani add039b163
Set text color on the RPi pinTable (#898) 2022-04-04 21:36:06 +01:00
Dave Conway-Jones 87165965d9
Update package.json 2022-04-02 13:38:09 +01:00
Dave Conway-Jones 757abe3209
Fix id handling to close #897 2022-04-01 22:51:40 +01:00
Dave Conway-Jones fb9c90f68c
fix email inreplyto to do the sensible thing 2022-03-19 10:31:40 +00:00
Dave Conway-Jones 637890309a
remove superfluous debug from junction polyfill 2022-03-12 12:30:53 +00:00
Mike Harsch f6eae7b905
fix python2 fallback check (#892) 2022-03-11 17:49:55 +00:00
Kazuhito Yokoi dbd7004ae5
Add Japanease translations for e-mail node (#890) 2022-03-10 22:27:26 +00:00
Dave Conway-Jones 14cff61d49
Add polyfill junction node 2022-03-01 11:40:56 +00:00
Dave Conway-Jones bc73218905
add python3.9 check to neopixel install 2022-02-24 17:15:43 +00:00
Dave Conway-Jones 1a7077c938
bump email node 2022-02-24 17:15:22 +00:00
Dave Conway-Jones 184140b18d
fixup serialport initialisation 2022-02-24 17:15:10 +00:00
Dave Conway-Jones 22d1ec2c19
bump for pr connection fix 2022-02-21 20:10:28 +00:00
Ben Hardill 87e50f2b76
Mysql fix (#886)
* Check if there is a connection before release

Fixes #885
2022-02-21 20:08:33 +00:00
Dave Conway-Jones 5c333db0dd
run snyk checks and lint packages, bump notify. 2022-01-22 22:23:41 +00:00
Dave Conway-Jones 328aa1fb52
Bump to pickup xmpp vuln 2022-01-22 17:46:49 +00:00
Dave Conway-Jones 456e573cd7
bump tail and xmpp packages 2022-01-17 09:54:38 +00:00
realgnark b92ca63f93
Issue #875 node red node tail potentially stops working (#877) 2022-01-16 17:23:45 +00:00
Dave Conway-Jones 28580c33ea
bump sqlite fro doc updates PR. 2022-01-05 16:23:01 +00:00
unborn-andy 7ff905d224
Sqlite Node - docs update (#869)
* Update README.md

1. Updated node readme to match node's html help.
2. Added Example clarifying the use of parameters in a msg.topic query.
2022-01-05 16:20:06 +00:00
Ben Hardill f9b4d2ec01
Sqlite3 fix (#872)
* Reset bind if msg.payload not an array
2022-01-05 11:43:16 +00:00
Dave Conway-Jones 3d750a59eb
mysql - update to 1.0.0 2022-01-05 10:59:40 +00:00
Dave Conway-Jones 8df7797eb0
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2022-01-05 10:57:03 +00:00
Dave Conway-Jones fea47843d7
Change mysql library to mysql2 as it is more maintained and support latest mysql authention (#862)
* Use mysql2 lib

* fix pool on acquire event cause MaxListenersExceededWarning (#854)

before: every query need to register pool on acquire event to specify queryFormat based on payload type
will cause MaxListenersExceededWarning

after:
from https://www.npmjs.com/package/mysql#pooling-connections

pool.query is a shortcut for pool.getConnection() -> connection.query() -> connection.release()

so use pool.getConnection and then
set queryFormat before query method be called

Co-authored-by: Dave Conway-Jones <dceejay@users.noreply.github.com>

* fix mysql require

* Add decimalNumbers flag true to mysql beta

* mysql remove old Timeout option, clarify timezone options

* add mysqlConnectionLimit settings option.

Co-authored-by: saknarak <saknarak@gmail.com>
2022-01-05 10:56:14 +00:00
Dave Conway-Jones 8d8195ec02
Bump packages and tidy poplib linting 2022-01-03 17:33:14 +00:00
Dave Conway-Jones e6930274e2
Bump email
and include poplib to avoid example warning.
2022-01-01 19:11:01 +00:00
Dave Conway-Jones 4ee6e57111
let feedparser accept simple xml headers
to close #867
2021-12-23 10:59:21 +00:00
Dave Conway-Jones 1bb31ba7ad
set daemon node to use node.debug 2021-12-23 10:58:33 +00:00
Dave Conway-Jones fa69af298a
Bump to pickup PR and fix python 3 2021-12-12 17:06:24 +00:00
mw75 70ac42463c
fixed check for python2 module while using python3 (#866)
Excellent - thank for that.
2021-12-12 17:05:13 +00:00
Dave Conway-Jones 68ba586074
add check for python3 lib
to close #865
2021-12-08 09:38:50 +00:00
Dave Conway-Jones 1293a865c1
Let geohash handle null island
and add test
2021-11-29 21:26:24 +00:00
Olivier Girondel 121da5deae
Allow lat and lon to be 0 (#863)
Thanks
2021-11-29 21:16:06 +00:00
Dave Conway-Jones d4faa55ab8
tidy up mcp3008 init 2021-11-29 08:49:45 +00:00
Dave Conway-Jones 4868364860
Update package.json 2021-11-18 08:41:12 +00:00
Kazuhito Yokoi d1f04a74ad
Add Japanese translation to MySQL node (#849) 2021-11-18 08:23:57 +00:00
Dave Conway-Jones 8d0fdd9fbf
Fix mcp3xxx refs to new variables
to Close #856
2021-11-17 18:08:13 +00:00
Dave Conway-Jones 9f81067d7d
Fix Pi keyboard an mouse events 2021-11-16 22:57:09 +00:00
Dave Conway-Jones a5235c7d7d
bump datagenerator version 2021-11-16 10:59:50 +00:00