eclipse-theia / theia-cloud

Eclipse Public License 2.0
61 stars 34 forks source link

Improve resource naming for sessions and workspaces #344

Open lucas-koehler opened 2 months ago

lucas-koehler commented 2 months ago

Follow up of https://github.com/eclipsesource/theia-cloud/pull/326

Naming for resources that derive their name based on sessions and workspaces was already improved. However, names for the session and workspaces objects themselves can still be improved. The reason is that the original PR only improves naming in the operator. However, session and workspaces objects are created by the REST service.

Thus, the REST service should be adapted to create names similar to the operator.