Nick O'Leary
1ffef393c2
Bump versions for 3.1.0-beta.4
2023-07-26 17:09:29 +01:00
Nick O'Leary
8b7b3e22d7
Merge branch 'master' into dev
2023-07-26 16:59:12 +01:00
Nick O'Leary
d21c0758b1
Merge pull request #4246 from kazuhitoyokoi/dev-fixfilenode
...
Fix JSONata in file nodes
2023-07-26 11:55:32 +01:00
Manuel Buchner
21be329008
fix html syntax in 21-httprequest.html
2023-07-18 17:16:17 +02:00
Stephen McLaughlin
fb2c0e5441
Merge pull request #4252 from kazuhitoyokoi/dev-jpn
...
Add Japanese translation for 3.1.0
2023-07-16 09:24:38 +01:00
Kazuhito Yokoi
9dcb8a729c
Show timeout icon in link call node
2023-07-15 18:16:42 +09:00
Kazuhito Yokoi
b66237efa8
Show timeout icon in function node
2023-07-15 18:15:34 +09:00
Kazuhito Yokoi
6d2f855227
Add Japanese translation for 3.1.0
2023-07-15 17:34:08 +09:00
Kazuhito Yokoi
638aa0372b
Update Japanese translation for inject node
2023-07-15 17:23:14 +09:00
Nick O'Leary
ec7e594ec1
Add NR_SUBFLOW_NAME/ID/PATH env vars
...
Closes #4239
2023-07-14 17:14:39 +01:00
Steve-Mcl
15973768e2
improve catalog visibility/ux
2023-07-14 12:57:27 +01:00
Stephen McLaughlin
0d73a4b013
remove console debugging
2023-07-13 20:28:24 +01:00
Stephen McLaughlin
50f11faf1f
remove console debugging
2023-07-13 20:28:16 +01:00
Stephen McLaughlin
cfb7406fb8
remove console debugging
2023-07-13 20:28:09 +01:00
Steve-Mcl
9008f063c3
hook up filtering to catalog selection
2023-07-13 19:49:17 +01:00
Steve-Mcl
368ac4ed5c
i18n update
2023-07-13 19:48:34 +01:00
Steve-Mcl
6ac2e703a6
fix layout bugs
2023-07-13 19:48:13 +01:00
Kazuhito Yokoi
f3847a17f3
Fix JSONata in file-in node
2023-07-14 00:24:50 +09:00
Steve-Mcl
1fa4aaf706
add catalog select
2023-07-13 13:27:42 +01:00
Nick O'Leary
a3e41d4f35
Update packages/node_modules/@node-red/util/lib/util.js
...
Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com>
2023-07-11 21:11:26 +01:00
Kazuhito Yokoi
80e33489d9
Fix JSONata in file nodes
2023-07-12 02:36:39 +09:00
Nick O'Leary
271b1327c7
Merge branch 'dev' into revert-4225-4196-fix-jsonata-env-var-async
2023-07-10 12:37:41 +01:00
Nick O'Leary
5d990ff4c5
Merge pull request #4242 from kazuhitoyokoi/master-fixswitchnode
...
Fix broken text input in the switch node
2023-07-10 12:35:50 +01:00
Nick O'Leary
69aacc6256
Merge pull request #4228 from node-red/4223-fix-http-request-keep-alive
...
Fix connection keep-alive in http request node
2023-07-10 12:31:28 +01:00
Nick O'Leary
a5066d529f
Use flowChanged in diff to mark flows to restart
2023-07-10 12:30:36 +01:00
Nick O'Leary
5bf034f3c1
Merge pull request #4238 from ZJvandeWeg/patch-1
...
help: Template might be a better fit to create multiline strings
2023-07-10 12:10:32 +01:00
Nick O'Leary
7481b78b16
Force reeval of env vars if group/flow/global envs change
2023-07-10 12:04:52 +01:00
Steve-Mcl
bd589aa140
fix touch mode wire linking
2023-07-10 10:24:28 +01:00
Kazuhito Yokoi
c4019bd91d
Add Japanese translation for error message when creating subflow
2023-07-02 15:51:35 +09:00
Kazuhito Yokoi
18e1b670ca
Make handlings one line
2023-07-02 01:33:11 +09:00
Kazuhito Yokoi
cd76c934b6
Fix broken text input in the switch node
2023-07-02 00:40:15 +09:00
Zeger-Jan van de Weg
db98641a32
help: Template might be a better fit to create multiline strings
...
The inject node doesn't create multiline strings as the help text explains. While there's indeed many ways to circumvent this, the Template node might be more "low-code" than the function node is.
2023-06-27 09:53:39 +02:00
Nick O'Leary
59745fec0b
Merge pull request #4231 from bvmensvoort/4219-missing-error-logging-for-config-nodes
...
Show errors and statuses of config nodes in the sidebar when no catch node is available
2023-06-23 16:46:51 +01:00
Nick O'Leary
56ed32e4a1
Add background to node status
2023-06-23 16:09:34 +01:00
Nick O'Leary
3209777aba
Tidy up flow/util
2023-06-23 15:48:06 +01:00
Nick O'Leary
11f9ad8ca3
Remove debug for wiring
2023-06-23 12:29:33 +01:00
Nick O'Leary
26fc942c79
Improve wiring for horizontally aligned nodes
2023-06-23 12:24:48 +01:00
Nick O'Leary
f196493402
Evaluate global-config env on startup
2023-06-23 09:35:00 +01:00
Nick O'Leary
1c5fdb6ab6
Evaluate all env vars as part of async flow start
2023-06-23 02:11:57 +01:00
bvmensvoort
3ed530ed9e
Merge branch 'dev' into 4219-missing-error-logging-for-config-nodes
2023-06-22 20:14:56 +02:00
Nick O'Leary
51a0b68d8e
Revert "Add callback to getSetting to support async jsonata access"
2023-06-22 10:17:48 +01:00
Nick O'Leary
2448e137c8
Merge pull request #4229 from node-red/4125-httpstatic-middleware
...
Add support for httpStatic middleware
2023-06-21 16:57:00 +01:00
Nick O'Leary
33899763ef
Add support for httpStatic middleware
2023-06-21 16:47:47 +01:00
Nick O'Leary
ce679f90ee
Merge pull request #4177 from k1ln/adding-timeout-to-functio-node
...
adding timeout attribute to function node
2023-06-21 15:57:44 +01:00
Nick O'Leary
8fb379079b
Merge pull request #4225 from node-red/4196-fix-jsonata-env-var-async
...
Add callback to getSetting to support async jsonata access
2023-06-21 15:56:11 +01:00
Nick O'Leary
610cb170e7
Fix connection keep-alive in http request node
2023-06-21 15:45:23 +01:00
Nick O'Leary
4d9fcaeebf
Update env.get type hint
2023-06-21 15:00:27 +01:00
Nick O'Leary
aa0225f59f
Apply suggestions from code review
2023-06-21 14:27:32 +01:00
Nick O'Leary
2571949e90
Merge pull request #4143 from inNETMonitoring/fix/joinManual
...
fix: closes #4142
2023-06-21 14:24:53 +01:00
Kilian Hertel
20d2c11154
Merge branch 'dev' into adding-timeout-to-functio-node
2023-06-21 15:24:24 +02:00
Nick O'Leary
3f604e9d93
Adds optional callback to env.get in function node
2023-06-21 14:20:23 +01:00
Nick O'Leary
234e92db12
Merge pull request #4215 from node-red/4213-fix-subflow-env
...
Fix subflow env var `length` not correctly handled in Node-RED
2023-06-21 14:06:05 +01:00
Nick O'Leary
01c56f6515
Merge pull request #4200 from GogoVega/french-translation-of-welcome-tours
...
French translation of Welcome Tours
2023-06-21 14:03:56 +01:00
Nick O'Leary
026be5a990
Merge pull request #4199 from GogoVega/french-translation-of-v3.1.0-beta.3
...
French translation of v3.1.0-beta.3 changes
2023-06-21 14:01:10 +01:00
Nick O'Leary
aafb86ef09
Merge branch 'dev' into adding-timeout-to-functio-node
2023-06-21 13:35:48 +01:00
Nick O'Leary
1a24efe85d
Merge pull request #4209 from HiroyasuNishiyama/jp-message
...
add Japanese message for 3.1.0 beta 3
2023-06-21 13:34:23 +01:00
Nick O'Leary
1ad67d5c73
Merge pull request #4218 from node-red/4204-cant-go-fullscreen-on-a-mac
...
Dont handle shortcuts with both cmd+ctrl modifiers
2023-06-21 13:31:21 +01:00
Nick O'Leary
0b3f7dbb1f
Merge pull request #4203 from node-red/fix-delay-node-flush-issue-4202
...
Fix delay node flush issue
2023-06-21 13:27:32 +01:00
Nick O'Leary
e90007860c
Merge pull request #4207 from node-red/4197-status-catch-label
...
Update status and catch node labels in group mode
2023-06-21 13:27:09 +01:00
Steve-Mcl
502dacd865
fix failure to return after calling callback
2023-06-17 22:44:55 +01:00
Steve-Mcl
4808cac89d
Add async to all paths that JSONata env var calls
2023-06-17 21:14:56 +01:00
bvmensvoort
c1ea3380eb
Show errors and statuses of config nodes in the sidebar when no catch nodes are used
2023-06-10 21:27:06 +02:00
Stephen McLaughlin
694fdebc71
dont handle both cmd+ctrl
2023-06-10 16:23:21 +01:00
Steve-Mcl
1cbd910e5d
correct declaration of env object/dic/lookup
2023-06-09 11:30:21 +01:00
Steve-Mcl
b102ef512e
ensure object before attempting to call function
2023-06-09 11:29:54 +01:00
Kilian Hertel
220a621dc6
Merge branch 'dev' into adding-timeout-to-functio-node
2023-06-02 12:20:51 +02:00
BitCaesar
0db288e6dc
Merge branch 'dev' into fix/joinManual
2023-05-31 16:10:41 +02: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
Kilian Hertel
876053f858
Merge branch 'dev' into adding-timeout-to-functio-node
2023-05-30 14:55:56 +02:00
GogoVega
9714ef19de
Missing french translation of beta 3 changes
2023-05-30 14:19:39 +02:00
HiroyasuNishiyama
613a345771
add additional Japanese translation for status and catch node
2023-05-30 20:58:17 +09:00
BitCaesar
4fe29dd33f
Merge branch 'dev' into fix/joinManual
2023-05-30 10:42:04 +02:00
Steve-Mcl
4b24223290
Dont clone group node `node` array
...
fixes #4198
2023-05-29 23:55:52 +01:00
Steve-Mcl
a78da0db1e
Update status and catch node labels in group mode
2023-05-29 22:47:29 +01:00
Dave Conway-Jones
5e4fce1e12
Fix delay node flush issue
...
to close #4202
2023-05-27 17:51:21 +01:00
GogoVega
4cb2624a5d
French translation of Welcome Tours
2023-05-26 20:58:50 +02:00
GogoVega
58e045f25d
French translation of changes from v3.1.0-beta.3
2023-05-26 20:52:25 +02:00
Nick O'Leary
26a770e490
Merge pull request #4192 from node-red/prep-310-beta3
...
Bump everything for beta.3
2023-05-26 13:31:53 +01:00
Steve-Mcl
6cb4c9224d
Merge remote-tracking branch 'upstream/dev' into fix-mqtt-keep-subscription-4132
2023-05-26 10:46:59 +01:00
Nick O'Leary
4047612b96
Merge branch 'master' into patch-1
2023-05-26 10:31:29 +01:00
Nick O'Leary
1978a360af
Merge pull request #4191 from node-red/update-xml2js
...
Update xml2js
2023-05-26 10:30:13 +01:00
Steve-Mcl
59ec87a393
fix function node error badge not shown
...
fixes #4194
2023-05-26 10:12:48 +01:00
Kazuhito Yokoi
9423104dad
Add Japanese translations for v3.1.0-beta.3
2023-05-26 12:35:53 +09:00
Nick O'Leary
614834090e
Bump everything for beta.3
2023-05-25 18:10:01 +01:00
Nick O'Leary
3a9f38a873
Merge branch 'master' into dev
2023-05-25 17:42:34 +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
cfa25dc655
Update xml2js
2023-05-25 17:30:17 +01:00
Steve-Mcl
0528c12782
Merge remote-tracking branch 'upstream/dev' into fix-mqtt-keep-subscription-4132
2023-05-25 12:07:33 +01:00
Steve-Mcl
e19b60b202
patch the editor to fix invisible action list
2023-05-25 11:30:24 +01:00
Steve-Mcl
0ed274f994
remove useless file
2023-05-25 10:59:09 +01:00
Steve-Mcl
e8378b382b
update function node env typing
2023-05-25 10:58:25 +01:00
Nick O'Leary
e6c12a0c54
Merge pull request #4186 from node-red/3843-alternative-impl
...
Remove unused function
2023-05-22 23:20:18 +01:00
Nick O'Leary
70620ad12d
Merge pull request #4184 from node-red/4113-group-selection-api
...
Enable RED.view.select to select group by id
2023-05-22 23:15:56 +01:00
Nick O'Leary
991f13e704
Remove unused function
2023-05-22 23:14:31 +01:00
Nick O'Leary
2388232179
Fix catch/status group scoping to handle group hierarchies
2023-05-22 22:33:31 +01:00
Nick O'Leary
11ded1e497
Merge branch 'dev' into 3843-alternative-impl
2023-05-22 17:41:23 +01:00
Nick O'Leary
9479b56549
Merge pull request #4109 from kevinGodell/dev
...
httpStatic feature
2023-05-22 16:54:29 +01:00
Nick O'Leary
90e32f52c9
Enable RED.view.select to select group by id
2023-05-22 16:51:17 +01:00
Nick O'Leary
ce6a4845f2
Merge pull request #4113 from Steve-Mcl/select-deep-linked-item
...
Select the item that is specified in a deep link URL
2023-05-22 16:48:00 +01:00
Nick O'Leary
0f5cf1d51c
Merge pull request #4183 from node-red/4111-subflow-node-position
...
Place subflow outputs/inputs relative to current view
2023-05-22 16:46:56 +01:00
Kilian Hertel
c2812b05a4
Merge branch 'master' into adding-timeout-to-functio-node
2023-05-22 17:42:59 +02:00
Nick O'Leary
1a149592d6
Merge pull request #4181 from node-red/4122-exit-codes
...
Ensure non-zero exit codes for errors
2023-05-22 16:39:22 +01:00
Nick O'Leary
7a4f48e4fb
Place subflow outputs/inputs relative to current view
...
Fixes #4111
2023-05-22 16:26:38 +01:00
Nick O'Leary
2ae2ec2578
Combine existing env vars when merging groups
...
Closes #4101
2023-05-22 16:07:14 +01:00
Nick O'Leary
a790136164
Merge branch 'master' into 4133-mqtt-v5-disconnects-when-subscribing-to-aws-core-broker
2023-05-22 15:16:58 +01:00
Nick O'Leary
e6c454bba5
Ensure non-zero exit codes for errors
2023-05-22 15:11:57 +01:00
Nick O'Leary
b904c23e4d
Merge pull request #4180 from node-red/4168-make-module-install-synchronous
...
Ensure external modules are installed synchronously
2023-05-22 14:39:26 +01:00
Nick O'Leary
18610bb540
Ensure external modules are installed synchronously
...
Fixes #4168
2023-05-22 14:24:11 +01:00
Nick O'Leary
69d643942c
Merge branch 'dev' into update-deps
2023-05-22 13:57:47 +01:00
Nick O'Leary
6e1b298282
Reconstruct xml2js output as proper object
2023-05-22 13:57:12 +01:00
Nick O'Leary
c2387777c9
Merge branch 'master' into dev
2023-05-22 12:52:07 +01:00
Nick O'Leary
32a49a1ef1
Merge pull request #4172 from wooferguy/Zombie-Junctions-Fix
...
Check for group
2023-05-22 12:51:46 +01:00
Nick O'Leary
4b88775183
Merge pull request #4166 from node-red/fix-RBE-for-missing-payload
...
Fix RBE for missing "payload"
2023-05-22 12:49:07 +01:00
Nick O'Leary
29db82625f
Merge pull request #4162 from kazuhitoyokoi/master-fixdownload4ipad
...
Fix content type for downloading flows.json
2023-05-22 12:48:05 +01:00
Nick O'Leary
a7e0444e92
Merge pull request #4158 from kazuhitoyokoi/dev-addjpn
...
Add Japanese translations for v3.1 beta.2
2023-05-22 11:36:32 +01:00
Nick O'Leary
e9e32550df
Merge pull request #4178 from node-red/4169-remove-express-header
...
Ensure express server options are applied consistently
2023-05-22 11:35:32 +01:00
Nick O'Leary
59b059f06f
Merge pull request #4179 from node-red/4170-remove-version-from-theme
...
Remove version info from theme endpoint
2023-05-22 11:35:20 +01:00
Nick O'Leary
3b5e21761b
Merge branch 'master' into fix-RBE-for-missing-payload
2023-05-22 11:29:19 +01:00
Nick O'Leary
0e52271ba9
Remove version info from theme endpoint
...
Fixes #4170
2023-05-22 11:00:15 +01:00
Nick O'Leary
57359d1659
Ensure express server options are applied consistently
...
Fixes #4169
2023-05-22 10:54:37 +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
wooferguy
7e9042e9f7
Check for group
...
Remove junction from groups node list if it is present.
2023-05-17 05:14:18 +12:00
Steve-Mcl
dee68b903c
fix sub/unsub when using "dont unsub"
2023-05-13 11:14:57 +01:00
Dave Conway-Jones
67c5a248ad
Fix RBE for missing "payload"
...
To close #4165
2023-05-08 09:28:35 +01:00
xuyu0v0
940512fb2c
Update editor.json
...
Update Simplified Chinese translation files
2023-05-07 20:16:28 +08:00
Kazuhito Yokoi
e8ddee24a9
Use correct content type for downloading flows.json
2023-05-06 21:10:49 +09:00
Kazuhito Yokoi
be4eab65f6
Fix content type for downloading flows.json
2023-05-06 20:00:20 +09:00
Kazuhito Yokoi
fb5ffa1c31
Add Japanese translation for keyboard shortcut scope
2023-05-01 14:44:14 +09:00
Kazuhito Yokoi
aff0bd3f6a
Add Japanese translation for auto unsubscribe in MQTT node
2023-05-01 14:28:02 +09:00
Kazuhito Yokoi
c0650cc0f5
Add Japanese translation for keyboard shortcut scope
2023-05-01 13:53:54 +09:00
Stephen McLaughlin
02c7d014cb
dont use subscriptionIdentifier no broker support
2023-04-29 21:00:26 +01:00
Nick O'Leary
e29479fd25
Merge branch 'dev' into remove-empty-global-config
2023-04-28 21:49:16 +01:00
Nick O'Leary
20abe4a40c
Update dependecies include got
2023-04-28 21:37:03 +01:00
Nick O'Leary
55a9a29f76
Merge branch 'master' into dev
2023-04-28 18:49:03 +01:00
Nick O'Leary
67dd7e30fa
Merge pull request #4154 from node-red/add-editor-scope
...
Add editor scope to keyboard shortcut scope select
2023-04-28 18:47:25 +01:00
Nick O'Leary
667d8673d4
Merge branch 'master' into Bugs/not-loading-missing-subflow
2023-04-28 18:07:28 +01:00
Nick O'Leary
86dfe86813
Add editor scope to keyboard shortcut scope select
2023-04-28 17:47:16 +01:00
Nick O'Leary
b129e11c8f
Avoid creating empty global-config node if not needed
2023-04-28 17:36:55 +01:00
Nick O'Leary
bd7b3bb4d7
Merge pull request #4108 from node-red/fix-group-select-delete
...
Fix group selection when using lasso
2023-04-28 15:28:04 +01:00
Nick O'Leary
841f1849c8
Update packages/node_modules/@node-red/runtime/lib/flows/util.js
2023-04-28 15:25:29 +01:00
Nick O'Leary
00e7e4d43c
Merge pull request #4147 from kazuhitoyokoi/master-selection2subflow
...
Add node width and height to boundingBox
2023-04-28 15:23:02 +01:00
Nick O'Leary
ee43a845aa
Merge pull request #4128 from kazuhitoyokoi/master-fixquickadddialog
...
Fix broken subflow icon and overflowed name in quick add dialog
2023-04-28 15:22:25 +01:00
Nick O'Leary
a7cc66af93
Merge pull request #4130 from kazuhitoyokoi/master-fixoverflow
...
Wrap long node name in tooltip, info sidebar, and node property
2023-04-28 15:21:37 +01:00
Nick O'Leary
f8701cfed0
Merge pull request #4135 from kazuhitoyokoi/master-fixactionlist
...
Support uppercase in keyword when searching action list
2023-04-28 15:20:56 +01:00
Nick O'Leary
07729247ac
Merge pull request #4145 from kazuhitoyokoi/dev-addjpn4tour
...
Add Japanese translations for welcome tour of 3.1.0 beta.2
2023-04-28 15:16:13 +01:00
Nick O'Leary
792b310fad
Merge pull request #4151 from mw75/master
...
Use editor path in generating localStorage keys
2023-04-28 15:15:55 +01:00
Mario Wolff
ed2c9d24e8
use replace instead of replaceAll to support node14
2023-04-28 14:53:18 +02:00
Mario Wolff
f917212d67
a simple approach to fix #2657
2023-04-28 12:35:19 +02:00
Gerwin van Beek
6fbcec8b98
Solved node red not loading without error when subflow is missing
2023-04-24 11:51:06 +02:00
Kazuhito Yokoi
c30e57c31d
Add node width and height to boundingBox
2023-04-23 20:47:17 +09:00
Kazuhito Yokoi
674c9f0405
Add Japanese translations for welcome tour of 3.1.0 beta.2
2023-04-22 21:26:02 +09:00
BitCaesar
e16d5cf83d
fix: closes #4142
...
The issue occured because the partId is set to "_" by default and is never overwritten in manual mode.
With concurrent messages and different processing times all parts of all messages have the identifier "_" and are assembled following the FIFO principle.
2023-04-20 12:28:36 +02:00
Mauricio Bonani
df3dc36874
Fix palette filter background
2023-04-17 10:57:40 -04:00
Kazuhito Yokoi
7b71d8d212
Support uppercase in keyword when searching action list
2023-04-10 01:25:34 +09:00
Kazuhito Yokoi
2eaae4b83f
Wrap long node name in info sidebar
2023-04-05 00:56:27 +09:00
Kazuhito Yokoi
3c66af9506
Wrap long node name in tooltip and node property
2023-04-05 00:45:46 +09:00
Kazuhito Yokoi
8e4933041d
Wrap text of label in quick add dialog
2023-04-01 02:34:11 +09:00
Kazuhito Yokoi
1f3559e14f
Set label width in quick add dialog to prevent broken node icon
2023-04-01 02:28:48 +09:00
Steve-Mcl
12ac260dce
select the deep link item
2023-03-26 11:00:28 +01:00
Nick O'Leary
53f99ecc23
Merge pull request #4112 from node-red/editor-cred-export
...
Ensure no node credentials are included when exporting to clipboard
2023-03-24 09:50:14 +00:00
Nick O'Leary
347410f744
Do not include credentials when exporting to clipboard
2023-03-24 09:44:10 +00:00
Kevin Godell
7ae3e32abd
update example and document feature for httpStatic options
2023-03-20 17:51:05 -05:00
Kevin Godell
54b2215164
pass options to express.static
2023-03-20 17:51:05 -05:00
Kevin Godell
889489e33e
set default when root is not defined
2023-03-20 17:51:05 -05:00
Nick O'Leary
4667e76c6b
Merge pull request #4078 from flying7eleven/option-to-disable-mqtt-ubsubscribe-on-disconnect
...
Option to disable MQTT topic unsubscribe on disconnect
2023-03-20 20:32:08 +00:00
Nick O'Leary
a10d07d1dc
Merge pull request #4100 from sroebert/feature/sha-digest-algorithms
...
Added SHA-256 and SHA-512-256 digest authentication
2023-03-20 20:30:48 +00:00
Nick O'Leary
33ea25922d
Update packages/node_modules/@node-red/editor-client/src/js/ui/view.js
2023-03-20 20:29:10 +00:00
Nick O'Leary
b56bd7bb5e
Fix group selection when using lasso
2023-03-20 17:15:45 +00:00
Tim Janke
e7617de1ee
Replace a `var` with a `const` since its value won't be modified further on
2023-03-13 13:22:51 +01:00
Steve-Mcl
97fbad4dc5
add "timers" types to known types
2023-03-13 10:02:46 +00:00
Steven Roebert
daa84c9415
Added SHA-256 and SHA-512-256 algorithms to http digest authentication
2023-03-11 12:07:54 +01:00
Stephen McLaughlin
586006de4d
Merge pull request #4097 from node-red/fix-json-expr-test
...
Fix jsonata expression test ui
2023-03-07 17:13:50 +00:00
Nick O'Leary
dc6abb691e
Fix jsonata expression test ui
2023-03-07 16:59:13 +00:00
Nick O'Leary
d273c38194
Fix search button in palette popover
2023-03-07 16:47:44 +00:00
Nick O'Leary
6179d1eef2
Bump for beta.2
2023-03-06 17:30:34 +00:00
Nick O'Leary
9f121f4c72
Merge pull request #4094 from node-red/increase-workspace
...
Increase workspace size to 8000x8000
2023-03-06 17:13:24 +00:00
Nick O'Leary
4deca552fa
Merge pull request #4093 from node-red/subflow-nested-context
...
Generate stable ids for subflow instance internal nodes
2023-03-06 17:13:10 +00:00
Nick O'Leary
2d066307f4
Merge branch 'master' into dev
2023-03-06 16:17:02 +00:00
Nick O'Leary
0fdf426a93
Increase workspace size to 8000x8000
2023-03-03 20:06:24 +00:00
Nick O'Leary
e47698bfd4
Handle null subflow object when clearing context
2023-03-03 20:02:46 +00:00
Nick O'Leary
e91981207f
Generate stable ids for subflow instance internal nodes
...
Fixes #3996 #3889
2023-03-03 18:46:49 +00:00
Nick O'Leary
683ae4f067
Merge branch 'dev' into pr_3858
2023-03-03 16:09:19 +00:00
Nick O'Leary
94bc887369
Restore drag-to-detach action
2023-03-03 16:09:04 +00:00
Nick O'Leary
d1094da6c7
Merge pull request #3895 from hae-iotplatform/translation-KR
...
Translation kr
2023-03-03 15:23:54 +00:00
Nick O'Leary
307fbef5b2
Merge branch 'dev' into translation-zhcn
2023-03-03 15:22:34 +00:00
Nick O'Leary
f54f500e2b
Merge pull request #3964 from GogoVega/french-translation-of-nodes
...
Add French translation of nodes
2023-03-03 15:18:20 +00:00
Nick O'Leary
fd66335bd4
Merge pull request #3962 from GogoVega/french-translation
...
Add French translation
2023-03-03 13:37:40 +00:00
Nick O'Leary
301343deb0
Update packages/node_modules/@node-red/editor-client/locales/fr/editor.json
...
Co-authored-by: Gauthier Dandele <92022724+GogoVega@users.noreply.github.com>
2023-03-03 13:36:45 +00:00
Nick O'Leary
c046c8c4d3
Merge pull request #3804 from FabsMuller/ptbrtranslation
...
Portuguese Brazilian (pt-BR) translation
2023-03-03 13:33:47 +00:00
Nick O'Leary
0ceca8fc17
Merge pull request #4091 from node-red/enable-unlocked-buttons
...
Ensure node buttons are redrawn when flow lock state is changed
2023-03-03 13:33:08 +00:00
Nick O'Leary
2ac3b50040
Merge pull request #4090 from node-red/json-async-prep
...
Deprecate synchronous access to jsonata
2023-03-03 13:23:17 +00:00
Nick O'Leary
70771bf3d6
Ensure node buttons are redrawn when flow lock state is changed
2023-03-03 13:21:23 +00:00
Nick O'Leary
ca53712ee9
Deprecate synchronous access to jsonata
2023-03-03 11:43:06 +00:00
Steve-Mcl
69e139b75b
update monaco themes
2023-03-03 10:57:31 +00:00
Steve-Mcl
d268661f29
update monaco locales
2023-03-03 10:56:55 +00:00
Steve-Mcl
ed379387df
update monaco (0.36.1)
2023-03-03 10:56:37 +00:00
Steve-Mcl
1eddad82c8
update typings
2023-03-03 10:55:06 +00:00
Nick O'Leary
0e4a7829fe
Update jquery-ui to latest
2023-03-03 09:33:24 +00:00
Nick O'Leary
e7c6178391
Merge pull request #4085 from node-red/link-call-timeout
...
Clear link-call timeouts when node is closed
2023-03-02 21:18:34 +00:00
Nick O'Leary
40b506b7b4
Merge pull request #4087 from node-red/junction-loops
...
Prevent loops being created with junction nodes
2023-03-02 21:18:21 +00:00
Nick O'Leary
81d4c60cbd
Prevent loops being created with junction nodes
...
Fixes #3799
2023-03-02 21:13:39 +00:00
Nick O'Leary
a95be2aa43
Bump minimum nodejs version supported to match documented value
2023-03-02 17:46:00 +00:00
Nick O'Leary
5e9a815b06
Clear link-call timeouts when node is closed
...
Fixes #3959
2023-03-02 17:23:13 +00:00
Nick O'Leary
010c8eccc8
Bump dependencies
2023-03-02 15:43:38 +00:00
Nick O'Leary
08eaa9274f
Merge branch 'dev' into group-rework
2023-03-02 15:26:01 +00:00
Nick O'Leary
3306cdede5
Merge pull request #4083 from node-red/fix-join-memory
...
Join: ensure inflight status is cleared when in auto mode
2023-03-02 15:23:43 +00:00
Nick O'Leary
2804794f7a
Merge pull request #4072 from node-red-hitachi/fix-align-nodes-on-locked-tab
...
fix align nodes on locked tab
2023-03-02 15:14:02 +00:00
Nick O'Leary
781eaf058b
Merge pull request #4077 from node-red-hitachi/support-editablelist-cnacel
...
add cancel operation to editableList
2023-03-02 15:13:48 +00:00
Nick O'Leary
b4c155bdb8
Merge branch 'dev' into pr_4059
2023-03-02 15:12:28 +00:00
Nick O'Leary
7c3e045a57
Merge pull request #4068 from node-red/change-tab-notification
...
Add change icon to tabs
2023-03-02 15:11:28 +00:00
Nick O'Leary
f1fa1bbe4e
Merge pull request #4073 from kazuhitoyokoi/master-flowname
...
Change default file name to flows.json in project feature
2023-03-02 15:11:13 +00:00
Nick O'Leary
9e6d501009
Join: ensure inflight status is cleared when in auto mode
...
Fixes #4080
2023-03-02 14:59:54 +00:00
Nick O'Leary
27e258b19b
Fix importing connected link nodes into a subflow
...
Fixes #4055
2023-03-02 14:14:33 +00:00
GogoVega
d3615c9661
Add translation of new features from dev branch
2023-03-01 16:50:40 +01:00
GogoVega
a57c449c25
Add translation of new features from dev branch
2023-03-01 16:46:54 +01:00
Nick O'Leary
07f2f0cef3
Complete overhaul of Group UX
2023-03-01 10:02:26 +00:00
Tim Janke
c94f0896e1
Ensure that a client id is set if autoUnsubscribe is disabled
2023-02-27 14:11:22 +01: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
Hiroyasu Nishiyama
662b1a8100
add cancel operation to editableList
2023-02-27 14:31:44 +09:00
Stephen McLaughlin
24178beafc
update monaco docs link in settings.js
...
closes #4074
2023-02-26 15:17:45 +00:00
Kazuhito Yokoi
e30df544db
Change default file name to flows.json in project feature
2023-02-26 00:27:13 +09:00
Hiroyasu Nishiyama
25b6e214dd
fix align nodes on locked tab
2023-02-25 00:54:15 +09:00
Nick O'Leary
910f6134f6
Merge pull request #4069 from node-red/prevent-edit-from-sidebar
...
Prevent opening locked node's edit dialog
2023-02-24 13:10:01 +00:00
Nick O'Leary
bbc1a82c2a
Fix linting on boolean check
2023-02-23 23:45:34 +00:00
Nick O'Leary
6abe66934e
Prevent opening locked node's edit dialog
2023-02-23 23:36:51 +00:00
Nick O'Leary
2ddbb44992
Add change annotation for newly added flow
2023-02-23 23:14:18 +00:00
Nick O'Leary
363a8b8588
Add change icon to tabs
2023-02-23 22:48:08 +00:00
Kazuhito Yokoi
5ae56aaec7
Add Japanese translation for action list
2023-02-23 19:45:00 +09:00
Kazuhito Yokoi
37057d1da2
Remove duplicated messages in the message catalog
2023-02-22 01:33:53 +09:00
Nick O'Leary
6044871438
Merge pull request #3911 from node-red/protect-hooks
...
Ensure errors in preDeliver callback are handled
2023-02-21 14:26:39 +00:00
Nick O'Leary
e612bb6a38
Merge pull request #3915 from node-red/Fix-file-write-last-line-newline-append
...
Fix extra newline append for multipart file write
2023-02-21 14:26:20 +00:00
Nick O'Leary
196a9ae43a
Merge pull request #4065 from node-red/node-help-link
...
Add link to node help in node edit dialog footer
2023-02-21 14:25:40 +00:00
Nick O'Leary
81ea67d6da
Merge pull request #4046 from bggbr/master
...
Fix "EADDRINUSE" error
2023-02-21 14:25:06 +00:00
Hiroyasu Nishiyama
96cd823fea
Update packages/node_modules/@node-red/editor-client/locales/ja/editor.json
...
thank you!
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2023-02-21 20:31:12 +09:00
Nick O'Leary
196773d6ba
Merge branch 'master' into dev
2023-02-20 18:17:16 +00:00
Nick O'Leary
d8dbe68425
Merge pull request #4064 from node-red/reverse-tab-scroll
...
Reverse direction of tab scroll to expected direction
2023-02-20 18:15:04 +00:00
Nick O'Leary
286c0b000f
Add link to node help in node edit dialog footer
2023-02-20 18:13:02 +00:00
Nick O'Leary
dec3164fdd
Reverse direction of tab scroll to expected direction
2023-02-20 17:30:16 +00:00
Nick O'Leary
c2772e5038
Merge pull request #4051 from sonntam/feature-editor-multipleToNode
...
Added editor feature for connecting multiple nodes to single node
2023-02-20 17:00:14 +00:00
Nick O'Leary
43e4d09f72
Merge pull request #4049 from kazuhitoyokoi/dev-addjpn
...
Support i18n of lock/unlock buttons in flow property UI
2023-02-20 16:51:55 +00:00
Nick O'Leary
06e35baeaa
Merge pull request #4060 from node-red-hitachi/fix-empty-group-on-outliner
...
Fix to add empty marker to empty group
2023-02-20 16:51:17 +00:00
Nick O'Leary
c9d72d7a1d
Merge pull request #4056 from kazuhitoyokoi/master-validator
...
Add validators for complete and link call nodes
2023-02-20 16:50:01 +00:00
Nick O'Leary
7e0a783220
Merge pull request #4054 from kazuhitoyokoi/dev-fixmermaid
...
Apply Mermaid diagram for project settings UI
2023-02-20 16:46:08 +00:00
Nick O'Leary
62e9572070
Merge pull request #4048 from kazuhitoyokoi/master-notification
...
Show scrollbar in notification dialog only when needed
2023-02-20 16:45:10 +00:00
cliyr
ce9462e6aa
Apply suggestions from code review
...
Co-authored-by: zoollcar <zoollcar@qq.com>
2023-02-20 21:42:53 +08:00
Hiroyasu Nishiyama
929f0e90ac
add empty marker to group
2023-02-14 20:49:43 +09:00
Hiroyasu Nishiyama
2e57d80959
add show-global-env action
2023-02-13 14:50:07 +09: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
Kazuhito Yokoi
4477b9ac18
Apply mermaid diagram for project settings UI
2023-02-06 00:53:22 +09:00
Kazuhito Yokoi
78f93dc11a
Fix image URLs for v3.0 tour
2023-02-05 18:58:58 +09:00
sonntam
4c7c855f2c
fix code style
2023-02-04 21:31:49 +01:00
Marcus Sonntag
8740ec5570
Added editor feature for connecting multiple nodes to single node
2023-02-04 21:03:30 +01:00
Kazuhito Yokoi
ede3ac4282
Add tooltip for show/hide button on info sidebar
2023-02-04 20:55:34 +09:00
Kazuhito Yokoi
3e4cad3a79
Add Japanese translations for the action list
2023-02-04 20:38:08 +09:00
Kazuhito Yokoi
bd0b0077a3
Support i18n of lock/unlock button in flow property UI
2023-02-04 20:28:08 +09:00
Kazuhito Yokoi
16f8b78b39
Show scrollbar in notification dialog only when needed
2023-02-04 11:16:28 +09:00
bggbr
892d21fb77
Fix "EADDRINUSE" error
2023-02-03 22:23:09 +09:00
Nick O'Leary
90d1bb0ae4
Merge branch 'master' into dev
2023-02-03 09:11:46 +00:00
Hiroyasu Nishiyama
f3d7016ab2
fix group position after undo
2023-02-03 17:25:58 +09:00
Kazuhito Yokoi
da6885be62
Add Japanese translations for welcome tour of 3.1.0 beta.1
2023-02-03 00:08:50 +09:00
Nick O'Leary
c0fa4a077f
Merge pull request #4041 from node-red/310-tour
...
Add welcome tour for 3.1.0 beta.1
2023-02-02 14:53:06 +00:00
Nick O'Leary
df19e54555
Fix lint issue
2023-02-02 14:36:04 +00:00
Kazuhito Yokoi
7d1c3133b3
Fix i18n of tooltips for locking flow
2023-02-02 22:37:00 +09:00
Kazuhito Yokoi
da9c0af854
Add Japanese translations for locking flow
2023-02-02 22:35:07 +09:00
Nick O'Leary
6d717a21cf
Add 310 tour
2023-02-02 13:34:01 +00:00
Nick O'Leary
4624e28675
Merge branch 'dev' into tab-context-menu
2023-02-02 11:33:06 +00:00
Nick O'Leary
3a1cc38aaf
Update for 3.1.0-beta.1
2023-02-02 11:09:55 +00:00
Nick O'Leary
68bb38b8d7
Merge branch 'master' into dev
2023-02-02 10:40:33 +00:00
Nick O'Leary
2ca3b3e99d
Merge pull request #4007 from node-red-hitachi/add-markdown-mermaid-diagram
...
Add support for mermaid diagram to markdown editor
2023-02-02 10:35:32 +00:00
Nick O'Leary
67c8354f76
Merge branch 'pr_4006' into dev
2023-02-02 10:29:39 +00:00
Nick O'Leary
8382665bbb
Merge pull request #3999 from node-red/fix-plugin-async
...
Fix async loading of modules containing both nodes and plugins
2023-02-02 10:23:42 +00:00
Nick O'Leary
e799cfc16a
Merge pull request #4004 from dirkjanfaber/patch-1
...
Comment node: Clarify where the text will appear
2023-02-02 10:23:22 +00:00
Nick O'Leary
055d0081e1
Merge pull request #4021 from node-red/inject-async-context
...
Allow Inject node to work with async context stores
2023-02-02 10:22:59 +00:00
Nick O'Leary
9035de32c8
Merge pull request #4023 from node-red/trigger-hide-nul-option
...
Hide trigger node repeat send option if sending nothing
2023-02-02 10:22:40 +00:00
Nick O'Leary
af62a520d3
Merge pull request #4028 from node-red/Add-count-to-join-and-batch-node-labels
...
Add count to join and batch node labels
2023-02-02 10:21:57 +00:00
Nick O'Leary
1824108d09
Merge pull request #4035 from xiaobinqt/dev
...
fix .red-ui-notification class
2023-02-02 10:20:54 +00:00
Nick O'Leary
149e8ce9b0
Merge pull request #4036 from kazuhitoyokoi/master-usemain
...
Use main branch as default in project feature
2023-02-02 10:20:24 +00:00
Nick O'Leary
f4661eec75
Merge pull request #4038 from bonanitech/function-node-setup-tab
...
Fix border radius on Modules list header
2023-02-02 10:19:54 +00:00
Mauricio Bonani
0f7a1a42e4
Fix border radius on Modules list header
2023-02-01 17:50:05 -05:00
Kazuhito Yokoi
5bda221f9d
Use main branch as default in project feature
2023-01-31 00:36:18 +09:00
weibin
fd42becbdc
fix .red-ui-notification
...
if flows stopped due to missing too much node types manage-project-dep button display none.
2023-01-30 23:02:42 +08:00
Nick O'Leary
2759c1616c
Merge branch 'dev' into pr_4031
2023-01-30 09:52:31 +00:00
Nick O'Leary
55ac98c989
Merge pull request #4033 from node-red-hitachi/fix-hide-subflow-tooltip
...
fix hide subflow tooltip
2023-01-30 09:48:20 +00:00
Nick O'Leary
c42c6a7b08
Merge pull request #4030 from node-red-hitachi/disable-delete-tab-menu-when-single-tab-exists
...
Disable delete tab menu when single tab exists
2023-01-30 09:38:16 +00:00
Hiroyasu Nishiyama
013ee2f1f4
fix hide subflow tooltip
2023-01-30 16:24:52 +09:00
Hiroyasu Nishiyama
7b79d79f84
remove useless console output
2023-01-30 14:09:01 +09:00
Hiroyasu Nishiyama
66f9686e48
disable hide all menu if all tabs hidden
2023-01-30 11:42:53 +09:00
Hiroyasu Nishiyama
9b1b7437b3
disable delete tab menu when single tab exists
2023-01-30 10:59:34 +09:00
Hiroyasu Nishiyama
720d44d53e
fix workspace reference error in case of empty tabs
2023-01-30 10:30:06 +09:00
Dave Conway-Jones
47bacaf58a
Add count to join and batch node labels
2023-01-26 22:13:17 +00:00
Kazuhito Yokoi
ffff8aeb91
Fix disabled menu in project feature
2023-01-26 02:11:34 +09:00
Dave Conway-Jones
9a856f50d7
Hide repeat send option if sending nothing
...
to address https://discourse.nodered.org/t/trigger-node-how-to-delay-and-repeat-message/74117/5
2023-01-25 10:59:04 +00:00
Hiroyasu Nishiyama
e7540de85d
remove useless variable
2023-01-25 16:40:12 +09:00
Hiroyasu Nishiyama
ba9ddefbee
removed endpoint
2023-01-25 16:06:37 +09:00
Hiroyasu Nishiyama
f1801f9662
fix to prevent uploging unexpected file type
2023-01-25 13:38:12 +09:00
Nick O'Leary
c7017ee84b
Allow Inject node to work with async context stores
...
Fixes #4014
2023-01-23 20:42:25 +00:00
Nick O'Leary
0346294c59
Rename package var
2023-01-23 17:50:50 +00:00
Nick O'Leary
8d240ca797
Rename package var to avoid strict more error
...
Fixes #4017
2023-01-23 17:44:03 +00:00
Nick O'Leary
a607ee90e0
Merge pull request #4009 from node-red/TCP-node-replaceall-fix
...
TCP Node: ensure newline substitution applies to whole message
2023-01-23 17:23:28 +00:00
Nick O'Leary
7dbbafec1b
Merge pull request #4000 from node-red/fix-split-stream
...
Split node: avoid duplicate done call for buffer split
2023-01-23 17:04:31 +00:00
Nick O'Leary
428132ea3b
Merge pull request #3997 from kazuhitoyokoi/dev-jpn
...
Add Japanese translation for v3.1.0-beta.0
2023-01-23 17:04:16 +00:00
Nick O'Leary
c49330f9d1
Merge pull request #4012 from kazuhitoyokoi/master-addjpn
...
Add Japanese translations for v3.0.3
2023-01-23 16:58:34 +00:00
Dave Conway-Jones
d2c9f12c3a
if possible - force ipv4 name resolution to have priority
...
to fix Issue #4010
and others (eg) email node server connect fails, and some reported on SO
2023-01-23 13:02:58 +00:00
Robin Schneider
10324d8260
Fix typos in settings.js ( #4013 )
...
* chore: Remove trailing whitespace in settings.js
* chore: Fix typos in settings.js
* chore: Use consistent terminology in settings.js
2023-01-19 09:28:46 +00:00
Kazuhito Yokoi
8f27dae7ea
Add Japanese translations for v3.0.3
2023-01-16 00:56:39 +09:00
Dave Conway-Jones
94ae511a6d
fix tcp to replace all in newline substitution
...
to close #3989
2023-01-09 09:26:24 +00:00
Hiroyasu Nishiyama
038f75e48f
add support for mermaid diagram to markdown editor
2023-01-05 17:25:16 +09:00
Hiroyasu Nishiyama
b9fe4c5cd3
merge upstream/dev
2023-01-05 10:29:45 +09:00
Hiroyasu Nishiyama
7e8b7602b4
add support for inline image drag and drop to markdown editor
2023-01-05 10:28:48 +09:00
Dirk-Jan Faber
7c306a8430
Comment node: Clarify where the text will appear
...
The text will appear in the information tab of the side panel and not in the help tab of the side panel.
2023-01-03 13:41:31 +01:00
Nick O'Leary
dd2bc44c2d
Merge branch 'dev' into dev-jpn
2023-01-01 22:38:20 +00:00
Nick O'Leary
74794fea09
Split node: avoid duplicate done call for buffer split
...
Fixes #3982
2023-01-01 22:21:49 +00:00
Nick O'Leary
1efd1a52a7
Ensure modules containing plugins and nodes are loaded properly
...
Fixes #3523
2023-01-01 19:36:49 +00:00
Nick O'Leary
4d202a7a37
Merge pull request #3971 from node-red/fix-cred-on-global
...
Ensure credentials object is removed before returning node in getFlow request
2023-01-01 14:09:54 +00:00
Nick O'Leary
e0d71abdc6
Merge pull request #3992 from node-red/fix-mqtt-reconnect
...
Fix mqtt nodes not reconnecting on modified-flows deploy
2023-01-01 14:09:33 +00:00
Kazuhito Yokoi
a661bc1d23
Add Japanese translation for v3.1.0-beta.0
2022-12-31 00:41:35 +09:00
Mauricio Bonani
f737162697
Let themes change radialMenu text colors
2022-12-29 09:47:05 -05:00
Nick O'Leary
ce57ba80eb
Fix mqtt nodes not reconnected on modified-flows deploy
2022-12-27 14:56:32 +00:00
Hiroyasu Nishiyama
99bd957ea0
Resolve merge conflict
2022-12-27 23:45:25 +09:00
Nick O'Leary
270eb56718
Merge pull request #3916 from kazuhitoyokoi/dev
...
Add Japanese translation for v3.1.0-beta.0
2022-12-27 14:16:02 +00:00
Nick O'Leary
b3ce0c0079
Merge pull request #3987 from kazuhitoyokoi/master-fixproject
...
Ignore commit error in project feature
2022-12-27 14:15:47 +00:00
Nick O'Leary
e6cee58e0d
Merge pull request #3974 from Steve-Mcl/remember-export-format
...
Remember compact/pretty flow export user choice
2022-12-27 14:09:47 +00:00
Nick O'Leary
4adc6b269c
Merge pull request #3980 from kazuhitoyokoi/master-fixpalette
...
Hide subflow category after deleting subflow
2022-12-27 13:47:58 +00:00
Nick O'Leary
920b0178ec
Merge pull request #3981 from kazuhitoyokoi/master-fixtypo
...
Fix typo in 25-status.html
2022-12-27 13:43:35 +00:00
Ben Hardill
4c1d7ad2d2
Merge branch 'master' into http-request-form-array
2022-12-24 20:37:33 +00:00
Ben Hardill
5670bd8265
Support form-data arrays
2022-12-24 19:32:33 +00:00
Dave Conway-Jones
93a1911232
CSV - Add note about msg.reset to info page
...
to close #3976
2022-12-19 21:26:20 +00:00
Dave Conway-Jones
2429191838
CSV - swap to regex replace for node14 support
2022-12-19 13:48:21 +00:00
Dave Conway-Jones
f6901cd19f
CSV node replace replace with replaceAll just in case
...
mentioned in Issue #3989
2022-12-19 09:50:29 +00:00
Kazuhito Yokoi
156c3984a7
Ignore commit error in project feature
2022-12-12 01:23:00 +09:00
Kazuhito Yokoi
f91af2153a
Fix typo in 25-status.html
2022-12-10 00:33:40 +09:00
GogoVega
c3f13eb428
A few more minor fixes
2022-12-08 22:31:27 +01:00
GogoVega
91ae0206ac
fix: Typos
2022-12-08 21:53:16 +01:00
GogoVega
19b5eda98c
fix: Double line in popup
2022-12-08 16:47:25 +01:00
Kazuhito Yokoi
805f8a5ee7
Hide subflow category after deleting subflow
2022-12-08 23:43:47 +09:00
GogoVega
6cbfe3d736
Last adjustment and translation of `commit`
2022-12-07 12:28:02 +01:00
GogoVega
2274319274
fix: Typos
2022-12-07 02:08:29 +01:00
Hiroyasu Nishiyama
2ab8121a4a
add description to global-config settings
2022-12-06 21:12:52 +09:00
Hiroyasu Nishiyama
601a4ec70d
Add hasUsers to global-config
2022-12-06 10:33:10 +09:00
Hiroyasu Nishiyama
707b831c30
Update packages/node_modules/@node-red/editor-client/src/js/ui/deploy.js
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-06 10:25:38 +09:00
Hiroyasu Nishiyama
72ae375e44
Update packages/node_modules/@node-red/nodes/core/common/91-global-config.html
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-06 10:25:25 +09:00
Hiroyasu Nishiyama
3c1ddb5c9d
Update packages/node_modules/@node-red/editor-client/src/js/ui/env-var.js
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-06 09:32:04 +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
a8c820f558
Update packages/node_modules/@node-red/nodes/locales/ja/messages.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-06 09:29:45 +09:00
Hiroyasu Nishiyama
6d09c81f11
Update packages/node_modules/@node-red/editor-client/locales/en-US/editor.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-06 09:27:17 +09:00
Hiroyasu Nishiyama
192e537e5d
Update packages/node_modules/@node-red/editor-client/locales/ja/editor.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-06 09:27:02 +09:00
Steve-Mcl
7b52ef34be
Remember compact/pretty flow export user choice
...
closes #3849
2022-12-05 22:17:05 +00:00
Kazuhito Yokoi
7117472e73
Add Japanese translation for range node
2022-12-05 23:13:50 +09:00
Kazuhito Yokoi
c24b123917
Add Japanese translation for editor actions
2022-12-05 23:11:56 +09:00
Hiroyasu Nishiyama
9eb8cf121c
Update Japanese message reflecting English message update
2022-12-05 11:29:37 +09:00
Hiroyasu Nishiyama
1674bbbde9
Update packages/node_modules/@node-red/nodes/locales/ja/messages.json
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-05 11:17:20 +09:00
Hiroyasu Nishiyama
0fb739f7cd
Update packages/node_modules/@node-red/nodes/locales/ja/common/91-global-config.html
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-05 11:17:04 +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
c9664cc425
Update packages/node_modules/@node-red/nodes/locales/en-US/common/91-global-config.html
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-05 11:16:35 +09:00
Hiroyasu Nishiyama
e61cdff655
Update packages/node_modules/@node-red/editor-client/src/js/ui/env-var.js
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-05 11:15:43 +09:00
Hiroyasu Nishiyama
a479b8a5d7
Update packages/node_modules/@node-red/nodes/core/common/91-global-config.html
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-12-05 11:15:32 +09:00
Kazuhito Yokoi
26462e684b
Merge branch 'node-red:dev' into dev
2022-12-05 01:08:45 +09:00
Nick O'Leary
113d42ef35
Merge pull request #3970 from node-red/prevent-text-selection
...
Prevent dbl-click opening node edit dialog with text selected
2022-12-03 23:34:57 +00:00
Nick O'Leary
c18018f017
Ensure credentials object is removed before returning node in getFlow request
...
Fixes #3953
2022-12-03 23:33:33 +00:00
Nick O'Leary
e804addf0a
Prevent dbl-click opening node edit dialog with text selected
...
Fixes #3958
2022-12-03 23:13:44 +00:00
Nick O'Leary
65fcc56a56
Merge pull request #3968 from node-red/context-menu-updates
...
Context menu updates
2022-12-03 23:01:37 +00:00
Nick O'Leary
b3f761776d
Update dependencies
2022-12-03 22:43:03 +00:00
Nick O'Leary
dce1cccbde
Allow subflow to be edited if instance exists on locked flow
2022-12-03 22:30:35 +00:00
Nick O'Leary
3630056ed8
Fix RED.nodes.clear() when handling locked flows
2022-12-03 21:44:33 +00:00
Nick O'Leary
2d6e1d7089
NLS updates for context menu
2022-12-03 21:29:27 +00:00
Nick O'Leary
71db79ba53
More context menu options
2022-12-03 21:16:57 +00:00
GogoVega
a6934b3cba
fix: Typos (grammar)
2022-12-03 09:37:08 +01:00
GogoVega
5be378e266
fix: Typos (infinitif)
2022-12-02 18:27:36 +01:00
GogoVega
a9b6eaa31f
Add French option in other languages
2022-12-02 18:15:06 +01:00
GogoVega
01f9ce0015
Add French translation of `runtime.json` file
2022-12-02 18:09:06 +01:00
GogoVega
f4309f5af6
fix: Typos (infinitif)
2022-12-02 18:07:39 +01:00
GogoVega
1004ce564f
Add French translation of `storage` nodes
2022-12-02 14:21:34 +01:00
GogoVega
5a1823d13e
Add French translation of `sequence` nodes
2022-12-02 12:10:43 +01:00
GogoVega
66fb66edbc
Add French translation of `messages.json` file
2022-12-01 21:29:12 +01:00
Steve-Mcl
5bb66ed7d4
fix single subscription mqtt node status
2022-12-01 13:08:48 +00:00
Dave Conway-Jones
281e9d1357
Fix extra newline append for multipart file write
...
ref Issue #3913
2022-11-30 22:28:46 +00:00
Nick O'Leary
14e74afb07
Merge pull request #3909 from node-red/warn-invalid-msg
...
Add check that node sends object rather than primitive type
2022-11-30 22:28:09 +00:00
Nick O'Leary
742f05f59d
Update packages/node_modules/@node-red/runtime/lib/flows/Flow.js
2022-11-30 22:23:04 +00:00
Nick O'Leary
79db4f8aa1
Update packages/node_modules/@node-red/runtime/lib/flows/Flow.js
...
Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com>
2022-11-30 22:22:44 +00:00
Nick O'Leary
c4e216f839
Merge pull request #3912 from node-red/handle_username_spaces
...
Ensure key_path is quoted in GIT_SSH_COMMAND in case of spaces in pathname
2022-11-30 22:18:24 +00:00
Nick O'Leary
752fdfedf2
Merge pull request #3935 from node-red/Add-drop-mode-to-range-node
...
Add drop mode to range node
2022-11-30 22:17:02 +00:00
Nick O'Leary
2a49e7c8ef
Merge pull request #3908 from node-red/add-httpheaders
...
Ensure msg.req.headers is enumerable
2022-11-30 22:15:23 +00:00
Nick O'Leary
02af01d2ca
Merge pull request #3867 from Steve-Mcl/improve-nodesdir-scan
...
Fix nodesDir scan when node package has js/html in sub dir to package.json
2022-11-30 22:15:00 +00:00
Nick O'Leary
07c05c1f2a
Merge pull request #3930 from node-red/tab-context-menu
...
Improve UX around hiding flows via context menu
2022-11-30 22:13:54 +00:00
Nick O'Leary
ee4af4c7bf
Merge pull request #3920 from node-red/CSV-header-props-with-quotes
...
CSV node check header properties for ' and "
2022-11-30 22:10:40 +00:00
Nick O'Leary
3d565e74a5
Merge pull request #3917 from kazuhitoyokoi/master-fixpermission
...
Fix file permissions
2022-11-30 22:10:03 +00:00
Nick O'Leary
3cb84222f8
Merge pull request #3921 from node-red/fix-group-unknown
...
Handle replacing unknown node inside group or subflow
2022-11-30 22:09:35 +00:00
Nick O'Leary
1b013bb73b
Merge pull request #3949 from Steveorevo/master
...
Fix #3939 , red border red-ui-typedInput-container
2022-11-30 22:07:04 +00:00
GogoVega
e440694987
Use English names for nodes (better)
2022-11-30 17:35:22 +01:00
GogoVega
b4a12edc61
Add French translation of `parsers` nodes
2022-11-30 15:38:49 +01:00
GogoVega
2b04d6834f
Add French translation of `network` nodes
2022-11-30 13:34:19 +01:00
GogoVega
1191574e07
fix: Typos
2022-11-30 13:22:10 +01:00
Adam Lau
77f6412d3b
fix: fix typo in catch.html
2022-11-30 17:51:13 +08:00
Gauthier Dandele
327eab6c0d
fix: capitals and better translation
2022-11-29 23:09:28 +01:00
GogoVega
0d8a0db883
Add French translation of `function` nodes
2022-11-29 20:50:18 +01:00
GogoVega
9727062d60
Add French translation of common nodes
2022-11-29 12:50:19 +01:00
GogoVega
09979d3270
Translation of the `jsonata.json` file
2022-11-29 00:10:04 +01:00
GogoVega
116839d6f6
Add French translation
2022-11-28 23:00:31 +01:00
lkaiy
bed6c48e99
Translation of nodes context, setting menu, etc.
...
Translation of node context, setting context, etc.
Corrected previously mistranslated ones (grammar, word-spacing)
2022-11-15 16:41:36 +08:00
lkaiy
1d91cc6fc1
translation side-menu,keyboard, contextmenu, etc.
2022-11-15 16:36:50 +08:00
Stephen J. Carnam
c81cd5450f
Support for PHP syntax highlight
2022-11-09 16:45:32 -08:00
Steveorevo
0b663abe50
Fix #3939 , red border red-ui-typedInput-container
2022-11-09 10:33:05 -08:00
Nick O'Leary
3b27fb2aa7
Merge branch 'dev' into dev
2022-11-07 23:16:14 +00:00
Nick O'Leary
6bd67ae68c
Merge pull request #3944 from node-red-hitachi/fix-deploy-locked-flow
...
fix deployment of locked flow
2022-11-07 23:13:03 +00:00
Nick O'Leary
f28bc1bff7
Remove jshint warning
2022-11-07 21:11:58 +00:00
Nick O'Leary
339013434b
Merge pull request #3946 from node-red-hitachi/i18n-item-url-copy-notification
...
i18n item URL copy notification & add Japanese message
2022-11-07 21:07:57 +00:00
Hiroyasu Nishiyama
e3892dc26d
add Japanese message for item url copy actions
2022-11-07 16:07:46 +09:00
Hiroyasu Nishiyama
b95df6d883
i18n item URL copy notification & add Japanese message
2022-11-07 15:47:19 +09:00
Hiroyasu Nishiyama
9cb474ea9c
fix deployment of locked flow
2022-11-07 09:40:36 +09:00
Hiroyasu Nishiyama
f23d0480e4
add global environment variable feature
2022-11-04 18:42:51 +09:00
Nick O'Leary
fe9c630572
Prevent deleting subflow if instance on locked tab
2022-11-01 11:42:40 +00:00
Nick O'Leary
ce94226c3c
Disable subflow/flow menu options if active is locked
2022-11-01 11:29:23 +00:00
Nick O'Leary
f12d36b5ed
Locking flows fixes and context menu options
2022-11-01 10:48:48 +00:00
Nick O'Leary
3cb5259494
Initial locking flows UX
2022-11-01 10:37:18 +00:00
Nick O'Leary
a351cd9d9f
Add move-to-start/end and better subflow menu options
2022-11-01 10:35:57 +00:00
Nick O'Leary
d8e01584f3
Remove add-flow-to-right option if clicked in tab bar
2022-10-31 20:20:05 +00:00
Kazuhito Yokoi
dd76840568
Fix uncleared translations in change node
2022-11-01 01:09:06 +09:00
Dave Conway-Jones
d693af9615
CSV node check header properties for ' and "
...
and add test
to close #3919
2022-10-29 17:35:45 +01:00
Dave Conway-Jones
4cc18c25fe
Add drop mode to range node
...
and include tests
2022-10-29 17:34:29 +01:00
Nick O'Leary
cd0474ce7b
Update packages/node_modules/@node-red/editor-client/src/js/nodes.js
...
Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com>
2022-10-26 00:51:41 +01:00
Nick O'Leary
fb499be979
Add context menu to tab bar
2022-10-25 23:44:59 +01:00
Nick O'Leary
69a575097d
Remove debug
2022-10-16 22:47:34 +01:00
Nick O'Leary
b40551a8fa
Handle replacing unknown node inside group or subflow
2022-10-16 22:38:11 +01:00
Kazuhito Yokoi
75725a38df
Fix file permission
2022-10-12 23:50:33 +09:00
Kazuhito Yokoi
c4e277853c
Add Japanese translation for button of node URL
2022-10-12 23:24:21 +09:00
Nick O'Leary
24b055b1b8
Ensure key_path is quoted in GIT_SSH_COMMAND in case of spaces in pathname
2022-10-04 15:44:29 +01:00
Nick O'Leary
7da3773f7f
Merge pull request #3898 from node-red/delay-flush-reset
...
let delay node handle both flush then reset
2022-10-04 15:39:05 +01:00
Nick O'Leary
32999ffa84
Merge pull request #3906 from node-red/Fix-for-csv-undefined-property
...
Fix for CSV undefined property
2022-10-04 15:38:37 +01:00
Nick O'Leary
f06c53f1f1
Merge pull request #3905 from node-red/mqtt-followups
...
Fix birth topic handling in MQTT node
2022-10-04 15:36:49 +01:00
Nick O'Leary
a9eec28360
Merge pull request #3884 from node-red/fix-auto-complete
...
Fix autocomplete entry for responseUrl
2022-10-04 15:35:10 +01:00
Nick O'Leary
5cda972872
Merge pull request #3890 from kazuhitoyokoi/master-fixmqttproperty
...
Fix pull-down menus of MQTT configuration node
2022-10-04 15:34:50 +01:00
Nick O'Leary
318f0f1b7e
Merge pull request #3899 from node-red/fix-change-self-overwrite
...
Fix change node overwriting msg with itself
2022-10-04 15:29:23 +01:00
Nick O'Leary
f4d7b71984
Ensure errors in preDeliver callback are handled
...
Fixes #3848
2022-10-04 15:20:06 +01:00
Stephen McLaughlin
6d1a12af4b
remove debug/test code
2022-10-04 13:36:23 +01:00
Nick O'Leary
a40e5dbcd4
Add check that node sends object rather than primitive type
...
Fixes #3876
2022-10-04 11:49:49 +01:00
Nick O'Leary
7c79ca7878
Ensure msg.req.headers is enumerable
...
Fixes #3878
2022-10-04 11:28:26 +01:00
Nick O'Leary
93c1600980
Merge pull request #3886 from kazuhitoyokoi/master2
...
Limit number of ports in function node
2022-10-04 11:00:18 +01:00
Dave Conway-Jones
e724f216bf
Fix for CSV undefined property
...
to close #3900 main issue
and add tests
(other fix is commented out but no tests)
2022-09-30 13:48:48 +01:00
Steve-Mcl
e6b379358a
better logging of set with no types
2022-09-29 21:28:13 +01:00
Steve-Mcl
b0abba15a6
remove dud code instead of commenting
2022-09-29 19:08:46 +01:00
Steve-Mcl
81b4874a7c
fix new test and fix bug found in previous PR
2022-09-29 19:05:53 +01:00
Steve-Mcl
e15ecc00ce
remove old unused code (5y+ not used)
2022-09-29 13:11:25 +01:00
Dave Conway-Jones
3e4c45ac6a
Fix change node overwriting msg with itself
...
and add test
to close #3891
2022-09-22 20:22:11 +01:00
Dave Conway-Jones
fc657ecc71
let delay node handle both flush then reset
...
and add tests
2022-09-22 10:51:48 +01:00
hae-iotplatform
87cb61750f
Korean Translation (message.json)
2022-09-20 11:02:11 +09:00
hae-iotplatform
3231247fb6
Korean Translation (editor.json)
2022-09-20 11:01:08 +09:00
Ben Hardill
4115c13a65
Ensure statusCode is a number
...
Fixes #3893
Used parseInt instead of the suggested fix so that we don't end up
with statusCode = 200.5
2022-09-19 19:43:06 +01:00
Kazuhito Yokoi
f872e2ab80
Add icon to typedInput in MQTT node
2022-09-18 19:11:33 +09:00
Kazuhito Yokoi
a81b1aa0cb
Support i18n in MQTT node property
2022-09-18 17:10:19 +09:00
Kazuhito Yokoi
efc0f1ab91
Fix default values for MQTT retain settings
2022-09-18 16:24:25 +09:00
Kazuhito Yokoi
ce31edc803
Fix handling of max and min values in function outputs
2022-09-18 02:22:52 +09:00
Kazuhito Yokoi
199caccbc3
Change the maximum number of ports to 500
2022-09-17 00:25:46 +09:00
Nick O'Leary
f060309002
Merge pull request #3872 from node-red-hitachi/fix-Japanese-editor-message-for-JSONata
...
Fix Japanese translation for JSONata editor
2022-09-15 21:25:30 +01:00
Nick O'Leary
9fd4989142
Fix autocomplete entry for responseUrl
...
Fixes #3883
2022-09-15 21:22:55 +01:00
Kazuhito Yokoi
7507a7b459
Limit number of ports in function node
2022-09-16 02:10:14 +09:00
Kazuhito Yokoi
d657817211
Add information about environment variable to template node
2022-09-13 22:08:22 +09:00
Hiroyasu Nishiyama
954649007c
merge master
2022-09-13 10:52:48 +09:00
Nick O'Leary
0caa308757
Add core:copy-item-link action and expose in info sidebar
2022-09-12 20:53:46 +01:00
Nick O'Leary
6375f3c445
Merge pull request #3841 from Steve-Mcl/fix-search-type-with-spaces
...
Fix search type with spaces
2022-09-12 19:27:09 +01:00
Nick O'Leary
2328f418be
Merge pull request #3871 from node-red-hitachi/fix-extended-function-error-handling-of-jsonata-editor
...
Fix error hanndling of JSONata expression editor for extended functions
2022-09-12 19:26:15 +01:00
Nick O'Leary
22b6564847
Merge pull request #3880 from kazuhitoyokoi/master-replacedot4function
...
Remove dot from variable name for external module in function node
2022-09-12 19:25:39 +01:00
Nick O'Leary
25c8bfefe2
Merge pull request #3868 from Steve-Mcl/func-types-monaco-util-promisify
...
add function node monaco types util and promisify
2022-09-12 19:25:07 +01:00
Nick O'Leary
30f4524821
Merge pull request #3866 from kazuhitoyokoi/master-fixbutton4addsshkey
...
Add button type to the adding SSH key button
2022-09-12 19:18:49 +01:00
Nick O'Leary
9e4c3a7200
Merge pull request #3879 from kazuhitoyokoi/master-fixradiobutton4project
...
Check radio button as default in project dialog
2022-09-12 19:18:15 +01:00
Nick O'Leary
5b7e84c1b0
Merge pull request #3869 from Steve-Mcl/fix-mqtt-birth-bad-topic-crash
...
Prevent invalid mqtt birth topic crashing node-red
2022-09-12 19:17:43 +01:00
Kazuhito Yokoi
0f2829097b
Remove dot from variable name for external module in function node
2022-09-10 12:17:18 +09:00
Kazuhito Yokoi
e2a9f940e2
Check radio button as default in project dialog
2022-09-09 01:05:53 +09:00
Hiroyasu Nishiyama
3eb2b2ac5d
add $clone as supported function
2022-09-06 18:52:13 +09:00
Hiroyasu Nishiyama
7bd7c99dd4
Fix Japanese translation for JSONata editor
2022-09-06 16:53:38 +09:00
Hiroyasu Nishiyama
b0d12c4125
Fix error hanndling of JSONata expression editor for extennded functions
2022-09-06 15:38:49 +09:00
Nick O'Leary
1fa8f30550
Support uri fragments for nodes and groups including edit support
2022-09-05 21:08:36 +01:00
Kazuhito Yokoi
745607b5bc
Add button type to buttons on node properties
2022-09-04 23:21:34 +09:00
Kazuhito Yokoi
cc5a770b16
Add button type to buttons on projects dialog
2022-09-04 21:58:02 +09:00
Steve-Mcl
fbde0091de
fix node-red crash with invalid mqtt birth topic
...
fixes #3865
2022-09-04 11:08:41 +01:00
Steve-Mcl
a533943a40
add function node monaco types util and promisify
...
fixes #3851
2022-09-04 01:50:54 +01:00
Stephen McLaughlin
e11f17672c
Update packages/node_modules/@node-red/editor-client/src/js/ui/palette.js
2022-09-03 22:01:54 +01:00
Stephen McLaughlin
c038c99f9d
Update packages/node_modules/@node-red/editor-client/src/js/ui/search.js
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-09-03 21:54:41 +01:00
Stephen McLaughlin
5f159c1fbd
Update packages/node_modules/@node-red/editor-client/src/js/ui/search.js
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2022-09-03 21:54:21 +01:00
Steve-Mcl
d6bb3a558f
fix loading node package in nodesDir on linux
...
fixes #3861
2022-09-03 21:23:38 +01:00
Kazuhito Yokoi
cd8ca8981b
Add button type to the adding SSH key button
2022-09-03 21:03:08 +09:00
Nick O'Leary
a5d7f7acce
Merge pull request #3842 from hardillb/fix-broken-headers-tests
...
Add missing property to node object HTTPRequest
2022-09-02 20:46:22 +01:00
Nick O'Leary
a032c2e326
Merge pull request #3840 from Steve-Mcl/fix-mqtt-session-time
...
ensure sessionExpiry(Interval) is applied
2022-09-02 20:45:41 +01:00
Nick O'Leary
9d770ed436
Merge pull request #3857 from kazuhitoyokoi/master-fixeditablelist4httprequest
...
Support sortable list on property UI of http request and http response nodes
2022-09-02 20:45:08 +01:00
Bruno Feurer
eb53054f49
Editor: quick-add when connect to empty.
2022-08-30 15:07:30 +02:00
Kazuhito Yokoi
d0d22c333c
Add Japanese translation for v3.0.2
2022-08-28 02:04:13 +09:00
NetHans
e147602a3a
JSdoc documentation fixed
2022-08-18 21:27:59 +02:00
Kazuhito Yokoi
266ba17ebb
Use sortable list in http response node and proxy setting
2022-08-18 11:52:56 +09:00
Kazuhito Yokoi
0d0d5bafb0
Make pre-defined header list sortable in http request node
2022-08-18 01:29:07 +09:00
NetHans
b7a016edcf
Update Flow.js
...
replace tabs with whitespace
2022-08-16 06:37:03 +02: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
NetHans
d7a10328c0
function for group analysis added
2022-08-14 20:20:59 +02:00
Ben Hardill
30956b5441
Add missing property to node object HTTPRequest
...
Also add tests for broken headers
2022-08-14 15:02:39 +01:00
Steve-Mcl
9540cfe749
fix flags search without val
2022-08-13 18:09:11 +01:00
Steve-Mcl
31b17faa2a
fix MQTT test fail due to birth sent before connection done
2022-08-12 18:23:07 +01:00
Steve-Mcl
7d4c857a43
ensure sessionExpiry(Interval) is applied
2022-08-12 15:47:15 +01:00
Steve-Mcl
598bcf675f
fix searching by type when type name has a space
2022-08-12 15:45:12 +01:00