Dave Conway-Jones
|
73063df11b
|
Pull in RBE node and push out tail
|
2021-04-19 13:09:13 +01:00 |
|
Nick O'Leary
|
142a5f7ca1
|
Fix change node form validation
|
2021-04-08 16:21:03 +01:00 |
|
Kristian Heljas
|
7b8ed487e9
|
Function node: add node.outputCount property to sandbox (#2918)
* Function node: add `node.outputs` property to sandbox
https://discourse.nodered.org/t/expose-configured-output-count-to-function-node-i-can-pr/43848
* style: indetation for function node sanbox code
I guess this was unintentionally unindented in d51aefa156 (diff-24cd715c3b7405ea194bfdc0dc2a350ceb2f5d18696b8163c3e40105b981a666)
* Function node: tests for accessing node properties
consistently tests that `node.id`, `node.name` and `node.outputs`
are available in `init()`, `func()` and `finalize()` methods.
* Function node: rename `node.outputs` to `node.outputCount`
https://discourse.nodered.org/t/expose-configured-output-count-to-function-node-i-can-pr/43848/9?u=kristian
|
2021-04-08 14:52:02 +01:00 |
|
Kazuhito Yokoi
|
a157580b22
|
Add Japanese translations for Node-RED v1.3
|
2021-04-08 20:06:35 +09:00 |
|
Nick O'Leary
|
16e021e94f
|
Request node: set followAllRedirects to work with POSTs
Fixes #2017
|
2021-04-07 14:35:29 +01:00 |
|
Nick O'Leary
|
e3b70b10d1
|
Add property validate to Change node rule set
Closes #2911
|
2021-04-06 17:26:06 +01:00 |
|
Nick O'Leary
|
ca5e45a46d
|
Flag validation errors in Inject node props config
Fixes #2914
|
2021-04-06 16:45:21 +01:00 |
|
Nick O'Leary
|
f0f2eefb59
|
Merge branch 'pr_2908' into dev
|
2021-03-31 23:50:30 +01:00 |
|
Nick O'Leary
|
bdb548ffdc
|
Exec node: remove addpayValue and reuse addpay to track appending property
|
2021-03-31 23:50:00 +01:00 |
|
Nick O'Leary
|
8da00c0872
|
Fix Switch node handling of hasKey rule when property is undefined
|
2021-03-30 21:37:39 +01:00 |
|
Nick O'Leary
|
082bac8c3a
|
Handle invalid regex set dynamically in Switch node
Fixes #2905
|
2021-03-22 21:06:59 +00:00 |
|
Kazuhito Yokoi
|
89485971fa
|
Use RED.util.getMessageProperty() to check message property
|
2021-03-22 20:48:01 +09:00 |
|
Kazuhito Yokoi
|
cb72d5100e
|
Remove type for typedInput in exec node
|
2021-03-22 20:24:12 +09:00 |
|
Kazuhito Yokoi
|
f103533852
|
Support typedInput in msg.payload field of exec node
|
2021-03-22 16:19:55 +09:00 |
|
Dave Conway-Jones
|
df90e3414d
|
CSV better handling of messages with incoming parts - to create array output
and add tests (apologies for the massive reformat of test file) - but honestly there are two new tests
|
2021-03-11 12:47:54 +00:00 |
|
Dave Conway-Jones
|
16b9abbe92
|
redo CSV fix for commas in header template
|
2021-03-11 09:34:30 +00:00 |
|
Hiroyasu Nishiyama
|
7e40cb5331
|
update i18n and Japanese message for nodes
|
2021-03-03 10:07:33 +09:00 |
|
Nick O'Leary
|
3d23d1de4f
|
Merge pull request #2873 from node-red/function-modules
Function node external modules
|
2021-03-01 21:35:31 +00:00 |
|
Nick O'Leary
|
c9c5f7f088
|
Fix functionExternalModules tests
|
2021-03-01 21:34:37 +00:00 |
|
Nick O'Leary
|
c3adc956d7
|
Add functionExternalModules to settings and default to false
|
2021-03-01 18:24:16 +00:00 |
|
Nick O'Leary
|
f69d6b4eb1
|
Merge pull request #2886 from Steve-Mcl/dev
mqtt v5 fixes
|
2021-03-01 11:56:00 +00:00 |
|
Dave Conway-Jones
|
fc709ba266
|
revert CSV node to commas in headers fix level
|
2021-02-26 14:34:38 +00:00 |
|
Steve-Mcl
|
080e2f2589
|
mqtt v5 fixes
- copy/paste issues with willMsg
- ensure helper func is ran for lwt messages
|
2021-02-25 19:58:59 +00:00 |
|
Nick O'Leary
|
0dc4440a99
|
Merge branch 'master' into dev
|
2021-02-25 17:56:01 +00:00 |
|
Nick O'Leary
|
bccfd21cf4
|
Merge pull request #2854 from node-red/fix-csv-template-reset
fix csv node template reset when array complete
|
2021-02-25 16:00:30 +00:00 |
|
Nick O'Leary
|
e6f1394a74
|
Merge pull request #2869 from node-red/Fix-join-node-array-index-and-reset
Fix join node array index and reset
|
2021-02-25 15:59:54 +00:00 |
|
Nick O'Leary
|
11a385550a
|
Merge branch 'pr_2778' into dev
|
2021-02-25 15:50:25 +00:00 |
|
Nick O'Leary
|
255b8f2005
|
Update mqtt nodes for v5
|
2021-02-25 15:49:56 +00:00 |
|
Steve-Mcl
|
833ecfb1af
|
MQTT V5 - prep for 1.3.0 beta...
* MQTT IN node tidy up
* remove userProperties
* remove subscriptionIdentifier
* MQTT OUT node tidy up
* remove topicAlias
* remove payloadFormatIndicator
* remove subscriptionIdentifier
* MQTT BROKER node tidy up
* remove topicAliasMaximum
* remove maximumPacketSize
* remove receiveMaximum
* remove userProperties
|
2021-02-20 19:58:13 +00:00 |
|
Steve-Mcl
|
c20bab2436
|
more specific class selectors for show/hide items
|
2021-02-20 15:52:14 +00:00 |
|
Nick O'Leary
|
0be82d964e
|
Merge pull request #2870 from node-red-hitachi/fix-debug-filter
Allow filtering of debug node output within subflow
|
2021-02-19 15:45:57 +00:00 |
|
Hiroyasu Nishiyama
|
74ea382cf2
|
update subflow finding algorithm
|
2021-02-19 14:35:59 +09:00 |
|
Steve-Mcl
|
ab4a9e72d4
|
Merge branch 'dev' into mqtt5
|
2021-02-18 18:50:26 +00:00 |
|
Nick O'Leary
|
d5f4f987f2
|
Add 'node' object to Function close scope
|
2021-02-17 14:41:50 +00:00 |
|
Nick O'Leary
|
11475b0c38
|
Move function expand buttons to overlap editor and save space
|
2021-02-17 14:41:25 +00:00 |
|
Nick O'Leary
|
137fa98903
|
Move name field above tab bar in Function node
|
2021-02-17 12:04:38 +00:00 |
|
Nick O'Leary
|
785c349adc
|
Prevent function module overwriting built-in sandbox properties
|
2021-02-16 13:58:59 +00:00 |
|
Nick O'Leary
|
6336ab121e
|
Merge branch 'dev' into function-modules
|
2021-02-13 00:21:27 +00:00 |
|
Nick O'Leary
|
a94c19a6cf
|
Fix up loading of freshly installed modules in Function node
|
2021-02-12 22:40:30 +00:00 |
|
Nick O'Leary
|
9c09ee3b71
|
Rework Function node module integration
|
2021-02-12 18:14:13 +00:00 |
|
Dave Conway-Jones
|
302c5cfe09
|
CSV node - handle commas in msg.columns if quoted.
and add more tests
To close #2860
|
2021-02-12 16:55:41 +00:00 |
|
Hiroyasu Nishiyama
|
5a6568e7c2
|
allow filtering of debug node output within subflow
|
2021-02-10 17:32:27 +09:00 |
|
Dave Conway-Jones
|
4cd9b7b050
|
fix join node in array mode with repeated messages, and rallow reset all
to close #2866
|
2021-02-09 17:27:58 +00:00 |
|
Nick O'Leary
|
dd780945e1
|
Sanitize Debug node name when display enable/disable message
|
2021-02-09 15:04:00 +00:00 |
|
Dave Conway-Jones
|
4313cbaa5c
|
fix csv node template reset when array complete
and add tests
to close #2853
|
2021-02-02 14:20:46 +00:00 |
|
Nick O'Leary
|
3a0074d96e
|
Merge branch 'master' into dev
|
2021-01-27 23:28:19 +00:00 |
|
Nick O'Leary
|
438d51d26e
|
Allow nested msg properties in msg/flow/global expressions (#2822)
* Allow nested msg properties in msg/flow/global expressions
* Remove typo in RED.utils
Co-authored-by: Nick O'Leary <knolleary@users.noreply.github.com>
|
2021-01-27 20:32:52 +00:00 |
|
Hiroyasu Nishiyama
|
4a1d66f210
|
update UI, Runtime API, metadata handling, and others
|
2021-01-27 22:27:54 +09:00 |
|
Hiroyasu Nishiyama
|
d8c8d7bc57
|
hide unused input field (#2823)
|
2021-01-16 16:58:13 +00:00 |
|
martinb
|
b0acb58442
|
Merge tag '1.2.7' into release/1.2.7
|
2021-01-14 15:46:22 +01:00 |
|