Nathanaël Lécaudé 
							
						 
					 
					
						
						
							
						
						eea85485e6 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0.19' into json-schema  
						
						
						
						
					 
					
						2018-07-10 11:11:15 -04:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						407e16e900 
					 
					
						
						
							
							Fix appearrence of switch node port label for flow/global ref. ( #1793 )  
						
						... 
						
						
						
						* fix appearrence of switch node port label for flow/global ref
* use RED.utils.parseContextKey 
						
						
					 
					
						2018-07-10 12:40:52 +01:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						6e9fe3248a 
					 
					
						
						
							
							Fix appearrence of change node label for flow/global ref ( #1792 )  
						
						... 
						
						
						
						* fix appearence of change node label for flow/global ref
* use RED.utils.parseContextKey 
						
						
					 
					
						2018-07-10 12:40:31 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						f8aa4a9588 
					 
					
						
						
							
							Merge branch 'async-split' into 0.19  
						
						
						
						
					 
					
						2018-07-10 11:30:38 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						c249907846 
					 
					
						
						
							
							Merge pull request  #1791  from node-red/join-node-keep-top-level-properties  
						
						... 
						
						
						
						join-node-keep-top-level-properties 
						
						
					 
					
						2018-07-10 11:28:55 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						57c1524a9a 
					 
					
						
						
							
							Add async jsonata support to join node  
						
						
						
						
					 
					
						2018-07-10 11:24:57 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d8d82e2ba3 
					 
					
						
						
							
							Update sort node for async use of jsonata  
						
						
						
						
					 
					
						2018-07-09 23:06:51 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						807b512ef7 
					 
					
						
						
							
							Add JSONata async support to Switch and Change nodes  
						
						
						
						
					 
					
						2018-07-09 21:56:39 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d7adff9a65 
					 
					
						
						
							
							Add async message handling to Trigger node  
						
						
						
						
					 
					
						2018-07-09 14:12:44 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						fc9cdb61f2 
					 
					
						
						
							
							Add async property handling to Switch node  
						
						
						
						
					 
					
						2018-07-09 11:31:10 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						9c00492dc2 
					 
					
						
						
							
							WIP: create async Switch node helper functions  
						
						
						
						
					 
					
						2018-07-09 11:31:10 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						1a6babd199 
					 
					
						
						
							
							Lint Switch code  
						
						
						
						
					 
					
						2018-07-09 11:31:10 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						1b693eed37 
					 
					
						
						
							
							Add async context support to Change node  
						
						
						
						
					 
					
						2018-07-09 11:31:10 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						f870e9ed3e 
					 
					
						
						
							
							Let Join node accumulate top level properties  
						
						... 
						
						
						
						Last in is still most significant 
						
						
					 
					
						2018-07-08 16:52:30 +01:00 
						 
				 
			
				
					
						
							
							
								Nathanaël Lécaudé 
							
						 
					 
					
						
						
							
						
						6a218814d3 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0.19' into json-schema  
						
						
						
						
					 
					
						2018-06-30 16:20:13 -07:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						14882bda78 
					 
					
						
						
							
							Ensure runtime errors in Change node can be caught  
						
						... 
						
						
						
						Fixes  #1769  
					
						2018-06-29 11:50:16 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						6f5974f875 
					 
					
						
						
							
							Fix join node manual mode array  
						
						... 
						
						
						
						msg.complete was adding an unwanted null to the array (if no payload)
Added tests for msg.complete with array and object 
						
						
					 
					
						2018-06-14 20:00:42 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						eb6d093e56 
					 
					
						
						
							
							Add env-var support to TypedInput  
						
						
						
						
					 
					
						2018-05-21 15:10:06 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						4a4513a746 
					 
					
						
						
							
							Add type checks to switch node options ( #1714 )  
						
						... 
						
						
						
						* Add type checks to switch node options
* add isType to messages.json 
						
						
					 
					
						2018-05-03 11:24:44 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						9d22a86ec8 
					 
					
						
						
							
							fix typo in switch label, make function label consistent  
						
						
						
						
					 
					
						2018-04-16 11:12:21 +01:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						89bfc90f40 
					 
					
						
						
							
							Make core nodes labels more consistent, to  close   #1673  
						
						... 
						
						
						
						and make them translateable 
						
						
					 
					
						2018-03-30 14:31:59 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						98f7271ac8 
					 
					
						
						
							
							Merge pull request  #1657  from node-red-hitachi/move-i18n-info-text  
						
						... 
						
						
						
						move i18n info text of core nodes under nodes/core/locales directory 
						
						
					 
					
						2018-03-20 20:44:54 +00:00 
						 
				 
			
				
					
						
							
							
								Kazuki Nakanishi 
							
						 
					 
					
						
						
							
						
						fe289e62b5 
					 
					
						
						
							
							Fix the problem that output labels of switch node sometimes disappear ( #1664 )  
						
						
						
						
					 
					
						2018-03-20 20:37:29 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						341ff9bf5c 
					 
					
						
						
							
							move i18n info text of core nodes under nodes/core/locales directory  
						
						
						
						
					 
					
						2018-03-03 10:39:11 +09:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						284f437c1a 
					 
					
						
						
							
							merge i18n-info-jp-logic  
						
						
						
						
					 
					
						2018-02-15 22:46:58 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						5fb3ffc240 
					 
					
						
						
							
							Merge pull request  #1627  from node-red-hitachi/fix-batch-concat-mode-msg-modification  
						
						... 
						
						
						
						fixed message modificcation of concat mode of BATCH node 
						
						
					 
					
						2018-02-13 23:45:19 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						0b6e290271 
					 
					
						
						
							
							Merge pull request  #1625  from node-red-hitachi/fix-typo-in-info-text  
						
						... 
						
						
						
						Fix typo in info text 
						
						
					 
					
						2018-02-13 23:44:35 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						6252b075bc 
					 
					
						
						
							
							fixed message modificcation of concat mode of BATCH node  
						
						
						
						
					 
					
						2018-02-13 20:55:03 +09:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						5814b80a72 
					 
					
						
						
							
							add Japanese info text for logic category nodes  
						
						
						
						
					 
					
						2018-02-11 20:59:01 +09:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						43408a724c 
					 
					
						
						
							
							fix unmatched tag in info text of BATCH node  
						
						
						
						
					 
					
						2018-02-11 02:06:28 +09:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						abe60b62e6 
					 
					
						
						
							
							change backquote in info text to <code>...</code>  
						
						
						
						
					 
					
						2018-02-08 23:20:53 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						6f69995f4e 
					 
					
						
						
							
							Update sort/batch docs  
						
						
						
						
					 
					
						2018-02-01 20:21:36 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						0e5adc1f0a 
					 
					
						
						
							
							merge upstream/master  
						
						
						
						
					 
					
						2018-01-30 22:15:24 +09:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						3f2a92e801 
					 
					
						
						
							
							evaluate init value on each reduction  
						
						
						
						
					 
					
						2018-01-29 22:30:47 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						771e43583a 
					 
					
						
						
							
							Typo in Batch node help  
						
						
						
						
					 
					
						2018-01-29 11:21:43 +00:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						1d4a435f20 
					 
					
						
						
							
							Use a properly random is for parts.id  
						
						... 
						
						
						
						to close  #1583  
						
						
					 
					
						2018-01-28 21:15:59 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d355de509b 
					 
					
						
						
							
							Merge pull request  #1580  from node-red-hitachi/0.18-parts-ext-switch-fix  
						
						... 
						
						
						
						fix bugs in SWITCH updates 
						
						
					 
					
						2018-01-26 08:18:10 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						2753075180 
					 
					
						
						
							
							fix bugs in SWITCH updates  
						
						
						
						
					 
					
						2018-01-26 12:39:07 +09:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						22a5b339f7 
					 
					
						
						
							
							Stop list items from overflowing to new lines in node ui  
						
						... 
						
						
						
						Fixes  #1408  
					
						2018-01-25 14:02:41 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e7960d1d44 
					 
					
						
						
							
							Rewording some of the message sequence nodes ( #1564 )  
						
						... 
						
						
						
						* Rewording some of the message sequence nodes
* Fix batch test for overlap renaming
* Finish msg-sequence node help rewording
* Rename maxKeptMsgsCount to nodeMessageBufferMaxLength
* Rename nodeMessageBufferMaxLength in tests
* Remove Join-merge mode for later rework 
						
						
					 
					
						2018-01-24 22:01:07 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						dc3d89008d 
					 
					
						
						
							
							Merge pull request  #1561  from node-red/add-property-select  
						
						... 
						
						
						
						Add property select to various core nodes 
						
						
					 
					
						2018-01-23 17:06:31 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						a75b819858 
					 
					
						
						
							
							reduce *MaxKeptMsgsCount property to one maxKeptMsgsCount ( #1563 )  
						
						
						
						
					 
					
						2018-01-22 23:26:17 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						87d847a074 
					 
					
						
						
							
							delete useless logging code from SWITCH node ( #1570 )  
						
						
						
						
					 
					
						2018-01-22 23:25:02 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						6b466d217a 
					 
					
						
						
							
							update UI for SORT node ( #1567 )  
						
						... 
						
						
						
						* update UI of SORT node
* fix maxKeptMsgsCount of SORT node 
						
						
					 
					
						2018-01-22 00:23:22 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						c6fb3d6f41 
					 
					
						
						
							
							make selector of "joined using" filed shown correctly ( #1568 )  
						
						... 
						
						
						
						make selector of "joined using" field shown correctly 
						
						
					 
					
						2018-01-21 11:46:57 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						6310de0d20 
					 
					
						
						
							
							Initial support of sequence rules for SWITCH node ( #1545 )  
						
						... 
						
						
						
						* new UI for parts support of SWITCH node
* update UI of SWITCH node for parts support
* add server side code of new SWITCH node
* update info document of SWITCH node
* add tests for new SWITCH node features
* add test for too many pending messages & related fixes
* fix handling when msg is undefined
* tabs -> spaces
* fixed meaning of "repair sequence" in SWITCH node docs
* add a note on restricting internally kept messages
* change label and position in menu of "pos. between" rule
* fixed typos (again, sorry) 
						
						
					 
					
						2018-01-17 10:08:58 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						218794be77 
					 
					
						
						
							
							Initial support of merge & reduce mode for JOIN node ( #1546 )  
						
						... 
						
						
						
						* initial support of merge mode of JOIN node
* initial support of reduce mode of JOIN node
* update info document of JOIN node
* add tests for merge & reduce mode of JOIN node
* tidy tabs & spaces
* add test for too many pending messages & related fixes
* add an test for reduce mode of JOIN node
* change order of modes of SWITCH node
* add initial topics entry of merge mode
* fixed descriptions on "reduce right" checkbox
* fixed update of typedInput field of reduce mode
* fixed a typo in info document of JOIN node
* allow empty string in JSONata input field of reduce mode
* fixed a typo
* fixed error in reduce mode description 
						
						
					 
					
						2018-01-17 10:08:23 +00:00 
						 
				 
			
				
					
						
							
							
								Hiroyasu Nishiyama 
							
						 
					 
					
						
						
							
						
						af71ae649b 
					 
					
						
						
							
							Initial support of new BATCH node ( #1548 )  
						
						... 
						
						
						
						* initial support of BATCH node
* add concat mode & fix for docs and js code
* add tests for BATCH node
* minor correction of typo
* allow interval in float
* fixed message catalog
* add test for too many pending messages & related fixes
* update info document on batchMaxKeptMsgsCount
* fixed close callback
* fixed info document
* add initial topics entry of concat mode 
						
						
					 
					
						2018-01-17 10:05:01 +00:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						a11a279c00 
					 
					
						
						
							
							add msg. select to range and yaml nodes,  
						
						... 
						
						
						
						re-order son node (name to bottom)
add common.label.property to messages list 
						
						
					 
					
						2018-01-16 10:59:44 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						9ba011003a 
					 
					
						
						
							
							Merge branch 'master' into 0.18  
						
						
						
						
					 
					
						2018-01-11 21:20:51 +00:00