Commit Graph

  • 888e7ee023 Merge pull request #2038 from kazuhitoyokoi/dev-fixbuginwebsocketnode Nick O'Leary 2019-01-22 16:13:06 +00:00
  • d7bbf8a8da Fix bug in websocket node Kazuhito Yokoi 2019-01-22 12:03:30 +09:00
  • e2ee88de84 offset menu so you can see node placement Dave Conway-Jones 2019-01-21 22:08:25 +00:00
  • 1d1ab5b7b2 don't pin new nodes to grid if not using grid Dave Conway-Jones 2019-01-21 16:15:38 +00:00
  • 54c863d48f Make Node._flow non-enumerable to avoid circular refs Nick O'Leary 2019-01-21 14:19:19 +00:00
  • acc633b4b6 Don't collapse version control header when clicking refresh Nick O'Leary 2019-01-21 10:06:02 +00:00
  • 766ccf85c2 add fast entry via keyboard for string of nodes Dave Conway-Jones 2019-01-20 14:43:17 +00:00
  • 7ab5a2be47 remove chromedriver package, and instruct how to install it when running grunt test-ui kazntree 2019-01-20 19:10:54 +09:00
  • 7a6e1fe566 Check for undeployed change before showing open project dialog Nick O'Leary 2019-01-18 21:42:13 +00:00
  • 4749c92252 Add View Tools Nick O'Leary 2019-01-18 21:19:03 +00:00
  • 0e035e47df Avoid duplicate links when missing node type installed Fixes #2032 Nick O'Leary 2019-01-17 22:35:58 +00:00
  • 1359545e13 Allow debug edit expression to be sent to status Nick O'Leary 2019-01-17 17:15:53 +00:00
  • 5b2f24f842 Handle i18n properly when key is a valid sub-identifier Fixes #2028 The i18n library will, be default, return a string containing an error message about the key resolving to an object. We cannot distinguish that string from others to handle ourselves. Nick O'Leary 2019-01-17 14:42:16 +00:00
  • bb73e30909 Merge pull request #2016 from jwende/dev Nick O'Leary 2019-01-17 14:25:15 +00:00
  • 490903ca25 Tidy up when usage in Flow and Node Nick O'Leary 2019-01-17 13:18:26 +00:00
  • 901b32297e Restore RED.auth to node-red module api Nick O'Leary 2019-01-16 23:41:44 +00:00
  • dd72046922 Add some comments to Flow and Subflow classes Nick O'Leary 2019-01-16 23:33:04 +00:00
  • 6286b34d00 Add Flow.getSetting for resolving env-var properties Nick O'Leary 2019-01-16 22:38:04 +00:00
  • 81f4e0de56 Refactor Subflow logic into own class Nick O'Leary 2019-01-16 16:27:19 +00:00
  • 596fbfb517 allow $parent access of flow context Hiroyasu Nishiyama 2019-01-16 23:10:03 +09:00
  • da756fa568 WIP: Start refactor of nodes/Flow.js Nick O'Leary 2019-01-11 14:53:21 +00:00
  • 30aebc4ee3 Bump JSONata in util package Nick O'Leary 2019-01-11 10:08:09 +00:00
  • 45138ce5ca Bump JSONata to 1.6.4:wq Nick O'Leary 2019-01-11 09:54:56 +00:00
  • f26b9feeaf Change default dropdown appearance and sidebar tab menu handling Nick O'Leary 2019-01-10 23:30:51 +00:00
  • 9e47d933af Handle multiple-select box when nothing selected Fixes #2021 Nick O'Leary 2019-01-10 15:21:27 +00:00
  • f309a9d537 Bump version to 0.20.0-beta.3 0.20.0-beta.3 Nick O'Leary 2019-01-10 13:34:47 +00:00
  • a786b37cb9 Make ssh key dialog accessible when opened from new proj dialog Nick O'Leary 2019-01-10 13:28:40 +00:00
  • 6a519a30a2 Update changelog Nick O'Leary 2019-01-09 17:04:33 +00:00
  • 81ae552e69 Project ui code using incorrect error property Nick O'Leary 2019-01-09 17:03:17 +00:00
  • 0ec04a3624 Allow notifications to be reused in place rather than stack Nick O'Leary 2019-01-09 14:02:46 +00:00
  • 81d5b47fce Update ws dependency in sub-modules Nick O'Leary 2019-01-08 16:31:18 +00:00
  • ed31a0cf15 Update to WS 6.x and fix all it broke Nick O'Leary 2019-01-08 16:21:36 +00:00
  • 201d1926bc Bump dependencies Nick O'Leary 2019-01-08 10:32:23 +00:00
  • 9ee6655bfa Bump jsonata in submodule package.json Nick O'Leary 2019-01-07 17:03:32 +00:00
  • c4beab6b0d Bump JSONata to 1.6.4 Fixes #2023 Nick O'Leary 2019-01-07 16:59:38 +00:00
  • 34b6643913 Remove unused variable declaration in Change node Nick O'Leary 2019-01-07 14:59:59 +00:00
  • 98e391b867 Add audit logging to admin api Nick O'Leary 2019-01-07 14:59:48 +00:00
  • 19eb8e9a6d Update palette manager properly when module updated Nick O'Leary 2019-01-07 14:54:35 +00:00
  • 43b7aa40c3 Remove promises from Join node Nick O'Leary 2019-01-02 22:37:06 +00:00
  • 747af44fc1 Tidy up variable naming in split.js Nick O'Leary 2019-01-01 23:05:13 +00:00
  • a73381e24b german translation v01 Joerg Wende 2018-12-22 09:22:25 +01:00
  • 7844c4faf6 fix micromatch dependency to be fixed file-node-with-allow-and-block Dave Conway-Jones 2018-12-21 16:51:52 +00:00
  • f19025455b Add some extra tests for block/allow Dave Conway-Jones 2018-12-21 16:25:21 +00:00
  • d5ef428edd Remove promises from Change node Nick O'Leary 2018-12-21 14:36:45 +00:00
  • 5fa4d227b8 Merge pull request #2010 from node-red-hitachi/fix-require Nick O'Leary 2018-12-21 10:38:35 +00:00
  • d1cc3da14d add permit deny lists to file node Dave Conway-Jones 2018-12-21 08:53:02 +00:00
  • cc7e3b0c26 fix failure of RED.require Hiroyasu Nishiyama 2018-12-21 14:39:51 +09:00
  • 473a2ae275 Remove all Promises from Switch node Nick O'Leary 2018-12-20 22:57:47 +00:00
  • 7f5d47f39d Update Link node UI to use TreeList Nick O'Leary 2018-12-20 13:15:42 +00:00
  • 6031f146aa Add TreeList common widget Nick O'Leary 2018-12-20 13:15:31 +00:00
  • 020a469f3b Fix visual jump when opening Comment editor on Safari Part of #2008 Nick O'Leary 2018-12-19 10:05:09 +00:00
  • 091de3aa66 Fix vertical align of markdown editor in Safari Fixes #2008 Nick O'Leary 2018-12-19 10:04:36 +00:00
  • b837f7608c Avoid marking node as changed if label state is default Fixes #2009 Nick O'Leary 2018-12-19 09:29:39 +00:00
  • afe9367bac Merge pull request #2005 from kazuhitoyokoi/dev-updatemessagecatalog Nick O'Leary 2018-12-18 22:58:19 +00:00
  • 9bd9023cb6 Merge pull request #2007 from node-red-hitachi/dev-uitest-mac Nick O'Leary 2018-12-18 22:57:48 +00:00
  • 8502cf8498 Highlight port on node hover while joining Nick O'Leary 2018-12-18 21:45:33 +00:00
  • 33dade0584 Support drag-wiring of link nodes Nick O'Leary 2018-12-18 10:57:53 +00:00
  • 84cc2ad0fa Allow TypeSearch to include a filter option Nick O'Leary 2018-12-18 10:57:33 +00:00
  • dc2d3bc7c0 Improve diff colouring Nick O'Leary 2018-12-18 10:57:18 +00:00
  • 64df557423 Allow sections to toggle in 2-element stack Nick O'Leary 2018-12-18 10:56:54 +00:00
  • 715cc77e76 Update UI test for mac os Yuma Matsuura 2018-12-18 09:29:46 +09:00
  • b80d1af3d7 Fix typo Kazuhito Yokoi 2018-12-17 19:01:33 +09:00
  • f05f534fd2 Update message catalogue Kazuhito Yokoi 2018-12-17 18:48:19 +09:00
  • c0837ead0e Add support for ${} env var syntax when skipping validation Closes #1980 Nick O'Leary 2018-12-13 16:13:57 +00:00
  • a1f135bd66 Allow oauth strategy callback method to be customised Closes #1998 Nick O'Leary 2018-12-13 13:43:57 +00:00
  • 978f4ecc58 Ensure fs context cache is flushed on close Fixes #2001 Nick O'Leary 2018-12-13 12:46:19 +00:00
  • 46a8d96997 fix library Buffer( to Buffer.alloc( for node 10 Dave Conway-Jones 2018-12-13 11:32:58 +00:00
  • c283224000 Merge branch 'master' into dev Nick O'Leary 2018-12-13 11:14:58 +00:00
  • a6ef755139 Merge pull request #1993 from arunnattarayan/patch-1 Nick O'Leary 2018-12-13 11:05:52 +00:00
  • 29a257d17a Merge pull request #1995 from node-red-hitachi/debug-node-with-jsonata Nick O'Leary 2018-12-13 11:05:21 +00:00
  • 368b76a183 Merge pull request #2000 from node-red-hitachi/i18n-markdown-tooltip Nick O'Leary 2018-12-13 11:00:03 +00:00
  • 8bb861124d Catch file-not-found on startup when non-existant flow file specified Nick O'Leary 2018-12-13 10:59:03 +00:00
  • 2f884ec778 i18 support for markdown editor tooltip Hiroyasu Nishiyama 2018-12-11 22:33:11 +09:00
  • 8c561e92c8 Actively expire login sesssions and notify user Nick O'Leary 2018-12-11 11:32:12 +00:00
  • 633b9180d7 update info text Hiroyasu Nishiyama 2018-12-11 19:53:10 +09:00
  • 0e2d0e1b6f merge dev Hiroyasu Nishiyama 2018-12-11 19:02:49 +09:00
  • ea4d65ceee Add RED.editor.registerTypeEditor for custom type editors Nick O'Leary 2018-12-10 22:20:56 +00:00
  • d47ac84d2e Merge pull request #1999 from natcl/dev Nick O'Leary 2018-12-10 20:54:24 +00:00
  • a97759aa35 JSON node: add help about schema deletion Nathanaël Lécaudé 2018-12-10 14:47:52 -05:00
  • 3fcfd4abdd JSON node: add help about schema deletion Nathanaël Lécaudé 2018-12-10 14:46:21 -05:00
  • 6d771da9a9 JSON node: delete msg.schema before sending msg to avoid conflicts Nathanaël Lécaudé 2018-12-10 13:47:55 -05:00
  • 6201247875 Tidy up markdown toolbar handling across all editors Nick O'Leary 2018-12-10 15:23:02 +00:00
  • 8c367bcc53 update messages Hiroyasu Nishiyama 2018-12-09 20:33:58 +09:00
  • 8198132ca7 use output selector for specifying JSONata expression Hiroyasu Nishiyama 2018-12-09 20:30:35 +09:00
  • cf3b4e9e63 change check order for node.users Dave Conway-Jones 2018-12-08 18:09:33 +00:00
  • 987dbf8a92 Merge branch 'dev' into debug-node-with-jsonata Hiroyasu Nishiyama 2018-12-08 17:43:29 +09:00
  • acf8c9bc4a Fixup version again because its Friday afternoon 0.20.0-beta.2 Nick O'Leary 2018-12-07 16:49:37 +00:00
  • 7173895d36 Fixup version Nick O'Leary 2018-12-07 16:47:19 +00:00
  • 43530d4a5f Remove tail/sentiment node tests Nick O'Leary 2018-12-07 16:45:06 +00:00
  • fefabef9ee Bump for 0.20.0.beta.2 Nick O'Leary 2018-12-07 16:44:14 +00:00
  • 0dd40a941b Handle 3rd party node trying to use core node-red icon Nick O'Leary 2018-12-07 16:43:06 +00:00
  • 24b6670bc4 Remove sentiment and tail nodes Nick O'Leary 2018-12-07 16:23:55 +00:00
  • 76661abbf5 Ensure changelog is copied into node-red module Nick O'Leary 2018-12-07 16:10:51 +00:00
  • e9dc9eff9b fix changelog typo Nick O'Leary 2018-12-07 15:30:20 +00:00
  • 2f160743bc Add sentiment/tail external modules Nick O'Leary 2018-12-07 15:29:35 +00:00
  • 98616e772c Bump dependencies Nick O'Leary 2018-12-07 14:13:59 +00:00
  • bc014fec9b Update changelog Nick O'Leary 2018-12-07 13:35:36 +00:00
  • 732598d9d2 Remove deprecated warning from RED.nodes for now... Nick O'Leary 2018-12-07 11:40:47 +00:00
  • 2979acd5b8 Bump to beta.1 version Nick O'Leary 2018-12-07 11:40:33 +00:00
  • fd20cd524e Add senitment and tail nodes to deprecated list Partof #1904 Nick O'Leary 2018-12-07 11:24:51 +00:00