Commit Graph

11332 Commits

Author SHA1 Message Date
Simon 59e37e1456 fix: unsend template
In the previous template, the mapping of the web app was misconfigured due to the hostname not being set and the missing ports. Furthermore, the health check url was modified.
2025-04-15 23:02:42 +02:00
github-actions[bot] d37a960ffb docs: update changelog 2025-04-14 12:32:11 +00:00
Andras Bacsai 40963adae8 Merge pull request #5610 from coollabsio/next
chore(deps): update axios and dotenv versions in package-lock.json; bump realtime version to 1.0.7
2025-04-14 14:31:49 +02:00
Andras Bacsai 77c8ed769b chore(deps): update axios and dotenv versions in package-lock.json; bump realtime version to 1.0.7 2025-04-14 14:30:57 +02:00
github-actions[bot] f2c298ba61 docs: update changelog 2025-04-14 12:14:33 +00:00
Andras Bacsai db153a3f5d Merge pull request #5583 from coollabsio/next
v4.0.0-beta.408
2025-04-14 14:14:08 +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 9ae5ec0ed3 Update app/Livewire/Subscription/Index.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-14 13:57:41 +02:00
Andras Bacsai ac390abec2 fix(templates): correct casing of denoKV references in service templates and YAML files 2025-04-14 13:57:03 +02:00
Andras Bacsai 3701c18906 Merge pull request #5606 from ash-vd/fix/mongodb-config-with-ssl
fix(mongodb): Also apply custom config when SSL is enabled
2025-04-14 12:03:47 +02:00
Andras Bacsai f453b610bb Merge pull request #5579 from YaRissi/fix/compose-service-duplicate
fix(service): Dont duplicate the service entry if image changed
2025-04-14 12:02:34 +02:00
Andras Bacsai 0f0497c7fb chore(versions): update realtime version to 1.0.7 and bump dependencies in package.json 2025-04-14 11:48:44 +02:00
Andras Bacsai f3cd5d501d Merge pull request #5594 from coollabsio/dependabot/npm_and_yarn/vite-6.2.6
chore(deps-dev): bump vite from 6.2.4 to 6.2.6
2025-04-14 11:46:24 +02:00
Andras Bacsai 32326bb7dd feat(subscription): enhance subscription management with loading states and Stripe status checks 2025-04-14 10:31:13 +02:00
Andras Bacsai 8b3c4d7ad9 refactor(Server): remove debug logging from isReachableChanged method to clean up code and improve performance 2025-04-14 10:30:53 +02:00
Andras Bacsai eda1e1899f fix(migrations): make stripe_comment field nullable in subscriptions table 2025-04-14 10:30:43 +02:00
Ashwin van Dijk de2bd160ff fix(mongodb): Also apply custom config when SSL is enabled 2025-04-14 09:55:28 +02:00
Andras Bacsai c375a8e7ae fix(pricing-plans): adjust grid class for improved layout consistency in subscription pricing plans 2025-04-13 20:49:02 +02:00
Andras Bacsai 5b9753eeb2 refactor(navbar-delete-team): simplify modal confirmation layout and enhance button styling for better user experience 2025-04-13 20:38:16 +02:00
Andras Bacsai d21fee8a03 Merge pull request #5598 from LaurenceJJones/public_key_openapi_spec
enhance: Add missing openapi items to PrivateKey
2025-04-13 16:18:26 +02:00
Andras Bacsai 79f9b85771 refactor(Dockerfile): remove service generation command from the build process to streamline Dockerfile and improve build efficiency 2025-04-13 16:02:06 +02:00
Andras Bacsai 93ec2f804b refactor(commands): reorganize OpenAPI and Services generation commands into a new namespace for better structure; remove old command files 2025-04-13 16:00:50 +02:00
Andras Bacsai 201116746b chore(pre-commit): remove OpenAPI generation command from pre-commit hook 2025-04-13 15:53:08 +02:00
Andras Bacsai ad002faef4 chore(versions): update nightly version to 4.0.0-beta.410 2025-04-13 15:49:56 +02:00
Andras Bacsai 41e874eb05 fix(pre-commit): correct input redirection for /dev/tty and add OpenAPI generation command 2025-04-13 15:49:27 +02:00
Andras Bacsai 927caefb42 feat(OpenApi): enhance OpenAPI specifications by adding UUID parameters for application, project, and service updates; improve deployment listing with pagination parameters; update command signature for OpenApi generation 2025-04-13 15:48:14 +02:00
Andras Bacsai 28fab5665a Merge pull request #5601 from SrJooJ/main
add new variable S3_REGION
2025-04-13 15:43:05 +02:00
Andras Bacsai 5cc189b69a refactor(Dockerfile): reintroduce service generation command in the build process for consistency and ensure proper asset compilation 2025-04-13 15:38:17 +02:00
Andras Bacsai 3803bac2aa refactor(Dockerfile): streamline RUN commands for improved readability and maintainability by adding line continuations 2025-04-13 15:22:00 +02:00
Andras Bacsai 1ab7405e2e refactor(ServicesGenerate): update command signature from 'services:generate' to 'generate:services' for consistency; update Dockerfile to run service generation during build; update Odoo image version to 18 and add extra addons volume in compose configuration 2025-04-13 15:16:54 +02:00
Andras Bacsai 4bc9786046 refactor(DynamicConfigurations): improve handling of dynamic configuration content by ensuring fallback to empty string when content is null 2025-04-13 14:24:27 +02:00
Andras Bacsai 6eea3c50d8 refactor(Email): enhance error handling in SMTP and resend methods by passing context to handleError function 2025-04-12 14:04:34 +02:00
Andras Bacsai de839e3fcb refactor(Email): streamline SMTP and resend settings handling in copyFromInstanceSettings method 2025-04-12 13:59:54 +02:00
SrJooJ 78ae93f3cf add new variable S3_REGION 2025-04-12 02:30:08 -03:00
Laurence 44e96e032f enhance: Add missing openapi items to PrivateKey 2025-04-11 20:37:54 +01:00
Andras Bacsai 4c95dccfb3 refactor(SourceManagement): sort sources by name and improve UI for changing Git source with better error handling 2025-04-11 20:25:25 +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 ec36825545 feat(SourceManagement): add functionality to change Git source and display current source in the application settings 2025-04-11 18:22:42 +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
dependabot[bot] 5ce57eda16 chore(deps-dev): bump vite from 6.2.4 to 6.2.6
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 to 6.2.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.2.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-11 15:30:16 +00:00
Andras Bacsai 61cc49d317 fix(DeployController): update request handling to use input method and enhance OpenAPI description for deployment endpoint 2025-04-11 15:37:42 +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 01f361216d Merge pull request #5577 from LaurenceJJones/openapi_uuid_definition
enhance: Add missing UUID to openapi spec
2025-04-10 20:38:52 +02:00
Andras Bacsai 324e0d1cd8 feat(CleanupDocker): add support for realtime image management in Docker cleanup process 2025-04-10 18:20:46 +02:00
Andras Bacsai abf922b392 feat(GithubApp): update default events to include 'pull_request' and streamline event handling 2025-04-10 16:25:53 +02:00
Andras Bacsai e8ff21b3ca chore(versions): bump version to 408 for coolify and 409 for nightly 2025-04-10 16:20:41 +02:00
elmariss 11c1babc85 fix check if image changed 2025-04-10 01:06:01 +02:00
Laurence 1e7b15ae77 enhance: Add missing UUID to openapi spec 2025-04-09 17:52:12 +01:00
github-actions[bot] 4a1f8e925f docs: update changelog 2025-04-09 07:21:57 +00:00
Andras Bacsai c87d12d773 Merge pull request #5573 from coollabsio/next
v4.0.0-beta.407
2025-04-09 09:21:34 +02:00