Andras Bacsai
9b9e5e939c
Fix resource not found error and improve mass deployment process
2024-02-06 07:19:11 +01:00
Andras Bacsai
f626c15ecc
Update version numbers + fix deploy issue
2024-02-06 07:12:09 +01:00
Andras Bacsai
fd2a533057
Refactor database and service start commands
2024-02-05 20:57:40 +01:00
Andras Bacsai
1326fcb345
Add count checks for MySQL and MariaDB in isEmpty() method
2024-02-05 20:15:02 +01:00
Andras Bacsai
0b518a3b76
Refactor code to load tags for environment applications and databases
2024-02-05 19:52:06 +01:00
Andras Bacsai
26ccc4afb4
Refactor server validation and installation logic
2024-02-05 15:13:39 +01:00
Andras Bacsai
49f5240ff8
fix: better server validation and installation process
...
fix: add destination to queue deployment
feat: force start deployment
2024-02-05 14:40:54 +01:00
Andras Bacsai
0c3ed3d393
Update BunnyCDN sync and version numbers
2024-02-05 10:17:40 +01:00
Andras Bacsai
8b58c8f856
Add tags to show and index views
2024-02-05 09:51:44 +01:00
Andras Bacsai
8c60ef5bd6
Update link in error message to the correct documentation
2024-02-04 17:00:13 +01:00
Andras Bacsai
1d59383c78
feat: clone to env
2024-02-04 16:54:12 +01:00
Andras Bacsai
60f590454d
Update application deployment status in job handling
2024-02-04 14:40:23 +01:00
Andras Bacsai
9dfce48380
Add private_keys array initialization and define additional private properties
2024-02-04 13:50:24 +01:00
Andras Bacsai
1d3b7ffd3b
Refactor tags functionality and improve user experience
2024-02-03 12:44:18 +01:00
Andras Bacsai
0b5baf60a5
fix: tags
2024-02-03 12:39:07 +01:00
Andras Bacsai
e7fdff0f69
feat: tags
...
ui: improvements
2024-02-02 11:50:28 +01:00
Andras Bacsai
6312c0ba84
feat: tags and tag deploy webhooks
2024-02-01 15:38:12 +01:00
Andras Bacsai
44efe0b5e1
Update versions and fix code formatting
2024-02-01 11:59:20 +01:00
Andras Bacsai
c76e8bb0de
fix: migrate to new modal
2024-01-31 16:14:12 +01:00
Andras Bacsai
2b9df41444
fix: create dynamic directory
2024-01-31 15:04:08 +01:00
Andras Bacsai
628fec6904
fix: sentry error
2024-01-31 14:22:48 +01:00
Andras Bacsai
75fe005055
fix: sentry error
2024-01-31 14:19:45 +01:00
Andras Bacsai
8ff7aeb78b
ui: new modal component
2024-01-31 14:18:59 +01:00
Andras Bacsai
1cbfd03912
fix: sentry fix
2024-01-31 13:46:40 +01:00
Andras Bacsai
ce60a39dc5
Throw RuntimeException instead of Exception when no resource is found in ScheduledTaskJob
2024-01-31 13:45:58 +01:00
Andras Bacsai
f1e4395a83
Refactor shared variable type validation
2024-01-31 13:43:23 +01:00
Andras Bacsai
52fd7ad571
fix: not able to use other shared envs
2024-01-31 13:40:15 +01:00
Andras Bacsai
5f797ec0ae
Update version and release numbers
2024-01-31 10:28:18 +01:00
Andras Bacsai
0686e48e89
fix: service deletion
2024-01-31 09:58:41 +01:00
Andras Bacsai
1cef233db2
fix: regenerate labels on application clone
2024-01-31 09:03:54 +01:00
Andras Bacsai
907e52572c
fix: validate server navbar upated
2024-01-31 08:56:49 +01:00
Andras Bacsai
795c8abf64
Refactor service and resource deletion logic
2024-01-30 17:38:07 +01:00
Andras Bacsai
cc641d8cba
revert
2024-01-30 17:16:52 +01:00
Andras Bacsai
d4668ef44a
refactor
2024-01-30 14:12:40 +01:00
Andras Bacsai
e8b539c3bd
Refactor CleanupUnreachableServers command to update server IP address
2024-01-30 10:53:12 +01:00
Andras Bacsai
6555f0b50c
Fix unreachable server cleanup and enable daily schedule
2024-01-30 10:52:57 +01:00
Andras Bacsai
bb05058dda
feat: cleanup unreachable servers
2024-01-30 10:50:54 +01:00
Andras Bacsai
9667cd4a7a
fix: handle duplicate error instead of sql error
...
fix: set fqdns to null if you delete an app or a serviceapp
fix: make stucked resources a separate command
2024-01-30 09:48:51 +01:00
Andras Bacsai
3ae9501814
fix: dns validation + duplicated fqdns
2024-01-30 09:22:34 +01:00
Andras Bacsai
73d0948734
fix: service deletion fix
2024-01-30 08:26:33 +01:00
Andras Bacsai
09b9305aa3
Refactor git_clone_command in generateGitImportCommands function
2024-01-29 16:33:06 +01:00
Andras Bacsai
919e88afb4
Refactor docker run options to compose format
2024-01-29 16:21:23 +01:00
Andras Bacsai
5c29ecdf10
feat: add initial support for custom docker run commands
2024-01-29 16:07:00 +01:00
Andras Bacsai
9e09c449cf
fix: service deletion function
2024-01-29 16:03:45 +01:00
Andras Bacsai
f7853ee174
Refactor deployments_per_server variable and update dashboard view
...
This commit refactors the `deployments_per_server` variable in the `Dashboard` class to remove the type hint and updates the corresponding view file to handle the changes. The `deployments_per_server` variable is now grouped by `server_name` and converted to an array. This improves the organization and readability of the code.
2024-01-29 13:26:50 +01:00
Andras Bacsai
de3a7b6eca
Add previous page functionality to deployment index
...
This commit adds the functionality to navigate to the previous page in the deployment index. It includes changes to the `Index.php` and `index.blade.php` files.
2024-01-29 13:06:26 +01:00
Andras Bacsai
b56c7c34cb
fix: unhealthy deployments should be failed
2024-01-29 12:51:20 +01:00
Andras Bacsai
49845f3da7
fix: webhooks for multiple apps
2024-01-29 11:23:04 +01:00
Andras Bacsai
987409bae4
fix: bitbucket manual deployments
2024-01-29 10:43:18 +01:00
Andras Bacsai
07d8461f96
Fix URL encoding in deployment and status notifications
2024-01-29 08:49:05 +01:00