node-red/test
Nick O'Leary a8ec032553
Allow context store name to be provided in the key
For nodes that get/set context, when multiple stores are configured
they will not know to parse the store name from the key. So they
will pass the store name in the key, such as #:(store)::key.

Currently that will cause that full string to be used as the key
and the default context store used - which is wrong.

The code now parses out the store name from the key if it is set -
athough if the call to get/set does include the store argument, it
will take precedence.

This only applies when the key is a string - it doesn't apply when
an array of keys is provided.
2018-09-14 23:21:05 +01:00
..
editor Fixed the problems that were caused by timing issue 2018-08-27 17:34:04 +09:00
nodes/core fix persistable context handling of sort node & existing error in testcases 2018-09-05 16:04:12 +01:00
red Allow context store name to be provided in the key 2018-09-14 23:21:05 +01:00
resources Update cookbook uitest 2018-07-27 13:48:43 +09:00
_spec.js Improve checks for missing _spec files 2018-01-16 13:15:47 +00:00