1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/red
Nick O'Leary c5d8e09b41 Only delete node type from registry if id matches
If a node is moved out of node-red core to an npm installable
package, the first time NR runs after the move it correctly
deletes the node-red version from the registry. However it was
also removing the node constructors registered by the new
npm installed version as it wasn't checking what it was removing
came from the now-removed node.
2015-06-08 16:32:50 +01:00
..
api Restore ability to add nodes by filename 2015-05-27 14:11:11 +01:00
nodes Only delete node type from registry if id matches 2015-06-08 16:32:50 +01:00
storage localfilesystem tests failing on Windows 2015-04-20 10:13:00 -04:00
comms.js Add audit log entries on API calls 2015-05-14 14:22:56 +01:00
events.js Start to add server-side events 2013-09-09 20:03:22 +01:00
log.js Enabling metric/audit logging takes precedence over level 2015-06-02 16:23:38 +01:00
red.js Add build info to README 2015-04-09 10:22:05 +01:00
server.js Restore ability to add nodes by filename 2015-05-27 14:11:11 +01:00
settings.js slightly enhance test coverage for info and log and settings. 2015-03-06 10:18:33 +00:00
util.js Add RED.util.generateId and ensure HTTP node adds proper id 2015-06-02 15:54:37 +01:00