Skip to content

Commit 3eb05eb

Browse files
authored
Merge pull request #116 from PizzaFactory/prp-update-to-upstream
Update to the upstream.
2 parents bae1749 + 6ee2493 commit 3eb05eb

File tree

112 files changed

+225
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+225
-190
lines changed

README.md

+1-1

assembly/assembly-che-tomcat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-che-tomcat</artifactId>
2323
<packaging>jar</packaging>

assembly/assembly-main/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-main</artifactId>
2323
<packaging>pom</packaging>

assembly/assembly-root-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-root-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-swagger-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-swagger-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-wsmaster-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-wsmaster-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties

+12
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,14 @@ che.infra.kubernetes.namespace.creation_allowed=true
306306
che.infra.kubernetes.namespace.default=<username>-che
307307

308308
# Defines whether che-server should try to label the workspace namespaces.
309+
# NOTE: It is strongly recommended to keep the value of this property set to true. If false, the new workspace namespaces will not be labeled
310+
# automatically and therefore not recognized by the Che operator making some features of DevWorkspaces not working.
311+
# If false, an administrator is required to label the namespaces manually using the labels specified in che.infra.kubernetes.namespace.labels.
312+
# If you want to manage the namespaces yourself, make sure to follow
313+
# https://www.eclipse.org/che/docs/stable/administration-guide/provisioning-namespaces-in-advance/.
314+
# Any additional labels present on the namespace are kept in place and do not affect the functionality.
315+
# Also note that the the administrator is free to pre-create and label the namespaces manually even if this property is
316+
# true. No updates to the namespaces are done if they already conform to the labeling requirements.
309317
che.infra.kubernetes.namespace.label=true
310318

311319
# Defines whether che-server should try to annotate the workspace namespaces.
@@ -315,6 +323,10 @@ che.infra.kubernetes.namespace.annotate=true
315323
# They are used to:
316324
# - find prepared {orch-namespace} for users in combination with `che.infra.kubernetes.namespace.annotations`.
317325
# - actively label {orch-namespace} with any workspace.
326+
# NOTE: It is strongly recommended not to change the value of this property because the Che operator relies on these labels
327+
# and their precise values when reconciling DevWorkspaces. If this configuration is changed, the namespaces will not be automatically
328+
# recognized by the Che operator as workspace namespaces unless manually labeled as such using the default labels and values.
329+
# Additional labels on the namespace do not affect the functionality.
318330
che.infra.kubernetes.namespace.labels=app.kubernetes.io/part-of=che.eclipse.org,app.kubernetes.io/component=workspaces-namespace
319331

320332
# List of annotations to find {orch-namespace} prepared for {prod-short} users workspaces.

assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-server</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-assembly-parent</artifactId>

core/che-core-api-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-api-core</artifactId>
2323
<packaging>jar</packaging>

core/che-core-api-dto-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-api-dto-maven-plugin</artifactId>
2323
<packaging>maven-plugin</packaging>

core/che-core-api-dto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-api-dto</artifactId>
2323
<packaging>jar</packaging>

core/che-core-api-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-api-model</artifactId>
2323
<packaging>jar</packaging>

core/che-core-db-vendor-h2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-db-vendor-h2</artifactId>
2323
<name>Che Core :: Commons :: DB :: Vendor H2</name>

core/che-core-db-vendor-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-db-vendor-mysql</artifactId>
2323
<name>Che Core :: Commons :: DB :: Vendor MySQL</name>

core/che-core-db-vendor-postgresql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-db-vendor-postgresql</artifactId>
2323
<name>Che Core :: Commons :: DB :: Vendor PostgreSQL</name>

core/che-core-db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-db</artifactId>
2323
<name>Che Core :: Commons :: DB</name>

core/che-core-logback/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-logback</artifactId>
2323
<packaging>jar</packaging>

core/che-core-metrics-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-metrics-core</artifactId>
2323
<name>Che Core :: Commons :: Metrics :: Core</name>

core/che-core-tracing-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-tracing-core</artifactId>
2323
<name>Che Core :: Commons :: Tracing :: Core</name>

core/che-core-tracing-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-tracing-metrics</artifactId>
2323
<name>Che Core :: Commons :: Tracing :: Metrics</name>

