Commit Graph

  • d53ced7830 Add test cases of persistable context for inject node Kazuhito Yokoi 2018-07-12 16:26:16 +09:00
  • 053d8c44c2 Update Japanese language file (editor.json) Kazuhito Yokoi 2018-07-12 16:14:25 +09:00
  • 9f5767ea16 Added test cases of flow control on cookbook nakanishi 2018-07-12 15:28:40 +09:00
  • e8d76b0555 Allow multiple values to be passed to get HirokiUchikawa 2018-07-12 11:13:29 +09:00
  • c2675600f6 Fix Switch msg sequence test Nick O'Leary 2018-07-11 16:36:58 +01:00
  • 6f087b4ec1 Merge pull request #1795 from node-red-hitachi/0.19-fix-change-for-persistable-context Nick O'Leary 2018-07-11 16:17:26 +01:00
  • e94708606d Add isEmpty check to switch node Nick O'Leary 2018-07-11 16:14:09 +01:00
  • c248f1a762 fix persistable context handling of switch node Hiroyasu Nishiyama 2018-07-11 23:39:34 +09:00
  • 28402b0894 Add sidebar tab icons to drop-down menu Nick O'Leary 2018-07-11 14:15:31 +01:00
  • 7dd98e99f9 Node errors should be Strings not Errors Fixes #1781 Nick O'Leary 2018-07-11 13:40:53 +01:00
  • dba195b396 Add detection of connection timeout in git communication Fixes #1770 Nick O'Leary 2018-07-11 13:26:45 +01:00
  • 88b153bc12 Merge pull request #1794 from kazuhitoyokoi/0.19-fixi18n Nick O'Leary 2018-07-11 13:25:08 +01:00
  • d4a47dc974 Empty commit to run travis again Kazuhito Yokoi 2018-07-11 16:13:32 +09:00
  • fe3ea6edfd : Kazuhito Yokoi 2018-07-11 16:12:56 +09:00
  • 6c8fc4846b Fix i18n bugs in projects Kazuhito Yokoi 2018-07-11 15:33:25 +09:00
  • b14a0e0dde Merge the logic for api access token to tokens.js so as not to change strategies.js Hideki Nakamura 2018-07-10 17:25:01 -07:00
  • e982f5076f Merge branch '0.19' into api-access-token Hideki Nakamura 2018-07-10 16:06:25 -07:00
  • 54d9656f09 Add servername option to TLS config node for SNI Nick O'Leary 2018-07-10 23:24:32 +01:00
  • 42188b9f49 Merge branch '0.19' of https://github.com/node-red/node-red into api-access-token Hideki Nakamura 2018-07-10 09:33:25 -07:00
  • 49da324c5d Fix jsonata err reporting in sort node Nick O'Leary 2018-07-10 17:26:54 +01:00
  • 9bf87697fd Merge pull request #1780 from natcl/json-schema Nick O'Leary 2018-07-10 17:06:17 +01:00
  • f368f5a9c4 JSON node: Add link to JSON schema spec in node help Nathanaël Lécaudé 2018-07-10 11:29:01 -04:00
  • eea85485e6 Merge remote-tracking branch 'upstream/0.19' into json-schema Nathanaël Lécaudé 2018-07-10 11:11:15 -04:00
  • 1a544b3b82 Headless option for ui test (#1784) YumaMatsuura 2018-07-10 20:42:56 +09:00
  • 8b38fe9fe0 Support i18n in websocket node (#1785) Kazuhito Yokoi 2018-07-10 20:42:32 +09:00
  • 1bf4addf63 Fix an error when initializing the cache (#1788) Hiroki Uchikawa 2018-07-10 20:41:16 +09:00
  • 407e16e900 Fix appearrence of switch node port label for flow/global ref. (#1793) Hiroyasu Nishiyama 2018-07-10 20:40:52 +09:00
  • 6e9fe3248a Fix appearrence of change node label for flow/global ref (#1792) Hiroyasu Nishiyama 2018-07-10 20:40:31 +09:00
  • d8cf86fd6f Add RED.utils.parseContextKey Nick O'Leary 2018-07-10 11:41:46 +01:00
  • f8aa4a9588 Merge branch 'async-split' into 0.19 Nick O'Leary 2018-07-10 11:30:38 +01:00
  • c249907846 Merge pull request #1791 from node-red/join-node-keep-top-level-properties Nick O'Leary 2018-07-10 11:28:55 +01:00
  • 57c1524a9a Add async jsonata support to join node Nick O'Leary 2018-07-10 11:24:57 +01:00
  • d8d82e2ba3 Update sort node for async use of jsonata Nick O'Leary 2018-07-09 23:06:51 +01:00
  • 807b512ef7 Add JSONata async support to Switch and Change nodes Nick O'Leary 2018-07-09 21:56:39 +01:00
  • b2f06b6777 Add async mode to evaluateJSONataExpression Nick O'Leary 2018-07-09 15:12:09 +01:00
  • d7adff9a65 Add async message handling to Trigger node Nick O'Leary 2018-07-09 14:12:44 +01:00
  • b0d7e11d48 Fix evaluateNodeProperty handling of unknown types Nick O'Leary 2018-07-09 12:40:25 +01:00
  • fc9cdb61f2 Add async property handling to Switch node Nick O'Leary 2018-07-09 11:30:53 +01:00
  • 9c00492dc2 WIP: create async Switch node helper functions Nick O'Leary 2018-07-08 23:06:52 +01:00
  • 1a6babd199 Lint Switch code Nick O'Leary 2018-07-08 22:13:36 +01:00
  • 1b693eed37 Add async context support to Change node Nick O'Leary 2018-07-07 22:23:26 +01:00
  • afb566b6b4 Add async context support to Inject node Nick O'Leary 2018-07-07 22:09:55 +01:00
  • f870e9ed3e Let Join node accumulate top level properties Dave Conway-Jones 2018-07-08 16:52:30 +01:00
  • 4bcf13cb58 Let nrgpio code work with python 3 Dave Conway-Jones 2018-07-07 19:01:14 +01:00
  • 50e2dcbcd5 Add a processing to check specified API Access Tokens Hideki Nakamura 2018-07-05 18:58:02 -07:00
  • 6104bb98f1 Merge remote-tracking branch 'upstream/0.19' into 0.19 Hideki Nakamura 2018-07-05 11:44:13 -07:00
  • 946a6d6041 Update RED.util.evaluateNodeProperty to support context stores Nick O'Leary 2018-07-05 10:43:33 +01:00
  • 372c213c2c Still parse/export typedInput values even when no options set Nick O'Leary 2018-07-04 14:23:18 +01:00
  • a5a79d3ab7 Merge branch '0.19' into typedInput-context Nick O'Leary 2018-07-04 13:37:05 +01:00
  • e6c5cfb703 Do not show TypedInput context options if there's only one available Nick O'Leary 2018-07-04 13:36:23 +01:00
  • 7843eccae8 Merge pull request #1786 from node-red-hitachi/0.19-fix-typedInput-error Nick O'Leary 2018-07-04 13:35:55 +01:00
  • 7ca153abd0 fix error on typedInput initialization Hiroyasu Nishiyama 2018-07-04 20:50:33 +09:00
  • 33b4774c49 Load typedinput context list from settings Nick O'Leary 2018-07-03 21:17:15 +01:00
  • c243481432 Add sub options to Inject node Nick O'Leary 2018-06-25 10:38:34 +01:00
  • 80873e4ea9 fix settings api test for context stores Nick O'Leary 2018-07-03 21:27:55 +01:00
  • 4e4a1f11e6 Fix context admin api for empty contexts Nick O'Leary 2018-07-03 21:18:43 +01:00
  • 9bbe405cd0 Do not show blank popovers Nick O'Leary 2018-07-03 21:18:15 +01:00
  • c440a4c730 Expose list of context stores to the editor Nick O'Leary 2018-07-03 14:17:42 +01:00
  • a1251371d7 Avoid unnecessary re-reading of file context when caching is enabled Nick O'Leary 2018-07-03 11:29:45 +01:00
  • 7d702e8332 Remove console.log Nick O'Leary 2018-07-02 22:38:37 +01:00
  • 43d7c8d48c Add caching to localfilesystem context Nick O'Leary 2018-07-02 22:32:20 +01:00
  • 7423583508 Create default store for node tests to use Nick O'Leary 2018-07-02 15:47:47 +01:00
  • 08b0838f9a Fix linting in view.js Nick O'Leary 2018-07-02 15:32:29 +01:00
  • 038d821a7c Apply fGC to all global contexts for default values Nick O'Leary 2018-07-02 15:21:13 +01:00
  • 6a218814d3 Merge remote-tracking branch 'upstream/0.19' into json-schema Nathanaël Lécaudé 2018-06-30 16:20:13 -07:00
  • 905f89b0f5 JSON node: finalize JSON Schema validation Nathanaël Lécaudé 2018-06-30 16:19:39 -07:00
  • 14882bda78 Ensure runtime errors in Change node can be caught Fixes #1769 Nick O'Leary 2018-06-29 11:49:39 +01:00
  • 781fa4634b Merge pull request #1777 from node-red-hitachi/uitest-typedinput Nick O'Leary 2018-06-29 10:53:27 +01:00
  • cdb173fd6e Handle NaN and Infinity properly in debug sidebar Fixes #1778 #1779 Nick O'Leary 2018-06-29 10:50:07 +01:00
  • 466cb4be89 Small tidy up on context plugin loading Nick O'Leary 2018-06-29 09:48:38 +01:00
  • c39e2ffd56 JSON node: add JSON schema validation via msg.schema Nathanaël Lécaudé 2018-06-28 23:16:43 -07:00
  • 17bf09e276 Follow the change of typedinput interface for UI test Kazuki-Nakanishi 2018-06-29 10:41:44 +09:00
  • bc01f9f8fd add placeholder api/admin/context_spec Nick O'Leary 2018-06-28 17:00:17 +01:00
  • c0870c5694 Merge branch '0.19' into context-tab Nick O'Leary 2018-06-27 16:05:17 +01:00
  • 3b5174a2ea Merge branch '0.19' of github.com:node-red/node-red into 0.19 Nick O'Leary 2018-06-27 15:56:57 +01:00
  • af6885f3e8 Merge pull request #1720 from node-red-hitachi/persistablecontext Nick O'Leary 2018-06-27 15:37:46 +01:00
  • e01996095f Add refresh timestamp to context sidebar Nick O'Leary 2018-06-27 10:00:23 +01:00
  • 5d86f7b6ba Refresh context sidebar tab based on selection Nick O'Leary 2018-06-26 23:34:32 +01:00
  • 8d6ac6406d Initial context sidebar tab Nick O'Leary 2018-06-21 10:31:27 +01:00
  • 40ff54f67e Improve context storage handling HirokiUchikawa 2018-06-26 11:43:37 +09:00
  • cce7ac09d0 Add callback handling to memory plugin HirokiUchikawa 2018-06-26 11:36:37 +09:00
  • 73a18891c5 Add RED.popover.tooltip for common reuse Nick O'Leary 2018-06-25 22:31:36 +01:00
  • fe22cedc1d Move debug encode/decode to utils for reuse Nick O'Leary 2018-06-25 22:31:11 +01:00
  • fa09c7c8b2 Merge branch '0.19' of github.com:node-red/node-red into 0.19 Nick O'Leary 2018-06-25 13:55:21 +01:00
  • 15e28e3cc0 Merge branch 'pr_1766' into 0.19 Nick O'Leary 2018-06-25 13:55:07 +01:00
  • 2cb4f6b1fc Prevent horizontal scroll when palette name cannot wrap Nick O'Leary 2018-06-25 13:54:34 +01:00
  • b17a483b85 Merge pull request #1771 from node-red-hitachi/0.19-fix-i18n-project-message Nick O'Leary 2018-06-25 13:50:11 +01:00
  • 7c3e5443ab Merge pull request #1772 from node-red-hitachi/uitest-debugtab Nick O'Leary 2018-06-25 13:37:53 +01:00
  • f95a2851c8 Ignore middle-click on node/ports to enable panning Nick O'Leary 2018-06-25 13:36:58 +01:00
  • 2b2eee352f Better wire layout when looping back Nick O'Leary 2018-06-25 13:18:00 +01:00
  • 11569d8056 Follow the change of tab interface for UI test Kazuki-Nakanishi 2018-06-25 18:48:01 +09:00
  • bdf87452b6 Reset typedInput option when type changes Nick O'Leary 2018-06-25 10:38:02 +01:00
  • 0c6bf81c24 fix appearence of retry button of remote branch management dialog Hiroyasu Nishiyama 2018-06-23 12:49:09 +09:00
  • f2fa26fb07 Use the callback instead of Promise in context API and remove unnecessary functions HirokiUchikawa 2018-06-22 17:11:54 +09:00
  • f5e212ff1e Refresh type options properly when typedInput.types called Nick O'Leary 2018-06-21 10:49:39 +01:00
  • 461e6562ca Allow typedInputs to have options plus value Nick O'Leary 2018-06-21 10:46:07 +01:00
  • fd67d08402 Remove unnecessary module and skip persistable context test cases temporally HirokiUchikawa 2018-06-20 20:09:02 +09:00
  • e6411d11b1 Remove unnecessary context storage APIs and rename context storage APIs HirokiUchikawa 2018-06-20 20:00:39 +09:00
  • dd81d947fc Use native Promise instead of when.js HirokiUchikawa 2018-06-20 19:50:55 +09:00
  • 23b887c30e Add a test case for context/index HirokiUchikawa 2018-06-11 16:04:27 +09:00