Commit Graph

  • 4ea33ea482 Pass a 'removed' parameter to node close handler Nick O'Leary 2017-04-21 23:36:21 +01:00
  • e13d410b4a Update tests for oauth -> strategy rename Nick O'Leary 2017-04-21 22:06:12 +01:00
  • 72da7e6c54 Rename oauth auth scheme to strategy as it works for openid Nick O'Leary 2017-04-21 21:54:48 +01:00
  • fb05960d79 Allow oauth schemes provide a custom verify function Nick O'Leary 2017-04-21 21:17:18 +01:00
  • 7bd0943412 Provide single endpoint to load all node message catalogs Nick O'Leary 2017-04-21 11:49:35 +01:00
  • bb2649d063 Ensure ace editor instances are freed if edit cancelled Nick O'Leary 2017-04-21 09:03:41 +01:00
  • d743bdbf5a Clip overly long notification messages Nick O'Leary 2017-04-21 09:02:43 +01:00
  • 61890f19bc Use queryCommandSupported not queryCommandEnabled to check for copy support Nick O'Leary 2017-04-21 09:02:04 +01:00
  • b756a8edef Make tcp send msg more consistent Dave Conway-Jones 2017-04-20 12:22:36 +01:00
  • adcb2f1aa8 Fix exec node error tests on Windows (#1234) Kazuki-Nakanishi 2017-04-20 06:09:53 +09:00
  • e574f4516f Update 31-tcpin.js (#1235) Nathanaël Lécaudé 2017-04-18 11:03:16 -04:00
  • 2ac9c11ec9 Add tip to tab description editor Dave Conway-Jones 2017-04-16 21:08:32 +01:00
  • 1c470ab9e3 Make tab info edit box resizable Dave Conway-Jones 2017-04-16 20:25:15 +01:00
  • 08b8a8e3af update messages for updated exec node Dave Conway-Jones 2017-04-16 20:24:38 +01:00
  • 11ee1a7dcb fix exec node error test Dave Conway-Jones 2017-04-13 11:48:33 +01:00
  • a281b8c74e Make exec node spawn and exec outputs more consistent Dave Conway-Jones 2017-04-13 11:36:54 +01:00
  • 5cb37148c6 Add editorTheme.logout.redirect to allow redirect on logout Closes #1213 Nick O'Leary 2017-04-12 21:40:30 +01:00
  • 05878d3176 Fix the test cases which sometimes fails due to timing. (#1228) Kazuki-Nakanishi 2017-04-13 04:54:31 +09:00
  • d1c42262d6 Ensure all nodes have access to global context Fixes #1230 Nick O'Leary 2017-04-12 20:48:43 +01:00
  • 8dcc114873 MQTT node - if Server/URL config contains '//' use it as a complete url; enabled ws:// and wss:// Simon Hailes 2017-04-12 18:31:49 +01:00
  • c54cf26848 Add support for oauth adminAuth configs Nick O'Leary 2017-04-12 10:09:03 +01:00
  • bfb548636e Merge branch 'master' into 0.17 Nick O'Leary 2017-04-11 14:53:44 +01:00
  • 36e1b2ba08 Don't process subscription for unauthenticated comms link Fixes #851 Nick O'Leary 2017-04-11 14:48:19 +01:00
  • 301ac279ff Handle IncomingMessage/ServerResponse object types in debug Fixes #1202 Nick O'Leary 2017-04-10 21:59:59 +01:00
  • 08d21ccba7 Clone credentials when passing to node Fixes #1198 Nick O'Leary 2017-04-10 21:45:04 +01:00
  • 62876ca377 Toggling debug node enabled/disabled state should set state dirty Fixes #1203 Nick O'Leary 2017-04-10 16:11:01 +01:00
  • 10f94148af Exec node for windows environment (#1200) Kazuki-Nakanishi 2017-04-11 00:06:19 +09:00
  • 31502c2ebc remove allow_failures flag from node 7.x Nick O'Leary 2017-04-10 15:50:38 +01:00
  • 62b29ecb65 Make theme able to load custom javascript (#1211) David 2017-04-10 10:46:44 -04:00
  • 67337e013a Merge branch 'master' into 0.17 Nick O'Leary 2017-04-10 15:45:21 +01:00
  • f987fa13ea Resolve dir argument of getLocalNodeFiles function (#1216) Andrey Bezugliy 2017-04-10 17:41:20 +03:00
  • 73dfe631ce Add .trace and .debug to Node prototype Nick O'Leary 2017-04-10 15:32:40 +01:00
  • 83ca8147ca Merge branch 'pr_1197' into 0.17 Nick O'Leary 2017-04-10 15:25:19 +01:00
  • 1c11e7f97b Shrink config node appearance in info table Nick O'Leary 2017-04-10 14:33:21 +01:00
  • aefae79186 Display config nodes in Info sidebar table Nick O'Leary 2017-04-10 11:29:52 +01:00
  • 4b05a9bb6f Ensure flow info box updates after editing flow Nick O'Leary 2017-04-10 00:00:10 +01:00
  • 2453719a87 Make H3 sections in node help collapsible Nick O'Leary 2017-04-07 13:30:12 +01:00
  • ea929b00e3 Hide Node info section when displaying changelog Nick O'Leary 2017-04-07 12:36:06 +01:00
  • ede940a398 Allow tips to be hidden and cycled through Nick O'Leary 2017-04-07 12:24:39 +01:00
  • 67da853146 Add info tips back to the sidebar Nick O'Leary 2017-04-07 11:21:30 +01:00
  • 624befd704 Restructure info tab Nick O'Leary 2017-04-06 23:17:06 +01:00
  • 203539841d allow shadowing in .jshintrc (mainly to test signing commits) Dave Conway-Jones 2017-04-06 11:12:11 +01:00
  • 262db23f7d First pass of new node-info style Nick O'Leary 2017-04-05 16:19:23 +01:00
  • 28ea22f0e1 MQTT new style info Dave Conway-Jones 2017-03-29 21:45:28 +01:00
  • 3f349c3531 remove requirement for cmd in exec node config + new style info Dave Conway-Jones 2017-03-29 21:44:58 +01:00
  • 9928e8562a let inject "between time" also fire at start - Plus new info Dave Conway-Jones 2017-03-24 14:01:26 +00:00
  • b1e3fc5761 remove repeat symbol from inject if repeat is 0 Dave Conway-Jones 2017-03-23 22:04:53 +00:00
  • b2390f1caf adding frequency configuration to pwm output (#1206) Nam Giang 2017-03-23 14:02:22 -07:00
  • 8cc9aeba4a Fix docs Ben Hardill 2017-03-23 20:06:11 +00:00
  • ba0823c38c Add support for rejectUnauthorized msg property Ben Hardill 2017-03-23 19:48:48 +00:00
  • b9379f2ddf Provide notification when new flows deployed in the background Nick O'Leary 2017-03-17 21:29:03 +00:00
  • 38a950a6dc Add description to flow same as subflow Kazuki-Nakanishi 2017-03-17 01:29:19 +09:00
  • fb24dca019 Add JSON Expression editor Nick O'Leary 2017-03-12 23:52:31 +00:00
  • 07d131c945 Update jsonata Nick O'Leary 2017-03-12 22:02:58 +00:00
  • 0c1c710afe make sure MQTT client closes if redeploy during reconnect Dave Conway-Jones 2017-03-10 20:12:52 +00:00
  • 15cd93c30f Update follow_redirects to fix http_proxy handling Fixes #1172 Nick O'Leary 2017-03-09 22:49:22 +00:00
  • a5d9e17a8c Allow nodes to have translations not in core (#1183) Ben Hardill 2017-03-08 09:58:39 +00:00
  • a82926dd0d Modify Japanese translation file for editor Kazuhito Yokoi 2017-03-06 11:18:23 +00:00
  • 12435b997a Added a name icon and a description label on edit subflow window. Kazuki Nakanishi 2017-03-03 14:10:20 +00:00
  • 5945be95cf Treat missing msg properties as undefined rather than throw error Fixes #1167 Nick O'Leary 2017-03-02 14:02:26 +00:00
  • 5c2e7ce407 Update jsonata Nick O'Leary 2017-03-12 22:02:58 +00:00
  • 834e894b1d make sure MQTT client closes if redeploy during reconnect Dave Conway-Jones 2017-03-10 20:12:52 +00:00
  • d25dac69d2 ask istanbul for more reports as default Dave Conway-Jones 2017-03-10 20:04:14 +00:00
  • 3cc4173399 Extend timeout for the test case of installing non-existant path. (#1191) Kazuki-Nakanishi 2017-03-10 13:59:44 +00:00
  • 36ab16c1ed Update follow_redirects to fix http_proxy handling Fixes #1172 Nick O'Leary 2017-03-09 22:49:22 +00:00
  • 5356373681 Finalise nodeSettings and update tlsConfigDisableLocalFiles Nick O'Leary 2017-03-09 21:06:49 +00:00
  • f45a2643f2 Change default value of tlsConfigDisableLocalFiles to false Nick O'Leary 2017-03-09 20:01:44 +00:00
  • e55933706d Merge branch 'nodeSettings' into 0.17 Nick O'Leary 2017-03-09 20:00:54 +00:00
  • 3b3d696e45 Add the node setting tlsConfigDisableLocalFiles for tls node. (#1190) nodeSettings Kazuki-Nakanishi 2017-03-09 19:58:34 +00:00
  • 281351e6b3 Add istanbul to Gruntfile.js (#1189) Kazuki-Nakanishi 2017-03-09 15:28:13 +00:00
  • 34089aec70 Allow a node to declare what settings should be made available to the editor. (#1185) Kazuki-Nakanishi 2017-03-08 14:38:33 +00:00
  • 3658d0e039 Add wait for writing a library entry into a file. (#1186) Kazuki-Nakanishi 2017-03-08 10:00:40 +00:00
  • 7a10636128 Add node whitelist function (#1184) kazuhitoyokoi 2017-03-08 10:00:00 +00:00
  • 604ba7f4bc Allow nodes to have translations not in core (#1183) Ben Hardill 2017-03-08 09:58:39 +00:00
  • 27b7fb54e8 nail trigger test for windows AND linux Dave Conway-Jones 2017-03-06 19:06:10 +00:00
  • d351aa842c add port label to file node and update info Dave Conway-Jones 2017-03-06 19:05:52 +00:00
  • 59da705b8f really close tcp node connection right away (if told to) Dave Conway-Jones 2017-03-06 19:05:16 +00:00
  • 99b8f16d88 give up on SIGQUIT for widows test Dave Conway-Jones 2017-03-06 17:42:59 +00:00
  • 06ffe722d4 better tests for windows nodes Dave Conway-Jones 2017-03-06 17:40:09 +00:00
  • 6264104642 comment out 2nd exec node kill tests Dave Conway-Jones 2017-03-06 16:49:51 +00:00
  • c97812c340 retry exec node tests Dave Conway-Jones 2017-03-06 16:25:38 +00:00
  • bd4c578230 NLS messages for Flow enabled/disable Nick O'Leary 2017-03-06 15:55:38 +00:00
  • 6ec2949b6f Don't display port labels for subflow pseudo-port nodes Nick O'Leary 2017-03-06 15:41:19 +00:00
  • 1ff23ebfd9 Stop some ui elements from clearing url anchor when clicked Nick O'Leary 2017-03-06 15:30:42 +00:00
  • 7698990e37 Allows flows to be enabled/disabled in the runtime Nick O'Leary 2017-03-06 15:23:31 +00:00
  • 17e092afb3 Allow tabs to be enabled/disabled in the editor Nick O'Leary 2017-03-06 10:03:15 +00:00
  • 2db65b9d1f fixes for grunt files tests on Windows Dave Conway-Jones 2017-03-06 15:28:23 +00:00
  • c6436f47eb let exec node take msg.kill SIG... param and pid param Dave Conway-Jones 2017-03-06 15:27:29 +00:00
  • e88b4a4412 Merge pull request #1181 from kazuhitoyokoi/master Nick O'Leary 2017-03-06 11:22:33 +00:00
  • 01a177adfb Modify Japanese translation file for editor Kazuhito Yokoi 2017-03-06 11:18:23 +00:00
  • 052b5e0ea8 Merge pull request #1174 from Kazuki-Nakanishi/master Nick O'Leary 2017-03-03 16:19:18 +00:00
  • 68cd447109 Added a name icon and a description label on edit subflow window. Kazuki Nakanishi 2017-03-03 14:10:20 +00:00
  • 4a8a5ed8d4 Add port labels to inject node (to show types) Dave Conway-Jones 2017-03-03 10:21:07 +00:00
  • 84077505b0 add off option to logging settings comment Dave Conway-Jones 2017-03-02 23:12:40 +00:00
  • c4554b71d3 Add link label value as portLabels Dave Conway-Jones 2017-03-02 23:12:06 +00:00
  • 63ce743571 Treat missing msg properties as undefined rather than throw error Fixes #1167 Nick O'Leary 2017-03-02 14:02:26 +00:00
  • 6cf53c611b merge exec fixes Nick O'Leary 2017-03-02 13:41:01 +00:00
  • d8720ee325 Third output from Exec node must be consistent for success/failure conditions Nick O'Leary 2017-03-02 13:34:01 +00:00
  • 73501f3ad3 Resync with master Nick O'Leary 2017-03-01 17:45:09 +00:00
  • 54ee655472 Log error stack traces if verbose flag is set Nick O'Leary 2017-03-01 17:00:27 +00:00