Mauricio Siu
7c9767d90f
chore: remove rollback-related SQL files and snapshots
...
- Deleted SQL files for the "rollback" table and related schema changes, including the "funny_leper_queen", "true_marvel_zombies", and "sweet_venom" migrations.
- Removed corresponding snapshot files to clean up the database schema history.
2025-06-21 21:17:54 -06:00
Mauricio Siu
ef0cef99a1
refactor: remove limitRollback from application settings and related UI components
...
- Eliminated the "limitRollback" property from the application schema and the ShowRollbackSettings component, streamlining rollback configuration.
- Updated the database schema to drop the "limitRollback" column from the "application" table, ensuring consistency across the application.
2025-06-08 16:53:23 -06:00
Mauricio Siu
973de2a610
feat: add rollback configuration to base application settings
...
- Introduced "limitRollback" and "rollbackActive" properties to the base application configuration in both drop and traefik test files.
- These additions enhance the rollback functionality by allowing configuration of rollback limits and activation status.
2025-06-02 21:04:45 -06:00
Mauricio Siu
f8baf6fe41
feat: add fullContext column to rollback table and update related functionality
...
- Introduced a new "fullContext" JSONB column in the "rollback" table to store additional context for rollbacks.
- Removed the "env" column from the "rollback" table to streamline data management.
- Updated the rollbacks service to handle the new "fullContext" field during rollback creation.
- Adjusted the application service to eliminate environment variable handling in rollback operations.
2025-06-02 21:02:17 -06:00
Mauricio Siu
4966bbeb73
refactor: update icon in ShowDeployments component
...
- Replaced the ArrowDownToLine icon with RefreshCcw in the rollback button for improved clarity.
- Cleaned up unused imports from the component to streamline the code.
2025-06-01 22:56:18 -06:00
Mauricio Siu
df97dc0179
refactor: update ShowDeployments component and remove ShowRollbacks
...
- Enhanced the ShowDeployments component to conditionally display rollback options based on deployment status and type.
- Removed the ShowRollbacks component and its references from the application, streamlining the UI and functionality.
2025-06-01 22:56:00 -06:00
Mauricio Siu
b14b9300c0
feat: enhance rollback functionality with UI updates and database schema changes
...
- Updated Tailwind configuration for responsive design.
- Modified the ShowDeployments component to include rollback settings and actions.
- Introduced a new "rollback" table in the database schema with foreign key relationships.
- Updated deployment and application schemas to support rollback features.
- Added rollback mutation to the API for initiating rollbacks.
2025-06-01 22:52:33 -06:00
Mauricio Siu
a7d1fabd81
feat: add rollback functionality with new table and application schema updates
...
- Created a new "rollback" table to manage rollback operations.
- Added "rollbackActive" and "limitRollback" columns to the "application" table to support rollback features.
- Established foreign key constraints between the "rollback" and "application" tables for data integrity.
2025-06-01 19:45:33 -06:00
Mauricio Siu
d171e3da91
Merge branch 'canary' into 319-ability-to-roll-back-service-depoyments
2025-06-01 19:44:02 -06:00
Mauricio Siu
2c77029dad
chore: remove rollback-related SQL files and snapshots
...
- Deleted SQL files for rollback table and related schema changes.
- Removed corresponding snapshot files to clean up the database schema history.
2025-06-01 19:43:48 -06:00
Mauricio Siu
2619cb49d1
refactor: restore commented-out test cases and imports in drop.test.test.ts for improved functionality
Auto PR to main when version changes / create-pr (push) Has been cancelled
Build Docker images / build-and-push-cloud-image (push) Has been cancelled
Build Docker images / build-and-push-schedule-image (push) Has been cancelled
Build Docker images / build-and-push-server-image (push) Has been cancelled
Dokploy Docker Build / docker-amd (push) Has been cancelled
Dokploy Docker Build / docker-arm (push) Has been cancelled
autofix.ci / format (push) Has been cancelled
Dokploy Monitoring Build / docker-amd (push) Has been cancelled
Dokploy Monitoring Build / docker-arm (push) Has been cancelled
Dokploy Docker Build / combine-manifests (push) Has been cancelled
Dokploy Docker Build / generate-release (push) Has been cancelled
Dokploy Monitoring Build / combine-manifests (push) Has been cancelled
2025-05-28 02:44:06 -06:00
Mauricio Siu
a13e24dab0
refactor: simplify Chatwoot widget condition in dashboard layout for improved readability
2025-05-28 02:33:44 -06:00
Mauricio Siu
4aac3476b6
refactor: update Chatwoot widget settings and types to enhance configuration options
2025-05-28 02:33:14 -06:00
Mauricio Siu
037343a796
feat: integrate Chatwoot widget into dashboard layout and replace project layout with dashboard layout in various pages
2025-05-28 02:22:56 -06:00
Mauricio Siu
274d80ea7c
refactor: comment out test cases and imports in drop.test.test.ts for cleanup
2025-05-28 00:51:20 -06:00
Mauricio Siu
629889f1a8
refactor: reorganize imports and enhance backup functionality across various components
2025-05-28 00:38:53 -06:00
Mauricio Siu
27b2106630
chore: bump version to v0.22.7 in package.json
Auto PR to main when version changes / create-pr (push) Has been cancelled
Build Docker images / build-and-push-cloud-image (push) Has been cancelled
Build Docker images / build-and-push-schedule-image (push) Has been cancelled
Build Docker images / build-and-push-server-image (push) Has been cancelled
Dokploy Docker Build / docker-amd (push) Has been cancelled
Dokploy Docker Build / docker-arm (push) Has been cancelled
autofix.ci / format (push) Has been cancelled
Dokploy Monitoring Build / docker-amd (push) Has been cancelled
Dokploy Monitoring Build / docker-arm (push) Has been cancelled
Dokploy Docker Build / combine-manifests (push) Has been cancelled
Dokploy Docker Build / generate-release (push) Has been cancelled
Dokploy Monitoring Build / combine-manifests (push) Has been cancelled
2025-05-26 03:11:23 -06:00
Mauricio Siu
84faa9747e
chore: update Node.js version to 20.16.0 in configuration files
2025-05-26 03:09:09 -06:00
Mauricio Siu
b94a6bff92
Merge branch 'canary' into nginx-static-spa-build
2025-05-26 02:59:03 -06:00
Mauricio Siu
dfc75a9116
chore: remove Dockerfile for dokploy as part of project restructuring
2025-05-26 01:53:24 -06:00
Mauricio Siu
9c73b8dc36
feat: add pino and pino-pretty for logging, implement logger utility
2025-05-26 01:45:14 -06:00
Khiet Tam Nguyen
43d22c2bd4
test: fix typescript error for isStaticSpa
2025-05-20 16:33:34 +10:00
Khiet Tam Nguyen
ba3645933f
feat: added SPA option for static sites
2025-05-20 16:11:48 +10:00
Mauricio Siu
17a26353b6
chore: bump version to v0.22.6 in package.json
Auto PR to main when version changes / create-pr (push) Has been cancelled
Build Docker images / build-and-push-cloud-image (push) Has been cancelled
Build Docker images / build-and-push-schedule-image (push) Has been cancelled
Build Docker images / build-and-push-server-image (push) Has been cancelled
Dokploy Docker Build / docker-amd (push) Has been cancelled
Dokploy Docker Build / docker-arm (push) Has been cancelled
autofix.ci / format (push) Has been cancelled
Dokploy Monitoring Build / docker-amd (push) Has been cancelled
Dokploy Monitoring Build / docker-arm (push) Has been cancelled
Dokploy Docker Build / combine-manifests (push) Has been cancelled
Dokploy Docker Build / generate-release (push) Has been cancelled
Dokploy Monitoring Build / combine-manifests (push) Has been cancelled
2025-05-18 02:30:04 -06:00
Khiet Tam Nguyen
616e11722c
fix: randomize-compose missing await
2025-05-18 18:26:44 +10:00
autofix-ci[bot]
0f48f2c830
[autofix.ci] apply automated fixes
2025-05-18 05:12:06 +00:00
Khiet Tam Nguyen
5dfa7645f3
fix: multiple notifications for isolated compose and randomize compose
2025-05-18 15:07:05 +10:00
Mauricio Siu
19b56771b8
style: update styling for environment display and increase scroll area height in import component
2025-05-17 15:28:52 -06:00
Mauricio Siu
cff01ed438
refactor: modify template processing to include APP_NAME variable in configuration
2025-05-17 15:27:42 -06:00
Mauricio Siu
380656efee
feat: enhance project duplication functionality with options for new or same project
2025-05-17 14:33:07 -06:00
Mauricio Siu
a985998b93
feat: add VPS provider recommendations and alerts in server settings
2025-05-17 03:53:37 -06:00
Mauricio Siu
4f3ba16dfa
chore: bump version to v0.22.5 in package.json
2025-05-17 03:34:31 -06:00
Mauricio Siu
94a6a9587e
Merge pull request #1872 from IPdotSetAF/git-lfs-not-supported
...
fix: installed git-lfs in docker image
2025-05-17 02:09:03 -06:00
autofix-ci[bot]
52b2158309
[autofix.ci] apply automated fixes
2025-05-17 05:22:55 +00:00
Mauricio Siu
178d84d438
fix: update dependencies in save provider components to use optional chaining for applicationId and composeId
2025-05-16 23:22:26 -06:00
Mauricio Siu
b4b2d12f6e
feat(ui): add loading state and no data message to converted compose display
2025-05-16 23:16:02 -06:00
Mauricio Siu
294378d95b
Merge pull request #1886 from oshanavishkapiries/canary
...
fix: Submit Log in issue on Github
2025-05-16 23:03:50 -06:00
Mauricio Siu
c52812f9d3
Merge pull request #1903 from yergom/fix/watch-path-wording
...
fix: more informative placeholder for watch path
2025-05-16 23:03:13 -06:00
Mauricio Siu
82f7c5d5f3
Merge pull request #1904 from darena-patrick/fix/compose-deploy-url
...
fix: Missing `/compose` in auto-deploy URL
2025-05-16 23:00:47 -06:00
Patrick Schiess
bf115c7895
fix: Missing /compose in auto-deploy URL
2025-05-16 16:12:09 -06:00
yergom
c2c29dbaba
fix: more informative placeholder for watch path
2025-05-16 13:25:28 +00:00
Tam Nguyen
136570b36c
fix(ui): compose grid responsiveness starts from xl instead of lg
2025-05-13 16:01:25 +10:00
Tam Nguyen
7d0075c230
fix(ui): domain responsiveness with screen width
2025-05-13 15:43:52 +10:00
Tam Nguyen
19b4edee8d
refactor: remove redundant class bg-card due to bg-transparent set later
2025-05-13 15:15:54 +10:00
153918928+oshanavishkapiries@users.noreply.github.com
7f04eb856e
fix: Submit Log in issue on Github
2025-05-13 01:56:55 +05:30
IPdotSetAF
5156b45ffc
fix: installed git-lfs in docker image
2025-05-11 10:36:52 +03:30
Mauricio Siu
80e6f21840
chore: bump version to v0.22.4 in package.json
Auto PR to main when version changes / create-pr (push) Has been cancelled
Build Docker images / build-and-push-cloud-image (push) Has been cancelled
Build Docker images / build-and-push-schedule-image (push) Has been cancelled
Build Docker images / build-and-push-server-image (push) Has been cancelled
Dokploy Docker Build / docker-amd (push) Has been cancelled
Dokploy Docker Build / docker-arm (push) Has been cancelled
autofix.ci / format (push) Has been cancelled
Dokploy Monitoring Build / docker-amd (push) Has been cancelled
Dokploy Monitoring Build / docker-arm (push) Has been cancelled
Dokploy Docker Build / combine-manifests (push) Has been cancelled
Dokploy Docker Build / generate-release (push) Has been cancelled
Dokploy Monitoring Build / combine-manifests (push) Has been cancelled
2025-05-10 20:54:36 -06:00
Mauricio Siu
5b519151e8
refactor: streamline Remove Invitation dropdown menu item in ShowInvitations component
2025-05-10 20:40:11 -06:00
Mauricio Siu
2ad8bf355b
feat: implement rollback functionality with UI components and database schema updates
...
- Added ShowEnv and ShowRollbackSettings components for displaying and configuring rollback settings.
- Implemented ShowRollbacks component to list and manage rollbacks for applications.
- Created rollback database schema and updated application schema to include rollback settings.
- Added API routes for managing rollbacks, including fetching, creating, and deleting rollbacks.
- Integrated rollback functionality into the application deployment process.
2025-05-10 20:28:34 -06:00
Mauricio Siu
c1640cba29
chore: update better-auth to v1.2.8-beta.7 in package.json and pnpm-lock.yaml
2025-05-10 01:30:03 -06:00