mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
probeImportedPaths called each list endpoint once. They paginate at 30 rows by default, so it answered correctly for a small project and silently under-reported a large one — every item past the first page went back through a create call that rejects an existing path. It now pages at 100 until a short page, with a 100-page stop so an endpoint that never returns one cannot loop. And a run that finished with failures offered only Finish. `done` is what the step reads as terminal, not `error`, so a failed migration left no way to run the SQL again. Retry now sits beside Finish whenever the run reports an error — beside rather than instead, so a migration that fails every time cannot trap the user short of step 4. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xg8vXUuHCH3aRkf91sfxjx
Windmill frontend
The Windmill frontend written in Svelte 5 + Tailwind CSS
The frontend is under AGPL, see the LICENSE file at the root of this repo