Commit Graph

11421 Commits

Author SHA1 Message Date
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
Andras Bacsai
c39213551c Merge pull request #4741 from piotr-woojcik/docker-network-aliases
Custom network aliases for interconnectivity of services deployed with rolling release with Dockerfile, Docker Image and Nixpacks
2025-04-09 08:43:55 +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
Andras Bacsai
f63415f027 feat(EnvironmentVariable): implement protection for critical environment variables and enhance deletion logic 2025-04-07 22:57:26 +02:00
Andras Bacsai
f31624c6eb fix(General): change redis_password property to nullable string 2025-04-06 21:13:15 +02:00
Andras Bacsai
d383344ab9 feat(EnvironmentVariable): add handling for Redis credentials in the environment variable component 2025-04-06 21:13:11 +02:00
Andras Bacsai
96929603eb chore(versions): bump version to 407 and 408 for coolify and nightly 2025-04-06 21:13:03 +02:00
github-actions[bot]
25c646cdf2 docs: update changelog 2025-04-05 13:09:45 +00:00
Andras Bacsai
51726a4082 Merge pull request #5558 from coollabsio/next
v4.0.0-beta.406
2025-04-05 15:09:22 +02:00
Andras Bacsai
900b5ad4ef feat(Deploy): add info dispatch for proxy check initiation 2025-04-05 14:48:43 +02:00
Andras Bacsai
68c2c7fb81 fix(Status): conditionally check proxy status and refresh button based on force_stop state 2025-04-05 14:41:34 +02:00