-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
machine.getOwner() should return userId and not namespace #3042
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
Milestone
Comments
benoitf
added
kind/bug
Outline of a bug - must adhere to the bug report template.
sprint/next
and removed
sprint/next
labels
Nov 10, 2016
garagatyi
added
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
team/platform
labels
Nov 15, 2016
benoitf
added a commit
that referenced
this issue
Dec 13, 2016
benoitf
added
sprint/current
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
and removed
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
labels
Dec 13, 2016
benoitf
added a commit
that referenced
this issue
Dec 13, 2016
Fix #3042 Change-Id: I64b4cd3931fec502073ead0115a312430f2434b8 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
benoitf
added a commit
that referenced
this issue
Dec 14, 2016
Fix #3042 Change-Id: I64b4cd3931fec502073ead0115a312430f2434b8 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
benoitf
removed
sprint/current
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
labels
Dec 14, 2016
JPinkney
pushed a commit
to JPinkney/che
that referenced
this issue
Aug 17, 2017
…che#3366) Fix eclipse-che#3042 Change-Id: I64b4cd3931fec502073ead0115a312430f2434b8 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling machine.getOwner() it returns a namespace while it should return userId
https://github.com/eclipse/che/blob/master/plugins/plugin-docker/che-plugin-docker-machine/src/main/java/org/eclipse/che/plugin/docker/machine/MachineProviderImpl.java#L313-313
Che version: 5.0.0-M7-SNAPSHOT
Additional information:
The text was updated successfully, but these errors were encountered: