Nick O'Leary
|
ae12ddd32b
|
Change node: Fix deepCopy checkbox spacing on Safari
|
2021-10-18 20:38:46 +01:00 |
|
Nick O'Leary
|
de882f5849
|
Fix saving link out node links
|
2021-10-18 09:32:00 +01:00 |
|
Nick O'Leary
|
fded1e0021
|
Refix #3170 - copy switch rule type when adding new rule
|
2021-10-14 21:47:49 +01:00 |
|
Nick O'Leary
|
6cb06c146d
|
Update for 2.1.0-beta.2
|
2021-10-14 13:07:58 +01: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
|
21fd6e3c21
|
Ensure link call node label updates when link-in changes
|
2021-10-14 12:00:27 +01:00 |
|
Nick O'Leary
|
f030694ef4
|
Merge pull request #3183 from node-red/debug-filter-opts
Redesign debug filter options and make them persistant
|
2021-10-13 14:47:08 +01:00 |
|
Nick O'Leary
|
e9ed13459a
|
Merge pull request #3184 from node-red/inject-spinner-css
Widen Inject interval box for >1 digit
|
2021-10-13 14:41:52 +01:00 |
|
Nick O'Leary
|
af1e38fdf7
|
Merge pull request #3185 from node-red/switch-focus-fix
Fix rule focus when switch 'otherwise' rule is used
|
2021-10-13 14:41:42 +01:00 |
|
Nick O'Leary
|
44aa1f4a5e
|
Filter out Link Out Return nodes in Link In edit dialog
Fixes #3187
|
2021-10-13 14:23:43 +01:00 |
|
Nick O'Leary
|
bfd4fc81fe
|
Widen Inject interval box for >1 digit
|
2021-10-12 17:25:30 +01:00 |
|
Nick O'Leary
|
439af2a325
|
Fix rule focus when switch 'otherwise' rule is used
Fixes #3182
|
2021-10-12 17:25:13 +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
|
8ce1465e9f
|
Merge branch 'master' into dev
|
2021-10-07 09:35:52 +01:00 |
|
mailsvb
|
816cfa1c7e
|
Typo in http request set method translation
|
2021-10-07 08:07:57 +02: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
|
a27ce375db
|
Update package dependencies
|
2021-10-06 09:11:20 +01:00 |
|
Nick O'Leary
|
db3688799d
|
Merge pull request #3170 from node-red/switch-rule-type
Copy previous rule type when adding rule to switch node
|
2021-10-05 23:32:17 +01:00 |
|
Nick O'Leary
|
6c96cde73c
|
Copy previous rule type when adding rule to switch node
|
2021-10-05 10:34:46 +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
|
e50e2201b1
|
Merge pull request #3108 from sammachin/patch-2
change template characters
|
2021-10-04 10:57:04 +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
|
0171ffac6a
|
Fix sizing of HTTP Response header fields
|
2021-10-04 10:52:36 +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 |
|
Nick O'Leary
|
ec27e19e3f
|
Add unit tests for Join restartTimeout and update help
|
2021-09-30 10:59:45 +01:00 |
|
Nick O'Leary
|
5df0dae11a
|
Merge pull request #3121 from magma1447/dev
SPLIT Join node - support for msg.resetTimeout …
|
2021-09-30 10:45:42 +01:00 |
|
Nick O'Leary
|
7fffc1a36d
|
Merge pull request #3069 from node-red/delay-push-to-front
Add push to front of rate limit queue.
|
2021-09-30 10:44:14 +01:00 |
|
Nick O'Leary
|
f3d0179834
|
Add paletteLabel to file nodes to make read/write more obvious
|
2021-09-30 10:41:18 +01:00 |
|
Nick O'Leary
|
aa5fad6628
|
Add deep copy option to Change node 'set' action
|
2021-09-30 09:49:51 +01:00 |
|
Nick O'Leary
|
b0f1fad4e2
|
Change label for 'set' change node action to make it clearer
|
2021-09-29 19:43:30 +01:00 |
|
Nick O'Leary
|
f1cbca8d76
|
Add link-call help
|
2021-09-29 14:46:09 +01:00 |
|
Nick O'Leary
|
dfd9364061
|
Add timeout option to link-call node
|
2021-09-29 14:28:12 +01:00 |
|
Nick O'Leary
|
1931395fdb
|
Add basic link-call/return tests
|
2021-09-29 13:49:55 +01:00 |
|
Nick O'Leary
|
b01fd24e15
|
Add link-call node and add return mode for link-out node
|
2021-09-29 10:45:00 +01:00 |
|
Nick O'Leary
|
3eb438c8d2
|
Merge pull request #3116 from node-red-hitachi/dev-httpreqlog
Extend HTTP request node to log detailed timing information
|
2021-09-27 17:56:34 +01:00 |
|
Nick O'Leary
|
b3c84242dc
|
Bump version for 2.1.0-beta.1
|
2021-09-27 17:50:09 +01:00 |
|
Dave Conway-Jones
|
4f23847546
|
Fix UDP node to not not use port if unassigned
|
2021-09-16 16:22:01 +01:00 |
|
Kunihiko Toumura
|
490547cd3d
|
Use httpRequestTimingLog for enable detailed timing log
|
2021-09-05 15:22:13 +09:00 |
|
Dave Conway-Jones
|
17f9829498
|
Fix for incorrect tcpout connection count
to Close #3098
seems to need dummy data receiver in order to recognise other callbacks.
|
2021-09-03 13:00:06 +01:00 |
|
Nick O'Leary
|
3b460fb8fa
|
Bump for 2.0.6
|
2021-09-02 09:00:54 +01:00 |
|
Sam Machin
|
702dfa4b79
|
Update packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
|
2021-08-31 16:59:32 +01:00 |
|
Magnus Månsson
|
f20565fd16
|
Renamed resetTimeout to restartTimeout
Updated documentation differently
|
2021-08-25 21:53:37 +02:00 |
|
Magnus Månsson
|
cf2d5841f5
|
SPLIT Join node - support for payload.resetTimeout to restore original timeout
|
2021-08-25 12:52:10 +02:00 |
|
Kunihiko Toumura
|
401466d6c0
|
Add timing log
|
2021-08-23 11:54:05 +09:00 |
|
Dave Conway-Jones
|
ef1b3aa7f5
|
Add comment to info docs re queue depth limit setting
|
2021-08-18 14:05:42 +01:00 |
|
Sam Machin
|
1aaab2a814
|
change template characters
Added note about changing template characters
|
2021-08-12 16:41:32 +01:00 |
|
Nick O'Leary
|
f1e7ec0c6b
|
Bump for 2.0.5
|
2021-07-30 13:28:52 +01:00 |
|