Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement getVersion method in OpenShiftConnector #4363

Closed
wants to merge 2 commits into from

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Mar 8, 2017

What does this PR do?

Implements the getVersion method in OpenShiftConnector.
OpenShift REST API has the version method, but the kubernetes client doesn't implement it. I have created a simple extension that returns version information.

What issues does this PR fix or reference?

Che doesn't start on OpenShift if the Docker socket is not mounted.

@codenvy-ci
Copy link

Can one of the admins verify this patch?

@@ -36,6 +36,11 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.4.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guys. I know it's your branch. But could you follow the general rule to not to declare versions in maven submodules. It can save us some time in a future.

@snjeza
Copy link
Contributor Author

snjeza commented Mar 8, 2017

The PR requires eclipse-che/che-dependencies#34

@l0rd l0rd force-pushed the openshift-connector branch from f4923c0 to 2580099 Compare March 9, 2017 14:16
@snjeza snjeza force-pushed the che-97 branch 2 times, most recently from d96e1ec to 951d323 Compare March 12, 2017 16:33
@l0rd l0rd force-pushed the openshift-connector branch from cda3edc to 2627489 Compare March 13, 2017 15:22
@l0rd l0rd force-pushed the openshift-connector branch from 54c1b89 to c9d16a9 Compare March 20, 2017 16:36
snjeza added 2 commits March 20, 2017 18:04
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
@TylerJewell
Copy link

Added target/branch label to this PR. Going forward, all non-master branch PRs will need this label. Please apply going forward.

@TylerJewell TylerJewell added the target/branch Indicates that a PR will be merged into a branch other than master. label Apr 17, 2017
@codenvy-ci
Copy link

Can one of the admins verify this patch?

@benoitf
Copy link
Contributor

benoitf commented Sep 13, 2017

work is done as part of #6222

@benoitf benoitf closed this Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target/branch Indicates that a PR will be merged into a branch other than master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants