che-operator/pkg/deploy
Anatolii Bazko 5d582d135c
fix: For update of existing installations we should not change the value of disableBuildCapabilities (#1654)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2023-04-05 15:14:05 +03:00
..
consolelink chore: Do not set default openVSXURL if operator is being deployed in… (#1544) 2022-10-26 10:00:37 +03:00
container-build feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
dashboard chore: Adapt tests for downstream (#1652) 2023-04-04 08:58:40 +03:00
dev-workspace-config feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
devfileregistry feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
expose feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
gateway Add retry middleware to retry connecting to mainurl if connection failed (#1579) 2022-12-16 10:22:28 -05:00
identity-provider chore: Do not set default openVSXURL if operator is being deployed in… (#1544) 2022-10-26 10:00:37 +03:00
image-puller feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
migration fix: For update of existing installations we should not change the value of disableBuildCapabilities (#1654) 2023-04-05 15:14:05 +03:00
pluginregistry feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
postgres feat: Remove PostgreSQL component (#1630) 2023-02-28 15:42:22 +02:00
rbac chore: Adding the 'get' verb to OpenShift route permissions (#1577) 2022-12-08 11:27:17 +02:00
registry chore: declare pod securityContext explicitly (#1458) 2022-08-01 10:00:42 +03:00
server feat: Remove PostgreSQL component (#1630) 2023-02-28 15:42:22 +02:00
tls fix: sync should not update labels and annotations for an object (#1649) 2023-03-29 18:40:43 +03:00
checluster.go feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
checluster_test.go feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
checluster_util.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
checluster_util_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
clusterrole.go feat: Automatically add the container build SCC to users if containerBuildCapability is enabled (#1543) 2022-10-20 10:28:07 +03:00
clusterrole_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
clusterrolebinding.go feat: Automatically add the container build SCC to users if containerBuildCapability is enabled (#1543) 2022-10-20 10:28:07 +03:00
clusterrolebinding_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
configmap.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
configmap_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
defaults.go.update.sh chore: Remove obsolete code after switching to Dev Workspace enabled (#1291) 2022-01-24 09:52:15 +02:00
defaults_test.go chore: Adapt tests for downstream (#1652) 2023-04-04 08:58:40 +03:00
deployment.go fix: Don't set runAsNonRoot=true for Eclipse Che operands (#1477) 2022-08-10 19:11:28 +03:00
deployment_test.go feat: Allow to set environment variables into Eclipse Che containers (#1468) 2022-08-06 16:13:11 +03:00
finalizer.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
finalizer_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
ingress.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
ingress_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
init_test.go chore: Do not set default openVSXURL if operator is being deployed in… (#1544) 2022-10-26 10:00:37 +03:00
job.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
job_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
labels.go fix: set scc priority to null (#1606) 2023-01-30 07:52:06 +02:00
proxy.go chore: Refactoring (#1411) 2022-06-24 19:34:27 +03:00
proxy_test.go chore: Refactoring (#1411) 2022-06-24 19:34:27 +03:00
pvc.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
pvc_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
reconcile_manager.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
reconcile_manager_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
role.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
role_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
rolebinding.go feat: Automatically add the container build SCC to users if containerBuildCapability is enabled (#1543) 2022-10-20 10:28:07 +03:00
rolebinding_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
route.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
route_test.go fix: TestRouteSpec test (#1402) 2022-06-13 12:10:03 +03:00
secret.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
secret_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
service.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
service_account.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
service_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
sync.go fix: sync should not update labels and annotations for an object (#1649) 2023-03-29 18:40:43 +03:00
sync_test.go fix: ImagePuller should not set any target namespaces for OperatorGroup (#1546) 2022-11-01 08:52:24 +02:00