Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ed31a0cf15 
					 
					
						
						
							
							Update to WS 6.x and fix all it broke  
						
						... 
						
						
						
						Significant update to the ws module to get it completely up to date.
The jump from 1.x to 6.x has required a rewrite of our WS handling. Most
specifically the means by which you can have multiple ws servers on a
single http server has completely changed; we now have to handle the
'upgrade' event on the server ourselves. 
						
						
					 
					
						2019-01-08 16:21:36 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						34b6643913 
					 
					
						
						
							
							Remove unused variable declaration in Change node  
						
						
						
						
					 
					
						2019-01-07 15:00:32 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						43b7aa40c3 
					 
					
						
						
							
							Remove promises from Join node  
						
						
						
						
					 
					
						2019-01-02 22:37:06 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						747af44fc1 
					 
					
						
						
							
							Tidy up variable naming in split.js  
						
						
						
						
					 
					
						2019-01-01 23:05:13 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d5ef428edd 
					 
					
						
						
							
							Remove promises from Change node  
						
						
						
						
					 
					
						2018-12-21 14:37:04 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						473a2ae275 
					 
					
						
						
							
							Remove all Promises from Switch node  
						
						... 
						
						
						
						Promises are expensive and should not be used in the main
message handling path. The Switch node used them a lot if
the node references context - with a lot of duplicate code
to handle async and sync code paths.
This change modifies the code to use callbacks throughout
that are just as performant in either case. 
						
						
					 
					
						2018-12-20 22:57:47 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						7f5d47f39d 
					 
					
						
						
							
							Update Link node UI to use TreeList  
						
						
						
						
					 
					
						2018-12-20 13:15:42 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						0e2d0e1b6f 
					 
					
						
						
							
							merge dev  
						
						
						
						
					 
					
						2018-12-11 19:02:49 +09:00 
						 
				 
			
				
					
						
							
							
								Nathanaël Lécaudé 
							
						 
					 
					
						
						
							
						
						6d771da9a9 
					 
					
						
						
							
							JSON node: delete msg.schema before sending msg to avoid conflicts  
						
						
						
						
					 
					
						2018-12-10 13:47:55 -05:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						6201247875 
					 
					
						
						
							
							Tidy up markdown toolbar handling across all editors  
						
						... 
						
						
						
						Any editor for the markdown mode will now automatically get
the markdown toolbar added.
The comment node has been updated to handle this properly and
to not add two copies of its content to the sidebar. 
						
						
					 
					
						2018-12-10 15:24:27 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						8198132ca7 
					 
					
						
						
							
							use output selector for specifying JSONata expression  
						
						
						
						
					 
					
						2018-12-09 20:30:35 +09:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						987dbf8a92 
					 
					
						
						
							
							Merge branch 'dev' into debug-node-with-jsonata  
						
						
						
						
					 
					
						2018-12-08 17:43:29 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						24b6670bc4 
					 
					
						
						
							
							Remove sentiment and tail nodes  
						
						
						
						
					 
					
						2018-12-07 16:23:55 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						b7012674c6 
					 
					
						
						
							
							Fix Template node name field from overflowing row  
						
						
						
						
					 
					
						2018-12-06 10:54:42 +00:00 
						 
				 
			
				
					
						
							
							
								meeki007 
							
						 
					 
					
						
						
							
						
						86716b5ffb 
					 
					
						
						
							
							Tidy up Template node edit form  
						
						... 
						
						
						
						Closes  #1969  #1970  #1968  #1967  
					
						2018-12-05 14:47:38 +00:00 
						 
				 
			
				
					
						
							
							
								meeki007 
							
						 
					 
					
						
						
							
						
						96e3aab3b4 
					 
					
						
						
							
							update 10-switch.html - missing Font Awesome font  
						
						... 
						
						
						
						switch node was missing font  ( fa-ellipsis-h )
