dokploy/apps/dokploy
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
..
__test__ refactor: restore commented-out test cases and imports in drop.test.test.ts for improved functionality 2025-05-28 02:44:06 -06:00
components feat: enhance rollback functionality with UI updates and database schema changes 2025-06-01 22:52:33 -06:00
docker
drizzle feat: enhance rollback functionality with UI updates and database schema changes 2025-06-01 22:52:33 -06:00
hooks
lib Add impersonation feature to user management 2025-05-06 01:46:20 -06:00
pages Merge branch 'canary' into 319-ability-to-roll-back-service-depoyments 2025-06-01 19:44:02 -06:00
public Merge pull request #1634 from f3liiix/canary 2025-04-17 01:59:35 -06:00
server feat: enhance rollback functionality with UI updates and database schema changes 2025-06-01 22:52:33 -06:00
styles
templates Removed apps/dokploy/templates/infisical/index.ts 2025-03-27 13:12:02 -06:00
types refactor: update Chatwoot widget settings and types to enhance configuration options 2025-05-28 02:33:14 -06:00
utils Add impersonation feature to user management 2025-05-06 01:46:20 -06:00
.dockerignore
.env.example
.env.production.example
.gitignore
.nvmrc chore: update Node.js version to 20.16.0 in configuration files 2025-05-26 03:09:09 -06:00
components.json
esbuild.config.ts
LICENSE.MD
logo.png
migrate.ts
migration.ts
next.config.mjs refactor(dokploy): standardize code formatting and improve readability across multiple components 2025-03-29 13:26:44 -06:00
package.json chore: bump version to v0.22.7 in package.json 2025-05-26 03:11:23 -06:00
postcss.config.cjs
reset-password.ts
setup.ts
tailwind.config.ts feat: enhance rollback functionality with UI updates and database schema changes 2025-06-01 22:52:33 -06:00
tsconfig.json
tsconfig.server.json