Zeger-Jan van de Weg
db98641a32
help: Template might be a better fit to create multiline strings
...
The inject node doesn't create multiline strings as the help text explains. While there's indeed many ways to circumvent this, the Template node might be more "low-code" than the function node is.
2023-06-27 09:53:39 +02:00
Kazuhito Yokoi
81331e68d2
Add validator for link call node
2023-02-10 18:55:10 +09:00
Kazuhito Yokoi
4fda59a585
Add validator for complete node
2023-02-10 16:49:29 +09:00
Dirk-Jan Faber
7c306a8430
Comment node: Clarify where the text will appear
...
The text will appear in the information tab of the side panel and not in the help tab of the side panel.
2023-01-03 13:41:31 +01:00
Kazuhito Yokoi
a81b1aa0cb
Support i18n in MQTT node property
2022-09-18 17:10:19 +09:00
Kazuhito Yokoi
d657817211
Add information about environment variable to template node
2022-09-13 22:08:22 +09:00
Nick O'Leary
abccdc7f21
Update packages/node_modules/@node-red/nodes/locales/en-US/messages.json
2022-08-04 13:10:05 +01:00
Ben Hardill
660a2e0ed6
Allow HTTP Headers not in spec
...
potential fix for #3772
2022-07-16 19:51:35 +01:00
Steve-Mcl
62a2a4a9f5
Further simplify file node filename entry UX (v3)
...
fixes #3668
2022-06-16 11:38:19 +01:00
Kazuhito Yokoi
f424f07e54
Fix typos in message catalog
2022-05-25 22:56:58 +09:00
Kazuhito Yokoi
e5a21a3261
Merge branch 'node-red:master' into master-addjpn
2022-05-25 19:07:57 +09:00
Hiroyasu Nishiyama
a147458120
i18n debug sidebar node label
2022-05-22 16:28:11 +09:00
Kazuhito Yokoi
6c15fb6978
Fix indents in message catalog
2022-05-22 10:51:35 +09:00
Hiroyasu Nishiyama
e8ddd6d16d
i18n switch group label & add Japanese message
2022-05-08 08:44:35 +09:00
Hiroyasu Nishiyama
07a9e69e7b
update link-call node info according to current behavior
2022-05-06 23:38:58 +09:00
Nick O'Leary
9565aee3c5
Merge pull request #3533 from Steve-Mcl/filename-typedinput
...
Feature: Change basic Filename field to a typedInput
2022-04-27 22:28:12 +01:00
Nick O'Leary
e8f20285af
Merge pull request #3551 from node-red/pr_3544
...
Add message count option to Debug status
2022-04-26 16:25:01 +01:00
Nick O'Leary
973b31521e
Tidy up debug message status count
2022-04-26 16:04:09 +01:00
Nick O'Leary
f4bb62adbc
Merge branch 'dev' into pr_3438
2022-04-26 13:53:35 +01:00
Nick O'Leary
48a528a4b8
Ensure property validation is backwards compatible
2022-04-26 13:45:14 +01:00
Nick O'Leary
c88a177cb2
Merge pull request #3530 from Steve-Mcl/mqtt-payload-auto-parsing
...
MQTT payload auto parsing improvements
2022-04-25 11:40:59 +01:00
Steve-Mcl
4fffa2d0ba
restore "input" help info for msg.filename
2022-04-23 11:23:44 +01:00
Steve-Mcl
552408f488
Make new Auto Output mode optional
...
- adds entry to output data type
- adds depreciation tip
2022-04-21 21:20:41 +01:00
Nick O'Leary
958f57085f
Merge branch 'dev' into tcp-node-better-split
2022-04-20 09:34:16 +01:00
Steve-Mcl
99b049fe2d
final updates to file node filename typedInput
...
- ensure node settings are auto updated to correct typedInput type/value
- improve label
- ensure str and env are considered "static" (keep stream open)
2022-04-16 14:25:37 +01:00
Stephen McLaughlin
78f456911a
auto mode to auto parse string to JS Object
2022-04-14 22:47:18 +01:00
Stephen McLaughlin
a7932da207
Merge pull request #3488 from Steve-Mcl/httpreq-headers-ui
...
Add UI for Http Request node headers
2022-04-06 08:35:32 +01:00
Stephen McLaughlin
5fda20c330
Improve built in help
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-04-06 07:01:01 +01:00
Kazuhito Yokoi
6b00aba039
Adjust indents in the documentation of the link node
2022-03-30 15:30:30 +09:00
Dave Conway-Jones
8a40622815
tcp node - undo trim if we re-add split chars
...
and fix tests
2022-03-23 22:07:43 +00:00
Steve-Mcl
31b3a4c342
Add UI for common headers/values
...
- Wrap HTML node script in IFFE (isolate module level vars & functions)
- Add UI elements for setting headers in http req node edit form
- Update built in help
- Add tests
2022-03-12 13:47:29 +00:00
Steve-Mcl
27761ba6f2
Update built in docs
2022-02-28 19:01:15 +00:00
Dave Conway-Jones
8c19daf949
TCP nodes- Add optional reattach delimiter to streaming strings
2022-02-25 15:56:13 +00:00
Steve-Mcl
e4f0688a02
dynamic link target 1st draft
2022-02-24 19:46:21 +00:00
Hiroyasu Nishiyama
9f98b4b082
add support of property validation message
2022-02-14 10:40:49 +09:00
Steve-Mcl
9c3be51fe9
Improve MQTT broker disconnect situation
...
* Ensure topic is sane to prevent error 129
* Ensure a log entry is made
* Update node status
2022-01-25 12:29:51 +00:00
Nick O'Leary
f86e743cce
Merge branch 'master' into dev
2022-01-12 17:59:26 +00:00
Nick O'Leary
ee84eb666b
Merge pull request #3307 from node-red/add-tls-option-to-tcp-node
...
Add TLS option to tcp client nodes
2022-01-12 17:37:43 +00:00
Tobias Oort
bd77d7eec3
Implemented support for Websocket Subprotocols in WS Client Node.
2022-01-08 22:18:05 +01:00
Kazuhito Yokoi
b14c42b6a4
Update Japanese translations in node help ( #3332 )
...
* Update Japanese translations in node help
* Fix typos
2022-01-07 17:43:53 +00:00
Dave Conway-Jones
cae247160f
Let tcprequest split incoming strings on delimiter (as per tcpin node)
...
and fixup i18n messages
2021-12-26 15:28:16 +00:00
Nick O'Leary
b8f1386ad0
Dynamic MQTT connections ( #3189 )
...
* add mqtt-control
- adds auto-connect option to broker
- add new node mqtt-control
- adds i18n messages
- adds documentation
* documentation tweaks
* built in documentation improvements
* fix tip layout causing oversized editor
* remove unused requires
* add missing `unsubscribe` dropdown option
- oddly forgotten - now added
* ensure clientid is updated dynamically
* [rewrite] move mqtt-control login into mqtt-in
* Remove dynamic label
* remove redundant mqtt-control code left overs
* Callback for brokerConn.connect (improve done())
- done is now called on connect callback
* fix race condition if connect/disconnect too fast
- node.connected and node.client.connected getting out of sync
* fix connection fail when switching protocol 3 ~ 5
- ensure protocolId is correct for protocolVersion
* change msg.subscribe prop to `msg.topic`
* unsub all topics if msg.topic is `true`
* delete temprary debugger statements
* Final rework of dynamic mqtt connections
Co-authored-by: Steve-Mcl <sdmclaughlin@gmail.com>
2021-10-14 12:05:06 +01:00
Nick O'Leary
3204b04455
Overhaul Debug sidebar filter and clear button options
2021-10-12 17:24:51 +01:00
Nick O'Leary
4adad6e424
Merge pull request #3166 from node-red/output-discarded-rate-limit
...
Delay node: add option to send intermediate messages on separate output
2021-10-06 17:34:44 +01:00
Nick O'Leary
8042fe4e2b
Merge branch 'master' into dev
2021-10-06 09:12:16 +01:00
Nick O'Leary
3759e0f778
Add option to only send http response errors to Catch node
2021-10-04 14:04:59 +01:00
Nick O'Leary
1c18641699
Delay node: add option to send intermediate messages on separate output
2021-10-04 13:00:24 +01:00
Nick O'Leary
126df969b3
Merge pull request #3157 from node-red/relabel-file-nodes
...
Add paletteLabel to file nodes to make read/write more obvious
2021-10-04 10:56:01 +01:00
Nick O'Leary
81a278dd8c
Merge pull request #3156 from node-red/change-clone
...
Add option to deep-clone properties in Change node
2021-10-04 10:54:52 +01:00
Nick O'Leary
da114fa3a5
Merge pull request #3152 from node-red/link-call
...
Add Link Call node
2021-10-01 15:59:43 +01:00