Commit Graph

10235 Commits

Author SHA1 Message Date
Andras Bacsai
a3648901ed feat: enhance horizon:manage command with worker restart check
- Added a new option `--can-i-restart-this-worker` to the `horizon:manage` command.
- Implemented logic to check if the current worker can be restarted based on running jobs in the ApplicationDeploymentQueue.
- Refactored the command to include a new method `canIRestartThisWorker` for better code organization.
- Removed unnecessary dump statement from the CustomJobRepository.
2025-01-10 15:48:23 +01:00
Andras Bacsai
765e1ea04b feat: add horizon server details to queue 2025-01-10 15:39:22 +01:00
Andras Bacsai
b8f1ded9f8 horizon manage command 2025-01-10 14:28:46 +01:00
Andras Bacsai
5fda384203 update packages 2025-01-10 14:23:49 +01:00
Andras Bacsai
cc61f48f27 refactor: remove unused tags method from ApplicationDeploymentJob 2025-01-10 14:23:33 +01:00
Andras Bacsai
9048efaf74 fix: add timeout to sentinel process checks for improved reliability 2025-01-10 13:03:47 +01:00
Andras Bacsai
f748fba3f7 fix: use timeout in cleanup resources 2025-01-10 12:34:20 +01:00
Andras Bacsai
5c8b26d446 fix 2025-01-10 12:31:20 +01:00
Andras Bacsai
3111cdd15b fix: enable response for temporary unavailability in sentinel push endpoint 2025-01-10 12:08:22 +01:00
Andras Bacsai
b7d18fc28c fix: getcontainer status should timeout after 30s 2025-01-10 12:04:59 +01:00
Andras Bacsai
b09f0043d1 fix: restrict jobs on cloud
fix: restrict sentinel endpoint
2025-01-10 11:54:45 +01:00
Andras Bacsai
676f616efa Merge pull request #4649 from coollabsio/v4.0.0-beta.380
v4.0.0-beta.380
2024-12-27 11:00:56 +01:00
Andras Bacsai
cec7ea8a83 set the minimum docker version to 24 to support old installations 2024-12-27 10:49:13 +01:00
Andras Bacsai
a9ec0b1c3e fix: update healthcheck and port configurations to use port 8080 2024-12-23 21:11:29 +01:00
peaklabs-dev
6dc87498de fix: error message 2024-12-23 17:58:56 +01:00
peaklabs-dev
0a851ec3f2 fix: only encrypt instance email settings if there are any 2024-12-23 17:41:38 +01:00
peaklabs-dev
d7a0794bd9 fix: instance settings migration 2024-12-23 17:15:46 +01:00
peaklabs-dev
f26853b576 fix: unreachable notifications 2024-12-23 16:51:34 +01:00
peaklabs-dev
68362d05b3 fix: Oauth seeder 2024-12-23 16:08:10 +01:00
peaklabs-dev
e51207a35e fix: bind() to 0.0.0.0:80 failed 2024-12-23 15:33:12 +01:00
peaklabs-dev
1f6c6140ba fix: smtp encryption 2024-12-23 15:28:35 +01:00
peaklabs-dev
f2cb040ba9 feat: new encryption options 2024-12-23 15:26:26 +01:00
peaklabs-dev
a18c2e0f55 feat: migrate to new encryption options 2024-12-23 15:25:07 +01:00
Andras Bacsai
aae54e8847 Merge pull request #4562 from coollabsio/next
v4.0.0-beta.379
2024-12-13 12:37:39 +01:00
Andras Bacsai
e822749db3 fix: saving oauth 2024-12-13 12:35:57 +01:00
Andras Bacsai
3b93d17d1b Merge pull request #4561 from coollabsio/next
v4.0.0-beta.378
2024-12-13 12:20:15 +01:00
Andras Bacsai
b6ea36f74e fix: socialite for azure and authentik 2024-12-13 12:13:01 +01:00
peaklabs-dev
4f015efefc Merge branch 'next' of https://github.com/coollabsio/coolify into next 2024-12-13 12:09:27 +01:00
peaklabs-dev
1d413e10a2 fix: monaco editor light and dark mode switching 2024-12-13 12:09:24 +01:00
Andras Bacsai
4901b12279 fix: service status indicator + oauth saving 2024-12-13 12:03:10 +01:00
peaklabs-dev
2a77d9d8ce Merge branch 'next' of https://github.com/coollabsio/coolify into next 2024-12-13 11:42:03 +01:00
peaklabs-dev
a16cbdf557 fix: resend api key is already a text column 2024-12-13 11:42:01 +01:00
🏔️ Peak
8cd03e71d7 Merge branch 'main' into next 2024-12-13 11:36:57 +01:00
peaklabs-dev
5087906b24 fix: encrypt resend API key in instance settings 2024-12-13 11:35:44 +01:00
Andras Bacsai
28de478801 version++ 2024-12-13 10:55:17 +01:00
Andras Bacsai
b6502794df Merge pull request #4487 from coollabsio/next
v4.0.0-beta.377
2024-12-13 10:24:10 +01:00
Andras Bacsai
830a4eebcc Update version numbers in nightly versions.json for coolify components 2024-12-13 10:09:53 +01:00
Andras Bacsai
f1d0134e21 update nightly install script 2024-12-13 10:02:22 +01:00
Andras Bacsai
3a76ffd6ac chore: update PHP configuration to set memory limit using environment variable 2024-12-13 10:01:20 +01:00
Andras Bacsai
a53a1349e3 fix: improve OauthSettingSeeder to correctly delete non-existent providers and ensure proper handling of provider definitions 2024-12-13 09:31:35 +01:00
Andras Bacsai
a80d17e097 fix: update OauthSettingSeeder to handle new provider definitions and ensure authentik is recreated if missing 2024-12-13 09:13:23 +01:00
Andras Bacsai
8a195c8cfb refactor: change OauthSetting creation to updateOrCreate for better handling of existing records 2024-12-13 09:04:46 +01:00
Andras Bacsai
9832d92bda update stripe webhook 2024-12-13 08:18:13 +01:00
peaklabs-dev
82a1478ca1 fix: typo 2024-12-12 16:59:57 +01:00
peaklabs-dev
223aaadba3 Update service-templates.json 2024-12-12 13:55:29 +01:00
🏔️ Peak
a89e4e5106 Merge pull request #4553 from coollabsio/services
Feat: New Services (Dolibarr, Documenso)
2024-12-12 13:53:50 +01:00
peaklabs-dev
48155fa2b7 fix: dolibarr 2024-12-12 13:53:03 +01:00
peaklabs-dev
4e47485971 fix: documenso 2024-12-12 13:51:31 +01:00
🏔️ Peak
8e88a12c3f Merge pull request #4550 from bitpickle/feature/add-service-documenso
Add documenso service
2024-12-12 13:44:28 +01:00
🏔️ Peak
3b381b71a8 Merge pull request #4546 from zairigimad/add-service-dolibarr
Add new service dolibarr
2024-12-12 13:40:07 +01:00