Commit Graph

  • 59f3220d26 Merge branch 'next' into v4.x Ahmed AandGitHub 2025-09-18 16:01:15 +03:00
  • 2a69713176 Merge branch 'v4.x' into next 🏔️ PeakandGitHub 2025-09-18 13:50:16 +02:00
  • 027aa0ffff chore(versions): bump coolify version to 4.0.0-beta.429 and nightly version to 4.0.0-beta.430 Andras Bacsai 2025-09-18 13:45:29 +02:00
  • 074c70c8ab fix(clone): update destinations method call to ensure correct retrieval of selected destination Andras Bacsai 2025-09-18 13:44:56 +02:00
  • c1799bdae6 fix(docker): redirect stderr to stdout for container log retrieval to capture error messages Andras Bacsai 2025-09-18 12:51:03 +02:00
  • b34dc11d8e fix(deployment): prevent removal of running containers for pull request deployments in case of failure Andras Bacsai 2025-09-18 11:30:49 +02:00
  • 65a50f2112 Merge pull request #6629 from coollabsio/build_secrets Andras BacsaiandGitHub 2025-09-18 11:00:40 +02:00
  • 65f60a2ca2 Update rybbit.yaml zehjotkah 2025-09-17 19:30:12 +01:00
  • 1f4255ef41 refactor(deployment): rename method for modifying Dockerfile to improve clarity and streamline build secrets integration Andras Bacsai 2025-09-17 18:46:10 +02:00
  • 844a67a006 fix: hide sensitive email change fields in team member responses Yihang Wang 2025-09-18 00:40:09 +08:00
  • d7a7bac3f1 refactor(deployment): optimize BuildKit capabilities detection and remove unnecessary comments for cleaner deployment logic Andras Bacsai 2025-09-17 15:18:26 +02:00
  • 0c9cdbe0eb Add red Coolify logo Kimmo Salmela 2025-09-17 12:40:38 +03:00
  • 966fc1f52b Merge branch 'coollabsio:v4.x' into update-coolify-logo Kimmo SalmelaandGitHub 2025-09-17 12:31:55 +03:00
  • c1bee32f09 feat(deployment): introduce 'use_build_secrets' setting for enhanced security during Docker builds and update related logic in deployment process Andras Bacsai 2025-09-17 10:34:38 +02:00
  • 87967b8734 refactor(deployment): streamline Docker BuildKit detection and environment variable handling for enhanced security during application deployment Andras Bacsai 2025-09-17 10:08:29 +02:00
  • b859807d61 added rybbit service template zehjotkah 2025-09-16 20:26:44 +01:00
  • f5e17337f4 Update app/Jobs/ApplicationDeploymentJob.php
    Andras BacsaiGitHubcoderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    2025-09-16 18:26:12 +02:00
  • f084ded6e9 refactor(deployment): remove redundant environment variable documentation from Dockerfile comments to streamline the deployment process Andras Bacsai 2025-09-16 18:25:16 +02:00
  • 6314fef8df Update app/Jobs/ApplicationDeploymentJob.php
    Andras BacsaiGitHubcoderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    2025-09-16 18:25:07 +02:00
  • 8542d33a2d refactor(deployment): conditionally cleanup build secrets based on Docker BuildKit support and remove redundant calls for improved efficiency Andras Bacsai 2025-09-16 18:20:51 +02:00
  • c182cac032 Update app/Jobs/ApplicationDeploymentJob.php
    Andras BacsaiGitHubcoderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    2025-09-16 18:20:36 +02:00
  • efbbe76310 feat(deployment): add support for Docker BuildKit and build secrets to enhance security and flexibility during application deployment refactor(static-buildpack): seperate static buildpack for readability Andras Bacsai 2025-09-16 17:16:01 +02:00
  • c1c149968e Fix team invitation email case sensitivity bug GitHub Actions 2025-09-16 15:31:48 +01:00
  • 9e8fb36bc8 feat(deployment): implement cancellation checks during deployment process to enhance user control and prevent unnecessary execution Andras Bacsai 2025-09-16 13:40:51 +02:00
  • ea30c4798a Merge branch 'next' into v4.x Ahmed AandGitHub 2025-09-16 14:13:50 +03:00
  • f9ed02a0b7 fix(server): implement refreshServer method and update navbar event listener for improved server state management Andras Bacsai 2025-09-16 10:33:32 +02:00
  • 9bd80e4c07 fix(server): add build server check to disable Sentinel and update related logic Andras Bacsai 2025-09-16 10:31:57 +02:00
  • 2ef139bc42 fix(server): update server usability check to reflect actual Docker availability status Andras Bacsai 2025-09-16 10:18:35 +02:00
  • 4f8dfa598e refactor(server): remove debugging ray call from validateConnection method for cleaner code Andras Bacsai 2025-09-16 09:43:51 +02:00
  • 9d1369e7f8 docs: update changelog github-actions[bot] 2025-09-15 16:58:44 +00:00
  • e2a1d30802 Merge pull request #6617 from coollabsio/next Andras BacsaiandGitHub 2025-09-15 18:58:21 +02:00
  • 90abdb0244 chore(docker): add a blank line for improved readability in Dockerfile Andras Bacsai 2025-09-15 18:57:30 +02:00
  • d45641a8da docs: update changelog github-actions[bot] 2025-09-15 16:52:48 +00:00
  • 7a9bc8dcb9 Merge pull request #6616 from coollabsio/next Andras BacsaiandGitHub 2025-09-15 18:52:24 +02:00
  • 7322072518 refactor(deployment): update environment file paths in docker compose commands to use working directory for improved consistency Andras Bacsai 2025-09-15 18:05:11 +02:00
  • 60e31a1381 refactor(remoteProcess): remove file transfer handling from remote_process and instant_remote_process functions to simplify code Andras Bacsai 2025-09-15 17:59:35 +02:00
  • 133e72336a Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency" Andras Bacsai 2025-09-15 17:56:48 +02:00
  • 393745b68c Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method across multiple database actions for improved clarity and efficiency" Andras Bacsai 2025-09-15 17:55:08 +02:00
  • e23c78fcda chore(deps): bump helper version peaklabs-dev 2025-09-15 15:48:10 +02:00
  • e84da21def chore(versions): increment coolify version to 4.0.0-beta.428 and update realtime_version to 1.0.10 Andras Bacsai 2025-09-15 15:40:24 +02:00
  • 3255f42385 refactor(remoteProcess): remove command log comments for file transfers to simplify code Andras Bacsai 2025-09-15 15:39:27 +02:00
  • 54a55be8e5 refactor(deployment): streamline environment variable handling for dockercompose and improve sorting of runtime variables Andras Bacsai 2025-09-15 15:39:07 +02:00
  • 77c7da39e2 feat(deployment): enhance deployment status reporting with detailed information on active deployments and team members Andras Bacsai 2025-09-15 14:10:20 +02:00
  • 7eb0c5a757 fix(application): improve watch paths handling by trimming and filtering empty paths to prevent unnecessary triggers Andras Bacsai 2025-09-15 13:59:14 +02:00
  • 6d56b83e27 chore(constants): update realtime_version from 1.0.10 to 1.0.11 Andras Bacsai 2025-09-15 12:50:34 +02:00
  • f6c0c9c0fd Merge pull request #6604 from coollabsio/dependabot/npm_and_yarn/docker/coolify-realtime/axios-1.12.0 Andras BacsaiandGitHub 2025-09-15 12:49:45 +02:00
  • 7ccd03af21 docs: update changelog github-actions[bot] 2025-09-15 10:48:50 +00:00
  • eb734cd2c3 Merge pull request #6507 from coollabsio/next Andras BacsaiandGitHub 2025-09-15 12:48:23 +02:00
  • 1c6410470f chore(versions): update sentinel version from 0.0.15 to 0.0.16 in versions.json files Andras Bacsai 2025-09-15 12:42:29 +02:00
  • 14eae54121 feat(laravel-boost): add Laravel Boost guidelines and MCP server configuration to enhance development experience Andras Bacsai 2025-09-15 12:19:44 +02:00
  • a1eaa046c9 feat(auth): enhance user login flow to handle team invitations, attaching users to invited teams upon first login and maintaining personal team logic for regular logins Andras Bacsai 2025-09-15 12:12:14 +02:00
  • 5e3d65d2e8 Create .phpactor.json Andras Bacsai 2025-09-15 11:50:41 +02:00
  • 97428a4a80 feat(executions): add 'Load All' button to view all logs and implement loadAllLogs method for complete log retrieval Andras Bacsai 2025-09-15 11:05:29 +02:00
  • a03de180f5 Merge branch 'next' into next SepcntandGitHub 2025-09-15 16:59:57 +08:00
  • e4c3389e12 feat(sentinel): add slide-over for viewing Sentinel logs and custom Docker image input for development Andras Bacsai 2025-09-14 19:22:03 +02:00
  • 4027c1426c feat(sentinel): add support for custom Docker images in StartSentinel and related methods Andras Bacsai 2025-09-14 19:21:55 +02:00
  • 57a1e7a076 Fix: Remove volumes SAHILandGitHub 2025-09-14 20:07:40 +05:30
  • 3dcc64328d fix(campfire): update service definition to use image instead of build in Docker Compose file victor 2025-09-14 09:16:02 +02:00
  • 41389a30d4 style(campfire): update comment for DISABLE_SSL environment variable for clarity victor 2025-09-14 08:57:33 +02:00
  • 5bf5893a83 refactor(campfire): streamline environment variable definitions in Docker Compose file victor 2025-09-14 08:55:31 +02:00
  • 57976e4d6d fix(campfire): correct port comment from 3000 to 80 in Docker Compose file victorandShadowArcanist 2025-09-14 08:29:29 +02:00
  • c25e4c7057 Update newt-pangolin.yaml Gabriel PeraltaandGitHub 2025-09-13 17:31:07 -03:00
  • 08d257535a fix(docker): enhance container status aggregation for multi-container applications, including exclusion handling based on docker-compose configuration Andras Bacsai 2025-09-13 20:32:15 +02:00
  • b6ff5f89b9 refactor(stripe-jobs): comment out internal notification calls and add subscription status verification before sending failure notifications Andras Bacsai 2025-09-13 19:35:32 +02:00
  • a6a4fd39bb chore(cleanup): remove deprecated ServerCheck and related job classes to streamline codebase Andras Bacsai 2025-09-13 18:35:39 +02:00
  • 4d52a26ac6 fix rebase Ahmed A 2025-09-13 17:04:22 +03:00
  • 5eacb01beb Merge branch 'v4.x' of https://github.com/ahmadw13/coolify into v4.x Ahmed A 2025-09-13 17:01:39 +03:00
  • b3d8b99959 Adding support for using config values for process Ahmed A 2025-09-09 17:25:55 +03:00
  • 8056d7fcac fix(navbar): restrict subscription link visibility to admin users in cloud environment Andras Bacsai 2025-09-13 15:08:52 +02:00
  • a2a2bfa6c9 feat(user-management): implement user deletion command with phased resource and subscription cancellation, including dry run option Andras Bacsai 2025-09-13 15:08:30 +02:00
  • d679e1a7d0 chore(deps): bump axios from 1.8.4 to 1.12.0 in /docker/coolify-realtime dependabot[bot]andGitHub 2025-09-13 12:45:57 +00:00
  • d5c90da44d fix(security): update contact email for vulnerability reports to improve security communication Andras Bacsai 2025-09-13 14:27:14 +02:00
  • 5247185933 feat(add-watch-paths-for-services): show watch paths field for docker compose applications Ossama Lafhel 2025-09-13 04:28:27 +02:00
  • 45ba0bc042 deleted mr-16 nikita 2025-09-13 02:27:55 +06:00
  • 843935d679 fix(ui): improve mobile sidebar close behavior nikita 2025-09-13 02:14:10 +06:00
  • 8e155f25b3 refactor(environment): streamline environment variable handling by replacing sorting methods with direct property access and enhancing query ordering for improved performance Andras Bacsai 2025-09-12 12:09:03 +02:00
  • c6b47da1e9 feat(templates): add n8n service with PostgreSQL and worker support for enhanced workflow automation Andras Bacsai 2025-09-12 11:47:13 +02:00
  • 2d267d6f23 fix(template/filebrowser): correct healthcheck for Filebrowser Hoàng Trần Nhật Minh 2025-09-12 02:31:26 +07:00
  • a0b08fae5d fix(feedback): update feedback email address to improve communication with users Andras Bacsai 2025-09-11 20:23:07 +02:00
  • 966d035a4a fix(security): update contact email for reporting vulnerabilities to enhance privacy Andras Bacsai 2025-09-11 20:23:02 +02:00
  • 2e3d09df2a fix(template/filebrowser): correct routing and healthcheck for Filebrowser Hoàng Trần Nhật Minh 2025-09-11 23:21:48 +07:00
  • 20ad2165e7 feat(environment): introduce 'is_buildtime_only' attribute to environment variables for improved build-time configuration Andras Bacsai 2025-09-11 17:38:16 +02:00
  • 6d477ff593 feat(execute-container): enhance container command form with auto-connect feature for single container scenarios Andras Bacsai 2025-09-11 17:37:40 +02:00
  • d9a54145ef feat(pre-commit): automate generation of service templates and OpenAPI documentation during pre-commit hook Andras Bacsai 2025-09-11 16:53:11 +02:00
  • 5b3b4bbc43 refactor(environment): remove 'is_build_time' attribute from environment variable handling across the application to simplify configuration Andras Bacsai 2025-09-11 16:51:56 +02:00
  • 1d0719238c refactor(openapi): remove 'is_build_time' attribute from environment variable definitions to streamline configuration Andras Bacsai 2025-09-11 16:48:00 +02:00
  • e3d8f5f1e1 fix(templates): update 'compose' configuration for Appwrite service to enhance compatibility and streamline deployment Andras Bacsai 2025-09-11 16:44:20 +02:00
  • 60374c214e refactor(deployment): update environment file handling in Docker commands to use '/artifacts/' path and streamline variable management Andras Bacsai 2025-09-11 16:22:03 +02:00
  • ab0786f5a0 feat(environment): add 'is_literal' attribute to environment variable for enhanced configuration options Andras Bacsai 2025-09-11 15:25:44 +02:00
  • 0289219e25 Merge branch 'next' into template/metamcp Romain ROCHASandGitHub 2025-09-11 15:12:47 +02:00
  • 4ecca2a479 Update newt-pangolin.yaml Gabriel PeraltaandGitHub 2025-09-11 09:24:29 -03:00
  • 501e6a2650 refactor(environment): standardize service name formatting by replacing '-' and '.' with '_' in environment variable keys Andras Bacsai 2025-09-11 13:59:02 +02:00
  • 13af4811f5 feat(storages): add method to retrieve the first storage ID for improved stability in storage display Andras Bacsai 2025-09-11 13:41:22 +02:00
  • 5e0b86f322 Merge pull request #6170 from mindedtech/Add-SERVICE_NAME-variable-for-docker-compose-services Andras BacsaiandGitHub 2025-09-11 13:06:10 +02:00
  • b46429e879 refactor(deployment): add environment variable copying logic to Docker build commands for pull requests Andras Bacsai 2025-09-11 13:01:45 +02:00
  • ff29525dd9 refactor(clone): enhance application cloning by separating production and preview environment variable handling Andras Bacsai 2025-09-11 12:52:35 +02:00
  • 0db2835565 fix(application): add functionality to stop and remove Docker containers on server Andras Bacsai 2025-09-11 12:39:28 +02:00
  • c8f49f29c0 refactor(application): enhance environment variable retrieval in configuration change check for improved accuracy Andras Bacsai 2025-09-11 12:29:57 +02:00
  • 6ed2fd5d66 refactor(clone): integrate preview cloning logic directly into application cloning function for improved clarity and maintainability Andras Bacsai 2025-09-11 12:29:49 +02:00
  • 4ac89f2ad3 feat(application): display parsing version in development mode and clean up domain conflict modal markup Andras Bacsai 2025-09-11 10:58:59 +02:00