che-server/selenium
Oleksandr Garagatyi aaa8f424cd
Make a workspace run without any user env (#11890)
Allows running Che 7 workspace without any user environment but with Che 7 tooling set.
Workspace without environment has an empty list of environments and null value in `defaultEnv` field.
Field `activeEnv` is supposed to be `null` too.
What is changed:
- Migration of DB
- make defaultEnv nullable
- remove env_name from runtimes primary key
- make env_name in runtimes nullable
- Make code respect the fact that there are workspaces with no env
- settings API that returns the list of supported environment types returns no-environment type that - indicates that infrastructure support workspace with no environment at all.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2018-11-21 16:39:54 +02:00
..
che-selenium-core Make a workspace run without any user env (#11890) 2018-11-21 16:39:54 +02:00
che-selenium-test Make a workspace run without any user env (#11890) 2018-11-21 16:39:54 +02:00
pom.xml RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00