Andras Bacsai
761da352fe
refactor(application-deployment): separate handling of FAILED and CANCELLED_BY_USER statuses for clearer logic and notification
2025-05-29 17:02:08 +02:00
Andras Bacsai
e9dd170ffb
fix(deployment): correct COOLIFY_URL and COOLIFY_FQDN assignments based on parsing version in preview deployments
2025-05-21 09:45:49 +02:00
Andras Bacsai
2417c8824d
Merge branch 'next' into next
2025-05-21 09:33:47 +02:00
Andras Bacsai
7a0954fa77
fix(deployment): correct syntax for else statement in docker compose build command
2025-05-20 14:28:24 +02:00
Andras Bacsai
5b0f635da2
Merge branch 'next' into patch-1
2025-05-20 14:09:31 +02:00
Andras Bacsai
786bfa960f
improvement(core): simplify events for app/db/service status changes
2025-05-19 21:50:32 +02:00
Bayram Kazık
8d359cd53e
fix(ApplicationDeploymentJob): ensure correct COOLIFY_FQDN/COOLIFY_URL values ( #4719 )
2025-05-16 09:50:18 +03:00
sur.la.route
4a66fdf753
fix(docker-compose build) added --no-cache flag
...
added `--no-cache` flag when build is force.
2025-05-09 07:07:02 -05:00
Andras Bacsai
ba8689fb82
v4.0.0-beta.416 ( #5729 )
...
* 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
* 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
* feat(Service): Add functionality to convert between applications and databases in docker-compose based applications
fix(ui): Fix service layout refresh on compose change
* fix(service): graceful shutdown of old container (#5731 )
* refactor(Database): streamline container shutdown process and reduce timeout duration
* fix(ServerCheck): enhance proxy container check to ensure it is running before proceeding
* chore(seeder): update git branch from 'main' to 'v4.x' for multiple examples in ApplicationSeeder
* fix(applications): include pull_request_id in deployment queue check to prevent duplicate deployments
* refactor(core): streamline container stopping process and reduce timeout duration; update related methods for consistency
* fix(database): update label for image input field to improve clarity
* feat(migration): add 'is_migrated' and 'custom_type' columns to service_applications and service_databases tables
* feat(backup): implement custom database type selection and enhance scheduled backups management
* fix(ServerCheck): set default proxy status to 'exited' to handle missing container state
* fix(database): reduce container stop timeout from 300 to 30 seconds for improved responsiveness
* refactor(database): update DB facade usage for consistency across service files
* Update app/Livewire/Project/Service/Database.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* refactor(database): enhance application conversion logic and add existence checks for databases and applications
* refactor(actions): standardize method naming for network and configuration deletion across application and service classes
* refactor(logdrain): consolidate log drain stopping logic to reduce redundancy
* refactor(StandaloneMariadb): add type hint for destination method to improve code clarity
* refactor(DeleteResourceJob): streamline resource deletion logic and improve conditional checks for database types
* refactor(jobs): update middleware to prevent job release after expiration for CleanupInstanceStuffsJob, RestartProxyJob, and ServerCheckJob
* fix(ui): system theming for charts (#5740 )
* 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>
* fix(dev): mount points?!
* fix(dev): proxy mount point
* fix(ui): allow adding scheduled backups for non-migrated databases
* fix(DatabaseBackupJob): escape PostgreSQL password in backup command (#5759 )
* fix(ui): correct closing div tag in service index view
* Revert "fix(dev): mount points?!"
This reverts commit 365bf3cbf0 .
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jérémy <jeremy.derdaele@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Best Codes <106822363+The-Best-Codes@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: busybox <29630035+busybox11@users.noreply.github.com>
2025-05-05 09:04:09 +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
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
75200717dd
fix(ApplicationDeploymentJob): ensure source is an object before checking GitHub app properties
2025-04-28 20:43:00 +02:00
Andras Bacsai
cd2f71b463
feat(deployment): add repository_project_id handling for private GitHub apps and clean up unused Caddy label logic
2025-04-22 10:20:57 +02:00
Andras Bacsai
c388e30499
refactor(jobs): comment out unused Caddy label handling in ApplicationDeploymentJob and simplify proxy path logic in Server model
2025-04-20 17:58:41 +02:00
Andras Bacsai
06b8d78153
fix(deployment): handle missing destination in deployment process to prevent errors
2025-04-14 13:58:59 +02:00
Andras Bacsai
46fe0fd7c6
refactor(ApplicationDeploymentJob, ApplicationDeploymentQueue): improve deployment status handling and log entry management with transaction support
2025-04-11 19:32:41 +02:00
Andras Bacsai
4c8ebe146c
refactor(ApplicationDeploymentJob): streamline environment variable handling by introducing generate_coolify_env_variables method and consolidating logic for pull request and main branch scenarios
2025-04-11 17:31:58 +02:00
Andras Bacsai
d075241289
feat(Deployment): enhance queue_application_deployment to handle existing deployments and return appropriate status messages
2025-04-11 15:27:56 +02:00
Andras Bacsai
68bd945b09
refactor(Application): rename network_aliases to custom_network_aliases across the application for clarity and consistency
2025-04-09 08:42:50 +02:00
Andras Bacsai
fcf597fb16
feat(Application): add networkAliases attribute for handling network aliases as JSON or comma-separated values
2025-04-09 08:33:42 +02:00
Andras Bacsai
f8607ddf6a
Merge branch 'next' into docker-network-aliases
2025-04-08 13:27:59 +02:00
peaklabs-dev
9f58128623
fix(deployments): use graceful shutdown instead of rm
2025-04-02 17:03:13 +02:00
Andras Bacsai
fcfd00eebe
feat(application): add SPA configuration and update Nginx generation logic
2025-03-31 15:10:50 +02:00
Andras Bacsai
806d892031
refactor(application): streamline healthcheck parsing from Dockerfile
2025-03-24 11:43:10 +01:00
Piotr Wójcik
0baeaa982b
Merge branch 'next' into docker-network-aliases
2025-03-16 14:50:26 +01:00
Andras Bacsai
1c21652d5d
fix(core): Improve label generation and merging for applications and services
2025-02-28 12:44:20 +01:00
Andras Bacsai
fb3f5e0a3e
fix(core): Clean up unnecessary files during application image build
2025-02-28 11:23:54 +01:00
Andras Bacsai
27e4882d57
feat(core): You can validate compose files with docker compose config
...
fix(core): labels are now accepted with both compose styles
refactor: remove lots of ray's
2025-02-27 11:29:04 +01:00
Andras Bacsai
619a42b11a
Merge pull request #4771 from lucienbl/next
...
fix: pull latest image from registry when using build server
2025-02-12 10:31:38 +01:00
Andras Bacsai
1c12cb98d9
feat(deployment): ensure private key is stored in filesystem before deployment
2025-02-04 15:23:28 +01:00
Andras Bacsai
55fb4e5d20
Merge pull request #4945 from nktnet1/feat-env-coolify-resource-uuid
...
feat(env): added COOLIFY_RESOURCE_UUID environment variable
2025-01-28 13:46:17 +01:00
Andras Bacsai
d8877884d7
Merge pull request #4933 from nktnet1/fix-coolify-env-quotes
...
fix: remove quotes in COOLIFY_CONTAINER_NAME
2025-01-28 11:24:19 +01:00
Khiet Tam Nguyen
a55d1996d7
feat(env): added COOLIFY_RESOURCE_UUID environment variable
2025-01-24 22:04:34 +11:00
Hederson Boechat
071cabdc31
fix(proxy) update traefik proxy config for docker swarm
2025-01-23 11:57:34 -03:00
Khiet Tam Nguyen
c4bf91e5b4
fix: remove quotes in COOLIFY_CONTAINER_NAME
2025-01-23 13:08:31 +11:00
Andras Bacsai
c3c032ebbd
fix(core): update environment variable generation logic in ApplicationDeploymentJob to handle different build packs
2025-01-22 15:13:40 +01:00
Andras Bacsai
bae8b9a938
feat(core): add SOURCE_COMMIT variable to build environment in ApplicationDeploymentJob
2025-01-22 15:01:48 +01:00
Andras Bacsai
3cf21d440e
fix(core): correct spelling of 'resourable' to 'resourceable' in Nixpacks configuration for ApplicationDeploymentJob
2025-01-22 14:16:48 +01:00
Andras Bacsai
fda1fdc435
fix(core): update application_id references to resourable_id and resourable_type for Nixpacks configuration
2025-01-22 14:15:42 +01:00
Andras Bacsai
e83164e537
fix: envs with special chars during build
2025-01-21 13:05:20 +01:00
peaklabs-dev
794e5357c9
chore: remove unused code and fix import
2025-01-16 15:39:53 +01:00
peaklabs-dev
30f36f96db
fix: use finished_at for the end time instead of created_at
2025-01-16 15:12:57 +01:00
peaklabs-dev
47be82afc3
Merge branch 'docker-cleanup-executions-ui' of https://github.com/peaklabs-dev/coolify into docker-cleanup-executions-ui
2025-01-16 14:42:58 +01:00
peaklabs-dev
8bcd1449d2
chore: remove limit on commit message
2025-01-16 14:42:33 +01:00
Andras Bacsai
55d61ffaee
fix: add finished_at to app deployment jobs
...
fix: show deployment job running measurements
fix: terminal should not be wire:navigated
2025-01-16 12:05:59 +01:00
Andras Bacsai
6a8cc0f80d
Merge branch 'next' into fix-cloning
2025-01-14 08:50:22 +01:00
peaklabs-dev
c82f271e41
fix: Application deployment
2025-01-13 12:24:07 +01:00
Andras Bacsai
a396d51452
Merge branch 'next' into hotfix
2025-01-10 20:23:29 +01:00
Andras Bacsai
3a3219394d
refactor: enhance ApplicationDeploymentJob and HorizonServiceProvider for improved job handling
...
- Removed the private property for application deployment queue ID in ApplicationDeploymentJob and utilized constructor property promotion.
- Added a tags method in ApplicationDeploymentJob to properly identify the worker running the job.
- Updated HorizonServiceProvider to handle cases where the deployment queue ID is blank, preventing potential errors during job processing.
- Cleaned up the isAnyDeploymentInprogress function by removing unnecessary whitespace.
2025-01-10 20:07:01 +01:00
Andras Bacsai
02400added
fix: horizon job checker
2025-01-10 18:27:48 +01:00
Andras Bacsai
765e1ea04b
feat: add horizon server details to queue
2025-01-10 15:39:22 +01:00
Andras Bacsai
cc61f48f27
refactor: remove unused tags method from ApplicationDeploymentJob
2025-01-10 14:23:33 +01:00
peaklabs-dev
3d4e8b9867
chore: switch up readonly lables to make more sense
2025-01-08 17:05:11 +01:00
Lucien Blunk-Lallet
a139cf154d
refactor: use pull flag on docker compose up
2025-01-08 09:37:25 +01:00
Lucien Blunk-Lallet
9970173652
fix: pull latest image from registry when using build server
2025-01-08 09:02: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
fb66d05760
Refactor ApplicationDeploymentJob: Move 'tries' property definition to class level
2025-01-07 09:25:25 +01:00
Andras Bacsai
07eac49c0b
Initialize nixpacks_plan_json in ApplicationDeploymentJob constructor
2025-01-06 13:26:09 +01:00
Piotr Wojcik
9acde06795
Custom network aliases for Dockerfile and Docker Image apps
2025-01-05 07:47:57 +01:00
Andras Bacsai
340075a684
Merge pull request #4324 from JuliensForks/main
...
feat: add some new labels to every container
2024-12-18 12:55:33 +01:00
Andras Bacsai
f2c7fbf55f
fix: use nixpacks predefined build variables, but still could update the default values from Coolify
2024-12-18 12:02:56 +01:00
Andras Bacsai
9e3467578f
feat: add environment_uuid support and update API documentation
...
- Introduced `environment_uuid` as a required field in various API endpoints and schemas.
- Updated descriptions to clarify that either `environment_name` or `environment_uuid` must be provided.
- Modified routes and controller methods to accommodate the new UUID parameter.
- Adjusted frontend components to utilize `environment_uuid` for better consistency and clarity.
- Removed deprecated fields related to environment handling.
This change enhances the API's flexibility in identifying environments, improving overall usability.
2024-12-17 13:42:16 +01:00
peaklabs-dev
2da4e9a274
feat: enable success messages again
2024-12-09 12:08:27 +01:00
Andras Bacsai
e67a93e6a5
feat: able to deploy without cache on every commit
2024-12-05 10:46:27 +01:00
Andras Bacsai
669293afc1
disable success notifications for now
2024-12-03 12:22:27 +01:00
Julien
1086aea54d
feat: add coolify.environment label
2024-12-02 18:38:47 +01:00
Andras Bacsai
e5cd35d2a0
fix: sentry
2024-11-25 13:33:07 +01:00
Andras Bacsai
7dc65dfd79
fix: make sure important jobs/actions are running on high prio queue
2024-11-22 11:16:01 +01:00
Julien
8b30123add
feat: add service/resource/project labels
2024-11-17 23:06:05 +01:00
peaklabs-dev
1c5ddab30d
use one constants file
2024-11-12 15:18:48 +01:00
Andras Bacsai
d7cde676d5
feat: check local horizon scheduler deployments
2024-11-11 23:35:48 +01:00
Andras Bacsai
e6a0d8b855
fix
2024-11-11 16:37:12 +01:00
Andras Bacsai
cb433dddc4
version++
2024-11-11 15:00:37 +01:00
Andras Bacsai
b379e50d90
feat: custom nginx configuration for static deployments + fix 404 redirects in nginx conf
2024-11-11 14:37:36 +01:00
Andras Bacsai
ff6f089483
feat: add --gpu support for custom docker command
2024-11-06 10:13:40 +01:00
Andras Bacsai
ca7c214775
fix: new way to update container statuses
2024-11-03 09:02:14 +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
987b90ead2
fix: new dev volumes and service files
...
fix: new parser version (4) that will fix data layout (applications goes to /applications, services goes to /services)
2024-09-30 14:16:37 +02:00
Andras Bacsai
0bb1f57ea7
fix: deploy key based deployments
2024-09-26 12:19:49 +02:00
Andras Bacsai
b570ccd7d3
format
2024-09-23 19:51:31 +02:00
Andras Bacsai
240352f4b2
Merge pull request #3504 from coollabsio/fix-ssh-keys
...
Fix ssh keys
2024-09-19 12:44:56 +02:00
Andras Bacsai
631b4e6438
Merge branch 'next' into fix-ssh-keys
2024-09-19 11:45:12 +02:00
Andras Bacsai
d47bd047bf
fixes
2024-09-19 11:24:21 +02:00
peaklabs-dev
8153e2f63b
Merge branch 'coollabsio:main' into fix-ssh-keys
2024-09-18 20:43:59 +02:00
Andras Bacsai
5ec45d547a
Merge branch 'next' into fix-#2546-deletion-issues
2024-09-18 18:05:06 +02:00
peaklabs-dev
86722939cd
Fix. Remove write to SSH key on every remote command execution
2024-09-16 21:34:27 +02:00
Andras Bacsai
d44e3a1091
chore: Update docker network connection command in ApplicationDeploymentJob.php
2024-09-16 16:38:34 +02:00
Andras Bacsai
2313fed546
fix: add build.sh to debug logs
2024-09-16 11:50:03 +02:00
Andras Bacsai
dd8a2dd3c1
chore: Update coolify environment variable assignment with double quotes
2024-09-13 08:23:05 +02:00
Andras Bacsai
d57c9d8aa0
feat: add elixir finetunes to the deployment job
2024-09-10 12:44:16 +02:00
Andras Bacsai
3aa31f3da6
fix: Update helper image pulling logic to only pull if the version is newer
2024-09-05 11:44:33 +02:00
Andras Bacsai
04ce622465
refactor: Update build_args property type in ApplicationDeploymentJob
2024-09-04 11:34:31 +02:00
Andras Bacsai
5e4eb7dead
feat: add coolify build env variables to building phase
2024-08-29 15:49:22 +02:00
Andras Bacsai
301a3596e8
refactor: Update environment variable handling in StartClickhouse.php and ApplicationDeploymentJob.php
2024-08-29 15:11:54 +02:00
Andras Bacsai
e7b050a4da
Merge branch 'next' into env-vars
2024-08-29 14:35:04 +02:00
Andras Bacsai
cfc6518157
refactor: Update parse method in Advanced, All, ApplicationPreview, General, and ApplicationDeploymentJob classes
2024-08-29 12:39:37 +02:00
Andras Bacsai
5525c02c7f
fix: delete preview deployments + cleanup stucked
...
fix: parser
2024-08-28 22:05:49 +02:00
Andras Bacsai
be8a8bf2ee
fix: parser
...
feat: new coolify envs for fqdn and urls
2024-08-28 18:12:00 +02:00
Vahor
f6d649307c
test add_coolif_default_environment_variables
2024-08-28 13:30:59 +02:00
Vahor
b51065a003
add generate_fluentd_configuration() method in shared
2024-08-28 13:00:33 +02:00
Vahor
7103dccc72
add env vars for compose base apps
2024-08-27 19:09:04 +02:00
Vahor
eb22155dcc
send new vars to logdrain
2024-08-27 18:41:33 +02:00
Vahor
49a53236b0
add env vars
2024-08-27 18:41:19 +02:00
Andras Bacsai
040115d6b1
Merge pull request #3113 from djsisson/preview-build-env-var
...
fix bug in preview build env vars
2024-08-26 10:55:36 +02:00
Andras Bacsai
fe89269b4b
rename parser functions
2024-08-23 20:57:22 +02:00
Andras Bacsai
af1b479d73
fix: parser
...
ui: storage layout changed
2024-08-23 14:21:12 +02:00
Andras Bacsai
1e24ab9146
fix: parser parser parser
2024-08-22 15:05:04 +02:00
Andras Bacsai
7d7cdf41f7
fix: storages with preserved git repository
2024-08-21 14:31:17 +02:00
Darren Sisson
f3df26ea9a
fix bug in preview build env vars
2024-08-17 22:05:10 +01:00
Andras Bacsai
fcfbba4dc6
fix: canceling deployment on build server
2024-08-15 14:05:17 +02:00
Andras Bacsai
1069e33601
refactor: Add conditional check for volumes in generate_compose_file()
2024-08-15 13:32:44 +02:00
Andras Bacsai
4b744bc88a
fix: pr build names in case custom name is used
2024-08-15 12:13:29 +02:00
Andras Bacsai
06013e77e4
fix: if volumes + file mounts are defined, should merge them together in the compose file
2024-08-13 12:32:39 +02:00
Andras Bacsai
0e54ed1343
feat: preserve git repository with advanced file storages
2024-08-12 16:06:24 +02:00
ayntk-ai
c566152f37
improve graceful_shutdown_container
2024-08-09 20:28:57 +02:00
Andras Bacsai
e897eb2999
fix: Stop resources gracefully
2024-08-06 13:27:06 +02:00
Andras Bacsai
b66c511160
refactor: Update timeout for graceful_shutdown_container in ApplicationDeploymentJob
2024-08-06 13:07:32 +02:00
Andras Bacsai
a866bf437d
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-08-06 13:07:03 +02:00
Andras Bacsai
a4f107e191
fix: graceful shutdown
2024-08-06 13:05:34 +02:00
andrasbacsai
f22d7741a3
Fix styling
2024-08-06 10:13:34 +00:00
Andras Bacsai
f4d64e121c
Merge pull request #2969 from alexzvn/feat/graceful-shutdown
...
feat: add graceful shutdown
2024-08-06 12:13:00 +02:00
Andras Bacsai
22f04e4708
refactor: Remove unnecessary debug statement in ApplicationDeploymentJob
2024-08-06 11:27:10 +02:00
Andras Bacsai
3c98b558f6
fix: do not use port exposes on docker compose buildpacks
2024-08-06 11:16:49 +02:00
Alexzvn
1feb8488a3
cleanup
2024-07-29 08:09:27 +00:00
Alexzvn
342ef4d367
add graceful shutdown
2024-07-29 07:57:13 +00:00
Andras Bacsai
b97abc600e
chore: remove commented out code for docker image pruning
2024-07-25 12:00:14 +02:00
Andras Bacsai
69d8f706cf
fix: raw compose deployment .env not found
2024-07-25 11:07:32 +02:00
andrasbacsai
613830e6a6
Fix styling
2024-07-24 19:11:12 +00:00
Andras Bacsai
b68199a482
fix: Fix issue with deployment start command in ApplicationDeploymentJob
2024-07-22 15:09:50 +02:00
Andras Bacsai
526d675272
refactor: Disable health check for Rust applications during deployment
2024-07-19 15:40:33 +02:00
Andras Bacsai
0e99f97855
oops
2024-07-19 14:56:18 +02:00
Andras Bacsai
2529496594
feat: preserve git repository
2024-07-18 13:14:07 +02:00
Andras Bacsai
1c4eb31d59
fix: handle custom_internal_name check in ApplicationDeploymentJob.php
2024-07-18 12:10:59 +02:00
Andras Bacsai
c0e88df3e8
feat: add readonly labels
2024-07-17 14:52:40 +02:00
Andras Bacsai
893339fc8e
refactor: Update Docker Compose build command to include --pull flag
2024-07-15 16:39:28 +02:00
Megumiso
dc6aee44b3
changed variable name for better readability
2024-07-13 13:26:51 +09:00
Megumiso
4ffea311e8
placement constraints is now working
2024-07-13 13:15:17 +09:00
Andras Bacsai
e63e806572
fix: always set project name during app deployments
2024-07-11 11:14:20 +02:00
Andras Bacsai
46e61cb409
fix: yaml everywhere
2024-07-03 16:27:28 +02:00
Andras Bacsai
4459c9f73d
feat: api api api api api api
2024-07-02 16:12:04 +02:00
Andras Bacsai
1249b1ece9
fix: custom container name will be the container name, not just internal network name
2024-07-02 10:02:43 +02:00
Andras Bacsai
8b95b93c72
refactor: Add is_build_time property to nixpacks_php_fallback_path and nixpacks_php_root_dir
2024-06-25 12:43:16 +02:00
Andras Bacsai
2c92cc40e1
refactor: Update code to use str() instead of Str::of() for string manipulation
2024-06-25 10:37:10 +02:00
Andras Bacsai
fcb3d71cb4
feat: add high priority queue
2024-06-20 14:52:12 +02:00
Andras Bacsai
fff7ec9ba7
refactor: remove commented code for docker container removal
2024-06-20 13:54:15 +02:00
Andras Bacsai
0468f255e7
fix: static build with new nixpacks build process
2024-06-20 13:48:49 +02:00
Andras Bacsai
1ecd0307ed
feat: COOLIFY_CONTAINER_NAME predefined variable
2024-06-14 14:23:40 +02:00
Andras Bacsai
f1562ccfd5
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-13 14:48:26 +02:00
Andras Bacsai
bfe2fb6da8
refactor: Update Docker build commands for better performance and flexibility
2024-06-13 14:48:23 +02:00
andrasbacsai
a521d8549a
Fix styling
2024-06-13 11:15:09 +00:00
Andras Bacsai
566faba6e3
fix: handle laravel deployment better
2024-06-13 13:14:24 +02:00
andrasbacsai
dffcee6cf1
Fix styling
2024-06-13 10:03:36 +00:00
Andras Bacsai
7485c1240b
feat: nixpacks now could reach local dbs internally
2024-06-13 12:02:52 +02:00
Andras Bacsai
d5be00d29d
chore: Add ApplicationDeploymentJob and pint.json
2024-06-11 13:17:15 +02:00
Andras Bacsai
8b95b3c1bf
fix: just restart
2024-06-11 13:12:53 +02:00
Andras Bacsai
7ad2e1ca05
Merge branch 'next' into php-codestyle
2024-06-11 11:36:07 +02:00
Thijmen
d86274cc37
Fix styling
2024-06-10 20:43:34 +00:00
Andras Bacsai
a125c0032b
chore: Remove commented out code for docker container removal
2024-06-10 21:57:44 +02:00
Andras Bacsai
2e4fd1530c
fix: multiline build args
2024-06-10 21:57:13 +02:00
Andras Bacsai
d1128c7a1e
fix: multiline variable should be literal + should be multiline in bash with \
2024-06-09 22:37:23 +02:00
Andras Bacsai
370c9b63cf
fix: post deployment command could fail, but won't make the deployment fail anymore
...
feat: better error for post deployment command
2024-06-06 15:13:21 +02:00
Andras Bacsai
7fd0deedb1
feat: able to add several domains to compose based previews
2024-06-05 15:14:44 +02:00
Andras Bacsai
8af509992d
fix: custom docker compose commands, add project dir if needed
2024-06-04 21:26:49 +02:00
Andras Bacsai
2f321bcfd9
refactor: Update save_environment_variables method to use application's environment_variables instead of environment_variables_preview
2024-06-04 11:25:53 +02:00
Andras Bacsai
0445052898
refactor: Add log entry when starting new application deployment
2024-05-31 12:07:42 +02:00
Andras Bacsai
072850be0b
Refactor ApplicationDeploymentJob.php to remove unnecessary code and improve code structure
2024-05-30 13:02:01 +02:00
Andras Bacsai
68d3cea528
fix: multiple server deployments
...
feat: custom preview deployment fqdn
ui: improvements here and there
2024-05-30 12:28:29 +02:00
Andras Bacsai
ee5c694aa2
fix: compose previews does have env variables
2024-05-30 10:14:43 +02:00
Andras Bacsai
dabb08ff4a
refactor: Remove unnecessary debug statement in ApplicationDeploymentJob.php
2024-05-29 18:51:38 +02:00
Andras Bacsai
66b0e04cc6
fix: able to redeploy dockerfile based apps without cache
2024-05-29 18:22:19 +02:00
Andras Bacsai
a8e9ee2e95
Refactor ApplicationDeploymentJob.php to remove logo and improve code structure
2024-05-29 15:18:02 +02:00
Andras Bacsai
5093697b27
refactor: Improve code structure in ApplicationDeploymentJob.php
2024-05-29 15:17:39 +02:00
Andras Bacsai
1d5932e63f
revert
2024-05-29 15:15:03 +02:00
Andras Bacsai
022762c0c9
refactor: applicationdeploymentjob
2024-05-29 15:11:17 +02:00
Andras Bacsai
aaa06f4120
fix: build server dirs not created on main server
2024-05-29 11:17:16 +02:00
Andras Bacsai
a8c3a2d991
Refactor git commands in ApplicationDeploymentJob.php
2024-05-29 10:43:57 +02:00
Andras Bacsai
035e145cd1
feat: add more persistent storage types
2024-05-27 14:14:44 +02:00
Andras Bacsai
9248be2177
refactor: Update docker network creation in ApplicationDeploymentJob
2024-05-24 14:44:02 +02:00
Andras Bacsai
a01e604443
feat: add container logs in case the container does not start healthy
2024-05-24 11:50:31 +02:00
Andras Bacsai
900308afec
fix: better way to add curl/wget to nixpacks
2024-05-23 14:28:11 +02:00
Andras Bacsai
853325d9fd
fix: pre and post deployment commands
2024-05-23 13:30:37 +02:00
Andras Bacsai
494be37715
remove comment
2024-05-23 13:08:57 +02:00
Andras Bacsai
d35cb5d072
fix: add wget to nixpacks builds
2024-05-23 13:08:46 +02:00
Andras Bacsai
59f681e6af
revert: hc return code check
2024-05-19 20:54:16 +02:00
Andras Bacsai
d3296f5180
feat: add hc logs to healthchecks
2024-05-18 18:48:33 +02:00
Andras Bacsai
ead672afb2
fix: PR deployments have good predefined envs
2024-05-17 15:30:27 +02:00
Andras Bacsai
edc3b014cd
fix: telegram group chat notifications
2024-05-17 12:09:22 +02:00
Andras Bacsai
94810d5066
fix: use rc in hc
2024-05-17 11:39:26 +02:00
Andras Bacsai
431cc796d8
feat: sort envs alphabetically and creation date
2024-05-17 11:10:57 +02:00
Andras Bacsai
9f506eb83a
fix: commit message length
2024-05-16 17:22:32 +02:00
Andras Bacsai
6847459022
chore: Limit commit message length to 50 characters in ApplicationDeploymentJob
2024-05-16 13:33:35 +02:00
Andras Bacsai
fbf64f8037
Refactor ApplicationDeploymentJob to conditionally notify team on DeploymentSuccess
2024-05-16 11:25:58 +02:00
Andras Bacsai
2446dc6950
feat: toggle label escaping mechanism
2024-05-15 17:52:14 +02:00
Andras Bacsai
1e01106b94
chore: Remove unnecessary code for saving commit message
2024-05-15 11:53:28 +02:00
Andras Bacsai
b992b19c66
feat: adding new COOLIFY_ variables
2024-05-15 11:30:35 +02:00
Andras Bacsai
1e09b2bbd8
fix: use commit hash on webhooks
2024-05-15 10:44:45 +02:00
Andras Bacsai
331cad276e
chore: Refactor ApplicationDeploymentJob.php for improved readability and maintainability
2024-05-08 10:36:38 +02:00