che-operator/pkg/deploy
Anatolii Bazko 16c92ec513
chore: Don't update CheCluster CR spec to set OAuthClientName and OAu… (#1393)
* chore: Don't update CheCluster CR spec to set OAuthClientName and OAuthClientSecret fields

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2022-05-28 13:59:05 +03:00
..
consolelink chore: Improve handling CheHost field (#1348) 2022-03-17 15:06:40 +02:00
dashboard Allow loading preload page without authorization (#1360) 2022-04-22 21:59:05 +03:00
dev-workspace feat: Update Dev Workspace controller images accordingly to airgap se… (#1391) 2022-05-23 17:08:32 +03:00
devfileregistry chore: add CHE_PLUGIN_REGISTRY_INTERNAL_URL into Plugin registry container (#1380) 2022-05-10 11:32:53 +03:00
expose chore: Improve handling CheHost field (#1348) 2022-03-17 15:06:40 +02:00
gateway chore: Don't update CheCluster CR spec to set OAuthClientName and OAu… (#1393) 2022-05-28 13:59:05 +03:00
identity-provider chore: Don't update CheCluster CR spec to set OAuthClientName and OAu… (#1393) 2022-05-28 13:59:05 +03:00
image-puller fix: Clean up removing plugin brokers images (#1350) 2022-03-18 18:22:25 +02:00
migration chore: Don't update CheCluster CR spec to set OAuthClientName and OAu… (#1393) 2022-05-28 13:59:05 +03:00
pluginregistry chore: add CHE_PLUGIN_REGISTRY_INTERNAL_URL into Plugin registry container (#1380) 2022-05-10 11:32:53 +03:00
postgres fix: Fix default postgreSQL credentials secret name (#1343) 2022-03-16 16:36:21 +02:00
rbac chore: Remove obsolete code after switching to Dev Workspace enabled (#1291) 2022-01-24 09:52:15 +02:00
registry fix: Respect labels for workspace routes set in spec.server.CustomChe… (#1368) 2022-05-02 13:10:06 +03:00
server chore: Improve handling CheHost field (#1348) 2022-03-17 15:06:40 +02:00
tls chore: Improve handling CheHost field (#1348) 2022-03-17 15:06:40 +02:00
checluster.go chore: Don't set defaults into CheCluster CR (#1337) 2022-03-15 14:12:08 +02:00
checluster_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
clusterrole.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
clusterrole_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
clusterrolebinding.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
clusterrolebinding_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
configmap.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
configmap_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
data_types.go chore: Improve handling CheHost field (#1348) 2022-03-17 15:06:40 +02:00
defaults.go feat: Update Dev Workspace controller images accordingly to airgap se… (#1391) 2022-05-23 17:08:32 +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 feat: Update Dev Workspace controller images accordingly to airgap se… (#1391) 2022-05-23 17:08:32 +03:00
deployment.go fix: Allow to sync deployments when selector changed (#1361) 2022-04-27 09:32:40 +03:00
deployment_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
finalizer.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
finalizer_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
ingres_test.go chore: Remove obsolete code after switching to Dev Workspace enabled (#1291) 2022-01-24 09:52:15 +02:00
ingress.go chore: Remove obsolete code after switching to Dev Workspace enabled (#1291) 2022-01-24 09:52:15 +02:00
init_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
job.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
job_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
labels.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
labels_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
proxy.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
proxy_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
pvc.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
pvc_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
reconcile_manager.go refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
reconcile_manager_test.go refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
role.go fix: delegate permissions to `get, list, watch` `pods/log` resources (#1212) 2021-12-06 15:25:57 +02:00
role_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
rolebinding.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
rolebinding_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
route.go fix: set Eclipse Che url to eclipse-che.<domain> on OpenShift cluster (#1382) 2022-05-11 09:12:53 +03:00
route_test.go chore: Make Eclipse Che url shorter (#1381) 2022-05-10 14:56:20 +03:00
secret.go chore: Refactor certificates reconsiler (#1171) 2021-11-26 13:50:59 +02:00
sercet_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
service.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
service_account.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
service_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
sync.go chore: checluster controller refactoring (#1244) 2021-12-09 14:13:59 +02:00
sync_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
test_util.go chore: Improve handling CheHost field (#1348) 2022-03-17 15:06:40 +02:00