Vyacheslav Scherbinin
8859cc97b4
fix: superset docker-compose
2025-03-06 10:46:10 +07:00
Vyacheslav Scherbinin
3bdd5e4dd0
Template DataLens
2025-03-06 10:34:13 +07:00
Vyacheslav Scherbinin
b0c710aa92
Tab instead space
2025-03-05 21:25:11 +07:00
Vyacheslav Scherbinin
c83d0a95b7
Remove ending separator
2025-03-05 20:53:38 +07:00
Vyacheslav Scherbinin
71ca5babfd
Remove duplicate breadcrumb
2025-03-05 20:51:09 +07:00
Vyacheslav Scherbinin
f342613503
Text format
2025-03-05 20:27:16 +07:00
vicke4
cf4d6539e4
feat(server): function to keep only the latest N backups
2025-03-05 17:52:38 +05:30
vicke4
401f8d9be4
fix(ui): showing manual backup indicator only against the current backup
2025-03-05 17:52:38 +05:30
vicke4
1d2da0ac35
feat(ui): add keep latest backup count to show backups page
2025-03-05 17:52:38 +05:30
vicke4
d1391d7ddb
feat(ui): add keep the latest input in create backups dialog
2025-03-05 17:52:38 +05:30
vicke4
b35bd9b719
feat(ui): coarsing number to avoid form validation error & placeholder change
2025-03-05 17:52:38 +05:30
vicke4
faab80bee1
feat(ui): add keep the latest input on backups dialog
2025-03-05 17:52:38 +05:30
vicke4
54a3c6efff
feat(database): add keepLatestCount column to backup table
2025-03-05 17:52:38 +05:30
Frost Ming
efd176451f
fix: default case correct
2025-03-05 16:19:28 +08:00
Frost Ming
a7fd64e019
fix: use a named case
2025-03-05 16:17:50 +08:00
Frost Ming
21c8b98f9c
feat: fallback to openai compatible provider if url host doesn't match
2025-03-05 16:12:46 +08:00
Mauricio Siu
6ff06576d0
fix(dockerfile): update Railpack installation script to use bash
2025-03-05 00:36:20 -06:00
Mauricio Siu
24cc08a1ac
Merge pull request #1402 from Dokploy/feat/add-railpack
...
feat(application): add Railpack as a new build type
2025-03-05 00:24:37 -06:00
Mauricio Siu
e039826d50
chore(version): bump project version to v0.19.1
2025-03-05 00:21:36 -06:00
Mauricio Siu
a947b4915a
Merge pull request #1398 from shaunjanssens/feature/bitbucket-branches-length
...
feat: Bitbucket branch length
2025-03-05 00:19:25 -06:00
Mauricio Siu
fc1d9ad202
Merge pull request #1399 from nktnet1/profile-moved-to-top
...
feat(ui): move profile to top of account dropdown
2025-03-05 00:18:43 -06:00
Mauricio Siu
5489e3b0a5
feat(application): add Railpack as a new build type
...
- Introduce Railpack as a new build method for applications
- Update database schema to include 'railpack' in buildType enum
- Add Railpack installation and validation scripts for servers
- Implement Railpack build and command generation utilities
- Update UI to include Railpack as a build option with a 'New' badge
2025-03-05 00:18:10 -06:00
Khiet Tam Nguyen
e43b907a8d
feat(ui): move profile to first item in account dropdown
2025-03-04 22:42:04 +11:00
Shaun Janssens
62fae661a1
feat: bitbucket branch length
2025-03-04 10:50:42 +01:00
Ali Issa
6846e0e5a3
feat: reorganize project view tabs into logical workflow groups #1261
...
Restructure the project view tabs to follow a more intuitive user journey:
- Group tabs into "Initial Setup", "Deployment", and "Monitoring" sections
- Maintain "Advanced" as a standalone option
- Order tabs to match typical project workflow (configuration → deployment → monitoring)
This reorganization reduces cognitive load by grouping related functions,
minimizes tab switching during common tasks, and provides a clearer
mental model of the platform's workflow for new users.
2025-03-03 06:45:36 -05:00
Hexaa
49d4cea06f
feat(zipline): update zipline version
2025-03-03 12:17:42 +07:00
Mauricio Siu
5db7508530
feat(organization): prevent deletion of last owned organization
2025-03-02 22:32:56 -06:00
Mauricio Siu
4da4e1c17d
feat(side-menu): restrict AI settings to owner role
2025-03-02 22:16:10 -06:00
Mauricio Siu
126dad498c
chore(version): bump project version to v0.19.0
2025-03-02 21:59:31 -06:00
Mauricio Siu
8063673a7c
refactor(traefik): streamline container removal and service management
...
- Remove dokploy-service before Traefik container initialization
- Simplify error handling and logging during container setup
- Add support for remote server service removal
2025-03-02 05:17:42 -06:00
Mauricio Siu
bf04dfa757
feat(traefik): add HTTP/3 support with UDP port configuration
...
- Introduce TRAEFIK_HTTP3_PORT environment variable
- Configure UDP port binding for HTTP/3
- Enable HTTP/3 with advertisedPort in Traefik websecure configuration
2025-03-02 04:35:58 -06:00
Mauricio Siu
d2e0536355
feat(traefik): add HTTP/3 support with UDP port configuration
...
- Introduce TRAEFIK_HTTP3_PORT environment variable
- Configure UDP port binding for HTTP/3
- Enable HTTP/3 with advertisedPort in Traefik websecure configuration
2025-03-02 04:31:06 -06:00
Mauricio Siu
f75d802749
Merge branch 'canary' into 1345-domain-not-working-after-server-restart-or-traefik-reload
2025-03-02 03:58:37 -06:00
Mauricio Siu
9c74b18e37
Merge pull request #1387 from Dokploy/1347-see-all-the-10-last-deployments-for-this-compose-show-all
...
feat(deployments): improve deployment list display and cleanup logic
2025-03-02 03:52:44 -06:00
Mauricio Siu
b13b906d75
feat(deployments): improve deployment list display and cleanup logic
...
- Add deployment index numbering in the UI
- Adjust deployment cleanup to retain 9 instead of 10 deployments
- Update deployment list rendering to show numbered status
2025-03-02 03:52:29 -06:00
Mauricio Siu
f63d582530
chore(dependencies): add Ollama AI provider to project dependencies
...
- Integrate Ollama AI provider in package.json
- Update pnpm-lock.yaml with Ollama AI provider dependency
2025-03-02 03:35:32 -06:00
Mauricio Siu
2ae14c65cf
refactor(web-server): make type prop optional in ShowModalLogs component
...
- Update type prop to be optional in the Props interface
- Improve component flexibility by allowing undefined type
2025-03-02 03:24:29 -06:00
Mauricio Siu
0fa728d905
chore(dependencies): add AI SDK providers to project dependencies
...
- Integrate multiple AI SDK providers including Anthropic, Azure, Cohere, DeepInfra, Mistral, and OpenAI Compatible
- Update package.json and pnpm-lock.yaml with new AI SDK dependencies
2025-03-02 03:22:11 -06:00
Mauricio Siu
7f8f6ac64c
refactor(traefik): migrate from Docker Swarm to standalone container
...
- Replace Docker service commands with standalone container management
- Update Traefik initialization to use container-based deployment
- Modify port inspection and environment variable retrieval methods
- Improve container creation and port binding logic
- Remove Swarm-specific constraints and deployment strategies
2025-03-02 03:14:54 -06:00
Mauricio Siu
3f45eb467b
Merge branch 'canary' into 1345-domain-not-working-after-server-restart-or-traefik-reload
2025-03-02 02:34:10 -06:00
Mauricio Siu
b56272871f
Merge pull request #1384 from Dokploy/mauricio/feature
...
Feat/AI
2025-03-02 02:31:24 -06:00
Mauricio Siu
1ffdebf60b
Merge branch 'canary' into mauricio/feature
2025-03-02 02:16:45 -06:00
Mauricio Siu
0e81a027c1
Merge pull request #1385 from Dokploy/fix/migration
...
fix(database): ensure adminId is not null for certificates, notificat…
2025-03-02 02:16:06 -06:00
Mauricio Siu
cf3b3a2dcd
fix(database): ensure adminId is not null for certificates, notifications, ssh-keys, and git providers
2025-03-02 02:15:49 -06: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
e7db3a196c
feat(ai): enhance AI service prompt generation with strict guidelines
...
- Update project suggestion prompt to enforce plain text descriptions
- Add detailed rules for description, shortDescription, and response format
- Improve docker compose generation guidelines with comprehensive configuration rules
- Specify strict requirements for environment variables, volumes, and config files
2025-03-02 01:35:34 -06:00
Mauricio Siu
f78cda9cce
feat(ai): update AI settings to use organization-based access control
...
- Refactor AI-related schemas and services to use organizationId instead of adminId
- Update AI router to check organization-level permissions
- Modify AI settings creation and retrieval to work with organization context
- Adjust server-side props and access checks for AI settings
2025-03-02 00:54:46 -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