Andras Bacsai
9d56d06352
feat(redis): add scheduled cleanup command for Redis keys and enhance cleanup logic
2025-05-07 22:09:25 +02:00
Andras Bacsai
64269cd7c9
chore(versions): update coolify version to 4.0.0-beta.417 and nightly version to 4.0.0-beta.418
2025-05-07 14:43:07 +02:00
Andras Bacsai
c6278a06ba
refactor(jobs): unify middleware configuration to prevent job release after expiration for DockerCleanupJob and PushServerUpdateJob
2025-05-07 14:42:42 +02:00
Andras Bacsai
e61cdcf07f
feat(README): add Gozunga and Macarne to sponsors list
2025-05-07 10:04:24 +02:00
Andras Bacsai
24b7b53973
Revert "fix(dev): mount points?!"
...
This reverts commit 365bf3cbf0
.
2025-05-05 08:55:44 +02:00
Andras Bacsai
5e840ca69b
fix(ui): correct closing div tag in service index view
2025-05-03 13:40:04 +02:00
busybox
edb4e60478
fix(DatabaseBackupJob): escape PostgreSQL password in backup command ( #5759 )
2025-05-03 13:34:40 +02:00
Andras Bacsai
d8185e3d6a
fix(ui): allow adding scheduled backups for non-migrated databases
2025-05-03 13:34:20 +02:00
Andras Bacsai
cf7a6eccab
fix(dev): proxy mount point
2025-05-03 12:44:32 +02:00
Andras Bacsai
365bf3cbf0
fix(dev): mount points?!
2025-05-03 09:59:42 +02:00
dependabot[bot]
d4c68059bd
chore(deps-dev): bump vite from 6.2.6 to 6.3.4 ( #5743 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.6 to 6.3.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.4
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 18:47:02 +02:00
Best Codes
6a70ab95e2
fix(ui): system theming for charts ( #5740 )
2025-05-02 17:49:01 +02:00
Andras Bacsai
f9faf3e40f
refactor(jobs): update middleware to prevent job release after expiration for CleanupInstanceStuffsJob, RestartProxyJob, and ServerCheckJob
2025-04-30 23:37:29 +02:00
Andras Bacsai
5159b54bac
refactor(DeleteResourceJob): streamline resource deletion logic and improve conditional checks for database types
2025-04-30 21:15:07 +02:00
Andras Bacsai
d298de7a4d
refactor(StandaloneMariadb): add type hint for destination method to improve code clarity
2025-04-30 21:15:03 +02:00
Andras Bacsai
e190004682
refactor(logdrain): consolidate log drain stopping logic to reduce redundancy
2025-04-30 21:14:37 +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
ed0961e0dc
refactor(database): enhance application conversion logic and add existence checks for databases and applications
2025-04-30 18:30:33 +02:00
Andras Bacsai
0a1a403940
Update app/Livewire/Project/Service/Database.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-30 18:26:43 +02:00
Andras Bacsai
114fafb270
refactor(database): update DB facade usage for consistency across service files
2025-04-30 17:39:41 +02:00
Andras Bacsai
d10c3e86b1
fix(database): reduce container stop timeout from 300 to 30 seconds for improved responsiveness
2025-04-30 17:39:33 +02:00
Andras Bacsai
4c5dd3db3c
fix(ServerCheck): set default proxy status to 'exited' to handle missing container state
2025-04-30 16:50:23 +02:00
Andras Bacsai
fe24296de7
feat(backup): implement custom database type selection and enhance scheduled backups management
2025-04-30 16:44:44 +02:00
Andras Bacsai
debfcb7028
feat(migration): add 'is_migrated' and 'custom_type' columns to service_applications and service_databases tables
2025-04-30 16:43:59 +02:00
Andras Bacsai
d6eefe7491
fix(database): update label for image input field to improve clarity
2025-04-30 16:43:48 +02:00
Andras Bacsai
e062edb689
refactor(core): streamline container stopping process and reduce timeout duration; update related methods for consistency
2025-04-30 15:28:59 +02:00
Andras Bacsai
22b88d55b3
fix(applications): include pull_request_id in deployment queue check to prevent duplicate deployments
2025-04-30 15:28:47 +02:00
Andras Bacsai
785eb09ea3
chore(seeder): update git branch from 'main' to 'v4.x' for multiple examples in ApplicationSeeder
2025-04-30 10:31:09 +02:00
Andras Bacsai
eaba726b9c
fix(ServerCheck): enhance proxy container check to ensure it is running before proceeding
2025-04-30 09:59:19 +02:00
Andras Bacsai
e516aeb534
refactor(Database): streamline container shutdown process and reduce timeout duration
2025-04-30 09:59:03 +02:00
Jérémy
ab37d4e510
fix(service): graceful shutdown of old container ( #5731 )
2025-04-30 09:47:14 +02:00
Andras Bacsai
3c476e95de
Merge branch 'v4.x' into next
2025-04-29 14:29:57 +02:00
Andras Bacsai
d8c3418e72
feat(Service): Add functionality to convert between applications and databases in docker-compose based applications
...
fix(ui): Fix service layout refresh on compose change
2025-04-29 14:27:17 +02:00
Andras Bacsai
1f7f267d60
chore(versions): update coolify version to 4.0.0-beta.416 and nightly version to 4.0.0-beta.417 in configuration files; fix links in deployment view
2025-04-29 11:02:36 +02:00
github-actions[bot]
9921c02367
docs: update changelog
2025-04-29 08:54:54 +00:00
Andras Bacsai
1227448e53
v4.0.0-beta.415 ( #5722 )
...
* feat(README): add InterviewPal sponsorship link and corresponding SVG icon
* chore(versions): update coolify version to 4.0.0-beta.413 and nightly version to 4.0.0-beta.414 in configuration files
* fix(terminal): enhance WebSocket client verification with authorized IPs in terminal server
* chore(versions): update realtime version to 1.0.8 in versions.json
* chore(versions): update realtime version to 1.0.8 in versions.json
* chore(docker): update soketi image version to 1.0.8 in production configuration files
* chore(versions): update coolify version to 4.0.0-beta.414 and nightly version to 4.0.0-beta.415 in configuration files
* fix(ApplicationDeploymentJob): ensure source is an object before checking GitHub app properties
* fix(ui): Disable livewire navigate feature (causing spam of setInterval())
* fix(ui): Remove required attribute from image input in service application view
* fix(ui): Change application image validation to be nullable in service application view
* fix(Server): Correct proxy path formatting for Traefik proxy type
2025-04-29 10:54:30 +02:00
Andras Bacsai
4e82383b94
fix(Server): Correct proxy path formatting for Traefik proxy type
2025-04-29 10:53:39 +02:00
Andras Bacsai
65be880d70
fix(ui): Change application image validation to be nullable in service application view
2025-04-29 09:23:26 +02:00
Andras Bacsai
1c804a7409
fix(ui): Remove required attribute from image input in service application view
2025-04-29 09:23:03 +02:00
Andras Bacsai
f7c93609bf
Merge branch 'v4.x' into next
2025-04-29 09:16:17 +02:00
Andras Bacsai
d47946a0ad
fix(ui): Disable livewire navigate feature (causing spam of setInterval())
2025-04-29 09:04:24 +02:00
github-actions[bot]
43e965010f
docs: update changelog
2025-04-28 18:48:36 +00:00
Andras Bacsai
c28f67055f
v4.0.0-beta.414 ( #5718 )
...
* feat(README): add InterviewPal sponsorship link and corresponding SVG icon
* chore(versions): update coolify version to 4.0.0-beta.413 and nightly version to 4.0.0-beta.414 in configuration files
* fix(terminal): enhance WebSocket client verification with authorized IPs in terminal server
* chore(versions): update realtime version to 1.0.8 in versions.json
* chore(versions): update realtime version to 1.0.8 in versions.json
* chore(docker): update soketi image version to 1.0.8 in production configuration files
* chore(versions): update coolify version to 4.0.0-beta.414 and nightly version to 4.0.0-beta.415 in configuration files
* fix(ApplicationDeploymentJob): ensure source is an object before checking GitHub app properties
2025-04-28 20:48:13 +02:00
Andras Bacsai
05e62f57fd
Merge branch 'v4.x' into next
2025-04-28 20:45:59 +02:00
Andras Bacsai
75200717dd
fix(ApplicationDeploymentJob): ensure source is an object before checking GitHub app properties
2025-04-28 20:43:00 +02:00
Andras Bacsai
8efcaf642a
chore(versions): update coolify version to 4.0.0-beta.414 and nightly version to 4.0.0-beta.415 in configuration files
2025-04-28 10:55:34 +02:00
Andras Bacsai
f4472909ed
chore(docker): update soketi image version to 1.0.8 in production configuration files
2025-04-28 10:55:31 +02:00
github-actions[bot]
cbfd6ebc57
docs: update changelog
2025-04-28 08:45:59 +00:00
Andras Bacsai
0c0bdbf2fe
v4.0.0-beta.413 ( #5711 )
...
* feat(README): add InterviewPal sponsorship link and corresponding SVG icon
* chore(versions): update coolify version to 4.0.0-beta.413 and nightly version to 4.0.0-beta.414 in configuration files
* fix(terminal): enhance WebSocket client verification with authorized IPs in terminal server
* chore(versions): update realtime version to 1.0.8 in versions.json
* chore(versions): update realtime version to 1.0.8 in versions.json
2025-04-28 10:45:02 +02:00
Andras Bacsai
0b26ea423c
chore(versions): update realtime version to 1.0.8 in versions.json
2025-04-28 10:44:17 +02:00