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
be3b5b7fe2
MQTT topic validation and lockup fix
...
closes #3557
2022-04-29 19:56:37 +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
Steve-Mcl
f63da0c58b
Default to msg.filename as per v2 condition
2022-04-27 20:44:41 +01:00
Stephen McLaughlin
12c309fd50
Merge pull request #3556 from Steve-Mcl/fixlintsm
...
fix linting errors introduced in #3553
2022-04-27 17:13:38 +01:00
Stephen McLaughlin
f04e3d5338
fix linting errors introduced in #3553
2022-04-27 15:31:14 +01:00
Nick O'Leary
dc03d0b300
Merge pull request #3553 from Steve-Mcl/code-edit-ux-improvements
...
Code editor ux improvements around remembering state of each code editor in a flow
2022-04-27 14:35:43 +01:00
Steve-Mcl
3e16cc4912
Add i18n for json editor title when readonly
2022-04-27 12:52:41 +01:00
Steve-Mcl
fcdf252f03
rename jsonButtons to toolbarButtons
2022-04-27 12:52:01 +01:00
Steve-Mcl
b23fea9cb5
group json editor toolbar buttons
2022-04-27 12:50:45 +01:00
Stephen McLaughlin
e714ff35c4
Merge branch 'dev' into diagnostics
2022-04-27 12:08:32 +01:00
Steve-Mcl
4054d0eca7
adjust settings comments to more like existing std
2022-04-27 12:05:51 +01:00
Steve-Mcl
367f9b6232
i18n
2022-04-27 12:05:20 +01:00
Steve-Mcl
194eb4e266
code editor ux improvements
...
* Save and restore editor selection(s), cursor(s), scroll pos etc
* Improve focusing of editor at appropriate times
* Works with both ace and monaco
* Backwards compatible and (almost) fully functional with existing nodes
2022-04-27 11:23:13 +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
0fec9c7c55
Apply i18n messages to diagnostics dialog
2022-04-26 16:24:13 +01:00
Nick O'Leary
f8d0ed7ca6
Merge pull request #3515 from bonanitech/svg-icons
...
Make it easier to apply themes on SVG icons
2022-04-26 16:22:47 +01:00
Nick O'Leary
973b31521e
Tidy up debug message status count
2022-04-26 16:04:09 +01:00
Stephen McLaughlin
59e513f130
Remove pointless placeholders
2022-04-26 15:30:20 +01:00
Nick O'Leary
62e730b621
Merge pull request #3549 from node-red/pr_3438
...
Add support of property validation message
2022-04-26 13:53:50 +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
5aba66ea78
Merge branch 'master' into dev
2022-04-26 09:14:51 +01:00
Nick O'Leary
c5efdf5ae3
Merge pull request #3547 from node-red/fix-wire-history
...
Fix recording removed links in edit history
2022-04-26 09:14:33 +01:00
Nick O'Leary
15958cd4a3
Fix recording removed links in edit history
...
Fixes #3546
2022-04-26 09:13:38 +01:00
Nick O'Leary
edcdc6c97c
Update packages/node_modules/node-red/lib/red.js
2022-04-25 20:56:03 +01:00
Stephen McLaughlin
143b807e9b
Merge pull request #3538 from node-red/fix-name-generator
...
Fix name auto-generator to leave blank names alone on copy/paste
2022-04-25 20:33:55 +01:00
Nick O'Leary
861379c227
Merge pull request #3541 from node-red/fix-import-node-library
...
Fix importing external module from node-red module
2022-04-25 20:33:25 +01:00
Nick O'Leary
2fb9f62d0b
Merge branch 'dev' into fix-name-generator
2022-04-25 20:31:33 +01:00
Nick O'Leary
84e02fc144
Remove name generation from link call and add to Function
2022-04-25 20:30:05 +01:00
Nick O'Leary
57ac90f837
Merge pull request #3542 from Steve-Mcl/httpstatic-improvements
...
Add support for multiple static paths with optional static root
2022-04-25 20:21:54 +01:00
Nick O'Leary
10a45ece76
Merge pull request #3543 from Steve-Mcl/monaco-default
...
Set monaco as default code editor as of v3.x
2022-04-25 20:06:50 +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
Rafael Muynarsk
a63dfc4650
Added condition that.statusType === "counter" in the debug.html file
2022-04-24 17:13:53 -03:00
Rafael Muynarsk
8924ac2783
implementing message count on the debug node
2022-04-23 20:18:51 -03:00
Steve-Mcl
4fffa2d0ba
restore "input" help info for msg.filename
2022-04-23 11:23:44 +01:00
Steve-Mcl
856d2ab266
remove unecessary ${ENV_VAR} test
2022-04-23 11:20:21 +01:00
Steve-Mcl
750d2c76f5
set monaco as default from v3
2022-04-23 10:04:09 +01:00
Steve-Mcl
47157049c0
remove unused comment from settings file
2022-04-22 17:39:19 +01:00
Steve-Mcl
22000f10df
Add support for multiple static paths with root
...
closes #3510
2022-04-22 17:06:40 +01:00
Nick O'Leary
d802ce1484
Merge pull request #3460 from ArFe/feature-add-store-external-token-when-authenticate
...
Feature add: Store external token when authenticate if provided
2022-04-22 09:51:20 +01:00