Commit Graph

758 Commits (8a4a067c998ba4c177e88a3c8abacd9422bded3b)

Author SHA1 Message Date
Gauthier Dandele 8a4a067c99
Merge 93a00c1cc2 into ce5fe9079e 2026-03-24 10:15:09 -04:00
Nick O'Leary 4ba71d3fc5
Bump for 5-beta.4 release 2026-03-17 11:40:05 +00:00
Nick O'Leary 5a78aa543a
Bump for beta3 release 2026-03-05 10:50:12 +00:00
Nick O'Leary cd9ff6d9b2
Merge pull request #4951 from node-red/move-location-of-new-creds-files
Move location of new creds files to be next to flows (if they don't exist already in userdir)
2026-02-26 13:20:32 +00:00
Nick O'Leary c9f86d18ff
Merge branch 'master' into sync-to-dev 2026-02-26 10:20:31 +00:00
Nick O'Leary b671813459
Bump for 4.1.6 release 2026-02-25 17:44:41 +00:00
Nick O'Leary 35e3034378
Bump dependencies 2026-02-25 17:38:53 +00:00
Nick O'Leary df96cfab11
Fix package versions 2026-02-11 10:14:54 +00:00
Nick O'Leary f6707c8d6d
Merge branch 'master' into sync-rel414-dev 2026-01-26 11:37:26 +00:00
Nick O'Leary 12c575b5a5
Bump dependencies and version 2026-01-26 10:37:42 +00:00
Nick O'Leary 89db8f0d4f
Merge pull request #5462 from Dennis-SEG/fix/localfilesystem-race-condition-clean
fix: prevent race condition in localfilesystem context store during shutdown
2026-01-26 10:20:45 +00:00
Dennis-SEG ca01aa9148 fix: prevent race condition in localfilesystem context storage during close 2026-01-24 23:38:49 +01:00
Dennis-SEG 97e70a225b fix: prevent double resolve in node close callback 2026-01-24 23:20:52 +01:00
Nick O'Leary 28f04f3846
Bump for 5beta2 2026-01-21 14:04:19 +00:00
Nick O'Leary 736bc30277
Merge branch 'master' into master-rebase 2026-01-20 17:12:55 +00:00
Dave Conway-Jones 8f44ddca3b
Merge branch 'dev' into move-location-of-new-creds-files 2026-01-14 10:17:07 +00:00
Nick O'Leary b3f5cc457e
Bump for 4.1.3 2026-01-07 16:17:17 +00:00
Kazuhito Yokoi e108554ea0 Support source information in complete node 2026-01-04 17:56:32 +09:00
Nick O'Leary c37f352531
Update for beta.1 2025-12-12 17:00:01 +00:00
Nick O'Leary cab7ce247b
Prep dev branch for beta releases 2025-12-03 16:51:19 +00:00
Nick O'Leary 892bda813c
Bump for 4.1.2 2025-12-03 15:50:47 +00:00
Nick O'Leary 8cf1e73a02
Merge pull request #5276 from GogoVega/fix-plugins-getConfig
Handle plugin name in `plugins.getConfig`
2025-12-03 13:58:27 +00:00
Ben Hardill ddff7c3170
Bump to 4.22.1 2025-12-02 19:57:52 +00:00
Ben Hardill 724eafe2d3
Make runtime version match 2025-12-02 11:38:02 +00:00
GogoVega 93a00c1cc2
Update unit tests 2025-11-09 14:39:54 +01:00
GogoVega 1d006de7c6
Allow scoped flows to close itself if `failFast` enabled 2025-11-09 14:37:22 +01:00
GogoVega 0bfcbce470
Filter initiator nodes with nodes to be closed 2025-11-09 14:35:26 +01:00
GogoVega 437282e2b3
Improve the logic to determine the shutdown scope 2025-11-09 14:32:42 +01:00
GogoVega 6d005533e8
Some fixes (scope, failFast and subflow) 2025-11-08 17:13:57 +01:00
GogoVega d49a2c9e3d
Missed to replace props name in the runtime 2025-11-07 08:34:23 +01:00
GogoVega 5113851189
Add the Graceful Shutdown UI 2025-11-06 21:38:28 +01:00
GogoVega af6d7c2b9b
Calculate shutdown scope within the runtime 2025-11-06 20:11:02 +01:00
GogoVega 0d076f2b65
Ensure the global flow is the last one closed 2025-11-05 12:42:53 +01:00
GogoVega 0cd00d8410
Allow scoped flow to cancel shutdown of other flows 2025-11-05 11:44:48 +01:00
GogoVega ff5c2a264d
Allow scoped flows to have their timeout 2025-11-05 11:39:41 +01:00
GogoVega e17256934d
Remove the polling loop + improvements 2025-11-04 12:15:55 +01:00
GogoVega d52520250d
Add type guards and fix undefined node 2025-11-03 18:47:36 +01:00
GogoVega 09e177bbbf
Allow graceful shutdown for node/flow deployment 2025-11-03 15:46:30 +01:00
GogoVega cdd2abc4c1
Initial implementation of graceful shutdown 2025-11-01 22:57:32 +01:00
Marek Serafin 25e92c3501 Fix race condition in projects initialization
Add missing return statement for gitTools.init() promise to ensure
activeProject is set before getFlows() is called during startup.

Fixes intermittent 'No active project' warnings when projects feature
is enabled.
2025-10-18 18:04:06 +02:00
Nick O'Leary 2f2199e71b
Bump for 4.1.1 release 2025-10-13 11:37:18 +01:00
Nick O'Leary 34c59a58e5
Ensure flow property is set on sf instance nodes so NR_SUBFLOW_PATH can be evaluated 2025-10-09 14:42:27 +01:00
Nick O'Leary 42d53c1cc5
Merge pull request #5281 from olivierpelet/master
Fix config node resolution in packaged subflow within subflow
2025-10-09 11:05:12 +01:00
GogoVega b93582fc38
Splits the logic into two routes 2025-09-30 18:42:46 +02:00
GogoVega dc318b5477
Notify installed plugins from the Palette Manager 2025-09-21 21:14:21 +02:00
GogoVega 045011581c
Handle plugin name in `plugins.getConfig` 2025-09-21 21:00:51 +02:00
olivierpelet d58b802160
Fix config node resolution in packaged subflows when instancied in a subflow 2025-08-13 15:22:47 +02:00
Nick O'Leary ab1f1a284e
Update for 4.1.0 release 2025-07-29 15:55:04 +01:00
Nick O'Leary be47aac3ef
Add got to runtime package 2025-07-11 16:17:50 +01:00
Nick O'Leary 2c63d2fe4c
Bump for 4.1.0-beta.2 2025-06-26 15:14:34 +01:00