Commit Graph

  • 13d52e0e9a chore(deps-dev): bump vite from 6.3.5 to 6.3.6 dependabot[bot] 2025-09-10 02:01:32 +00:00
  • a60d6dadc7 fix(private-key): implement transaction handling and error verification for private key storage operations Andras Bacsai 2025-09-09 16:46:38 +02:00
  • a06c79776e feat(dev-command): dispatch CheckHelperImageJob during instance initialization to enhance setup process Andras Bacsai 2025-09-09 16:46:24 +02:00
  • 8f2a45b8dc docs(testing-patterns): add important note to always run tests inside the coolify container for clarity Andras Bacsai 2025-09-09 16:29:04 +02:00
  • 1ca94b90da fix(proxy): replace CheckConfiguration with GetProxyConfiguration and SaveConfiguration with SaveProxyConfiguration for improved clarity and consistency in proxy management Andras Bacsai 2025-09-09 12:52:19 +02:00
  • feacedbb04 refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency Andras Bacsai 2025-09-09 11:10:38 +02:00
  • fe2c4fd1c7 fix(web-routes): enhance backup response messages to clarify local and S3 availability Andras Bacsai 2025-09-09 10:34:40 +02:00
  • b1a2938f84 fix(ScheduledTaskJob): replace generic Exception with NonReportableException for better error handling Andras Bacsai 2025-09-09 09:30:44 +02:00
  • ad58dfc62e feat(sudo-helper): add helper functions for command parsing and ownership management with sudo Andras Bacsai 2025-09-09 09:00:42 +02:00
  • a7671ed379 refactor(dns-validation): rename DNS validation functions for consistency and clarity, and remove unused code Andras Bacsai 2025-09-09 09:00:35 +02:00
  • ccc9ceb734 refactor(remoteProcess): remove debugging statement from transfer_file_to_server function to clean up code Andras Bacsai 2025-09-09 08:56:16 +02:00
  • 45ca76ed1c fix(LocalFileVolume): add missing directory creation command for workdir in saveStorageOnServer method Andras Bacsai 2025-09-09 08:56:00 +02:00
  • e23ab1e621 feat(deployment): add SERVICE_NAME variables for service discovery Arnaud B 2025-09-08 15:15:57 +02:00
  • 23fb43bb96 Merge pull request #6510 from ChiragAgg5k/fix-appwrite-template Andras Bacsai 2025-09-08 14:04:45 +02:00
  • 18068857b1 refactor(file-transfer): replace base64 encoding with direct file transfer method across multiple database actions for improved clarity and efficiency Andras Bacsai 2025-09-08 14:04:24 +02:00
  • 852b2688d9 refactor(error-handling): remove ray debugging statements from CheckUpdates and shared helper functions to clean up error reporting Andras Bacsai 2025-09-08 14:03:27 +02:00
  • 4c0c16a241 refactor(backlog): remove outdated guidelines and project manager agent files to streamline task management documentation Andras Bacsai 2025-09-08 09:19:24 +02:00
  • a243b99df4 feat(exceptions): introduce NonReportableException to handle known errors and update Handler for selective reporting Andras Bacsai 2025-09-08 09:18:25 +02:00
  • 914fcfa0ca Merge branch 'next' into fix-appwrite-template Chirag Aggarwal 2025-09-08 11:07:21 +07:00
  • 45c75ad9c1 feat(ssh): add Sentry tracking for SSH retry events to enhance error monitoring Andras Bacsai 2025-09-07 18:57:20 +02:00
  • 4bd29bf966 refactor(ssh): enhance error handling in SSH command execution and improve connection validation logging Andras Bacsai 2025-09-07 18:45:44 +02:00
  • 579cc25898 fix(ssh): introduce SshRetryHandler and SshRetryable trait for enhanced SSH command retry logic with exponential backoff and error handling Andras Bacsai 2025-09-07 17:17:35 +02:00
  • b847740924 refactor(command): simplify SSH command retry logic by removing unnecessary logging and improving delay calculation Andras Bacsai 2025-09-07 16:38:11 +02:00
  • 0f030c5e54 Change favicon image type to PNG and SVG Terijaki 2025-09-07 13:28:37 +02:00
  • b6176d905b feat(command): implement SSH command retry logic with exponential backoff and logging for better error handling Andras Bacsai 2025-09-07 10:26:23 +02:00
  • 80fb0651f3 Merge branch 'next' into fix-appwrite-template Chirag Aggarwal 2025-09-07 15:15:36 +07:00
  • 2d135071c7 refactor(command): replace forceDelete calls with DeleteResourceJob dispatch for all stuck resources in cleanup process Andras Bacsai 2025-09-05 19:28:08 +02:00
  • 8c5c249c6a refactor(webhook): replace direct forceDelete calls with DeleteResourceJob dispatch for application previews Andras Bacsai 2025-09-05 19:27:59 +02:00
  • 136ca08305 refactor(command): streamline Init command by removing unnecessary options and enhancing error handling for various operations Andras Bacsai 2025-09-05 19:27:49 +02:00
  • a10e51b2c4 fix(webhook): replace delete with forceDelete for application previews to ensure immediate removal Andras Bacsai 2025-09-05 17:50:33 +02:00
  • 28d05f759e refactor(command): remove InitChangelog command as it is no longer needed Andras Bacsai 2025-09-05 17:45:15 +02:00
  • 9c3345318a fix(user): ensure email attributes are stored in lowercase for consistency and prevent case-related issues Andras Bacsai 2025-09-05 17:44:34 +02:00
  • 49bd0a2a01 refactor(command): improve database collection logic for deletion command by using unique identifiers and enhancing user experience Andras Bacsai 2025-09-05 17:43:19 +02:00
  • 581b649cd7 fix(command): enhance cleanup process for stuck application previews by adding force delete for trashed records Andras Bacsai 2025-09-05 17:43:05 +02:00
  • 16447b7391 refactor(command): streamline database deletion process to handle multiple database types and improve user experience Andras Bacsai 2025-09-05 14:56:30 +02:00
  • b17c65b224 fix(command): enhance database deletion command to support multiple database types Andras Bacsai 2025-09-05 14:55:15 +02:00
  • 339118558c feat(settings): add option to restrict PR deployments to repository members and contributors Andras Bacsai 2025-09-05 14:30:51 +02:00
  • dd04f15e63 expose appwrite-browser and update executor version Chirag Aggarwal 2025-09-04 23:21:04 +05:30
  • a9de4bb568 Merge branch 'next' into fix-appwrite-template Chirag Aggarwal 2025-09-04 17:04:33 +07:00
  • fcdd922f05 chore: use main value then fallback to service_ values Chirag Aggarwal 2025-09-04 15:28:38 +05:30
  • 758fe18d79 oops missed a check Dominic 2025-09-03 13:01:03 -04:00
  • f38217e717 fix(templates): update SECRET_KEY environment variable in getoutline.yaml to use SERVICE_HEX_32_OUTLINE Andras Bacsai 2025-09-01 16:44:09 +02:00
  • 9db8b62219 feat(ui): display current version in settings dropdown and update UI accordingly Andras Bacsai 2025-09-01 16:23:14 +02:00
  • 0bfffb503e feat(command): add option to sync GitHub releases to BunnyCDN and refactor sync logic Andras Bacsai 2025-09-01 16:14:02 +02:00
  • d2ed68e605 refactor(jobs): pull github changelogs from cdn instead of github Andras Bacsai 2025-09-01 16:13:55 +02:00
  • 002902492f fix: appwrite template - 500 errors, missing env vars etc. Chirag Aggarwal 2025-09-01 12:09:10 +05:30
  • 719d094754 Merge branch 'next' into patch-1 Dominic 2025-08-31 22:46:35 -04:00
  • c0ffda37f2 remove ~ from forbidden characters in git URLs Dominic 2025-08-31 22:32:30 -04:00
  • 84e692fb43 fix(ui): add cursor pointer to upgrade button for better user interaction Andras Bacsai 2025-08-31 21:01:31 +02:00
  • 6e3e80f1c2 fix(api): add custom labels generation for applications with readonly container label setting enabled Andras Bacsai 2025-08-31 15:40:48 +02:00
  • 88d33d177e chore: update coolify version to 4.0.0-beta.427 and nightly version to 4.0.0-beta.428 Andras Bacsai 2025-08-31 11:20:48 +02:00
  • edbc923c1a fix(ui): transactional email settings link on members page (#6491) Hadi Baalbaki 2025-08-29 19:54:12 +03:00
  • bfc8a25b72 move domain trimming before URL validation QarthO 2025-08-29 09:09:03 -04:00
  • 96b3e269c5 docs: update changelog github-actions[bot] 2025-08-28 18:17:26 +00:00
  • 08d4735332 Merge pull request #6489 from coollabsio/next Andras Bacsai 2025-08-28 20:17:02 +02:00
  • bf884bd1a0 refactor(policy): simplify ServiceDatabasePolicy methods to always return true and add manageBackups method Andras Bacsai 2025-08-28 17:19:09 +02:00
  • 135ed98a86 chore: update coolify version to 4.0.0-beta.426 and nightly version to 4.0.0-beta.427 Andras Bacsai 2025-08-28 13:31:10 +02:00
  • 69082670f9 docs: update changelog github-actions[bot] 2025-08-28 09:33:12 +00:00
  • 8af14180ee Merge pull request #6480 from coollabsio/next Andras Bacsai 2025-08-28 11:32:47 +02:00
  • d620364120 fix(templates): update Matrix service compose configuration for improved compatibility and clarity Andras Bacsai 2025-08-28 11:31:25 +02:00
  • 36c8b46bf6 docs: update changelog github-actions[bot] 2025-08-28 09:22:37 +00:00
  • 1398f73229 Merge pull request #6479 from coollabsio/next Andras Bacsai 2025-08-28 11:22:16 +02:00
  • 75b61a6b00 feat(domains): add force_domain_override option and enhance domain conflict detection responses Andras Bacsai 2025-08-28 11:21:30 +02:00
  • c2124c668a docs: update changelog github-actions[bot] 2025-08-28 09:03:15 +00:00
  • f74941b400 Merge pull request #6476 from coollabsio/next Andras Bacsai 2025-08-28 11:02:54 +02:00
  • 80499a03d8 feat(domains): implement domain conflict detection and user confirmation modal across application components Andras Bacsai 2025-08-28 10:52:41 +02:00
  • 643343785a refactor(auth): simplify access control logic in CanAccessTerminal and ServerPolicy by allowing all users to perform actions Andras Bacsai 2025-08-28 10:48:24 +02:00
  • 7fe6a4198d fix(previews): simplify FQDN generation logic by removing unnecessary empty check Andras Bacsai 2025-08-28 10:11:56 +02:00
  • e0aa28ba31 refactor(domains): rename check_domain_usage to checkDomainUsage and update references across the application Andras Bacsai 2025-08-28 10:00:19 +02:00
  • c156d5c705 chore: update coolify version to 4.0.0-beta.425 and nightly version to 4.0.0-beta.426 Andras Bacsai 2025-08-28 09:50:16 +02:00
  • 2e85ce0e0e refactor(urls): replace generateFqdn with generateUrl for consistent URL generation across applications Andras Bacsai 2025-08-28 09:49:58 +02:00
  • d04dbf910b docs: update changelog github-actions[bot] 2025-08-27 19:37:02 +00:00
  • 4449393124 Merge pull request #6469 from coollabsio/next Andras Bacsai 2025-08-27 21:36:22 +02:00
  • 754f78bcfd fix(compose): temporary allow to edit volumes in apps (compose based) and services Andras Bacsai 2025-08-27 21:36:05 +02:00
  • efc1264810 fix(parsers): do not modify service names, only for getting fqdns and related envs Andras Bacsai 2025-08-27 21:22:04 +02:00
  • 4024d7f59b chore: update coolify version to 4.0.0-beta.424 and nightly version to 4.0.0-beta.425 Andras Bacsai 2025-08-27 18:42:22 +02:00
  • 886f910632 docs: update changelog github-actions[bot] 2025-08-27 16:39:19 +00:00
  • b3ce3ca8d6 Merge pull request #6468 from coollabsio/next Andras Bacsai 2025-08-27 18:38:57 +02:00
  • 3e816c8281 refactor(parsers): remove unnecessary hyphen-to-underscore replacement for service names in serviceParser function Andras Bacsai 2025-08-27 18:36:58 +02:00
  • 6249263f51 chore: update coolify version to 4.0.0-beta.423 and nightly version to 4.0.0-beta.424 Andras Bacsai 2025-08-27 17:24:22 +02:00
  • be86508aa3 docs: update changelog github-actions[bot] 2025-08-27 15:17:06 +00:00
  • 208b8208bf Merge pull request #6465 from coollabsio/next Andras Bacsai 2025-08-27 17:16:39 +02:00
  • 6c560261f2 refactor(git): improve submodule cloning peaklabs-dev 2025-08-27 17:13:28 +02:00
  • 21fc1ba254 fix(docker): update parser version in FQDN generation for service-specific URLs Andras Bacsai 2025-08-27 17:02:38 +02:00
  • cde528bf5e fix(parsers): enhance volume string handling by preserving mode in application and service parsers. Update related unit tests for validation. Andras Bacsai 2025-08-27 16:54:44 +02:00
  • 115a03947f fix(service): swap URL for FQDN on matrix template (#6466) Nicanor Alexander de la Cruz Caba 2025-08-27 10:53:22 -04:00
  • c2ff9eae0d fix(git): submodule update command uses an unsupported option (#6454) broesch 2025-08-27 16:51:08 +02:00
  • 5fbad08e45 fix(parsers): implement parseDockerVolumeString function to handle various Docker volume formats and modes, including environment variables and Windows paths. Add unit tests for comprehensive coverage. Andras Bacsai 2025-08-27 16:39:38 +02:00
  • 4a1eb064a4 fix(parsers): replace hyphens with underscores in service names for consistency. this allows to properly parse custom domains in docker compose based applications Andras Bacsai 2025-08-27 16:22:37 +02:00
  • b119d4f95c chore: update development node version peaklabs-dev 2025-08-27 15:18:52 +02:00
  • 8d1c75ebff chore: update version peaklabs-dev 2025-08-27 15:18:22 +02:00
  • e8ce635eba docs: update changelog github-actions[bot] 2025-08-26 19:47:05 +00:00
  • b64b8df3a9 Merge pull request #6446 from coollabsio/next Andras Bacsai 2025-08-26 21:46:38 +02:00
  • d98b7ab7e0 feat(policies): add EnvironmentVariablePolicy for managing environment variables ( it was missing ) Andras Bacsai 2025-08-26 21:44:36 +02:00
  • e41730a209 chore(versions): update coolify version to 4.0.0-beta.421 and nightly version to 4.0.0-beta.422 Andras Bacsai 2025-08-26 19:23:23 +02:00
  • f1f916cd89 docs: update changelog github-actions[bot] 2025-08-26 16:48:57 +00:00
  • ec6aa11855 Merge pull request v4.0.0-beta.420.10 #6443 🏔️ Peak 2025-08-26 18:48:33 +02:00
  • 3343806176 fix(backups): rollback helper update for now peaklabs-dev 2025-08-26 18:44:29 +02:00
  • 6b54432f9c chore(core): update version peaklabs-dev 2025-08-26 18:44:09 +02:00
  • 04e47acfd1 docs: update changelog github-actions[bot] 2025-08-26 16:23:52 +00:00