Andras Bacsai 
							
						 
					 
					
						
						
							
						
						38c0641734 
					 
					
						
						
							
							feat(validation): centralize validation patterns for names and descriptions  
						
						... 
						
						
						
						- Introduced `ValidationPatterns` class to standardize validation rules and messages for name and description fields across the application.
- Updated various components and models to utilize the new validation patterns, ensuring consistent sanitization and validation logic.
- Replaced the `HasSafeNameAttribute` trait with `HasSafeStringAttribute` to enhance attribute handling and maintain consistency in name sanitization.
- Enhanced the `CleanupNames` command to align with the new validation rules, allowing for a broader range of valid characters in names. 
						
						
					 
					
						2025-08-19 12:14:48 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						e958b3761d 
					 
					
						
						
							
							feat(cleanup): add command for sanitizing name fields across models  
						
						... 
						
						
						
						- Introduced `CleanupNames` command to sanitize name fields by removing invalid characters, ensuring only letters, numbers, spaces, dashes, underscores, and dots are retained.
- Implemented options for dry run, model-specific cleaning, database backup, and forced execution.
- Updated `Init` command to call the new `cleanup:names` command.
- Enhanced project and environment validation to enforce name sanitization rules.
- Added `HasSafeNameAttribute` trait to relevant models for consistent name handling. 
						
						
					 
					
						2025-08-19 11:04:23 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						019ed43448 
					 
					
						
						
							
							refactor(actions): standardize method naming for network and configuration deletion across application and service classes  
						
						
						
						
					 
					
						2025-04-30 18:30:43 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						009cee1bbd 
					 
					
						
						
							
							Merge branch 'next' into feat-db-ssl  
						
						
						
						
					 
					
						2025-03-17 15:15:24 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						282bb5c4cd 
					 
					
						
						
							
							fix(redis): set default redis_username for new instances  
						
						... 
						
						
						
						Added functionality to automatically assign a default 'redis_username' of 'default' when a StandaloneRedis instance is retrieved without an existing username. This ensures that all instances have a valid username, improving consistency and reducing potential errors in subsequent operations. Additionally, updated the redisUsername method to create a runtime environment variable for 'REDIS_USERNAME' with a default value if it does not already exist, enhancing the robustness of the configuration management. 
						
						
					 
					
						2025-03-14 16:11:31 +01:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						225f24e650 
					 
					
						
						
							
							chore: improve code quality suggested by code rabbit  
						
						
						
						
					 
					
						2025-02-19 18:04:58 +01:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						484fc5140b 
					 
					
						
						
							
							fix(ssl): rename Redis mode to verify-ca as it is not verify-full  
						
						
						
						
					 
					
						2025-02-08 16:43:15 +01:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						7b30b1aff1 
					 
					
						
						
							
							feat(ssl): Full SSL support for Redis  
						
						
						
						
					 
					
						2025-02-07 22:36:36 +01:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						844f40188a 
					 
					
						
						
							
							feat(ssl): Add SSL relationships to all DBs  
						
						
						
						
					 
					
						2025-02-05 22:19:13 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						1fe4dd722b 
					 
					
						
						
							
							Revert "rector: arrrrr"  
						
						... 
						
						
						
						This reverts commit 16c0cd10d8 
						
						
					 
					
						2025-01-07 15:31:43 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						16c0cd10d8 
					 
					
						
						
							
							rector: arrrrr  
						
						
						
						
					 
					
						2025-01-07 14:52:08 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						bf9d89f279 
					 
					
						
						
							
							Merge branch 'next' into fix-environement-route  
						
						
						
						
					 
					
						2024-12-17 12:17:50 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						2a9d499251 
					 
					
						
						
							
							feat: migrate env variables to polymorphic relationship  
						
						... 
						
						
						
						fix: proxy status query ui 
						
						
					 
					
						2024-12-17 10:38:42 +01:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						277fd78769 
					 
					
						
						
							
							new uuid routes  
						
						
						
						
					 
					
						2024-11-22 16:03:20 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						ca7c214775 
					 
					
						
						
							
							fix: new way to update container statuses  
						
						
						
						
					 
					
						2024-11-03 09:02:14 +01:00 
						 
				 
			
				
					
						
							
							
								Lucas Michot 
							
						 
					 
					
						
						
							
						
						601f1a4717 
					 
					
						
						
							
							Always prefer stricter string comparisons.  
						
						
						
						
					 
					
						2024-10-31 15:23:19 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						3e729ee928 
					 
					
						
						
							
							fix: metrics for dbs  
						
						
						
						
					 
					
						2024-10-21 22:57:00 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						2809083f61 
					 
					
						
						
							
							Refactor Redis password handling and migration to use environment variables  
						
						
						
						
					 
					
						2024-10-21 13:43:34 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						bf7b0f9e06 
					 
					
						
						
							
							fix: redis database user and password  
						
						
						
						
					 
					
						2024-10-21 12:13:42 +02:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						85c3270dcc 
					 
					
						
						
							
							update helper and disable input if variable is shared  
						
						
						
						
					 
					
						2024-10-16 13:44:17 +02:00 
						 
				 
			
				
					
						
							
							
								🏔️ Peak 
							
						 
					 
					
						
						
							
						
						937666b177 
					 
					
						
						
							
							Merge branch 'fix-redis-db-ui' into fix-redis  
						
						
						
						
					 
					
						2024-10-15 15:48:57 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						1f193d465d 
					 
					
						
						
							
							sentinel updates  
						
						
						
						
					 
					
						2024-10-14 12:07:37 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						bb6cb8edc9 
					 
					
						
						
							
							improvement: show backup button on supported db service stacks  
						
						
						
						
					 
					
						2024-10-03 10:48:25 +02:00 
						 
				 
			
				
					
						
							
							
								peaklabs-dev 
							
						 
					 
					
						
						
							
						
						03b736177d 
					 
					
						
						
							
							Merge branch 'coollabsio:main' into fix-redis-db-ui  
						
						
						
						
					 
					
						2024-09-26 20:02:05 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						f71fb7266d 
					 
					
						
						
							
							fix: terminal  
						
						
						
						
					 
					
						2024-09-16 15:35:44 +02:00 
						 
				 
			
				
					
						
							
							
								ayntk-ai 
							
						 
					 
					
						
						
							
						
						388f8c4e95 
					 
					
						
						
							
							Security fix redis password and username logic  
						
						
						
						
					 
					
						2024-08-21 19:20:03 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						e4b92bb660 
					 
					
						
						
							
							feat: new server checking job  
						
						... 
						
						
						
						feat: show if the server  has problems on ui 
						
						
					 
					
						2024-08-05 15:48:15 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						2b805f869a 
					 
					
						
						
							
							fix/feat: better volume cleanups  
						
						
						
						
					 
					
						2024-07-11 12:38:54 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						c39d6dd407 
					 
					
						
						
							
							feat: token permissions  
						
						... 
						
						
						
						feat: handle sensitive data
