Stephen McLaughlin
7164a2eba8
Merge c58d4ae45f into ce5fe9079e
2026-03-24 10:15:09 -04: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
Steve-Mcl
4586d64e9a
code tidy
2026-02-23 08:48:36 +00:00
Steve-Mcl
4fd579b0af
Refactor link call functionality from node to core
2026-02-20 18:35:35 +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
Dave Conway-Jones
8f44ddca3b
Merge branch 'dev' into move-location-of-new-creds-files
2026-01-14 10:17:07 +00:00
Kazuhito Yokoi
e108554ea0
Support source information in complete node
2026-01-04 17:56:32 +09: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
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
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
Ben Hardill
1036805b11
Prevent library leaking full local paths
2025-06-25 11:52:55 +01:00
Nick O'Leary
3e6a44fa65
Fix unit test failures due to timing issue around start/stop lifecyclce
2025-06-10 16:13:59 +01:00
Gauthier Dandele
56fd8135b5
Remove debug metrics
...
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
2025-06-05 16:36:00 +02:00
GogoVega
bb49fc6c16
Import the got module only once + fix console statement
2025-06-04 15:44:16 +02:00
Nick O'Leary
30215b02ac
Merge branch 'master' into dev
2025-06-03 16:55:29 +01:00
Sonny Piers
237da104fc
Add an additional git_auth_failed condition
...
The following error log on push did not trigger the username/password prompt.
remote: Permission to PlanktoScope/dashboard.git denied to sonnyp.
fatal: unable to access 'https://github.com/PlanktoScope/dashboard.git/ ': The requested URL returned error: 403
2025-06-03 10:00:36 +02:00
Nick O'Leary
3a3571b37e
Consolidate update widgets
2025-04-25 15:51:10 +01:00
Nick O'Leary
71f06941cd
Handle unavailable settings
2025-04-24 15:40:20 +01:00
Nick O'Leary
0f3d25252b
Add unit tests
2025-04-24 15:26:29 +01:00
Nick O'Leary
7d4d604aa2
Increase initial delay to 30 minutes
2025-04-24 13:41:10 +01:00
Nick O'Leary
2f099a57f6
Set ping schedule to 5 mins after startup, then 24hrs
2025-04-23 17:48:11 +01:00
Nick O'Leary
9a784191ba
Add runtime telemetry component
2025-04-23 17:31:46 +01:00
Nick O'Leary
90c2758624
Add code to error object sent by Catch node
2025-03-13 10:49:15 +00:00
Nick O'Leary
5ef2f9f0f3
Handle deleting of subflow context entries
2025-03-03 16:10:43 +00:00
Nick O'Leary
e9dab46de8
Merge pull request #5025 from node-red/browse-subflow-flow-context
...
Show subflow flow context under node section of sidebar
2025-02-10 16:51:55 +00:00
Nick O'Leary
7d9e09f5a7
Handle long auto-complete suggests
...
Fixes #5028
2025-02-10 16:23:13 +00:00
Nick O'Leary
43df2318d4
Show subflow flow context under node section of sidebar
2025-01-27 16:36:57 +00:00
Nick O'Leary
e2981f2970
Allow env var access to context
2025-01-17 16:45:44 +00:00
GogoVega
6d6e6fa416
Get the env config node from the parent subflow
2024-11-15 14:30:47 +01:00
Dave Conway-Jones
8aa65e7761
fix comments to be what is happening.
2024-11-11 16:28:42 +00:00
Dave Conway-Jones
fd4f747706
If creds dont exist - create in flows dir rather than userdir
...
So they stay alongside flows
2024-11-11 16:26:20 +00:00
Nick O'Leary
964271f9c7
Multiplayer: add real-time cursor tracking
2024-08-05 16:18:05 +01:00
Nick O'Leary
da3ad40968
Add more guards for undefined session
2024-06-28 14:19:18 +01:00
Nick O'Leary
011b47a108
Guard against undefined sessions in multiplayer
2024-06-28 11:41:05 +01:00
Nick O'Leary
efdc1b1a1d
Ensure group nodes are properly exported in /flow api
2024-06-26 14:30:33 +01:00
Nick O'Leary
3a91fc17fd
Merge branch 'master' into sync-dev
2024-06-11 10:14:01 +01:00
Nick O'Leary
1048b16f3c
Merge pull request #4754 from node-red/4752-add-rewired-to-stoplist
...
Include rewired nodes when calculating Modified Flows stop list
2024-06-10 20:44:20 +01:00
Nick O'Leary
526b3fda91
Include rewired nodes when calculating Modified Flows stop list
2024-06-10 16:56:49 +01:00
Nick O'Leary
d70b7ea924
Fix clone of group env var properties
...
Closes #4751
2024-06-10 16:15:06 +01:00
Rotzbua
9b86874c2d
chore: migrate deprecated `util.isArray`
...
Deprecated: Use Array.isArray() instead.
Source: https://nodejs.org/docs/latest-v18.x/api/util.html#utilisarrayobject
2024-05-25 22:55:09 +02:00
Nick O'Leary
56fe2801eb
Merge branch 'master' into dev
2024-05-14 17:27:02 +01:00
Nick O'Leary
66a667fe58
Pass full error object in Function node and copy over cause property
...
Fixes #4683
2024-05-09 16:48:51 +01:00
Nick O'Leary
0e0bba25c1
Merge pull request #4679 from node-red/use-rfdc
...
Use rfdc for cloning pure JSON values
2024-05-08 16:18:13 +01:00