Dave Conway-Jones
ff35c46d5d
Fix unintentianal Capitalisation in Split node
...
to close #4832
2024-07-16 14:37:16 +01:00
Dave Conway-Jones
1a8b37b4e3
make using msg.parts optional in join node
2024-06-24 21:05:00 +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
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
Nick O'Leary
742aa2fa0d
Merge branch 'dev' into make-split/join-more-flexible
2024-03-07 15:40:56 +00:00
Steve-Mcl
b2548c158d
fix layout and missing tip
2024-02-09 20:50:24 +00:00
Steve-Mcl
ff8eb0ec2b
Add RFC spec mode to CSV node
...
closes #3934
2024-01-23 10:35:08 +00:00
Gerrit Riessen
7b01457038
HTML node: add option to for attribites and content
2024-01-06 00:12:09 +01:00
Marcus Davies
3123a5ee51
Feat: Add ability to set headers for WebSocket client
2023-11-14 20:44:04 +00:00
Dave Conway-Jones
9fd929ac1e
let split node specify property to split on
...
and let join auto join the correct property
or manually the specified one.
2023-10-17 21:12:13 +01:00
Nick O'Leary
aa0225f59f
Apply suggestions from code review
2023-06-21 14:27:32 +01:00
Nick O'Leary
aafb86ef09
Merge branch 'dev' into adding-timeout-to-functio-node
2023-06-21 13:35:48 +01:00
Stephen McLaughlin
f8175fc325
Update packages/node_modules/@node-red/nodes/locales/en-US/messages.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2023-05-31 14:11:06 +01:00
Stephen McLaughlin
5eee38e7de
Update packages/node_modules/@node-red/nodes/locales/en-US/messages.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2023-05-31 14:10:59 +01:00
Steve-Mcl
a78da0db1e
Update status and catch node labels in group mode
2023-05-29 22:47:29 +01:00
Nick O'Leary
0697c26dd1
Merge branch 'dev' into adding-timeout-to-functio-node
2023-05-25 17:33:41 +01:00
Nick O'Leary
11ded1e497
Merge branch 'dev' into 3843-alternative-impl
2023-05-22 17:41:23 +01:00
Kilian Hertel
2253417459
adding timeout attribute to function node
...
- [x] New feature (non-breaking change which adds functionality)
Discussion here:
https://discourse.nodered.org/t/function-node-doesnt-have-timeout-feature/78483
## Proposed changes
Adding a timeout attribute to the function node, so an endless funciton doesnt break the node red server.
## Checklist
- [x] I have read the [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md )
- [x] For non-bugfix PRs, I have discussed this change on the forum/slack team.
- [x] I have run `grunt` to verify the unit tests pass
- [x] I have added suitable unit tests to cover the new/changed functionality
2023-05-22 10:16:37 +02:00
Tim Janke
8dcc530f44
Refactor to use the already existing autoUnsubscribe property
...
The tests had an unused property called autoUnsubscribe. I refactored
the code to use this wording too.
2023-02-27 12:41:29 +01:00
Tim Janke
b5dfd62c99
Add an option to not unsubscribe topics on disconnect
2023-02-27 12:21:39 +01:00
Nick O'Leary
196773d6ba
Merge branch 'master' into dev
2023-02-20 18:17:16 +00: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
Nick O'Leary
68bb38b8d7
Merge branch 'master' into dev
2023-02-02 10:40:33 +00:00
Hiroyasu Nishiyama
99bd957ea0
Resolve merge conflict
2022-12-27 23:45:25 +09:00
Hiroyasu Nishiyama
2ab8121a4a
add description to global-config settings
2022-12-06 21:12:52 +09:00
Hiroyasu Nishiyama
817db23146
Update packages/node_modules/@node-red/nodes/locales/en-US/messages.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-06 09:29:51 +09:00
Hiroyasu Nishiyama
169fa940e4
Update packages/node_modules/@node-red/nodes/locales/en-US/messages.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-05 11:16:53 +09:00
Hiroyasu Nishiyama
f23d0480e4
add global environment variable feature
2022-11-04 18:42:51 +09:00
Dave Conway-Jones
4cc18c25fe
Add drop mode to range node
...
and include tests
2022-10-29 17:34:29 +01:00
Kazuhito Yokoi
a81b1aa0cb
Support i18n in MQTT node property
2022-09-18 17:10:19 +09:00
NetHans
371253a4f6
catch node extended
2022-08-14 20:45:01 +02:00
NetHans
08ce6cce97
status node extended
2022-08-14 20:24:05 +02: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
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
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
Stephen McLaughlin
78f456911a
auto mode to auto parse string to JS Object
2022-04-14 22:47:18 +01: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