Commit Graph

  • 2753075180 fix bugs in SWITCH updates Hiroyasu Nishiyama 2018-01-26 12:39:07 +09:00
  • d0166b25e4 Update Changelog Nick O'Leary 2018-01-25 22:03:54 +00:00
  • 73ee657d74 Add TLS options to WebSocket client Nick O'Leary 2018-01-25 20:26:35 +00:00
  • 45913e5ee8 Don't end mqtt client on first error Fixes #1566 Nick O'Leary 2018-01-25 16:58:42 +00:00
  • e6369820a9 SIGINT handler should wait for stop to complete before exit Nick O'Leary 2018-01-25 14:04:38 +00:00
  • 22a5b339f7 Stop list items from overflowing to new lines in node ui Fixes #1408 Nick O'Leary 2018-01-25 14:02:04 +00:00
  • 2cea3b6435 Merge pull request #1557 from node-red/inject-node-spinner-and-hours-fixes Nick O'Leary 2018-01-25 13:51:27 +00:00
  • 5d2d06fb3e Type editors should inherit the width of their parent tray Nick O'Leary 2018-01-25 13:50:35 +00:00
  • 0dd7bc7fb9 Better default README.md content and edit button Nick O'Leary 2018-01-25 13:30:27 +00:00
  • 0b0005337c Decrement connected client count rather than show disconnected Dave Conway-Jones 2018-01-25 13:27:47 +00:00
  • d26fb02bb9 Japanese message catalog update of core nodes for 0.18 (#1579) Hiroyasu Nishiyama 2018-01-25 20:34:51 +09:00
  • af683835d9 Add optional header to markdown editor Nick O'Leary 2018-01-25 11:24:30 +00:00
  • c43647ca86 Handle null profile flow file name Nick O'Leary 2018-01-25 11:14:16 +00:00
  • 6d02e70025 Ensure existing files are migrated to first project Nick O'Leary 2018-01-25 10:13:07 +00:00
  • 5498c6f87d Update Japanese translations in editor.json (#1573) Kazuhito Yokoi 2018-01-25 17:12:28 +09:00
  • 11f59bc3ac Move Chinese language files to correct path (#1574) Kazuhito Yokoi 2018-01-25 17:12:15 +09:00
  • 94cb7de79f Fix the problem when using projects feature without git setting (#1575) Kazuki Nakanishi 2018-01-25 17:11:46 +09:00
  • 838f45775b Merge pull request #1576 from node-red-hitachi/0.18-pj-open Nick O'Leary 2018-01-25 08:10:03 +00:00
  • 1c1422e4b5 Enable a project open button when creating a first project Kazuki-Nakanishi 2018-01-25 12:46:37 +09:00
  • cd8ca6fc62 Merge pull request #1552 from node-red/ace-editor-annotations Nick O'Leary 2018-01-24 23:16:53 +00:00
  • b7a0a9d7c2 Merge branch 'master' into 0.18 Nick O'Leary 2018-01-24 23:08:14 +00:00
  • 7822ab113a Merge pull request #1571 from node-red/projects Nick O'Leary 2018-01-24 23:07:04 +00:00
  • e250a91f09 Merge branch '0.18' into projects Nick O'Leary 2018-01-24 23:06:27 +00:00
  • 92a65dcda5 Update installer tests for spawn Nick O'Leary 2018-01-24 22:56:54 +00:00
  • 4b129d94e4 Move node install to spawn to allow for big stdout Fixes #1488 Nick O'Leary 2018-01-24 22:40:42 +00:00
  • e7960d1d44 Rewording some of the message sequence nodes (#1564) Nick O'Leary 2018-01-24 22:01:07 +00:00
  • 95589307cd Better reporting of project-not-found Nick O'Leary 2018-01-24 21:54:18 +00:00
  • 20a0e4f3e0 Update settings test for global git user Nick O'Leary 2018-01-24 21:24:54 +00:00
  • 6a9213da64 Add project-exists checks on first-run dialog Nick O'Leary 2018-01-24 21:21:01 +00:00
  • 7a89e3cf33 Check the global git config to ensure its setup Nick O'Leary 2018-01-24 21:05:48 +00:00
  • 64607df929 Ensure git username/email are set on project creation Nick O'Leary 2018-01-24 15:51:11 +00:00
  • a62a1012fa Handle scoped modules via palette editor Nick O'Leary 2018-01-24 15:07:43 +00:00
  • 14efd0b2f9 Merge pull request #1529 from btsimonh/websocketsnonadmin Nick O'Leary 2018-01-24 11:00:48 +00:00
  • 7ad2192df8 Merge pull request #1475 from thiagobustamante/patch-1 Nick O'Leary 2018-01-23 23:12:16 +00:00
  • 3cb5cbd8d5 Allow adminAuth.user to be a Function Fixes #1461 Nick O'Leary 2018-01-23 23:08:11 +00:00
  • cc9011cd68 oneditdelete should be available to all node types Closes #1346 Nick O'Leary 2018-01-23 21:28:58 +00:00
  • dc3d89008d Merge pull request #1561 from node-red/add-property-select Nick O'Leary 2018-01-23 17:06:31 +00:00
  • 1893642187 Sort typeSearch results based on position of match Nick O'Leary 2018-01-23 15:40:41 +00:00
  • a9ece5772d Remove extra editor logging Nick O'Leary 2018-01-23 11:28:47 +00:00
  • cf34716a57 Tidy up project first-run experience Nick O'Leary 2018-01-23 11:26:05 +00:00
  • 1337831061 Better interaction with view-ssh-key list Nick O'Leary 2018-01-23 10:25:19 +00:00
  • 757e72100d Put Projects behind feature flag within editor Nick O'Leary 2018-01-22 23:33:05 +00:00
  • a75b819858 reduce *MaxKeptMsgsCount property to one maxKeptMsgsCount (#1563) Hiroyasu Nishiyama 2018-01-23 08:26:17 +09:00
  • da4a0f09ed Add a button to restore user defined icon (#1569) Kazuki Nakanishi 2018-01-23 08:25:43 +09:00
  • 87d847a074 delete useless logging code from SWITCH node (#1570) Hiroyasu Nishiyama 2018-01-23 08:25:02 +09:00
  • 84711beec0 Merge branch '0.18' into projects Nick O'Leary 2018-01-22 23:17:28 +00:00
  • f3cf58c8ff Remove mqtt debug Nick O'Leary 2018-01-22 23:15:20 +00:00
  • cf40497e6e Flip logic for opt-in to projects Nick O'Leary 2018-01-22 23:14:38 +00:00
  • dfebc4b78d Migrate deploy confirmations to notifications Nick O'Leary 2018-01-22 23:04:05 +00:00
  • 15f41a2e7c Relax localfilesystem fsync tests Nick O'Leary 2018-01-22 14:16:31 +00:00
  • ad6e55ca17 Allow a user to install missing modules from project settings Nick O'Leary 2018-01-22 13:46:11 +00:00
  • 6b466d217a update UI for SORT node (#1567) Hiroyasu Nishiyama 2018-01-22 09:23:22 +09:00
  • 00dcb304c7 add default values as placeholders to trigger so no-one is suprised. Dave Conway-Jones 2018-01-20 14:45:53 +00:00
  • c6fb3d6f41 make selector of "joined using" filed shown correctly (#1568) Hiroyasu Nishiyama 2018-01-21 20:46:57 +09:00
  • ac3143811f don't fail icon check if it's not there (allows delete of missing config node) Dave Conway-Jones 2018-01-19 22:48:03 +00:00
  • 7e27dd7678 Don't rely on ssh-keygen output to prevent known errors Nick O'Leary 2018-01-19 22:31:41 +00:00
  • c2508296a5 Add debug to sshkeygen Nick O'Leary 2018-01-19 22:10:29 +00:00
  • a9b50ce6fc Collapse create/open/delete project dialogs into one Nick O'Leary 2018-01-19 21:51:29 +00:00
  • eac98a6d4d Prevent ssh-keygen prompting for passphrase when blank Nick O'Leary 2018-01-19 13:12:22 +00:00
  • 7e2b2a9a02 Timeout sshkey-gen calls Nick O'Leary 2018-01-19 12:57:37 +00:00
  • 353de471eb Add debug to sshkeygen for travis Nick O'Leary 2018-01-19 12:50:12 +00:00
  • 85fc20b52d Fix unhandled promise warnings in sshkeys/node8 Nick O'Leary 2018-01-19 11:42:19 +00:00
  • cc25a781f8 Increase timeouts on sshkeygen tests for travis Nick O'Leary 2018-01-19 11:21:12 +00:00
  • fc3012ba72 Add notification button to title bar Nick O'Leary 2018-01-19 10:36:57 +00:00
  • d93a92c1c8 Rearrange ssh logic to bring it together Nick O'Leary 2018-01-18 23:13:55 +00:00
  • f7f795f58a Fixup SSH key auth for project repos Nick O'Leary 2018-01-18 22:17:48 +00:00
  • 2700f8cdd2 Try to surpress the system context menu on Ctrl-Click in canvas Nick O'Leary 2018-01-17 23:14:18 +00:00
  • 6310de0d20 Initial support of sequence rules for SWITCH node (#1545) Hiroyasu Nishiyama 2018-01-17 19:08:58 +09:00
  • 218794be77 Initial support of merge & reduce mode for JOIN node (#1546) Hiroyasu Nishiyama 2018-01-17 19:08:23 +09:00
  • af71ae649b Initial support of new BATCH node (#1548) Hiroyasu Nishiyama 2018-01-17 19:05:01 +09:00
  • 9bc72c1a06 let trigger node be reset by boolean message (#1554) Dave Conway-Jones 2018-01-17 09:51:53 +00:00
  • 8d7c157751 Add UI test cases for messages on cookbook (#1562) Kazuki Nakanishi 2018-01-17 18:50:46 +09:00
  • 558a66fbe5 restrict inject interval to less that 2^31 millisecs Dave Conway-Jones 2018-01-17 09:35:47 +00:00
  • f95b414d22 First pass of projects test coverage Nick O'Leary 2018-01-16 23:04:39 +00:00
  • e793a1e1aa add property choice to xml, sentiment nodes Dave Conway-Jones 2018-01-16 21:43:37 +00:00
  • b76010cb5a Add sshkeygen test Nick O'Leary 2018-01-16 16:38:53 +00:00
  • 52475df783 Fix various tests due to projects rework Nick O'Leary 2018-01-16 16:18:18 +00:00
  • 1f3f32d377 Improve checks for missing _spec files Nick O'Leary 2018-01-16 13:15:47 +00:00
  • 3f5ba10354 Fix up merge Nick O'Leary 2018-01-16 11:25:13 +00:00
  • 25f4a018d9 Merge branch '0.18' into projects Nick O'Leary 2018-01-16 11:21:54 +00:00
  • a11a279c00 add msg. select to range and yaml nodes, Dave Conway-Jones 2018-01-16 10:59:44 +00:00
  • fd4fdb31b5 Better error reporting when module provides duplicate type Nick O'Leary 2018-01-15 23:20:20 +00:00
  • 1921796d6d slight inject css adjust to line up text Dave Conway-Jones 2018-01-15 09:02:52 +00:00
  • 543a2b9dc7 Update json node docs to add caveat on ensuring JSON Nick O'Leary 2018-01-14 23:37:39 +00:00
  • dd23e03342 Add option to JSON node to ensure particular encoding Nick O'Leary 2018-01-14 23:19:01 +00:00
  • 5307c74f85 remove inject node at specific time spinner Dave Conway-Jones 2018-01-14 22:16:51 +00:00
  • d701c406e2 Update ACE editor (#1555) Dave Conway-Jones 2018-01-14 21:05:22 +00:00
  • 3ba56a0a65 add missing CSV node messages (#1551) Dave Conway-Jones 2018-01-14 21:02:46 +00:00
  • 4adafb6d1e Changes to ACE editor annotations Dave Conway-Jones 2018-01-14 13:24:12 +00:00
  • 4453a51211 Tidy up properly between file node tests Nick O'Leary 2018-01-14 01:06:55 +00:00
  • 14429d2943 Remove node 7 from travis Nick O'Leary 2018-01-14 00:54:45 +00:00
  • 1a62a7831b Handle undefined/null in log functions Fixes #1418 Nick O'Leary 2018-01-14 00:50:58 +00:00
  • 242e35c212 Fix file tests now the node properly creates directories Nick O'Leary 2018-01-14 00:44:33 +00:00
  • ea763fdfd5 File out - create dirs synchronously to ensure they exist Fixes #1489 Nick O'Leary 2018-01-14 00:33:25 +00:00
  • e762b7ff48 TypedInput: handle user defined value/labels options Fixes #1549 Nick O'Leary 2018-01-14 00:24:36 +00:00
  • 298068b2b9 Clear mouse state when typeSearch cancelled Fixes #1517 Nick O'Leary 2018-01-13 23:46:16 +00:00
  • cb4120ec4b Watch node - filter subdir events in tests because fs.notify is inconsistent Nick O'Leary 2018-01-13 23:24:41 +00:00
  • 5cfbb87bee Fix global leak in watch tests (again x2) Nick O'Leary 2018-01-13 23:14:01 +00:00
  • 9e472ed83c Fix global leak in watch tests (again) Nick O'Leary 2018-01-13 23:00:05 +00:00
  • ebca753fc4 Fix global leak in watch tests Nick O'Leary 2018-01-13 22:59:05 +00:00