Rotzbua
|
9b86874c2d
|
chore: migrate deprecated util.isArray
Deprecated: Use Array.isArray() instead.
Source: https://nodejs.org/docs/latest-v18.x/api/util.html#utilisarrayobject
|
2024-05-25 22:55:09 +02:00 |
|
Nick O'Leary
|
56fe2801eb
|
Merge branch 'master' into dev
|
2024-05-14 17:27:02 +01:00 |
|
Nick O'Leary
|
f55ee6e665
|
Merge pull request #4685 from node-red/4683-preserve-full-error-obj
Pass full error object in Function node and copy over cause property
|
2024-05-13 15:25:02 +01:00 |
|
Nick O'Leary
|
66a667fe58
|
Pass full error object in Function node and copy over cause property
Fixes #4683
|
2024-05-09 16:48:51 +01:00 |
|
Nick O'Leary
|
1bb3a0eca5
|
Merge pull request #4534 from patlux/master
Replacing vm.createScript in favour of vm.Script
|
2024-05-09 15:19:45 +01:00 |
|
Nick O'Leary
|
d218af8619
|
Merge branch 'master' into dev
|
2024-04-12 13:04:54 +01:00 |
|
Nick O'Leary
|
bd58431603
|
Fix use of spawn on windows with cmd files
|
2024-04-11 14:40:29 +01:00 |
|
Nick O'Leary
|
2dc446e45b
|
Merge branch 'dev' into resyn-dev
|
2024-04-03 13:57:10 +01:00 |
|
Nick O'Leary
|
a0636632a1
|
Fix subflow module sending messages to debug sidebar
Fixes #4641
|
2024-04-02 17:42:19 +01:00 |
|
Nick O'Leary
|
3bd782e62a
|
Fix change node handling of replacing with boolean
Fixes #4638
|
2024-04-02 13:57:19 +01:00 |
|
Nick O'Leary
|
208dd2a457
|
Merge pull request #4436 from marcus-j-davies/allow-ws-headers
Feat: Add ability to set headers for WebSocket client
|
2024-03-13 17:20:07 +00:00 |
|
Nick O'Leary
|
e34ee44b21
|
Update packages/node_modules/@node-red/nodes/core/network/22-websocket.html
|
2024-03-13 17:19:20 +00:00 |
|
Nick O'Leary
|
01802c817b
|
Merge branch 'master' into dev
|
2024-03-13 16:55:50 +00:00 |
|
Marcus Davies
|
7e10093bb8
|
Remove global access + reduce header list
|
2024-03-12 19:26:27 +00:00 |
|
Nick O'Leary
|
1261d26b23
|
Merge pull request #4439 from ralphwetzel/dev_link
Click on id in debug panel highlights node or flow
|
2024-03-07 16:27:15 +00:00 |
|
Nick O'Leary
|
0b9dd11fff
|
Merge pull request #4513 from gorenje/html_node_content_and_attributes
HTML node: add option for collecting attributes and content
|
2024-03-07 16:24:28 +00:00 |
|
Dave Conway-Jones
|
08a607aa6a
|
Merge branch 'dev' of https://github.com/node-red/node-red into dev
|
2024-03-07 16:21:03 +00:00 |
|
Dave Conway-Jones
|
3ded9de803
|
TCP node- when resetting, if no payload, stay disconnected
|
2024-03-07 16:19:51 +00:00 |
|
Nick O'Leary
|
d5b424910f
|
Merge branch 'dev' into Fix-join-to-ignore-parts-in-manual-mode
|
2024-03-07 16:05:41 +00:00 |
|
Nick O'Leary
|
742aa2fa0d
|
Merge branch 'dev' into make-split/join-more-flexible
|
2024-03-07 15:40:56 +00:00 |
|
Nick O'Leary
|
ce133c1c04
|
Merge pull request #4540 from Steve-Mcl/3934-csv-rfc4180
Add RFC4180 compliant mode to CSV node
|
2024-03-07 15:39:25 +00:00 |
|
Nick O'Leary
|
711545539f
|
Allow typedInput timestamp to specify format
|
2024-03-04 16:35:54 +00:00 |
|
Nick O'Leary
|
220786be60
|
Do not flag env var in num typedInput as error
|
2024-02-26 16:55:01 +00:00 |
|
Nick O'Leary
|
2291dc6132
|
Merge branch 'master' into dev
|
2024-02-19 16:14:58 +00:00 |
|
Steve-Mcl
|
1a9c34fe40
|
Merge branch 'dev' into 3934-csv-rfc4180
|
2024-01-23 10:59:05 +00:00 |
|
Steve-Mcl
|
ff8eb0ec2b
|
Add RFC spec mode to CSV node
closes #3934
|
2024-01-23 10:35:08 +00:00 |
|
Nick O'Leary
|
c24f05c2cd
|
Handle undefined default export when importing module
Fixes #4536
|
2024-01-22 16:54:51 +00:00 |
|
Patrick Wozniak
|
28907082f1
|
fix usage of vm.Script()
|
2024-01-21 02:16:00 +01:00 |
|
Patrick Wozniak
|
f83174c40a
|
fix use of vm.Script by adding new
|
2024-01-21 01:23:07 +01:00 |
|
Patrick Wozniak
|
ec062d008f
|
replace vm.createScript in favor of vm.Script
|
2024-01-21 01:13:00 +01:00 |
|
Patrick Wozniak
|
a587655a5a
|
adding pollyfill for vm.createScript
adds support for bun.sh
|
2024-01-21 01:00:02 +01:00 |
|
Dave Conway-Jones
|
dd3c75d298
|
Fix change node to return boolean if asked
to fix #4372
|
2024-01-14 12:56:25 +00:00 |
|
Gerrit Riessen
|
eb2f57fc0d
|
removed unused code
|
2024-01-11 12:03:28 +01:00 |
|
Gerrit Riessen
|
7b01457038
|
HTML node: add option to for attribites and content
|
2024-01-06 00:12:09 +01:00 |
|
Nick O'Leary
|
918943816f
|
Merge branch 'master' into dev
|
2023-12-08 10:27:04 +00:00 |
|
Nick O'Leary
|
eebab4a921
|
Relax some node validators to allow undefined value
|
2023-12-06 10:30:49 +00:00 |
|
Nick O'Leary
|
33cf34f7c7
|
Merge branch 'master' into dev
|
2023-12-04 15:58:45 +00:00 |
|
Nick O'Leary
|
8a04eb2e29
|
Update packages/node_modules/@node-red/nodes/core/function/10-switch.html
|
2023-12-01 19:40:49 +00:00 |
|
Nick O'Leary
|
1777fc749d
|
Fix switch validation of typeof field
Fixes #4464
|
2023-12-01 13:11:07 +00:00 |
|
Nick O'Leary
|
7ebf84f38c
|
Fix debug filter
|
2023-11-30 14:50:28 +00:00 |
|
Nick O'Leary
|
1c3644e338
|
Fix various issues with debug pop-out window
|
2023-11-30 11:23:35 +00:00 |
|
Nick O'Leary
|
ee7ee083b0
|
Merge pull request #4440 from node-red/4429-add-typed-validators
Add validators to any fields using msg-typed Input
|
2023-11-29 16:18:53 +00:00 |
|
Nick O'Leary
|
9c71d52d69
|
Check node.broker is a string before trying to use it
Fixes #4380
|
2023-11-27 17:27:32 +00:00 |
|
Ralph Wetzel
|
febc769df5
|
use of camelCasing: node_selector => nodeSelector
|
2023-11-21 20:48:52 +01:00 |
|
Nick O'Leary
|
722fe02933
|
Add validators to any fields using msg-typed Input
Fixes #4429
|
2023-11-20 17:17:52 +00:00 |
|
Ralph Wetzel
|
ea483218ea
|
Click on id in debug panel highlights node or flow
|
2023-11-18 21:03:13 +01:00 |
|
Marcus Davies
|
7916dc9c05
|
Slightly cleaner fasly checks
|
2023-11-14 22:31:25 +00:00 |
|
Marcus Davies
|
3123a5ee51
|
Feat: Add ability to set headers for WebSocket client
|
2023-11-14 20:44:04 +00:00 |
|
Nick O'Leary
|
c6a8eee73d
|
Merge pull request #4416 from node-red/mqtt-check-topic-length
check topic length > 0 before publish
|
2023-11-07 17:46:33 +00:00 |
|
Nick O'Leary
|
5b5b06cc06
|
Merge pull request #4406 from node-red/tcp-request-node-reset-when-in-stay-connected-mode
Let msg.reset reset Tcp request node connection when in stay connected mode
|
2023-11-07 17:42:17 +00:00 |
|