Mauricio Siu
|
30a2d78a5b
|
Merge pull request #2502 from Harikrishnan1367709/Issue-1852-Harikrishnan
feat: Add default "Dokploy" option to server selection dropdown (#1852)
|
2025-09-06 13:47:42 -06:00 |
|
autofix-ci[bot]
|
081ba60f6e
|
[autofix.ci] apply automated fixes
|
2025-09-06 19:36:11 +00:00 |
|
Mauricio Siu
|
d0489f6e11
|
Merge branch 'canary' into Issue-1852-Harikrishnan
|
2025-09-05 03:12:01 -06:00 |
|
Mauricio Siu
|
39872720dd
|
refactor: remove debug logging from Docker resource type determination functions
|
2025-09-05 03:00:57 -06:00 |
|
Mauricio Siu
|
b90f0135d4
|
refactor: simplify Docker resource type determination logic by consolidating command structure
|
2025-09-05 02:50:37 -06:00 |
|
Mauricio Siu
|
35fc04dc8f
|
feat: enhance error handling and logging in Docker resource type determination
|
2025-09-05 02:35:06 -06:00 |
|
Mauricio Siu
|
c6509efa65
|
feat: add debug logging for resource name and command in Docker resource type determination
|
2025-09-05 02:11:46 -06:00 |
|
Mauricio Siu
|
3891798b17
|
Merge pull request #2527 from Dokploy/fix/connect-network-after-creation-remote-servers
Fix/connect network after creation remote servers
|
2025-09-05 01:52:54 -06:00 |
|
Mauricio Siu
|
3662c1a684
|
fix: change Traefik container restart policy to 'always' and ensure it connects to the dokploy network
|
2025-09-05 01:49:47 -06:00 |
|
Mauricio Siu
|
d96e9071f2
|
feat: add logging for resource type determination and error handling in Docker resource management
|
2025-09-05 01:47:12 -06:00 |
|
Mauricio Siu
|
e637a4ad99
|
Merge pull request #2526 from Dokploy/2480-backup-process-exposes-s3-credentials-in-logs
feat: add validation to prevent use of 'production' as environment na…
|
2025-09-05 01:16:28 -06:00 |
|
Mauricio Siu
|
1ce15da7ce
|
feat: add validation to prevent use of 'production' as environment name in creation and update operations, enhancing error handling in environment management
|
2025-09-05 01:14:44 -06:00 |
|
Mauricio Siu
|
0dca1b2216
|
Merge pull request #2489 from typed-sigterm/patch-2
fix: print error when docker build fails
|
2025-09-05 01:08:11 -06:00 |
|
Mauricio Siu
|
c73a14a379
|
Merge branch 'canary' into patch-2
|
2025-09-05 01:07:51 -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
|
a09cd06eea
|
refactor: streamline conditional rendering for service creation dropdown in EnvironmentPage, improving code readability and maintainability
|
2025-09-05 00:56:37 -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 |
|
Mauricio Siu
|
42548f310e
|
refactor: simplify project selection logic in EnvironmentPage by removing unnecessary filters, improving readability and performance
|
2025-09-04 23:50:10 -06:00 |
|
Mauricio Siu
|
47b66d0dc3
|
refactor: enhance access control in environment, mount, port, rollback, and schedule routers to ensure users can only interact with resources belonging to their organization
|
2025-09-04 23:32:25 -06:00 |
|
Typed SIGTERM
|
15171622df
|
fix
|
2025-09-04 20:08:50 +08: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
|
d67644e52f
|
refactor: adjust environment page to correctly display project name and reintroduce duplicate project functionality, enhancing user navigation and clarity
|
2025-09-03 21:11:54 -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
|
aa7e382818
|
feat(readme): add sponsorship section for Tuple with logo
|
2025-09-03 03:00:48 -06: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 |
|
Mauricio Siu
|
741085466b
|
refactor: remove projectId references from service components, streamlining navigation and enhancing clarity in environment context
|
2025-09-02 00:25:09 -06:00 |
|
Mauricio Siu
|
11b0e21728
|
refactor: replace projectId with environmentId in database schema, enhancing clarity and consistency in environment management across services
|
2025-09-02 00:18:36 -06:00 |
|
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]
|
8f446d04f3
|
[autofix.ci] apply automated fixes
|
2025-09-02 05:20:20 +00:00 |
|
Mauricio Siu
|
e8a5f9c0a8
|
refactor: restructure application and rollback context to encapsulate project within environment, improving data organization and clarity across services
|
2025-09-01 23:19:53 -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
|
3e7eff11cd
|
refactor: update application deployment logic to utilize environment context for project name and organization ID, enhancing clarity and consistency across services
|
2025-09-01 22:51:35 -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 |
|
Mauricio Siu
|
de3c845ab0
|
refactor: update duplicate project logic to use 'existing-environment' for improved clarity in project duplication context
|
2025-09-01 22:45:57 -06:00 |
|
autofix-ci[bot]
|
cb992259cf
|
[autofix.ci] apply automated fixes
|
2025-09-02 04:42:24 +00:00 |
|
Mauricio Siu
|
883c3f9739
|
refactor: update DuplicateProject and AdvancedEnvironmentSelector components to utilize environmentId for improved context handling; enhance UI with project and environment selection features for better user experience
|
2025-09-01 22:40:51 -06:00 |
|
Mauricio Siu
|
766890192d
|
refactor: streamline environment selector by utilizing findEnvironmentById for type definition; enhance service presence checks and UI layout for improved clarity
|
2025-09-01 21:33:13 -06:00 |
|