Commit Graph

228 Commits (5113851189f26be9348d8ca81c4a653ee2f07050)

Author SHA1 Message Date
GogoVega 5113851189
Add the Graceful Shutdown UI 2025-11-06 21:38:28 +01:00
Nick O'Leary 39975fd46a
Handle subflow virtual port nodes when generating quick-add context 2025-10-09 13:56:19 +01:00
Nick O'Leary 8380c06a19
Support multiple suggestions at once 2025-07-11 09:32:51 +01:00
Nick O'Leary 052533962c
Swap manage/install-all buttons in dependency notification 2025-06-25 16:56:31 +01:00
Nick O'Leary 5511b27855
Merge branch 'master' into dev 2025-06-09 10:51:35 +01:00
Nick O'Leary 332fbae39e
Merge branch 'dev' into feature/export-module-info-2 2025-06-06 10:07:32 +01:00
Nick O'Leary cc2ef506e1
Add node suggestion api to editor and apply to typeSearch 2025-06-03 16:57:36 +01:00
GogoVega 26e58a53b7
Exclude internal properties from node definition 2025-06-02 14:26:41 +02:00
GogoVega 570dd1f5a4
Only install missing modules 2025-04-28 21:45:57 +02:00
GogoVega 75e37dc75f
Replace `installEverything` by `InstallAll` 2025-04-28 20:52:46 +02:00
GogoVega a81d6f3a89
Allow `core:manage-palette` action to auto install modules 2025-04-28 20:51:42 +02:00
GogoVega 42af21c1a4
Improve `getModuleListForNodes` + fix typo 2025-04-28 20:37:26 +02:00
GogoVega cad93b3650
Add function docs 2025-04-28 20:37:07 +02:00
Nick O'Leary 1289487079
Only offer to manage dependencies when theres a missing module identified 2025-04-28 16:39:29 +01:00
Nick O'Leary b8f0e13cd6
Merge branch 'dev' into export-module-info 2025-03-17 16:51:44 +00:00
Nick O'Leary 686efc4720
Merge branch 'master' into dev 2025-03-17 16:07:46 +00:00
Nick O'Leary 7fa4e60c82
Fix config node sort order when importing 2024-12-20 09:54:13 +00:00
Nick O'Leary ed0399b855
Merge pull request #4997 from GogoVega/fix-def-import
Fix def can be undefined if the type is missing
2024-12-17 17:04:52 +00:00
GogoVega c6895713ed
Fix def can be undefined if the type is missing 2024-12-17 17:57:01 +01:00
GogoVega 7785ce0dc0
Fix the user list of nested config node 2024-12-17 15:36:51 +01:00
Nick O'Leary 92dff4bacd
Apply suggestions from code review
Co-authored-by: Gauthier Dandele <92022724+GogoVega@users.noreply.github.com>
2024-12-04 10:41:10 +00:00
Nick O'Leary 338ddf17de
Update packages/node_modules/@node-red/editor-client/src/js/nodes.js
Co-authored-by: Gauthier Dandele <92022724+GogoVega@users.noreply.github.com>
2024-12-04 09:55:09 +00:00
Nick O'Leary 5f92bc83fd
Merge branch 'gg-changes' into fix-conf-type-env 2024-12-03 17:21:24 +00:00
Nick O'Leary 2a71175cd4
Merge pull request #4807 from GogoVega/fix-user-count
Fix the config node users count
2024-12-03 17:14:20 +00:00
Nick O'Leary 2c99909353
Merge pull request #4808 from GogoVega/fix-invalid-outputs
Fix a node with an invalid number of outputs
2024-12-03 14:56:46 +00:00
Nick O'Leary 0b09cf5fa9
Update packages/node_modules/@node-red/editor-client/src/js/nodes.js 2024-12-03 14:51:32 +00:00
GogoVega 6194285b6e
Add a guard to check if wires exist 2024-11-25 21:07:42 +01:00
Nick O'Leary 5ce3cdb845
Merge branch 'master' into handle-bad-subflow 2024-11-25 16:27:41 +00:00
Nick O'Leary 3e0b5f2fe8
Merge pull request #4809 from GogoVega/fix-subflow-name
Fix updating the Subflow name during a copy
2024-11-25 16:22:31 +00:00
GogoVega 1cbc4fd9da
Remove the default key and rename the action
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2024-11-11 18:55:33 +01:00
GogoVega c8a02d53e8
Ensure the node added to config node users is the proxy object 2024-11-07 22:06:45 +01:00
GogoVega 3d9bc265dd
Handle users of env config nodes when adding/removing subflow node 2024-11-07 21:58:11 +01:00
GogoVega c7fd2e3cdf
Add `opts.includeModuleConfig` to `createCompleteNodeSet` 2024-11-01 14:23:50 +01:00
GogoVega 443492d6eb
Fix `setModulePendingUpdated` with plugins 2024-10-31 17:12:13 +01:00
GogoVega 5a1c18de24
Trigger button action of the selected nodes with new Hotkey 2024-10-22 15:14:46 +02:00
GogoVega 802b116b01
Refix link call node can call out of a subflow 2024-10-10 08:53:33 +02:00
GogoVega 3812ed5ed3
Link call node cannot call a link in a subflow
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2024-10-07 21:13:13 +02:00
GogoVega 16c49306f3
Fix link call node can call out of a subflow 2024-09-26 19:01:44 +02:00
Gauthier Dandele 912a30b28d
Improve the filter to handle all cases + comments
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2024-09-11 17:02:18 +02:00
GogoVega 2c4dc3334d
Fix subflow outbound-link filter 2024-08-27 15:46:48 +02:00
Nick O'Leary be9add2a95
Handle import of unknown nodes that include module meta 2024-07-18 16:23:02 +01:00
Nick O'Leary bd9148e694
Merge branch 'dev' into export-module-info 2024-07-08 16:02:28 +01:00
GogoVega 8aec038c24
Remove duplicate type definition 2024-07-01 17:59:28 +02:00
Gauthier Dandele bda9f249bc
Update packages/node_modules/@node-red/editor-client/src/js/nodes.js
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2024-07-01 17:43:39 +02:00
GogoVega bea08706cc
Handle the import of an incomplete Subflow 2024-06-26 22:51:08 +02:00
GogoVega 7950ee1241
Fix updating the subflow name during a copy 2024-06-26 21:16:59 +02:00
GogoVega a743764345
Fix a node with an invalid number of outputs 2024-06-26 19:42:26 +02:00
GogoVega cc1c87387b
Fix the config node users count 2024-06-26 19:10:55 +02:00
Nick O'Leary 3a91fc17fd
Merge branch 'master' into sync-dev 2024-06-11 10:14:01 +01:00
GogoVega bb91a08939
Just move the block before the Id is updated 2024-06-10 18:28:30 +02:00