Mauricio Siu
032bcb7459
Merge pull request #2657 from Dokploy/2529-renaming-a-git-provider-wont-update-the-external-link-url
...
feat: add appName field to GitHub provider settings and update relate…
2025-09-21 02:41:11 -06:00
Mauricio Siu
7d682870ff
feat: add appName field to GitHub provider settings and update related API and database schema
2025-09-21 02:39:20 -06:00
Mauricio Siu
80b22d9458
refactor: replace js-yaml with yaml package for YAML parsing and stringifying across the application
2025-09-21 02:20:20 -06:00
Mauricio Siu
0a1800ba6d
fix: adjust layout by removing unnecessary flex class from password input container
2025-09-21 01:09:12 -06:00
Mauricio Siu
f13028ee70
fix: handle optional configFiles in template details and improve mapping safety
2025-09-21 01:07:25 -06:00
Mauricio Siu
e1ce54c159
Merge pull request #2622 from Harikrishnan1367709/Compose-does-not-display-the-domain-under-dashboard/projects-#2606
...
fix: Display Compose service domains in projects dashboard (#2606 )
2025-09-20 16:37:49 -06:00
Mauricio Siu
031302d808
Merge pull request #2643 from nimone/patch-1
...
fix: prevent the shrinking of icon button for view mode on add template dialog
2025-09-20 16:36:57 -06:00
Mauricio Siu
5e01505e4d
fix: update input class for better responsiveness in add template component
2025-09-20 16:36:36 -06:00
Nishant Mogha
30b66a4828
fix: prevent shrinking icon button for view mode on add template
2025-09-19 21:13:20 +05:30
HarikrishnanD
64475bbb13
fix: Compose domain display logic in projects dashboard - Uncommented the commented-out Compose domain rendering code in ShowProjects.tsx - Fixed data structure to properly iterate through project.environments and env.compose - Added proper condition checking for compose services - Compose services now display their domains in the projects dashboard dropdown - Resolves issue #2606 where template-deployed Compose services didn't show domains
2025-09-17 14:07:03 +05:30
autofix-ci[bot]
c1896f8877
[autofix.ci] apply automated fixes
2025-09-16 07:47:55 +00:00
HarikrishnanD
d13975adac
fix: add email validation to profile form to prevent empty values - Add email format and required validation to profile form schema - Add email validation to API schema and service layer - Improve error handling in user update mutation - Fixes issue where users could save empty email causing sign-in failures -#2613
2025-09-16 13:11:22 +05:30
autofix-ci[bot]
ec11325165
[autofix.ci] apply automated fixes
2025-09-09 16:40:00 +00:00
HarikrishnanD
abcbd2d599
feat: auto-refresh services list when duplicating to same environment - Add cache invalidation for environment.one and environment.byProjectId queries - Fix issue where duplicated services weren't visible until hard refresh - Ensure proper invalidation when duplicating to current environment - Resolves #2565
2025-09-09 22:07:40 +05:30
Mauricio Siu
24729f35ec
fix(traefik): remove error toast on dashboard action failure
2025-09-07 14:03:10 -06:00
Mauricio Siu
3519913886
fix(deployment): update stuck build notification time from 9 to 10 minutes
2025-09-06 22:09:48 -06:00
autofix-ci[bot]
d80ada7c00
[autofix.ci] apply automated fixes
2025-09-07 04:06:08 +00:00
Mauricio Siu
766cd20e90
feat(deployment): improve stuck deployment detection and update status
...
- Enhanced the stuck deployment check to only consider the most recent deployment.
- Updated the logic to correctly identify if the most recent deployment has been running for more than 9 minutes.
- Added functionality to update the deployment status to "done" upon application and compose cancellation.
2025-09-06 22:05:39 -06:00
Mauricio Siu
4e69c70697
feat(deployment): add cancellation functionality for deployments
...
- Introduced a new endpoint for cancelling deployments, allowing users to cancel both application and compose deployments.
- Implemented validation schemas for cancellation requests.
- Enhanced the deployment dashboard to provide a cancellation option for stuck deployments.
- Updated server-side logic to handle cancellation requests and send appropriate events.
2025-09-06 21:53:15 -06:00
Mauricio Siu
3b7d009841
fix(search-command): remove console log for project debugging
2025-09-06 20:36:01 -06:00
Mauricio Siu
b4e29dab39
Merge pull request #2515 from divaltor/filter-projects-shortcut
...
feat(input): Add focus by Cmd + K shortcut to search input
2025-09-06 14:32:52 -06:00
Mauricio Siu
090ec2b3b9
Merge pull request #2540 from robgraeber/canary
...
fix: typo and improve grammar
2025-09-06 14:32:41 -06:00
Mauricio Siu
57dc24bcb1
feat(search-command): enhance service extraction and project navigation
...
- Introduced a new function `extractAllServicesFromProject` to aggregate services from all environments within a project, including environment details.
- Updated the project selection logic to navigate to the production environment of a project.
- Modified the display of services to include the environment name alongside the service name in the search results.
2025-09-06 14:30:59 -06:00
Mauricio Siu
f630b889c6
Merge branch 'canary' into filter-projects-shortcut
2025-09-06 14:19:35 -06:00
Rob Graeber
a2abb205fd
fix: typo and improve grammar
2025-09-06 13:19:13 -07:00
Mauricio Siu
fbc087bd84
Merge branch 'canary' into feat/ntfy
2025-09-06 14:12:06 -06:00
autofix-ci[bot]
081ba60f6e
[autofix.ci] apply automated fixes
2025-09-06 19:36:11 +00:00
Vlad Vladov
d0f54f2067
feat(input): Add focus by Cmd + K shortcut to search input
2025-09-05 18:13:23 +03:00
Mauricio Siu
d0489f6e11
Merge branch 'canary' into Issue-1852-Harikrishnan
2025-09-05 03:12:01 -06:00
Mauricio Siu
392e3434c4
refactor: make database root password optional in schema and mutation logic, enhancing flexibility in database configuration
2025-09-05 01:01:26 -06:00
Mauricio Siu
e3f3426f1c
refactor: remove redundant password requirement validation from database schemas, improving consistency across database configurations
2025-09-05 01:00:18 -06:00
Mauricio Siu
87a41ca710
Merge pull request #2499 from Dokploy/324-environmentfoldergroup-features-on-projects
...
324 environmentfoldergroup features on projects
2025-09-05 00:25:34 -06:00
Mauricio Siu
35b7b5bd68
feat: implement environment access control and service filtering based on user permissions, enhancing security and usability in environment management
2025-09-05 00:23:01 -06:00
Mauricio Siu
16c37c3ceb
feat: add accessedEnvironments field to user and member schemas, enhancing permission management for environment access
2025-09-05 00:13:04 -06:00
HarikrishnanD
46f1af3bb3
feat(ui): add conditional server dropdown with Dokploy default option - Add IS_CLOUD flag support for server selection dropdown - Show "Dokploy" as default option in self-hosted environments - Hide dropdown when no remote servers exist - Add conditional placeholder text and server count display - Handle "dokploy" value in form submission (converts to undefined) - Apply changes to all relevant components: add-application, add-compose, add-template, add-database, add-certificate, and AI step-one Resolves #1852
2025-09-04 13:54:19 +05:30
Mauricio Siu
d199a54033
refactor: update environment invalidation logic in AdvancedEnvironmentSelector to use byProjectId, improving data consistency and clarity
2025-09-03 23:56:31 -06:00
Mauricio Siu
fb749cd862
feat: implement comprehensive environment variable resolution in preparation functions, enhancing flexibility and support for nested references across services and environments
2025-09-03 21:41:11 -06:00
Mauricio Siu
4c5771b55b
feat: add EnvironmentVariables component for managing environment variables, enhancing project configuration capabilities
2025-09-03 21:24:59 -06:00
Mauricio Siu
7e1de62ab1
refactor: enhance environment selector component and database schema to support new environment field, improving clarity and functionality in project management
2025-09-03 21:19:12 -06:00
Mauricio Siu
52e21dab4e
refactor(ui): simplify server selection logic across components - Remove redundant server count check in server selection dropdowns across multiple components (AddApplication, AddCompose, AddDatabase, AddTemplate, StepOne, AddCertificate) to streamline UI behavior.
2025-09-03 20:45:47 -06:00
autofix-ci[bot]
4a3a7fa47b
[autofix.ci] apply automated fixes
2025-09-04 02:43:53 +00:00
Mauricio Siu
87a9ed46ba
refactor: update service extraction logic to utilize environment data, enhancing clarity and consistency in monitoring setup
2025-09-03 02:58:38 -06:00
HarikrishnanD
940b9967b8
feat(ui): add default "Dokploy" option to server selection dropdown - Add "Dokploy" as default option in server selection dropdowns - Hide dropdown when only one server is available (servers.length <= 1) - Show dropdown only when multiple servers exist (servers.length > 1) - Update placeholder text from "Select a Server" to "Dokploy" - Fix issue where users couldn't switch back to default server - Update form submission logic to handle "dokploy" default value - Apply changes to all deployment components (application, compose, template, database, certificate, AI) Resolves #1852
2025-09-02 19:17:46 +05:30
autofix-ci[bot]
990b174110
[autofix.ci] apply automated fixes
2025-09-02 05:24:22 +00:00
Mauricio Siu
4c4c72bc9c
refactor: update permissions handling to extract services from environments, improving data structure and clarity in user permissions management
2025-09-01 23:23:58 -06:00
autofix-ci[bot]
c57c231c32
[autofix.ci] apply automated fixes
2025-09-02 05:16:09 +00:00
Mauricio Siu
8194929558
refactor: improve project navigation logic by ensuring proper handling of projectId and environmentId, enhancing routing clarity and user experience
2025-09-01 23:15:44 -06:00
autofix-ci[bot]
4a07118acd
[autofix.ci] apply automated fixes
2025-09-02 05:10:56 +00:00
Mauricio Siu
be9e19e708
refactor: enhance project and environment handling across components and services by replacing projectId with environmentId, improving context clarity and authorization checks
2025-09-01 23:10:37 -06:00
Mauricio Siu
f8ebf77575
Merge pull request #2493 from nktnet1/fix-server-schedule-responsiveness
...
fix(ui): schedule responsiveness
2025-09-01 22:46:40 -06:00