mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* Add default workspace image to org setting * [db] add migration * fixup * [dashboard] add org default image settings * fixup * dashboard fixup * Add server image test TODO * [server] assign global workspace default image * [dashboard] allow to submit empty string (will fallback to global default) * [gp-cli] support gp validate with default image * [dashboard] save default image * fixup * fixup * [gp-cli] improve output * [gp-cli] improve gp init * [gp-cli] gp validate compatibility * Update components/dashboard/src/teams/TeamSettings.tsx Co-authored-by: Filip Troníček <filip@gitpod.io> * Remove org id / get org settings in supervisor * Remove `WorkspaceConfigContext` * Add unit tests * Rename to `DefaultWorkspaceImage` * Update components/dashboard/src/teams/TeamSettings.tsx Co-authored-by: George Tsiolis <tsiolis.g@gmail.com> * Add empty image fallback to supervisor * Fix default workspace image setup * Update org settings fields * fixup * Allow empty image to set to default one --------- Co-authored-by: Filip Troníček <filip@gitpod.io> Co-authored-by: George Tsiolis <tsiolis.g@gmail.com>