mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
The rename copies the whole config, so the archived id and the live one both named the same generated logins — and deleting the archive planned drops for logins the renamed workspace was still using, destroying their grants. The archived copy stops naming them: it is kept for reference, and a reference needs no credentials. The renamed workspace keeps working, since resolution uses the stored `pg_rolename` rather than the generated one, and its next permissions save finds the stored name no longer matches what this workspace id generates and renames the login to match — under the ownership proof that rename already carries. Also: a pending row action now has to name the same data table the manager is open on, not merely fail to differ from it. `undefined` — a plain postgres resource, or a DuckLake — is somewhere else too, and a matching schema and table name there would have run it. Both drawers drop what is pending when they close. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01S5arH3G2Sa1Qqm32veJQ1n
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