node-red/red/nodes
Nick O'Leary d148a23ed6 Handle config nodes appearing out of order in flow
The editor ensures config nodes appear first in the flow file. The
code in the runtime and editor assumes this to be the case, so that
when a node is instantiated that requires a config node, it can assume
the config node already exists.

This change allows a config node to appear in the flow file after a
node that wants to use it. In both the editor and runtime, the code
now scans for config nodes and handles them first.
2015-02-24 23:04:55 +00:00
..
Flow.js Handle config nodes appearing out of order in flow 2015-02-24 23:04:55 +00:00
Node.js Rename _id to _msgid to avoid mongo clash 2015-02-06 16:36:32 +00:00
credentials.js Fix credential pruning and start/stop log messages 2015-02-24 22:03:04 +00:00
flows.js Fix credential pruning and start/stop log messages 2015-02-24 22:03:04 +00:00
index.js Update logging/metric system 2015-02-03 22:02:26 +00:00
registry.js Ensure deleted core nodes are removed from config list 2015-02-04 10:27:02 +00:00