Andras Bacsai
136ca08305
refactor(command): streamline Init command by removing unnecessary options and enhancing error handling for various operations
2025-09-05 19:27:49 +02:00
Andras Bacsai
d2ed68e605
refactor(jobs): pull github changelogs from cdn instead of github
2025-09-01 16:13:55 +02:00
Andras Bacsai
ea5b33b923
fix(init): improve error handling for deployment and template pulling processes
2025-08-19 14:22: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
a2ef545b6b
feat(changelog): implement automated changelog fetching from GitHub and enhance changelog read tracking
2025-08-12 10:07:11 +02:00
Andras Bacsai
39f25573bf
refactor(templates): update service template file handling to use dynamic file name from constants
2025-08-12 10:06:19 +02:00
Andras Bacsai
3b7f4bcbbd
refactor(init): standardize method naming conventions and improve command structure in Init.php
2025-07-07 09:50:15 +02:00
Andras Bacsai
ca2c66943c
fix
2025-01-17 14:00:20 +01:00
Andras Bacsai
03c50a387c
refactor: remove debug echo statements from Init command to clean up output and improve readability
2025-01-17 12:35:22 +01:00
Andras Bacsai
973429d2c4
add debug logs
2025-01-17 11:38:22 +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
3893754a10
fix confs etc
2024-12-10 10:46:05 +01:00
Andras Bacsai
37d4d5f98c
fix: version should come from constants + fix stripe webhook error reporting
2024-11-25 11:28:08 +01:00
Andras Bacsai
c9babe0731
fix: pull helper image on init
2024-11-15 11:58:35 +01:00
Andras Bacsai
9982a931fa
fix: default docker engine version + fix install script
2024-11-15 11:33:03 +01:00
Andras Bacsai
210a428f93
fix: init script + optimize laravel
2024-11-15 10:47:30 +01:00
peaklabs-dev
1ffa88acf0
use config instead of env()
2024-11-12 15:53:05 +01:00
Andras Bacsai
290cb45726
fix: pull latest service-templates.json on init
2024-11-12 14:48:58 +01:00
Andras Bacsai
bd64505451
fix: do not stop sentinel on Coolify restart
2024-11-06 12:42:16 +01:00
Andras Bacsai
275edb6c1f
put a few things on high queue
2024-11-06 12:33:56 +01:00
Andras Bacsai
d3f422a7fb
fix: do not error on update email
2024-11-03 16:14:12 +01:00
Andras Bacsai
f408d603cf
fix: change emails to lowercase on init
2024-11-03 15:35:17 +01:00
Lucas Michot
8e1444eaa7
Get rid of many useless blank lines
2024-10-31 17:44:01 +01:00
Lucas Michot
c5403b0b3f
Always prefer ::class notation
2024-10-28 14:56:13 +01:00
Lucas Michot
d557a22b91
Remove all ray() calls
2024-10-28 13:51:23 +01:00
Andras Bacsai
83549965ca
Refactor instanceSettings() function for improved code readability
2024-10-01 10:37:40 +02:00
Andras Bacsai
57d8930f9e
chore: Update cleanup command to use Redis instead of queue
2024-09-23 23:48:12 +02:00
Andras Bacsai
46a7937761
test
2024-09-23 20:54:56 +02:00
Andras Bacsai
573e5c4913
refactor
2024-09-23 20:29:22 +02:00
Andras Bacsai
8dc26a18d8
refactor: Remove unnecessary network cleanup in Init.php
2024-08-19 10:41:48 +02:00
Andras Bacsai
777bff6553
refactor: Update Traefik labels on init and cleanup unnecessary dynamic proxy configuration
2024-08-08 11:15:33 +02:00
Andras Bacsai
13e8d3c17c
fix: update Traefik labels on init
2024-08-07 17:52:43 +02:00
Andras Bacsai
869f0878c2
fix (cloud): cloud instance should get latest servics on update (all servers)
2024-08-07 09:50:12 +02:00
Andras Bacsai
e3c7c615c6
refactor: Cleanup unnecessary dynamic proxy configuration in Init command
2024-08-06 10:53:13 +02:00
Andras Bacsai
3269ca3eb8
chore: Add comment explaining the purpose of disconnecting the network in cleanup_unused_network_from_coolify_proxy()
2024-08-05 18:27:54 +02:00
Andras Bacsai
012d660886
fix: remove network if it is only connected to coolify proxy itself
2024-08-05 18:16:29 +02:00
Andras Bacsai
39e3ea9f07
fix: async remote command
2024-08-05 13:51:34 +02:00
Andras Bacsai
b38a651a08
feat: coolify init should cleanup stuck networks in proxy
2024-08-05 13:45:24 +02:00
Andras Bacsai
a85066c644
fix: disable sentinel until a few bugs are fixed
2024-07-12 15:05:12 +02:00
Andras Bacsai
76ba365325
fix: slash in env names
...
ui: placement of env switcher
2024-06-23 17:47:58 +02:00
Thijmen
d86274cc37
Fix styling
2024-06-10 20:43:34 +00:00
Andras Bacsai
911e29f2ea
fix: refresh public ips on start
2024-04-25 13:52:52 +02:00
Andras Bacsai
833a4b9367
Update dynamic configuration setup and version number
2024-03-27 18:41:19 +01:00
Andras Bacsai
9bdad6bb67
feat caddy dynamic configurations
2024-03-11 17:17:34 +01:00
Andras Bacsai
80035395ff
Update version numbers + do not cleanup queue on cloud
2024-02-14 15:31:43 +01:00
Andras Bacsai
23d121d67a
fix: make sure resources are deleted in async mode
2024-02-08 13:10:29 +01:00
Andras Bacsai
548304765c
feat: cleanup queue
2024-02-08 12:47:00 +01:00
Andras Bacsai
037ba3ff79
Fix cleanup of halted deployments
2024-02-08 12:37:56 +01:00
Andras Bacsai
48b4c17391
Refactor init command to use full-cleanup option
2024-02-08 12:36:33 +01:00