other nodes that have been updated with property option have the icon.
rbe-node and range-node have the icon to the left of property
its time the switch-node joins its siblings in uniformity. 
						
						
					 
					
						2018-12-05 14:27:38 +00:00 
						 
				 
			
				
					
						
							
							
								nakanishi 
							
						 
					 
					
						
						
							
						
						32d9acdaa5 
					 
					
						
						
							
							minor fix  
						
						
						
						
					 
					
						2018-12-04 15:46:46 +00:00 
						 
				 
			
				
					
						
							
							
								nakanishi 
							
						 
					 
					
						
						
							
						
						4eb3bd496b 
					 
					
						
						
							
							Add redirectList property in msg of http-request node  
						
						
						
						
					 
					
						2018-12-04 15:39:01 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						3c4f4d27d6 
					 
					
						
						
							
							Support output editting of DEBUG node using JSONata  
						
						
						
						
					 
					
						2018-12-01 18:03:04 +01:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						c1ff241550 
					 
					
						
						
							
							add fixes for core nodes  
						
						
						
						
					 
					
						2018-11-30 13:02:15 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						073f38c68c 
					 
					
						
						
							
							Only unsub mqtt node that is being removed  
						
						
						
						
					 
					
						2018-11-08 17:03:41 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						9bb7e72c69 
					 
					
						
						
							
							Merge pull request  #1962  from node-red-hitachi/update-JP-catalog-for-nodes  
						
						... 
						
						
						
						Update Japanese message catalog for nodes 
						
						
					 
					
						2018-11-03 21:36:29 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						ee66a12dad 
					 
					
						
						
							
							add missing message reference in websocket config node  
						
						
						
						
					 
					
						2018-11-02 23:40:14 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						47de85b012 
					 
					
						
						
							
							Merge pull request  #1956  from node-red-hitachi/dev-fix_rpi_html  
						
						... 
						
						
						
						Fix html file of rpi-gpio out node 
						
						
					 
					
						2018-11-02 14:01:28 +00:00 
						 
				 
			
				
					
						
							
							
								Nathanaël Lécaudé 
							
						 
					 
					
						
						
							
						
						30c1d31a99 
					 
					
						
						
							
							http request: coding style  
						
						
						
						
					 
					
						2018-11-01 17:32:25 -04:00 
						 
				 
			
				
					
						
							
							
								Nathanaël Lécaudé 
							
						 
					 
					
						
						
							
						
						6934a2d5c3 
					 
					
						
						
							
							http request: add msg.requestTimeout parameter  
						
						
						
						
					 
					
						2018-11-01 17:27:04 -04:00 
						 
				 
			
				
					
						
							
							
								Masae Okada 
							
						 
					 
					
						
						
							
						
						b9906ced9a 
					 
					
						
						
							
							fix html file of rpi-gpio out node  
						
						
						
						
					 
					
						2018-11-01 18:34:38 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d0bf4a5329 
					 
					
						
						
							
							Merge branch 'pr_1947' into dev  
						
						
						
						
					 
					
						2018-10-29 21:49:43 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d96d3064d6 
					 
					
						
						
							
							Give function node editor a bit more vertical space  
						
						
						
						
					 
					
						2018-10-27 09:56:54 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						4d27ba1bda 
					 
					
						
						
							
							Merge pull request  #1945  from node-red/UDP-Node-fixes  
						
						... 
						
						
						
						Udp node socket binding fixes 
						
						
					 
					
						2018-10-26 21:37:39 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						1c4df785fd 
					 
					
						
						
							
							csv node - better regex for number detection  
						
						
						
						
					 
					
						2018-10-26 09:24:56 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						70fb181b7b 
					 
					
						
						
							
							Add more ui tooltips  
						
						
						
						
					 
					
						2018-10-24 22:57:16 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e64f4e3f39 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2018-10-24 16:42:21 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						c2c6e6080e 
					 
					
						
						
							
							remove extraneous brace from udp node  
						
						
						
						
					 
					
						2018-10-23 23:27:49 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						33d0d12bc8 
					 
					
						
						
							
							More resilient binding to correct port for udp, give input side priority  
						
						
						
						
					 
					
						2018-10-23 23:04:36 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						f488869635 
					 
					
						
						
							
							clear tcpget node status if user changes target per message  
						
						
						
						
					 
					
						2018-10-23 18:59:23 +01:00 
						 
				 
			
				
					
						
							
							
								Akash Mugu 
							
						 
					 
					
						
						
							
						
						6c01d0f9d8 
					 
					
						
						
							
							Exec: Preserve existing properties on msg object  
						
						
						
						
					 
					
						2018-10-22 16:44:16 +01:00 
						 
				 
			
				
					
						
							
							
								Kazuhito Yokoi 
							
						 
					 
					
						
						
							
						
						371d357218 
					 
					
						
						
							
							Fix typo in English messages  
						
						
						
						
					 
					
						2018-10-22 18:21:51 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						34ead436b0 
					 
					
						
						
							
							Merge pull request  #1913  from node-red-hitachi/dev-httpproxy  
						
						... 
						
						
						
						Add http-proxy for http-request node. 
						
						
					 
					
						2018-10-19 11:10:26 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						7a8545273c 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2018-10-15 11:37:14 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						422109868d 
					 
					
						
						
							
							Add markdown toolbar to node description editor  
						
						
						
						
					 
					
						2018-10-06 23:14:04 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						1161e4f6c1 
					 
					
						
						
							
							Add tooltips to debug elements  
						
						
						
						
					 
					
						2018-10-05 17:56:42 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						cdcf39fe82 
					 
					
						
						
							
							Update tooltip style and add to some editor buttons  
						
						
						
						
					 
					
						2018-10-03 14:02:07 +01:00 
						 
				 
			
				
					
						
							
							
								Osamu Katada 
							
						 
					 
					
						
						
							
						
						3d70bc722a 
					 
					
						
						
							
							Add http-proxy for http-request node.  
						
						
						
						
					 
					
						2018-10-03 09:58:25 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						b2f50da322 
					 
					
						
						
							
							Create custom ace javascript mode to handle Function sig  
						
						... 
						
						
						
						Fixes  #1911  
					
						2018-10-02 23:01:34 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						2a50c66df8 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/node-red/node-red  into dev  
						
						
						
						
					 
					
						2018-10-02 18:56:22 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						8de47c0a6e 
					 
					
						
						
							
							delay node: report queue activity wehn in by topic mode  
						
						
						
						
					 
					
						2018-10-02 18:56:17 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a4ddfd404f 
					 
					
						
						
							
							Merge pull request  #1906  from node-red/Allow-button-to-be-invisible  
						
						... 
						
						
						
						If debug set not to go to sidebar hide the button 
						
						
					 
					
						2018-10-02 14:58:41 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						114420e8fd 
					 
					
						
						
							
							If debug set not to go to sidebar hide the button  
						
						... 
						
						
						
						Add button.visible function to view.js
Make status independant of tosidebar setting 
						
						
					 
					
						2018-10-01 12:59:06 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						428bf634e9 
					 
					
						
						
							
							Merge pull request  #1895  from node-red/Tidy-core-nodes  
						
						... 
						
						
						
						Tidy core nodes 
						
						
					 
					
						2018-09-28 13:20:58 +01:00