Commit Graph

  • 4f34980c9f adding streaming modes into split node Dave Conway-Jones 2017-06-16 22:26:14 +01:00
  • e70766a535 fix split to pass tests... Dave Conway-Jones 2017-06-16 09:21:53 +01:00
  • 55110dfbac let split node reassemble based on a final packet. (as well as the first) Dave Conway-Jones 2017-06-16 09:16:23 +01:00
  • 56405ac903 let join also accumulate strings (and not fail) Dave Conway-Jones 2017-06-15 00:11:35 +01:00
  • 2b2136c468 Add typedInput binary mode icon Nick O'Leary 2017-06-14 22:29:16 +01:00
  • f12031ee9e redo delay node status messages to be interval based Dave Conway-Jones 2017-06-14 22:25:44 +01:00
  • c26852da77 Add buffer support to split node Nick O'Leary 2017-06-13 21:01:04 +01:00
  • d9dc171c28 Add buffer mode to typedInput Nick O'Leary 2017-06-11 21:19:46 +01:00
  • d407f31ae5 stop delay node spamming web socket (when in fast rate limit mode) Dave Conway-Jones 2017-06-09 19:42:12 +01:00
  • f688b8d299 Refresh sidebar info when tab is changed Nick O'Leary 2017-06-06 10:27:03 +01:00
  • d8e6a7b687 better spacing for library widget Dave Conway-Jones 2017-06-05 17:04:31 +01:00
  • 7c42b04eff updated split/join node (split still needs work before release) Dave Conway-Jones 2017-06-05 17:04:17 +01:00
  • f527841c29 Fix gridSize for node width calculation to avoid odd resizing Nick O'Leary 2017-06-05 16:10:47 +01:00
  • 48a8dc0989 Redraw grid properly if gridSize changes Nick O'Leary 2017-06-05 16:07:21 +01:00
  • 7e35c9c754 Return flow rev on reload api when api v2 enabled Closes #1273 Nick O'Leary 2017-06-05 15:16:26 +01:00
  • 7502a2b1ff Update trigger help Nick O'Leary 2017-06-05 14:01:24 +01:00
  • 6c2de40dba Add cookie handling to HTTP Request node Nick O'Leary 2017-06-05 11:33:24 +01:00
  • ef90f19eaa Make exec node explicitly call SIGTERM for default Dave Conway-Jones 2017-06-05 09:47:42 +01:00
  • 90ab34591a Add node 8 to travis (with allow failure) Dave Conway-Jones 2017-06-05 08:50:37 +01:00
  • 21d3a3dd1e Modify typo in jsonata.json (#1270) Kazuhito Yokoi 2017-05-31 16:44:44 +09:00
  • b44e70115b Delay/Range node help tidy up Nick O'Leary 2017-05-26 14:27:53 +01:00
  • ac31957707 Update delay node ui Nick O'Leary 2017-05-26 13:51:58 +01:00
  • 65e27a268d Scroll sidebar info tab to top when changing content Nick O'Leary 2017-05-24 21:41:18 +01:00
  • 6bd59b10c7 Ensure info tab sections are collapsible when set from palette Nick O'Leary 2017-05-24 21:11:23 +01:00
  • 6a6a692891 Only show tab info if there is an active tab Nick O'Leary 2017-05-24 20:58:16 +01:00
  • 479b18354d More core node info help tidy up Nick O'Leary 2017-05-24 16:55:53 +01:00
  • 9c6452544b Don't try to nls status text starting with '.' Fixes #1258 Nick O'Leary 2017-05-24 12:21:35 +01:00
  • 0a6ff900da Add guard against the http-request buffer fix being reverted Nick O'Leary 2017-05-24 11:18:52 +01:00
  • f54f863611 Revert "Multipart streaming" bartbutenaers 2017-04-09 01:43:15 +02:00
  • 9cc04da7b2 Multipart streaming bartbutenaers 2017-04-08 22:18:07 +02:00
  • d7f5b0c9d7 Always request buffer bartbutenaers 2017-03-05 15:07:16 +01:00
  • 9bd4598c6a Buffer fix bartbutenaers 2017-03-04 10:29:38 +01:00
  • e3b052bc38 initial commit bartbutenaers 2017-03-04 10:11:58 +01:00
  • f215970649 Add http-request node unit tests Nick O'Leary 2017-05-24 10:36:47 +01:00
  • dfe1cd4f90 Tidy up more core node help text Nick O'Leary 2017-05-23 17:26:23 +01:00
  • 3d2e6aea7b Remember test expression data on a per-node basis Nick O'Leary 2017-05-23 15:54:09 +01:00
  • 749b0d7019 Tidy up parser node edit dialogs and help text Nick O'Leary 2017-05-23 14:18:09 +01:00
  • 7978f85f7a Add Pretty print option to JSON node and Dave Conway-Jones 2017-05-23 09:35:37 +01:00
  • bd14acb68a Change debug message menu icon Nick O'Leary 2017-05-22 22:21:52 +01:00
  • 1e9ce550db Handle empty array/objects in debug view Nick O'Leary 2017-05-22 20:13:39 +01:00
  • 6278dfa77e Only check for reordered outputs if outputMap defiend Nick O'Leary 2017-05-22 13:45:56 +01:00
  • 2a3e355437 Add per-node filter option to Debug pane Nick O'Leary 2017-05-22 11:35:45 +01:00
  • f6b0459d27 change pin selection table for pi gpis nodes Dave Conway-Jones 2017-05-20 02:36:03 +01:00
  • 790d6912fd re-add return to http request (removed in error) Dave Conway-Jones 2017-05-20 02:35:41 +01:00
  • e69e5b4f50 Ensure node labels are reordered properly to match outputs Nick O'Leary 2017-05-19 22:56:29 +01:00
  • 483306e73c Avoid circular references when stingifying node objects Nick O'Leary 2017-05-19 20:35:36 +01:00
  • 1148a0b637 tcp request - remove confusing timeout wording from info Dave Conway-Jones 2017-05-15 22:05:33 +01:00
  • 524021f0fa http request node add transport validity check and warn. Dave Conway-Jones 2017-05-15 22:04:47 +01:00
  • 5b5f9aa01d Add 'none' placeholder for empty port label form Nick O'Leary 2017-05-15 16:26:42 +01:00
  • f97f92c297 Strip BOM character from JSON files if present Fixes #1239 Nick O'Leary 2017-05-15 14:21:12 +01:00
  • 9d4139085b Handle HTTP In url that is missing its leading / Fixes #1218 Nick O'Leary 2017-05-15 14:10:06 +01:00
  • 0ee7ffb5e5 Version check no meta (#1243) mw75 2017-05-15 14:57:35 +02:00
  • 8a7bb1be9f Log error when non-msg-object is returned from a Function Nick O'Leary 2017-05-15 13:54:05 +01:00
  • d4135e80a6 Timeout a node that fails to close - default 15s timeout Nick O'Leary 2017-05-15 13:05:33 +01:00
  • a5ade39d7c Fix selection of link nodes Nick O'Leary 2017-05-13 22:39:06 +01:00
  • f39b4e7d22 Node status should be on by default Nick O'Leary 2017-05-12 22:47:59 +01:00
  • 080469cdf5 Ensure debug node marked changed when button pressed Nick O'Leary 2017-05-12 22:35:29 +01:00
  • 835ad29417 Fix pop-out debug window for all the recent updates Nick O'Leary 2017-05-12 22:22:47 +01:00
  • c09bea4710 Add debug message menu Nick O'Leary 2017-05-12 22:12:55 +01:00
  • 879c0f4114 Don't mark a node changed when going from none to blank labels Nick O'Leary 2017-05-12 19:55:36 +01:00
  • 5feb07583b Don't include msg. in debug message copied paths Nick O'Leary 2017-05-12 10:19:50 +01:00
  • 5388002f54 Format Buffer numbers as hex by default Nick O'Leary 2017-05-11 21:15:16 +01:00
  • c80fa9914b Merge branch '0.17' of github.com:node-red/node-red into 0.17 Nick O'Leary 2017-05-11 21:00:40 +01:00
  • b43d566968 Final TCP node nits - let 0 do it's thing as per every other timeout Dave Conway-Jones 2017-05-11 19:11:51 +01:00
  • 6b4e15dd0f fix tcp port not waiting as per info/previous behaviour Dave Conway-Jones 2017-05-11 17:24:20 +01:00
  • d9ef32d7e8 Remember formatting choices for dbg msg elements Nick O'Leary 2017-05-11 17:00:49 +01:00
  • 49389d6f06 Add new msg.delay option to delay node Dave Conway-Jones 2017-05-11 16:12:38 +01:00
  • c75dc3cc36 Add test coverage for deleting a flow Nick O'Leary 2017-05-11 15:39:55 +01:00
  • c0eabf0438 Add note of removed flows in diffConfig (#1253) btsimonh 2017-05-11 15:39:41 +01:00
  • 7730d0a4f8 Merge branch 'master' into 0.17 Nick O'Leary 2017-05-11 15:10:12 +01:00
  • e79da408a8 Allow debug msg elements to be pinned Nick O'Leary 2017-05-11 15:08:10 +01:00
  • 7381784d0f Only show debug tools under the debug tab Nick O'Leary 2017-05-10 16:56:03 +01:00
  • 085fb283e5 Fix test for valid js identifiers in debug path construction Nick O'Leary 2017-05-10 16:25:46 +01:00
  • 61e0e50e7b Remove unused modified flag on debug messages Nick O'Leary 2017-05-10 16:11:26 +01:00
  • 00460d856b Add copy path/value buttons to debug messages Nick O'Leary 2017-05-10 15:49:12 +01:00
  • 48958f392f TCP In: Fix error in timout callback (#1249) Nathanaël Lécaudé 2017-05-09 17:09:21 -04:00
  • a84efeb5d5 stop using sudo for Pi gpio access Dave Conway-Jones 2017-05-08 09:04:26 +01:00
  • 1c8c05ae04 Fix padding of config node edit dialog Nick O'Leary 2017-05-05 16:01:52 +01:00
  • 401d386812 Add force-deploy option when conflict detected Nick O'Leary 2017-05-05 15:52:37 +01:00
  • 6b07f58e8e NLS jsonata test messages Nick O'Leary 2017-05-05 13:43:18 +01:00
  • 6e8c978d12 Add sentence about clearing retained topic on mqtt Dave Conway-Jones 2017-05-05 12:30:30 +01:00
  • 5b2296b056 Add missing copyright header Nick O'Leary 2017-05-05 11:24:53 +01:00
  • dbf0486acb Add JSONata expr tester and improved feedback Nick O'Leary 2017-05-05 11:23:24 +01:00
  • b030e935ce Hide tip box on startup if disabled Nick O'Leary 2017-05-03 21:27:08 +01:00
  • 29bd43413a Add context.keys function to list top-level keys Nick O'Leary 2017-05-03 20:51:33 +01:00
  • 2249b9449c NLS Expression/JSON editor and fix their height calculation Nick O'Leary 2017-05-03 17:17:36 +01:00
  • 30920b1b78 Add $context/$flow/$global functions to jsonata Nick O'Leary 2017-05-03 15:48:30 +01:00
  • 8f92a3e875 Do not log node errors if handled by a Catch node Nick O'Leary 2017-05-03 13:42:38 +01:00
  • ed1a55d9cd Provide feedback when enable/disable node fails Nick O'Leary 2017-05-03 13:29:35 +01:00
  • 93ef84f495 Move palette editor to settings panel Nick O'Leary 2017-05-03 11:37:42 +01:00
  • ccfcbe8526 Move palette editor to userSettings dialog Nick O'Leary 2017-04-29 23:10:55 +01:00
  • 5938143002 Move view and keyboard into user settings dialog Nick O'Leary 2017-04-28 20:49:01 +01:00
  • 8135da71bd Add basic user settings panel Nick O'Leary 2017-04-25 13:43:59 +01:00
  • a3c73a04c2 yet more core node info updates Dave Conway-Jones 2017-04-26 21:52:33 +01:00
  • 7f90d31846 more core node info updates to newer style Dave Conway-Jones 2017-04-25 21:47:58 +01:00
  • 45fbd22e28 Update some core nodes info Dave Conway-Jones 2017-04-24 20:36:27 +01:00
  • 4689d56955 Allow a node to decide for itself if its button should be enabled or not Nick O'Leary 2017-04-23 23:20:50 +01:00
  • aa1b2808e7 Track node moves separately to node config changes Nick O'Leary 2017-04-23 23:20:36 +01:00
  • 40ad4bdbd8 dont match only part of the node type (#1242) Cor Bosman 2017-04-22 23:08:09 +02:00
  • b6510d66e0 Update debug node to register the settings it uses Nick O'Leary 2017-04-22 09:03:52 +01:00