mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [dashboard] Initial infra rollout page, incl. list running workspaces * [server, db, dashboard] Allow org-owner to stop workspace on all workspaces in the organization Also, fix maintenanceMode update * [public-api, db, server, dashboard] Introduce MaintenanceNofitication banner that can be configured per org * review comments: use mutation instead of callback for state mutation * Fix workspace start prevention * Review comments around banners and rendering - permissions issues - add banner to /new page - a bunch of rendering issues and alignments - renaming some things for clarity (dropped "Scheduled" prefixes) - only allow up to 255 characters in notification messages * [dashboard] Only show Admin entry for dedicated * [server] Fix permissions for setMaintenanceMode to "maintenance" * [dashboard] Adjusted copy incl. default notification message * Review coments: re-use and fix styles, and naming Co-authored-by: Filip Troníček <filip@gitpod.io> * Minor copy improvements * [server] Fix bogus permission check in stopWorkspace --------- Co-authored-by: Filip Troníček <filip@gitpod.io>