node-red/red/nodes
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
..
registry Only delete node type from registry if id matches 2015-06-08 16:32:50 +01:00
Flow.js Partial deploy containing deleted subflow throws error 2015-05-05 13:53:40 +01:00
Node.js Add RED.util.generateId and ensure HTTP node adds proper id 2015-06-02 15:54:37 +01:00
credentials.js Add credential extract unit tests 2015-03-13 21:26:50 +00:00
flows.js Flow.registerType should indicate if type was missing or not 2015-03-26 11:37:24 +00:00
index.js Restore ability to add nodes by filename 2015-05-27 14:11:11 +01:00