che-operator/pkg/deploy
Anatolii Bazko 21b652e2c4
feat: Automatically create the container build SCC if containerBuildC… (#1542)
* feat: Automatically create the container build SCC if containerBuildCapability is enabled

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2022-10-18 10:07:01 +03:00
..
consolelink chore: make Eclipse Che compatible with OCP 4.12 instance without the… (#1514) 2022-09-07 17:53:44 +03:00
container-build feat: Automatically create the container build SCC if containerBuildC… (#1542) 2022-10-18 10:07:01 +03:00
dashboard chore: make Eclipse Che compatible with OCP 4.12 instance without the… (#1514) 2022-09-07 17:53:44 +03:00
dev-workspace-config feat: configure DWOC from che-operator CR (#1494) 2022-09-02 19:50:35 +03:00
devfileregistry feat: Allow to set environment variables into Eclipse Che containers (#1468) 2022-08-06 16:13:11 +03:00
expose feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
gateway chore: declare pod securityContext explicitly (#1458) 2022-08-01 10:00:42 +03:00
identity-provider fix: Get OAuthClient by its name instead of label selector (#1428) 2022-07-02 14:08:02 +03:00
image-puller chore: Update RELATED_IMAGE regexes for che/devspaces (#1515) 2022-09-09 22:42:58 +03:00
migration chore: Refactoring (#1411) 2022-06-24 19:34:27 +03:00
pluginregistry fix: Set default openVSXURL if Che updated from 7.52.0 version or ear… (#1502) 2022-09-02 10:59:47 +03:00
postgres feat: Allow to set environment variables into Eclipse Che containers (#1468) 2022-08-06 16:13:11 +03:00
rbac chore: Add missed user roles (#1532) 2022-10-06 09:50:28 +03:00
registry chore: declare pod securityContext explicitly (#1458) 2022-08-01 10:00:42 +03:00
server feat: Allow to configure subdomain isolation for GitHub (#1528) 2022-09-28 09:49:36 +03:00
tls feat: Reduce steps which requires adding a certificate to work with git repositories with self-signed certificates (#1535) 2022-10-07 15:59:51 +03:00
checluster.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
checluster_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +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 create the container build SCC if containerBuildC… (#1542) 2022-10-18 10:07:01 +03:00
clusterrole_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
clusterrolebinding.go feat: Automatically create the container build SCC if containerBuildC… (#1542) 2022-10-18 10:07:01 +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
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 feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +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 feat: Automatically create the container build SCC if containerBuildC… (#1542) 2022-10-18 10:07:01 +03: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: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +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 feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
sync_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00