core/che-core-tracing-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-tracing-web</artifactId>
2323
<name>Che Core :: Commons :: Tracing :: Web</name>

core/che-core-typescript-dto-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-typescript-dto-maven-plugin</artifactId>
2323
<packaging>maven-plugin</packaging>

core/commons/che-core-commons-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-annotations</artifactId>
2323
<packaging>jar</packaging>

core/commons/che-core-commons-inject/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-inject</artifactId>
2323
<packaging>jar</packaging>

core/commons/che-core-commons-j2ee/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-j2ee</artifactId>
2323
<packaging>jar</packaging>

core/commons/che-core-commons-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-json</artifactId>
2323
<packaging>jar</packaging>

core/commons/che-core-commons-lang/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-lang</artifactId>
2323
<packaging>jar</packaging>

core/commons/che-core-commons-observability/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-observability</artifactId>
2323
<name>Che Core :: Commons :: Tracing and Monitoring wrapper</name>

core/commons/che-core-commons-schedule/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-schedule</artifactId>
2323
<packaging>jar</packaging>

core/commons/che-core-commons-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-test</artifactId>
2323
<packaging>jar</packaging>

core/commons/che-core-commons-tracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-commons-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-commons-tracing</artifactId>
2323
<name>Che Core :: Commons :: Tracing</name>

core/commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-core-commons-parent</artifactId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-server</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<groupId>org.eclipse.che.core</groupId>

infrastructures/infrastructure-distributed/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-infrastructures-parent</artifactId>
1919
<groupId>org.eclipse.che.infrastructure</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>infrastructure-distributed</artifactId>
2323
<packaging>jar</packaging>

infrastructures/infrastructure-factory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-infrastructures-parent</artifactId>
1919
<groupId>org.eclipse.che.infrastructure</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>infrastructure-factory</artifactId>
2323
<packaging>jar</packaging>

infrastructures/infrastructure-factory/src/main/java/org/eclipse/che/api/factory/server/scm/kubernetes/KubernetesGitCredentialManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class KubernetesGitCredentialManager implements GitCredentialManager {
5757
public static final String ANNOTATION_SCM_URL = "che.eclipse.org/scm-url";
5858
public static final String ANNOTATION_SCM_USERNAME = "che.eclipse.org/scm-username";
5959
public static final String ANNOTATION_CHE_USERID = "che.eclipse.org/che-userid";
60-
public static final String CREDENTIALS_MOUNT_PATH = "/home/theia/.git-credentials";
60+
public static final String CREDENTIALS_MOUNT_PATH = "/.git-credentials";
6161
public static final String LABEL_DEV_WORKSPACE_CREDENTIAL =
6262
DEV_WORKSPACE_PREFIX + "/git-credential";
6363

infrastructures/infrastructure-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-infrastructures-parent</artifactId>
1919
<groupId>org.eclipse.che.infrastructure</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>infrastructure-metrics</artifactId>

infrastructures/infrastructure-permission/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-infrastructures-parent</artifactId>
1919
<groupId>org.eclipse.che.infrastructure</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>infrastructure-permission</artifactId>
2323
<name>Infrastructure :: Kubernetes Permissions</name>

infrastructures/kubernetes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-infrastructures-parent</artifactId>
1919
<groupId>org.eclipse.che.infrastructure</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>infrastructure-kubernetes</artifactId>
2323
<name>Infrastructure :: Kubernetes</name>

infrastructures/openshift/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-infrastructures-parent</artifactId>
1919
<groupId>org.eclipse.che.infrastructure</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>infrastructure-openshift</artifactId>
2323
<name>Infrastructure :: OpenShift</name>

infrastructures/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-server</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<groupId>org.eclipse.che.infrastructure</groupId>

multiuser/api/che-multiuser-api-authentication-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-multiuser-api</artifactId>
1919
<groupId>org.eclipse.che.multiuser</groupId>
20-
<version>7.47.0-SNAPSHOT</version>
20+
<version>7.48.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-multiuser-api-authentication-commons</artifactId>
2323
<packaging>jar</packaging>

0 commit comments

Comments
 (0)