Andras Bacsai
d5c90da44d
fix(security): update contact email for vulnerability reports to improve security communication
2025-09-13 14:27:14 +02:00
Ossama Lafhel
5247185933
feat(add-watch-paths-for-services): show watch paths field for docker compose applications
...
- Fix UI template to display Watch Paths for all GitHub-based applications
- Remove condition that limited Watch Paths to private repositories only
- Add comprehensive unit tests for isWatchPathsTriggered() method
- Test various pattern matching scenarios (wildcards, globs, etc.)
- Watch Paths now works for Docker Compose apps with both public and private repos
2025-09-13 05:40:07 +02:00
nikita
45ba0bc042
deleted mr-16
2025-09-13 02:27:55 +06:00
nikita
843935d679
fix(ui): improve mobile sidebar close behavior
...
- Add click handler to close sidebar when clicking overlay
- Fix sidebar positioning by changing inset-0 to h-full
- Improves mobile navigation UX
2025-09-13 02:14:10 +06:00
Andras Bacsai
8e155f25b3
refactor(environment): streamline environment variable handling by replacing sorting methods with direct property access and enhancing query ordering for improved performance
2025-09-12 12:09:03 +02:00
Andras Bacsai
c6b47da1e9
feat(templates): add n8n service with PostgreSQL and worker support for enhanced workflow automation
2025-09-12 11:47:13 +02:00
Hoàng Trần Nhật Minh
2d267d6f23
fix(template/filebrowser): correct healthcheck for Filebrowser
2025-09-12 02:43:33 +07:00
Andras Bacsai
a0b08fae5d
fix(feedback): update feedback email address to improve communication with users
2025-09-11 20:23:07 +02:00
Andras Bacsai
966d035a4a
fix(security): update contact email for reporting vulnerabilities to enhance privacy
2025-09-11 20:23:02 +02:00
Hoàng Trần Nhật Minh
2e3d09df2a
fix(template/filebrowser): correct routing and healthcheck for Filebrowser
2025-09-11 23:21:48 +07:00
Andras Bacsai
20ad2165e7
feat(environment): introduce 'is_buildtime_only' attribute to environment variables for improved build-time configuration
2025-09-11 17:38:16 +02:00
Andras Bacsai
6d477ff593
feat(execute-container): enhance container command form with auto-connect feature for single container scenarios
2025-09-11 17:37:40 +02:00
Andras Bacsai
d9a54145ef
feat(pre-commit): automate generation of service templates and OpenAPI documentation during pre-commit hook
2025-09-11 16:53:11 +02:00
Andras Bacsai
5b3b4bbc43
refactor(environment): remove 'is_build_time' attribute from environment variable handling across the application to simplify configuration
2025-09-11 16:51:56 +02:00
Andras Bacsai
1d0719238c
refactor(openapi): remove 'is_build_time' attribute from environment variable definitions to streamline configuration
2025-09-11 16:48:00 +02:00
Andras Bacsai
e3d8f5f1e1
fix(templates): update 'compose' configuration for Appwrite service to enhance compatibility and streamline deployment
2025-09-11 16:44:20 +02:00
Andras Bacsai
60374c214e
refactor(deployment): update environment file handling in Docker commands to use '/artifacts/' path and streamline variable management
2025-09-11 16:22:03 +02:00
Andras Bacsai
ab0786f5a0
feat(environment): add 'is_literal' attribute to environment variable for enhanced configuration options
2025-09-11 15:25:44 +02:00
Romain ROCHAS
0289219e25
Merge branch 'next' into template/metamcp
2025-09-11 15:12:47 +02:00
Gabriel Peralta
4ecca2a479
Update newt-pangolin.yaml
2025-09-11 09:24:29 -03:00
Andras Bacsai
501e6a2650
refactor(environment): standardize service name formatting by replacing '-' and '.' with '_' in environment variable keys
2025-09-11 13:59:02 +02:00
Andras Bacsai
13af4811f5
feat(storages): add method to retrieve the first storage ID for improved stability in storage display
2025-09-11 13:41:22 +02:00
Andras Bacsai
5e0b86f322
Merge pull request #6170 from mindedtech/Add-SERVICE_NAME-variable-for-docker-compose-services
...
Add SERVICE_NAME variable for docker compose services
2025-09-11 13:06:10 +02:00
Andras Bacsai
b46429e879
refactor(deployment): add environment variable copying logic to Docker build commands for pull requests
2025-09-11 13:01:45 +02:00
Andras Bacsai
ff29525dd9
refactor(clone): enhance application cloning by separating production and preview environment variable handling
2025-09-11 12:52:35 +02:00
Andras Bacsai
0db2835565
fix(application): add functionality to stop and remove Docker containers on server
2025-09-11 12:39:28 +02:00
Andras Bacsai
c8f49f29c0
refactor(application): enhance environment variable retrieval in configuration change check for improved accuracy
2025-09-11 12:29:57 +02:00
Andras Bacsai
6ed2fd5d66
refactor(clone): integrate preview cloning logic directly into application cloning function for improved clarity and maintainability
2025-09-11 12:29:49 +02:00
Andras Bacsai
4ac89f2ad3
feat(application): display parsing version in development mode and clean up domain conflict modal markup
2025-09-11 10:58:59 +02:00
Andras Bacsai
e74da06465
refactor(clone): consolidate application cloning logic into a dedicated function for improved maintainability and readability
2025-09-11 10:38:08 +02:00
Andras Bacsai
f03b211cdb
Merge pull request #6577 from coollabsio/dependabot/npm_and_yarn/vite-6.3.6
...
chore(deps-dev): bump vite from 6.3.5 to 6.3.6
2025-09-11 09:16:08 +02:00
peaklabs-dev
b140aa1996
chore(deps): bump minio and Nixpacks version
2025-09-10 19:58:10 +02:00
peaklabs-dev
3e9dd6a7bf
chore: remove webhooks table cleanup
2025-09-10 19:56:15 +02:00
Andras Bacsai
d9ebf3b142
refactor(webhook): remove Webhook model and related logic; add migrations to drop webhooks and kubernetes tables
2025-09-10 19:35:53 +02:00
Andras Bacsai
f64622c764
refactor(models): remove 'is_readonly' attribute from multiple database models for consistency
2025-09-10 19:34:49 +02:00
Andras Bacsai
fc7770100b
refactor(application-source): improve layout and accessibility of Git repository links in the application source view
2025-09-10 18:29:52 +02:00
Andras Bacsai
49a2942836
fix(deployment): add COOLIFY_* environment variables to Nixpacks build context for enhanced deployment configuration
2025-09-10 16:15:08 +02:00
Andras Bacsai
2c8f5415f1
feat(database-backup): enhance error handling and output management in DatabaseBackupJob
2025-09-10 16:13:08 +02:00
Andras Bacsai
1c08d32b85
refactor(database): remove volume_configuration_dir and streamline configuration directory usage in MongoDB and PostgreSQL handlers
2025-09-10 16:12:53 +02:00
Andras Bacsai
48d3b3d263
refactor(deployment): add validation for pull request existence in deployment process to enhance error handling
2025-09-10 14:31:29 +02:00
Andras Bacsai
d10e4fa388
refactor(deployment): streamline next deployment queuing logic by repositioning queue_next_deployment call
2025-09-10 13:26:35 +02:00
Andras Bacsai
f18dff186d
refactor(remoteProcess): remove debugging statement from transfer_file_to_container function for cleaner code
2025-09-10 13:25:23 +02:00
Andras Bacsai
b6113839ec
refactor(deployment): enhance queuing logic to support concurrent deployments by including pull request ID in checks
2025-09-10 12:49:42 +02:00
Gauthier POGAM--LE MONTAGNER
15f35f8310
feat(signoz): replace deprecated TELEMETRY_ENABLED by SIGNOZ_STATSREPORTER_ENABLED
2025-09-10 11:57:54 +02:00
Gauthier POGAM--LE MONTAGNER
24014d4f17
feat(signoz): update variables for SMTP configuration
2025-09-10 10:04:18 +02:00
Andras Bacsai
52312e9de6
refactor(github-webhook): restructure application processing by grouping applications by server for improved deployment handling
2025-09-10 09:30:43 +02:00
Andras Bacsai
40f2471c5a
feat(ssh-multiplexing): add connection age metadata handling to improve multiplexed connection management
2025-09-10 08:38:36 +02:00
Andras Bacsai
b433f17dac
feat(ssh-multiplexing): enhance multiplexed connection management with health checks and metadata caching
2025-09-10 08:19:38 +02:00
Andras Bacsai
cead87d650
refactor(private-key): remove debugging statement from storeInFileSystem method for cleaner code
2025-09-10 08:19:25 +02:00
dependabot[bot]
13d52e0e9a
chore(deps-dev): bump vite from 6.3.5 to 6.3.6
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.5 to 6.3.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.6
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 02:01:32 +00:00