Mauricio Siu
152b2e1a5d
refactor(templates): replace Github icon with custom GithubIcon component
...
- Update icon import to use custom GithubIcon from data-tools-icons
- Remove redundant Github icon import
- Maintain consistent icon styling and component usage
2025-03-09 18:55:27 -06:00
Mauricio Siu
19827fce84
feat(templates): add loading state and error handling for template fetching
...
- Implement loading spinner during template retrieval
- Add error alert for template fetching failures
- Enhance user experience with informative loading and error messages
- Import Loader2 icon for loading state visualization
2025-03-09 18:53:13 -06:00
Mauricio Siu
7580a5dcd6
fix(templates): update template file and logo paths to use 'blueprints' directory
...
- Modify template logo URL to use 'blueprints' instead of 'templates'
- Update GitHub template file fetching to use 'blueprints' directory
- Ensure consistent path structure for template resources
2025-03-09 17:06:43 -06:00
Mauricio Siu
6def84d456
feat(templates): add custom base URL support for template management
...
- Implement dynamic base URL configuration for template fetching
- Add localStorage persistence for base URL
- Update template rendering to use dynamic base URL
- Modify API routes to support optional base URL parameter
- Enhance template browsing flexibility
2025-03-09 14:08:08 -06:00
Mauricio Siu
b73bb0db5f
Merge branch 'canary' into feat/migration-templates
2025-03-09 12:36:14 -06:00
Vyacheslav Shcherbinin
b98d57e99a
fix(ui): better autocomplete work
2025-03-09 14:22:06 +07:00
Vyacheslav Scherbinin
b0c710aa92
Tab instead space
2025-03-05 21:25:11 +07:00
Vyacheslav Scherbinin
f342613503
Text format
2025-03-05 20:27:16 +07:00
Mauricio Siu
a8fc27e830
feat(ai): add configuration files support for AI template generation
...
- Enhance template generation with configFiles feature
- Update StepTwo and StepThree components to display and edit configuration files
- Modify AI router and schemas to support configuration file mounting
- Refine AI service prompt to provide stricter guidelines for config file usage
2025-03-02 01:54:39 -06:00
Mauricio Siu
747c2137c9
Reapply "Merge branch 'canary' into kucherenko/canary"
...
This reverts commit e6cb6454db .
2025-03-02 00:30:02 -06:00
Mauricio Siu
e6cb6454db
Revert "Merge branch 'canary' into kucherenko/canary"
...
This reverts commit 819822f30b , reversing
changes made to bda9b05134 .
2025-03-02 00:26:59 -06:00
Mauricio Siu
819822f30b
Merge branch 'canary' into kucherenko/canary
2025-03-02 00:23:58 -06:00
Mauricio Siu
c51d63a4df
chore: remove TODO comments and clean up code annotations
2025-03-01 22:21:03 -06:00
Mauricio Siu
9aff4bc10b
refactor: update template system with new configuration structure and processing
2025-03-01 03:11:29 -06:00
Mauricio Siu
8ab6d6b282
chore: clean up unused variables and improve error handling across codebase
...
This commit focuses on removing unused variables, adding placeholder error handling, and generally tidying up various files across the Dokploy application. Changes include:
- Removing unused imports and variables
- Adding placeholder error handling in catch blocks
- Cleaning up commented-out code
- Removing deprecated utility files
- Improving type safety and code consistency
2025-02-22 20:35:21 -06:00
Mauricio Siu
1a415b96c9
refactor: remove unused auth service and clean up server-side code
2025-02-22 18:03:12 -06:00
Mauricio Siu
24327139b8
refactor: make optional field name
2025-01-26 19:00:58 -06:00
Mauricio Siu
0fb67ced5d
fix: remove cron jobs after delete service
2025-01-26 18:59:27 -06:00
Mauricio Siu
73f93f8a13
refactor: add server IP address
2025-01-26 17:49:51 -06:00
Roody
41cf3d7b77
style: fix incosistent spacing
2025-01-23 11:32:08 +01:00
Mauricio Siu
03e1c17675
feat: add remote logs error when is not reachable
2025-01-23 00:44:31 -06:00
Mauricio Siu
25a8df567e
feat: add cleanup cache on deployments
2025-01-19 00:57:42 -06:00
Mauricio Siu
bda9b05134
refactor: add ts ignore
2025-01-18 23:54:39 -06:00
Mauricio Siu
e7329a727f
refactor: use stepper
2025-01-18 23:49:47 -06:00
Mauricio Siu
e68465f9e6
refactor: improve error
2025-01-18 23:07:36 -06:00
Mauricio Siu
5e7d344110
feat: add missing functions
2025-01-18 22:58:27 -06:00
Mauricio Siu
87546b4558
feat: add domains
2025-01-18 22:55:35 -06:00
Mauricio Siu
08ab18eebf
refactor: add many AI providers & improve prompt
2025-01-18 21:35:03 -06:00
Mauricio Siu
ad642ab4e0
refactor: update migrations
2025-01-18 18:29:28 -06:00
Mauricio Siu
d5d8064b38
Merge branch 'canary' into kucherenko/canary
2025-01-18 18:29:12 -06:00
thebadking
0893149db0
style: grid fix
2025-01-17 20:45:17 +00:00
thebadking
013ee89a56
style: fix tablet and mobile (Create from Template)
2025-01-16 21:12:11 +00:00
Andrey Kucherenko
d98fc82fbf
fix: code review issues
2025-01-14 08:34:56 +01:00
Vishal kadam
c9308aebc2
style: enhance template selection UI and add view modes toggle ( #1094 )
...
* feat: enhance template selection UI and add view modes toggle
* fix: show template tags only in detailed view mode
* refactor: set detailed
---------
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com >
2025-01-12 14:34:28 -06:00
Tobias Barsnes
87f4c7b71b
refactor: better focus-visible a11y ( #1017 )
...
* refactor: better focus-visible a11y
* style: fix tree leaf width
* style: input focus ring size
* refactor: focus a11y on project pages
* fix: project-environment import statement
* style: `ring-border` on input
* refactor: use ring border
---------
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com >
2025-01-11 17:42:05 -06:00
Andrey Kucherenko
b58b6636e3
feat: add AI assistant to dokploy
2025-01-10 08:18:43 +01:00
Dom
2af8d6f565
Spelling and grammar corrections
2024-12-29 22:34:57 +10:00
Mauricio Siu
5ce6172187
Merge branch 'canary' into feat/mongo-replica-sets
2024-12-25 03:27:00 -06:00
Mauricio Siu
8f76d520c8
feat: add replica sets migration
2024-12-25 03:24:18 -06:00
Tobias Barsnes
d8dbdb2b9e
fix: turn off autoComplete for some inputs
2024-12-25 03:23:02 +01:00
Mauricio Siu
4065ad4428
Update apps/dokploy/components/dashboard/project/add-database.tsx
...
Co-authored-by: Dominik Koch <dominik@koch-bautechnik.de >
2024-12-24 15:34:09 -06:00
Nicholas Penree
56cfd35e7d
feat(certificates): clarify you are selecting the cert provider
2024-12-23 12:37:53 -05:00
Shadow
06b8c82484
feat: add a toggle for replica sets to be used or not
2024-12-18 11:50:30 -06:00
Mauricio Siu
690a2e7467
refactor: add description on search
2024-12-14 12:37:50 -06:00
Mauricio Siu
9a35c85277
refactor: upgrade biome
2024-11-28 23:29:24 -06:00
MD Mahbub Hasan
7d882b3df5
style(ui): update template selection view
2024-10-28 01:40:26 +06:00
Mauricio Siu
5c225c8d42
fix(modal): close the modal after the creation #509
2024-09-30 15:00:01 -06:00
Mauricio Siu
9a850d388d
Merge pull request #453 from mpcref/patch-1
...
Generate valid appName on changing name
2024-09-22 19:07:09 -06:00
Mauricio Siu
3de8a18ef9
Merge branch 'canary' into 139-multi-server-feature
2024-09-21 22:55:15 -06:00
Mauricio Siu
e317d0c808
Merge branch 'canary' into 139-multi-server-feature
2024-09-21 22:52:44 -06:00