Ian Letourneau 
							
						 
					 
					
						
						
						
						
							
						
						
							ff7801a7c1 
							
						 
					 
					
						
						
							
							ensure event handlers are properly subscribed on init, extract duplicated progress functions, cleanup duplication  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (pull_request) Successful in -31s 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-07-30 12:22:04 -04:00 
						 
				 
			
				
					
						
							
							
								Ian Letourneau 
							
						 
					 
					
						
						
						
						
							
						
						
							8fae9cf8c8 
							
						 
					 
					
						
						
							
							split instrumentation in 2 different places: harmony domain (for domain observability) & harmoy composer (for build/commands observability)  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (pull_request) Successful in -34s 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-07-27 20:52:24 -04:00 
						 
				 
			
				
					
						
							
							
								Ian Letourneau 
							
						 
					 
					
						
						
						
						
							
						
						
							6f7e1640c1 
							
						 
					 
					
						
						
							
							fix(cli): reduce noise & better track progress within Harmony  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (pull_request) Successful in -35s 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-07-27 17:41:43 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5d41cc8380 
							
						 
					 
					
						
						
							
							Merge branch 'master' into quick-cleanup  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (pull_request) Successful in -34s 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-07-27 14:07:55 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d9959378a6 
							
						 
					 
					
						
						
							
							log(composer): Log check_path_str value when error  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (pull_request) Successful in -37s 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-07-21 09:15:41 -04:00 
						 
				 
			
				
					
						
							
							
								Ian Letourneau 
							
						 
					 
					
						
						
						
						
							
						
						
							07f1151e4c 
							
						 
					 
					
						
						
							
							chore: cleanup of unncessary files & adjust gitignores  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (pull_request) Successful in -31s 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-07-20 20:03:26 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ee02906ce9 
							
						 
					 
					
						
						
							
							fix(composer): spawn commands to allow interaction ( #71 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (push) Successful in 1m39s 
				
			 
		
			
				
	Compile and package harmony_composer / package_harmony_composer (push) Successful in 3m5s 
				
			 
		
		
	 
 
	 
						
						Using `Command::output()` executes the command and wait for it to be finished before returning the output.
Though in some cases the user might need to interact with the CLI before continuing, which hangs the command execution.
Instead, using `Command::spawn()` allows to forward stdin/stdout to the parent process.
Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/71 
Reviewed-by: johnride <jg@nationtech.io> 
						
					 
					
						2025-07-01 21:08:19 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9bf6aac82e 
							
						 
					 
					
						
						
							
							doc: Fix curl command for environments without ~/.local/bin/ folder  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (push) Successful in 1m21s 
				
			 
		
			
				
	Compile and package harmony_composer / package_harmony_composer (push) Successful in 3m1s 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-07-01 11:32:24 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fea7e9ddb9 
							
						 
					 
					
						
						
							
							doc: Improve harmony_composer README single command usage  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (push) Successful in 1m34s 
				
			 
		
			
				
	Compile and package harmony_composer / package_harmony_composer (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-06-26 12:40:39 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2c706225a1 
							
						 
					 
					
						
						
							
							feat: Publishing a release of harmony composer binary as latest-snapshot ( #65 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (push) Successful in 1m42s 
				
			 
		
			
				
	Compile and package harmony_composer / package_harmony_composer (push) Successful in 3m44s 
				
			 
		
		
	 
 
	 
						
						Co-authored-by: tahahawa <tahahawa@gmail.com>
Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/65 
Reviewed-by: taha <taha@noreply.git.nationtech.io>
Co-authored-by: Jean-Gabriel Gill-Couture <jg@nationtech.io>
Co-committed-by: Jean-Gabriel Gill-Couture <jg@nationtech.io> 
						
					 
					
						2025-06-25 15:14:45 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							155e9bac28 
							
						 
					 
					
						
						
							
							feat: create harmony_composer initial version + rework CI ( #58 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run Check Script / check (push) Successful in 1m38s 
				
			 
		
			
				
	Compile and package harmony_composer / package_harmony_composer (push) Successful in 4m15s 
				
			 
		
		
	 
 
	 
						
						Co-authored-by: tahahawa <tahahawa@gmail.com>
Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/58 
Reviewed-by: johnride <jg@nationtech.io>
Co-authored-by: Taha Hawa <taha@taha.dev>
Co-committed-by: Taha Hawa <taha@taha.dev> 
						
					 
					
						2025-06-18 19:52:37 +00:00