mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
d53b620e46
* feat: allow devOps role to edit worker groups config - Updated backend permission checks in configs.rs to use require_devops_role() instead of require_super_admin() - Updated frontend UI in workers page to show worker group management for devOps users - Updated WorkerGroup component to allow devOps role access to all configuration features - Updated AssignableTagsInner component to allow devOps users to manage tags 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com> * Update configs.rs --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com> Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
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.