feat: handle read-only data 
						
						
					 
					
						2024-07-02 12:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						da6f2da3d0 
					 
					
						
						
							
							feat: lots of api endpoints  
						
						
						
						
					 
					
						2024-07-01 16:26:50 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						c81ad5cd03 
					 
					
						
						
							
							feat: container metrics  
						
						
						
						
					 
					
						2024-06-20 13:17:06 +02:00 
						 
				 
			
				
					
						
							
							
								Thijmen 
							
						 
					 
					
						
						
							
						
						d86274cc37 
					 
					
						
						
							
							Fix styling  
						
						
						
						
					 
					
						2024-06-10 20:43:34 +00:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						bb6c9cf49e 
					 
					
						
						
							
							fix: backups  
						
						
						
						
					 
					
						2024-04-29 09:38:45 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						2770755f9d 
					 
					
						
						
							
							feat: add db name to backup notifications  
						
						
						
						
					 
					
						2024-04-25 12:09:46 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						5b0a942b42 
					 
					
						
						
							
							fix: make sure that confs when checking if it is changed sorted  
						
						
						
						
					 
					
						2024-04-15 15:45:50 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						7a32b8d1d2 
					 
					
						
						
							
							feat: configuration checker for all resources  
						
						
						
						
					 
					
						2024-04-12 12:44:49 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						9032879e20 
					 
					
						
						
							
							feat: able to delete configuration from server  
						
						
						
						
					 
					
						2024-04-12 10:54:25 +02:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						c20aa0b256 
					 
					
						
						
							
							Refactor method names to use camel case  
						
						
						
						
					 
					
						2024-03-04 11:01:14 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						8385bbb0a0 
					 
					
						
						
							
							feat: gzip enabled & stipprefix setting  
						
						... 
						
						
						
						refactor: code 
						
						
					 
					
						2024-03-04 10:46:13 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						b8708f086e 
					 
					
						
						
							
							feat: initial api endpoints  
						
						... 
						
						
						
						feat: server resources are now looks better 
						
						
					 
					
						2024-02-16 21:56:38 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						9e1a7d5d9a 
					 
					
						
						
							
							feat: multi deployments  
						
						
						
						
					 
					
						2024-02-07 14:55:06 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						e7fdff0f69 
					 
					
						
						
							
							feat: tags  
						
						... 
						
						
						
						ui: improvements 
						
						
					 
					
						2024-02-02 11:50:28 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						fb478c79b3 
					 
					
						
						
							
							feat: shared environments  
						
						
						
						
					 
					
						2024-01-23 17:13:23 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						69343f974a 
					 
					
						
						
							
							soft delete models  
						
						
						
						
					 
					
						2023-12-13 12:08:12 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						0670e6c1d6 
					 
					
						
						
							
							fix: server view for link()  
						
						
						
						
					 
					
						2023-11-30 12:21:53 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						d396f649df 
					 
					
						
						
							
							fix: show defined resources in server tab, so you will know what you need to delete before you can delete the server.  
						
						
						
						
					 
					
						2023-11-27 09:39:43 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						3b20eee909 
					 
					
						
						
							
							feat: enable/disable log drain by service  
						
						
						
						
					 
					
						2023-11-17 20:08:21 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						61e1fdede9 
					 
					
						
						
							
							feat: make service databases public  
						
						
						
						
					 
					
						2023-11-09 14:59:38 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						149fee2452 
					 
					
						
						
							
							fix: deletions  
						
						
						
						
					 
					
						2023-11-06 18:04:18 +01:00 
						 
				 
			
				
					
						
							
							
								Andras Bacsai 
							
						 
					 
					
						
						
							
						
						11bd46b200 
					 
					
						
						
							
							wip: mongodb backup  
						
						
						
						
					 
					
						2023-10-19 17:17:38 +02:00