55c24f070c
	 
				 
					 
					
						
						
							
							feat: cancel git clone ops gracefully  
						
						 
						
						... 
						
						
						
						See toolshed/abra#528  
						
						
					 
					
						2025-04-22 22:56:10 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a43a092ba7 
					 
					
						
						
							
							fix: fetch recipe for "app list -S"  
						
						 
						
						
						
						
					 
					
						2025-04-19 07:28:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fa084a61d2 
					 
					
						
						
							
							fix(lint): Improves error message if a lint rule errors  
						
						 
						
						... 
						
						
						
						This was detected while debugging toolshed/abra#534  
						
						
					 
					
						2025-04-16 05:12:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6d64e0edd3
	 
				 
					 
					
						
						
							
							fix: sshPkg.Fatal has more nuance  
						
						 
						
						... 
						
						
						
						See toolshed/abra#507  
						
						
					 
					
						2025-03-23 10:27:58 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						47045ca8f1 
					 
					
						
						
							
							feat: improved deploy progress reporting  
						
						 
						
						... 
						
						
						
						See toolshed/abra#478  
						
						
					 
					
						2025-03-23 09:13:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d0f982456e 
					 
					
						
						
							
							add charset modifier to secret generation ( #521 )  
						
						 
						
						... 
						
						
						
						since we need special chars in passwords for a recipe we are working on, i have added the option to specify a charset in the same way as the length can be setted.
i did not change anything in the behaviour, so if length is not specified, the charset gets ignored whether it is there or not.
you can specify the following:
`charset=default` - Results in passgen.AlphabetDefault being used
`charset=special` - Results in passgen.AlphabetSpecial being used
`charset=safespecial` - Results in `!@#%^&*_-+=` being used (so it is AlphabetSpecial without the dollar sign)
`charset=default,special` or `charset=special,default` - Results in passgen.AlphabetDefault + passgen.AlphabetSpecial being used
`charset=default,safespecial` or `charset=safespecial,default` - Results in passgen.AlphabetDefault + `!@#%^&*_-+=` being used ((so it is AlphabetSpecial without the dollar sign)
PR for the docs: toolshed/docs.coopcloud.tech#271 
Co-authored-by: p4u1 <p4u1@noreply.git.coopcloud.tech >
Reviewed-on: toolshed/abra#521 
Reviewed-by: p4u1 <p4u1@noreply.git.coopcloud.tech >
Co-authored-by: Apfelwurm <Alexander@volzit.de >
Co-committed-by: Apfelwurm <Alexander@volzit.de > 
						
						
					 
					
						2025-03-21 10:29:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1723025fbf
	 
				 
					 
					
						
						
							
							build: go 1.24  
						
						 
						
						... 
						
						
						
						We were running behind and there were quite some deprecations to update.
This was mostly in the upstream copy/pasta package but seems quite
minimal. 
						
						
					 
					
						2025-03-16 12:31:45 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e58a716fe1 
					 
					
						
						
							
							feat(deploy): Simplifies deploy overview ( #508 )  
						
						 
						
						... 
						
						
						
						This simplifies the deploy overview, to only show 3 version fields:
- CURRENT DEPLOYMENT
- CURRENT ENV
- NEW DEPLOYMENT
It also fixes a few errors around version detection
Reviewed-on: toolshed/abra#508 
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net >
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net > 
						
						
					 
					
						2025-03-12 16:13:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4326d1d259 
					 
					
						
						
							
							fix: Sorts git tags with tagcmp  
						
						 
						
						
						
						
					 
					
						2025-02-11 10:01:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						64ad60663f 
					 
					
						
						
							
							test: adjust for new abra-test-recipe version  
						
						 
						
						... 
						
						
						
						See toolshed/abra#470  
						
						
					 
					
						2025-01-09 13:14:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4923984e84
	 
				 
					 
					
						
						
							
							fix: not flaky catalogue generate  
						
						 
						
						... 
						
						
						
						See toolshed/abra#464  
						
						
					 
					
						2025-01-05 12:08:10 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b3a2402cec
	 
				 
					 
					
						
						
							
							chore: remove redundant logging  
						
						 
						
						
						
						
					 
					
						2025-01-05 10:38:24 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a773fd4256
	 
				 
					 
					
						
						
							
							chore: spacing  
						
						 
						
						
						
						
					 
					
						2025-01-05 10:38:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b1a0d54bd3
	 
				 
					 
					
						
						
							
							fix: default to main then master  
						
						 
						
						
						
						
					 
					
						2025-01-05 10:37:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e57a6d87a3
	 
				 
					 
					
						
						
							
							test: use recipes url  
						
						 
						
						
						
						
					 
					
						2025-01-03 20:35:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						81cdc843ec
	 
				 
					 
					
						
						
							
							fix: coop-cloud -> toolshed  
						
						 
						
						
						
						
					 
					
						2025-01-03 20:23:27 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a379b31a19 
					 
					
						
						
							
							refactor: dont use topics  
						
						 
						
						... 
						
						
						
						See coop-cloud/organising#377 
See coop-cloud/organising#569  
						
						
					 
					
						2025-01-03 17:01:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1194f3b228
	 
				 
					 
					
						
						
							
							refactor!: maintain "domain"  
						
						 
						
						... 
						
						
						
						See toolshed/organising#636  
						
						
					 
					
						2025-01-03 08:24:03 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2dc8034c16
	 
				 
					 
					
						
						
							
							fix: no dot dirs for server selection  
						
						 
						
						
						
						
					 
					
						2025-01-03 08:16:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c5ddeb2d8a
	 
				 
					 
					
						
						
							
							fix: dont update catalogue on autocomplete  
						
						 
						
						
						
						
					 
					
						2025-01-03 08:10:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0a63f9ce27
	 
				 
					 
					
						
						
							
							fix: undeploy handles chaos/unstaged in overview  
						
						 
						
						... 
						
						
						
						Follows 3a71dc47f8 
						
						
					 
					
						2025-01-02 21:50:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3a71dc47f8
	 
				 
					 
					
						
						
							
							fix: more env version write tests  
						
						 
						
						... 
						
						
						
						See toolshed/organising#661  
						
						
					 
					
						2025-01-02 21:20:40 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						48198d55bd
	 
				 
					 
					
						
						
							
							chore: rename [ci skip]  
						
						 
						
						
						
						
					 
					
						2025-01-02 11:31:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b0cd8ccbb9
	 
				 
					 
					
						
						
							
							refactor/fix: deploy/upgrade/rollback  
						
						 
						
						... 
						
						
						
						See coop-cloud/abra#461  
						
						
					 
					
						2025-01-02 11:12:38 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5975be6870
	 
				 
					 
					
						
						
							
							fix: unstaged changes handling  
						
						 
						
						... 
						
						
						
						See toolshed/organising#651  
						
						
					 
					
						2024-12-31 16:37:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bfed51a69c
	 
				 
					 
					
						
						
							
							fix: no newline on status in logs  
						
						 
						
						
						
						
					 
					
						2024-12-31 08:26:35 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5d0faf5e13
	 
				 
					 
					
						
						
							
							fix: only log once for the loaded app  
						
						 
						
						
						
						
					 
					
						2024-12-31 08:26:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						994310a4ff
	 
				 
					 
					
						
						
							
							refactor!: use charm defaults  
						
						 
						
						
						
						
					 
					
						2024-12-30 18:05:04 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						356e527f1f
	 
				 
					 
					
						
						
							
							refactor!: upgrade/rollback vertical render / ui fixes  
						
						 
						
						... 
						
						
						
						See toolshed/organising#658  
						
						
					 
					
						2024-12-28 23:35:47 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fab93a559a
	 
				 
					 
					
						
						
							
							fix: more robust <app> autocomplete + error handling  
						
						 
						
						... 
						
						
						
						See toolshed/organising#652  
						
						
					 
					
						2024-12-28 22:22:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8ac31330be
	 
				 
					 
					
						
						
							
							fix: error out if missing "deploy.labels"  
						
						 
						
						... 
						
						
						
						See toolshed/organising#643  
						
						
					 
					
						2024-12-28 21:55:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						03000c25e0
	 
				 
					 
					
						
						
							
							refactor: parametrize default value  
						
						 
						
						
						
						
					 
					
						2024-12-28 21:54:14 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3f32dbb1a3
	 
				 
					 
					
						
						
							
							fix: better "server add" failure  
						
						 
						
						... 
						
						
						
						See toolshed/organising#570  
						
						
					 
					
						2024-12-28 21:17:51 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						97959ef5da 
					 
					
						
						
							
							refactor!: vertical render & UI/UX fixes  
						
						 
						
						... 
						
						
						
						See coop-cloud/abra#454  
						
						
					 
					
						2024-12-28 15:00:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						671e1ca276
	 
				 
					 
					
						
						
							
							refactor!: cobra migrate  
						
						 
						
						
						
						
					 
					
						2024-12-27 13:32:29 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3f29084664
	 
				 
					 
					
						
						
							
							chore: refactor / docstrings  
						
						 
						
						
						
						
					 
					
						2024-12-21 19:22:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0bb25a00ec
	 
				 
					 
					
						
						
							
							test: migrated server  
						
						 
						
						
						
						
					 
					
						2024-12-21 19:21:50 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						28c7676413 
					 
					
						
						
							
							replace code-descriptive comments with method level comments  
						
						 
						
						
						
						
					 
					
						2024-12-15 09:53:28 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						730fef09a3 
					 
					
						
						
							
							add test for SwitchToMain  
						
						 
						
						
						
						
					 
					
						2024-12-14 18:41:34 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8d076a308a 
					 
					
						
						
							
							bubble up errors on branch switch  
						
						 
						
						
						
						
					 
					
						2024-12-14 18:26:22 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9510c04aeb 
					 
					
						
						
							
							new recipe default branch main instead of master  
						
						 
						
						
						
						
					 
					
						2024-12-12 19:08:18 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1f8662cd95
	 
				 
					 
					
						
						
							
							refactor: urfave v3  
						
						 
						
						
						
						
					 
					
						2024-10-21 16:39:27 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						375e17a4a0
	 
				 
					 
					
						
						
							
							refactor: urfave v2  
						
						 
						
						
						
						
					 
					
						2024-10-21 11:00:35 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						518c5795f4
	 
				 
					 
					
						
						
							
							fix: avoid overwriting non version env vars  
						
						 
						
						... 
						
						
						
						See coop-cloud/organising#630  
						
						
					 
					
						2024-07-24 16:07:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						827edcb0da
	 
				 
					 
					
						
						
							
							test: full width for CI testing [ci skip]  
						
						 
						
						... 
						
						
						
						Also clean up the .env.sample. 
						
						
					 
					
						2024-07-18 11:03:02 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8b8e158664
	 
				 
					 
					
						
						
							
							test: int suite fixes  
						
						 
						
						
						
						
					 
					
						2024-07-17 14:05:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e5a6dea10c
	 
				 
					 
					
						
						
							
							fix: catch ctrl-c again; less cryptic logging  
						
						 
						
						
						
						
					 
					
						2024-07-17 10:09:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1132b09b5b
	 
				 
					 
					
						
						
							
							fix: error out for invalid env versions  
						
						 
						
						
						
						
					 
					
						2024-07-17 10:08:51 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b2436174b0
	 
				 
					 
					
						
						
							
							chore: more logging for env versions  
						
						 
						
						
						
						
					 
					
						2024-07-17 10:08:32 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aedf5e5ff7
	 
				 
					 
					
						
						
							
							fix: dont write commented out versions  
						
						 
						
						... 
						
						
						
						See coop-cloud/organising#626  
						
						
					 
					
						2024-07-17 01:56:28 +02:00