1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/red/runtime
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
..
locales Improve error reporting from context plugin loading 2018-08-16 14:36:11 +01:00
nodes Allow context store name to be provided in the key 2018-09-14 23:21:05 +01:00
storage Add detection of connection timeout in git communication 2018-07-11 13:26:45 +01:00
events.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
i18n.js Update i18next in runtime 2018-07-23 23:25:57 +01:00
index.js Improve error reporting from context plugin loading 2018-08-16 14:36:11 +01:00
log.js Handle undefined/null in log functions 2018-01-14 00:50:58 +00:00
settings.js Log error if settings unavailable when saving user settings 2018-04-16 15:02:28 +01:00
util.js Handle context.get with multiple levels of unknown key 2018-09-09 23:47:31 +01:00