Files
windmill/backend/windmill-api
claude[bot] 7dfc4a872a feat: Add diff viewer and deployment UI for workspace forks
- Add backend endpoint to compare forked workspace with parent
- Add deployment endpoint to sync changes between fork and parent
- Create frontend diff viewer component to visualize changes
- Support bidirectional sync (deploy to parent or update from fork)
- Track versions ahead/behind for each item
- Allow selective deployment of changes
- Update OpenAPI specification for new endpoints

This feature allows users to see and manage differences between forked workspaces entirely through Windmill's UI, without needing external git operations.

Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-09-11 15:13:51 +00:00
..
2024-04-08 01:42:43 +02:00

Windmill API

The API server, exposing functionality to other components and the frontend

This crate exposes both a library as well as a binary target.