Hiroyasu Nishiyama
|
42ecf54df6
|
add i18n support adn English and Japanese message
|
2022-06-21 22:39:22 +09:00 |
|
Hiroyasu Nishiyama
|
10835968fb
|
add access to previous tours
|
2022-06-21 21:47:57 +09: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 |
|
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 |
|
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 |
|
Stephen McLaughlin
|
e04f5cb277
|
Merge pull request #3575 from ralphwetzel/patch-1
remove debugging remnants
|
2022-05-05 08:10:38 +01:00 |
|
ralphwetzel
|
a4603a4396
|
Update 60-link.html
Remove development debug message.
Fixes #3574 ... courtesy of @Steve-Mcl
|
2022-05-04 20:15:24 +02:00 |
|
Steve-Mcl
|
1141f9de86
|
Add ability to search in current flow
fixes #3419
|
2022-05-04 14:42:47 +01:00 |
|
ralphwetzel
|
bbc32c4cd0
|
Update 21-debug.html
Tidy up a leftover development debug message ... with a smile!
|
2022-05-03 22:17:00 +02:00 |
|
Nick O'Leary
|
55ecc7a92c
|
Merge pull request #3573 from node-red/3-0
Update changelog and tourguide for 3.0
|
2022-05-03 13:41:06 +01:00 |
|
Nick O'Leary
|
1148960d43
|
Update changelog and tour guide
|
2022-05-03 13:40:27 +01:00 |
|
Nick O'Leary
|
415107fbf0
|
Bump engines to 14
|
2022-05-03 13:40:02 +01:00 |
|
Nick O'Leary
|
437cc20198
|
Add moment dependency to resolve vuln in moment-timezone
|
2022-05-03 13:39:30 +01:00 |
|
Nick O'Leary
|
32f78a99fd
|
Update dependencies
|
2022-05-03 09:48:13 +01:00 |
|
Nick O'Leary
|
65c7855afd
|
Merge pull request #3571 from node-red/master
Pull master into dev
|
2022-05-03 09:36:32 +01:00 |
|
Stephen McLaughlin
|
7f68e341da
|
Merge branch 'dev' into master
|
2022-05-03 09:35:32 +01:00 |
|
Nick O'Leary
|
a2f750ed1a
|
Merge pull request #3567 from Steve-Mcl/notification-buttons
Add "search for" buttons to notifications
|
2022-05-03 09:23:21 +01:00 |
|
Nick O'Leary
|
b74a42cdf5
|
Merge pull request #3569 from node-red/watch-fix
Fix Watch node handling of recursive directories
|
2022-05-03 09:22:31 +01:00 |
|
Nick O'Leary
|
95b35be541
|
Merge pull request #3570 from node-red/validate-tooltip-fix
Ensure node validation tooltip is closed when field becomes valid
|
2022-05-03 09:22:24 +01:00 |
|
Nick O'Leary
|
ea747a3d58
|
Merge pull request #3563 from Steve-Mcl/mqtt-topic-val
Add client and Runtime MQTT topic validation and fix subsequent connection lockup (that arises due to bad birth/will topic)
|
2022-05-03 09:22:11 +01:00 |
|
Stephen McLaughlin
|
9b644e3c47
|
Use new validation option to return better label
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
|
2022-05-02 21:28:04 +01:00 |
|
Steve-Mcl
|
3f776397d1
|
close parent notification on "search for..." click
|
2022-05-02 21:24:46 +01:00 |
|
Steve-Mcl
|
1ec75035ba
|
declare missing var notification
|
2022-05-02 21:23:36 +01:00 |
|
Steve-Mcl
|
97b7b7b968
|
ensure space after search terms
|
2022-05-02 21:22:45 +01:00 |
|
Steve-Mcl
|
135427dcc8
|
fix i18n for unknownNodesButton
|
2022-05-02 21:21:09 +01:00 |
|
Nick O'Leary
|
a2de514c05
|
Merge pull request #3540 from hardillb/no-home-dir
Don't start if user has no home directory
|
2022-05-02 21:12:57 +01:00 |
|
Nick O'Leary
|
f1bada7fd8
|
Ensure node validation tooltip is closed when field becomes valid
|
2022-05-02 20:56:01 +01:00 |
|
Nick O'Leary
|
ea5d25c794
|
Merge pull request #3564 from bonanitech/config-nodes-colors
Don't let themes change node config colors
|
2022-05-02 20:19:40 +01:00 |
|
Nick O'Leary
|
193e420eb3
|
Fix Watch node handling of recursive directories
Fixes #3566
|
2022-05-02 20:11:04 +01:00 |
|
Steve-Mcl
|
8a972ee543
|
Add "search for" buttons to notifications
|
2022-05-01 16:48:04 +01:00 |
|
Mauricio Bonani
|
b51eb7326f
|
Change node config SASS variables
|
2022-04-29 18:40:34 -04:00 |
|
Steve-Mcl
|
be3b5b7fe2
|
MQTT topic validation and lockup fix
closes #3557
|
2022-04-29 19:56:37 +01:00 |
|
Stephen McLaughlin
|
3a7a606f6a
|
Merge pull request #3562 from Steve-Mcl/mqttv5-userprops
MQTT Node - save and restore v5 config user props
|
2022-04-29 12:09:38 +01:00 |
|
Stephen McLaughlin
|
294fc6b62f
|
Ensure userProps makes it through to runtime
|
2022-04-29 11:25:19 +01:00 |
|
Stephen McLaughlin
|
662a44fccf
|
save and restore v5 config user props
|
2022-04-29 10:44:19 +01:00 |
|
Nick O'Leary
|
b0a5d4fb6f
|
Merge pull request #3560 from bonanitech/border-radius-gap
Fix gap between typedInput containers borders
|
2022-04-28 16:32:41 +01:00 |
|
Stephen McLaughlin
|
4fb8292618
|
Merge pull request #3559 from node-red/watch-node-update
Update Watch node to use node-watch module
|
2022-04-28 14:32:39 +01:00 |
|
Nick O'Leary
|
539e5899e3
|
Bump version for 3.0.0-beta.1
|
2022-04-28 14:30:45 +01:00 |
|
Nick O'Leary
|
bee9e20827
|
Update Watch node to use node-watch module
|
2022-04-28 14:07:13 +01:00 |
|
Nick O'Leary
|
12f527a120
|
Merge pull request #3558 from node-red/deps-update
Dependencies update
|
2022-04-28 11:55:32 +01:00 |
|
Nick O'Leary
|
bd626899df
|
Fix linting error from merge
|
2022-04-28 11:17:32 +01:00 |
|
Nick O'Leary
|
54d036715f
|
Bump node-red-admin to 3.0
|
2022-04-28 11:15:17 +01:00 |
|
Nick O'Leary
|
54c87f81a6
|
Update dependencies
|
2022-04-28 11:04:06 +01:00 |
|
Nick O'Leary
|
5de078dc61
|
Merge pull request #3511 from Steve-Mcl/diagnostics
Diagnostics
|
2022-04-27 22:30:24 +01:00 |
|
Nick O'Leary
|
ff57de0753
|
Merge branch 'dev' into diagnostics
|
2022-04-27 22:30:13 +01: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 |
|