Andras Bacsai
593c1b4767
fix(deployment): enhance Dockerfile modification for build-time variables and secrets during deployment in case of docker compose buildpack
2025-09-19 13:46:00 +02:00
Andras Bacsai
bfaefed1ae
refactor(environment): streamline rendering of Docker Build Secrets checkbox and adjust layout for environment variable settings
2025-09-19 13:45:37 +02:00
ShadowArcanist
65f24de101
Changed Sentinel metrics color from yellow to blue + cyan (cpu + memory)
2025-09-19 16:26:11 +05:30
Andras Bacsai
f223623603
refactor(search): optimize cache clearing logic to only trigger on searchable field changes
2025-09-19 10:22:31 +02:00
Andras Bacsai
575793709b
feat(search): enable query logging for global search caching
2025-09-19 10:22:24 +02:00
Andras Bacsai
d8d316b5f8
feat(search): implement global search functionality with caching and modal interface
2025-09-19 10:17:55 +02:00
peaklabs-dev
b64de1b5cd
fix: order for git deploy types
2025-09-18 19:56:46 +02:00
peaklabs-dev
c0ddf73b75
fix(ui): change order and fix ui on small screens
2025-09-18 19:14:34 +02:00
peaklabs-dev
429c43f9e5
chore: change order of runtime and buildtime
2025-09-18 19:13:45 +02:00
Andras Bacsai
711c16f0e6
refactor(environment): conditionally render Docker Build Secrets checkbox based on build pack type
2025-09-18 18:25:36 +02:00
Andras Bacsai
b0ff584ff4
fix(environment): correct grammatical errors in helper text for environment variable sorting checkbox
2025-09-18 18:17:37 +02:00
Andras Bacsai
9ad5b8c37f
feat(deployment): handle buildtime and runtime variables during deployment
2025-09-18 18:15:20 +02:00
Andras Bacsai
f33df13c4e
feat(environment): replace is_buildtime_only with is_runtime and is_buildtime flags for environment variables, updating related logic and views
2025-09-18 18:14:54 +02:00
Andras Bacsai
f515870f36
fix(docker): enhance container status aggregation to include restarting and exited states
2025-09-18 18:12:52 +02:00
Ahmed A
59f3220d26
Merge branch 'next' into v4.x
2025-09-18 16:01:15 +03:00
🏔️ Peak
2a69713176
Merge branch 'v4.x' into next
2025-09-18 13:50:16 +02:00
Andras Bacsai
027aa0ffff
chore(versions): bump coolify version to 4.0.0-beta.429 and nightly version to 4.0.0-beta.430
2025-09-18 13:45:29 +02:00
Andras Bacsai
074c70c8ab
fix(clone): update destinations method call to ensure correct retrieval of selected destination
2025-09-18 13:44:56 +02:00
Andras Bacsai
c1799bdae6
fix(docker): redirect stderr to stdout for container log retrieval to capture error messages
2025-09-18 12:51:03 +02:00
Andras Bacsai
b34dc11d8e
fix(deployment): prevent removal of running containers for pull request deployments in case of failure
2025-09-18 11:30:49 +02:00
Andras Bacsai
65a50f2112
Merge pull request #6629 from coollabsio/build_secrets
...
feat(docker): add build secrets
2025-09-18 11:00:40 +02:00
Andras Bacsai
1f4255ef41
refactor(deployment): rename method for modifying Dockerfile to improve clarity and streamline build secrets integration
2025-09-17 18:46:10 +02:00
Yihang Wang
844a67a006
fix: hide sensitive email change fields in team member responses
2025-09-18 00:40:09 +08:00
Andras Bacsai
d7a7bac3f1
refactor(deployment): optimize BuildKit capabilities detection and remove unnecessary comments for cleaner deployment logic
2025-09-17 15:18:26 +02:00
Kimmo Salmela
0c9cdbe0eb
Add red Coolify logo
2025-09-17 12:40:38 +03:00
Kimmo Salmela
966fc1f52b
Merge branch 'coollabsio:v4.x' into update-coolify-logo
2025-09-17 12:31:55 +03:00
Andras Bacsai
c1bee32f09
feat(deployment): introduce 'use_build_secrets' setting for enhanced security during Docker builds and update related logic in deployment process
2025-09-17 10:34:38 +02:00
Andras Bacsai
87967b8734
refactor(deployment): streamline Docker BuildKit detection and environment variable handling for enhanced security during application deployment
2025-09-17 10:08:29 +02:00
Andras Bacsai
f5e17337f4
Update app/Jobs/ApplicationDeploymentJob.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-16 18:26:12 +02:00
Andras Bacsai
f084ded6e9
refactor(deployment): remove redundant environment variable documentation from Dockerfile comments to streamline the deployment process
2025-09-16 18:25:29 +02:00
Andras Bacsai
6314fef8df
Update app/Jobs/ApplicationDeploymentJob.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-16 18:25:07 +02:00
Andras Bacsai
8542d33a2d
refactor(deployment): conditionally cleanup build secrets based on Docker BuildKit support and remove redundant calls for improved efficiency
2025-09-16 18:20:56 +02:00
Andras Bacsai
c182cac032
Update app/Jobs/ApplicationDeploymentJob.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-16 18:20:36 +02:00
Andras Bacsai
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
2025-09-16 17:16:01 +02:00
GitHub Actions
c1c149968e
Fix team invitation email case sensitivity bug
...
- Add email normalization to TeamInvitation model using setEmailAttribute()
- Add HasFactory trait to Team model for testing support
- Create TeamFactory for testing
- Add tests to verify email normalization works correctly
- Fixes issue where mixed case emails in invitations would cause lookup failures
- Resolves #6291
The bug occurred because:
1. User model normalizes emails to lowercase
2. TeamInvitation model did not normalize emails
3. When invitation was created with mixed case, it was stored as-is
4. User lookup failed due to case mismatch during invitation acceptance
5. This caused users to not be able to see teams they were invited to
This fix ensures both models normalize emails consistently.
2025-09-16 15:31:48 +01:00
Andras Bacsai
9e8fb36bc8
feat(deployment): implement cancellation checks during deployment process to enhance user control and prevent unnecessary execution
2025-09-16 13:40:51 +02:00
Ahmed A
ea30c4798a
Merge branch 'next' into v4.x
2025-09-16 14:13:50 +03:00
Andras Bacsai
f9ed02a0b7
fix(server): implement refreshServer method and update navbar event listener for improved server state management
2025-09-16 10:33:32 +02:00
Andras Bacsai
9bd80e4c07
fix(server): add build server check to disable Sentinel and update related logic
2025-09-16 10:31:57 +02:00
Andras Bacsai
2ef139bc42
fix(server): update server usability check to reflect actual Docker availability status
2025-09-16 10:18:35 +02:00
Andras Bacsai
4f8dfa598e
refactor(server): remove debugging ray call from validateConnection method for cleaner code
2025-09-16 09:43:51 +02:00
github-actions[bot]
9d1369e7f8
docs: update changelog
2025-09-15 16:58:44 +00:00
Andras Bacsai
e2a1d30802
Merge pull request #6617 from coollabsio/next
...
helper image ++
2025-09-15 18:58:21 +02:00
Andras Bacsai
90abdb0244
chore(docker): add a blank line for improved readability in Dockerfile
2025-09-15 18:57:30 +02:00
github-actions[bot]
d45641a8da
docs: update changelog
2025-09-15 16:52:48 +00:00
Andras Bacsai
7a9bc8dcb9
Merge pull request #6616 from coollabsio/next
...
v4.0.0-beta.428
2025-09-15 18:52:24 +02:00
Andras Bacsai
7322072518
refactor(deployment): update environment file paths in docker compose commands to use working directory for improved consistency
2025-09-15 18:05:11 +02:00
Andras Bacsai
60e31a1381
refactor(remoteProcess): remove file transfer handling from remote_process and instant_remote_process functions to simplify code
2025-09-15 17:59:35 +02:00
Andras Bacsai
133e72336a
Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency"
...
This reverts commit feacedbb04 .
2025-09-15 17:56:48 +02:00
Andras Bacsai
393745b68c
Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method across multiple database actions for improved clarity and efficiency"
...
This reverts commit 18068857b1 .
2025-09-15 17:55:08 +02:00