Hiroyasu Nishiyama
|
99d32c4758
|
sanitize tab name
|
2022-06-10 20:22:09 +09:00 |
|
Stephen McLaughlin
|
62cd3b2061
|
Merge pull request #3630 from Steve-Mcl/fix-tcp-sockets-crash
Dont delete TCP socket twice
|
2022-05-27 07:37:28 +01:00 |
|
Nick O'Leary
|
7924907384
|
Merge pull request #3626 from node-red/noproxy-not-defined
MQTT Node: define noproxy variable
|
2022-05-26 10:43:39 +01:00 |
|
Stephen McLaughlin
|
51d429f9ae
|
Dont delete TCP socket twice
|
2022-05-26 10:18:34 +01:00 |
|
Mauricio Bonani
|
3f9ebb588e
|
Fix typo
|
2022-05-25 11:15:29 -04:00 |
|
Stephen McLaughlin
|
6f0de7c80e
|
define noproxy variable
|
2022-05-24 20:43:29 +01:00 |
|
Stephen McLaughlin
|
3ace7eeafd
|
Merge pull request #3623 from node-red-hitachi/i18n-debug-sidebar-node-label
i18n debug sidebar node label
|
2022-05-24 07:03:14 +01:00 |
|
Hiroyasu Nishiyama
|
a147458120
|
i18n debug sidebar node label
|
2022-05-22 16:28:11 +09:00 |
|
Mauricio Bonani
|
afdb15dc58
|
Use the correct variable for the gutter text color
|
2022-05-18 10:28:36 -04:00 |
|
Nick O'Leary
|
70f26e0bea
|
Update for 3.0.0-beta.2
|
2022-05-16 11:10:31 +01:00 |
|
Nick O'Leary
|
b6ad396a6c
|
Merge pull request #3611 from node-red/fix-ace-worker-opts
Ensure ACE worker options are set
|
2022-05-16 10:59:59 +01:00 |
|
Stephen McLaughlin
|
5c10b16b65
|
Ensure ACE worker options are set
fixes #3610
|
2022-05-15 13:19:28 +01:00 |
|
Steve-Mcl
|
7ec1d42808
|
Change slicing op to mouse button 0
fixes #3582
|
2022-05-13 16:43:27 +01:00 |
|
Nick O'Leary
|
3057035dec
|
Do not slice-junction link node wires
|
2022-05-12 14:57:16 +01:00 |
|
Nick O'Leary
|
f6aee81651
|
Hide junction ports whilst dragging nodes
|
2022-05-12 10:02:35 +01:00 |
|
Nick O'Leary
|
a22f569ca0
|
Rework Junctions to be more node like in their event handling
|
2022-05-11 23:13:12 +01:00 |
|
Nick O'Leary
|
8043f5d865
|
Merge pull request #3606 from node-red/dev
Merge minor dev branch fixes and "Search flow:active" V3 item into master
|
2022-05-10 11:19:03 +01:00 |
|
Stephen McLaughlin
|
2ef50ab71f
|
Merge pull request #3604 from node-red/fix-many-to-one-junction-slice
Handle many-to-one slicing of wires
|
2022-05-10 08:09:00 +01:00 |
|
Stephen McLaughlin
|
1af56a7f00
|
Merge pull request #3590 from Steve-Mcl/search-current-flow
Add ability to search in current flow
|
2022-05-10 08:08:28 +01:00 |
|
Nick O'Leary
|
d2fab7fddd
|
Remove duplicate history add of ungroup event
Fixes #3581
|
2022-05-09 20:51:17 +01:00 |
|
Nick O'Leary
|
1818b0281d
|
Handle many-to-one slicing of wires
|
2022-05-09 20:39:34 +01:00 |
|
Stephen McLaughlin
|
09973ba8cf
|
Update packages/node_modules/@node-red/editor-client/src/js/ui/search.js
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
|
2022-05-09 17:41:41 +01:00 |
|
Stephen McLaughlin
|
dd3174c40f
|
Update packages/node_modules/@node-red/editor-client/src/js/ui/search.js
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
|
2022-05-09 17:41:33 +01:00 |
|
Stephen McLaughlin
|
f0293b8f52
|
Update packages/node_modules/@node-red/editor-client/locales/en-US/editor.json
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
|
2022-05-09 17:41:24 +01:00 |
|
Nick O'Leary
|
d549a9ad92
|
Merge pull request #3603 from node-red-hitachi/fix-select-width-of-switch-node-rule
use text width instead of number of characters for deciding select fi…
|
2022-05-09 17:18:49 +01:00 |
|
Stephen McLaughlin
|
0385c72a8f
|
Merge pull request #3594 from PhilDay-CT/issue-3593
Handle removal of event handlers to allow mqtt client.end() to work
|
2022-05-09 16:50:48 +01:00 |
|
Stephen McLaughlin
|
e223b20cbd
|
Remove unnecessary call to clientRemoveListeners
Also, merge the non JSDOC comment into the JSDOC comment
|
2022-05-09 16:37:25 +01:00 |
|
Phil Day
|
a0f7e92e40
|
call client.end with force=true on timeout
|
2022-05-09 16:29:39 +01:00 |
|
Phil Day
|
c87ff3ca26
|
Update packages/node_modules/@node-red/nodes/core/network/10-mqtt.js
Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com>
|
2022-05-09 16:22:50 +01:00 |
|
Phil Day
|
82672a825d
|
Update packages/node_modules/@node-red/nodes/core/network/10-mqtt.js
Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com>
|
2022-05-09 16:20:44 +01:00 |
|
Phil Day
|
98d524e82d
|
Update packages/node_modules/@node-red/nodes/core/network/10-mqtt.js
Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com>
|
2022-05-09 16:20:27 +01:00 |
|
Phil Day
|
3d3090a8f2
|
Updated to cover the removal of individual event handlers
|
2022-05-09 15:39:12 +01:00 |
|
Steve-Mcl
|
5561e89201
|
remove unused var
|
2022-05-08 14:48:57 +01:00 |
|
Steve-Mcl
|
0f2420576a
|
improve flashing of node
sometimes node highlight get stuck
|
2022-05-08 14:24:30 +01:00 |
|
Steve-Mcl
|
d1b74675d9
|
change search term is:thisflow to flow:active
this also permits flow:<flow-id>
|
2022-05-08 14:23:47 +01:00 |
|
Hiroyasu Nishiyama
|
abb81a0bac
|
use text width instead of number of characters for deciding select field width of switch node rule
|
2022-05-08 12:32:07 +09:00 |
|
Hiroyasu Nishiyama
|
05eb055b8c
|
add Japanese translation of switch rules
|
2022-05-08 08:59:07 +09:00 |
|
Hiroyasu Nishiyama
|
e8ddd6d16d
|
i18n switch group label & add Japanese message
|
2022-05-08 08:44:35 +09:00 |
|
Hiroyasu Nishiyama
|
06e0869767
|
update Japanese info of link call node reflecting update of English info
|
2022-05-07 22:09:54 +09:00 |
|
Nick O'Leary
|
7841fc6d3e
|
Merge pull request #3580 from bonanitech/typedinput-label
Fix typedInput label not visible on themes
|
2022-05-06 19:25:54 +01:00 |
|
Nick O'Leary
|
1f7311deeb
|
Merge pull request #3597 from node-red-hitachi/fix-link-call-info
update link-call node info according to current behavior
|
2022-05-06 19:25:10 +01:00 |
|
Hiroyasu Nishiyama
|
07a9e69e7b
|
update link-call node info according to current behavior
|
2022-05-06 23:38:58 +09:00 |
|
Phil Day
|
7845ebffc5
|
Track which event handlers we add to the mqtt client so we can removed them cleanly
|
2022-05-06 15:29:42 +01:00 |
|
Nick O'Leary
|
b985de6df2
|
Merge pull request #3595 from Steve-Mcl/fix-project-switching
Fix project switching when junctions are present
|
2022-05-05 20:48:54 +01:00 |
|
Steve-Mcl
|
11f6491889
|
fix project switching when junctions are present
fixes #3588
|
2022-05-05 16:56:28 +01:00 |
|
Phil Day
|
b2ec040a8d
|
Add Force parameter mqtt client.end() when called in disconnect
|
2022-05-05 16:12:28 +01:00 |
|
Stephen McLaughlin
|
424a53da4e
|
Merge pull request #3576 from kazuhitoyokoi/master-addjpn
Add Japanese translations for v3.0-beta.1
|
2022-05-05 15:16:36 +01:00 |
|
Kazuhito Yokoi
|
c5af71e0a2
|
Change icon path from png to svg
|
2022-05-05 20:38:55 +09:00 |
|
Steve-Mcl
|
531dbc5f83
|
Fix junction: ensure sourcePort is not undefined
fixes #3587
|
2022-05-05 09:37:32 +01:00 |
|
Stephen McLaughlin
|
851a925956
|
Merge pull request #3585 from Steve-Mcl/fix-flow-prop-tab
fix error initialising flow tab editor
|
2022-05-05 08:25:15 +01:00 |
|