-
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 provide userId and not namespace #3366
Conversation
But please fix commit message, because as for me |
@sleshchenko
The first line Fix is for https://help.github.com/articles/closing-issues-via-commit-messages/ |
Yes, let me correct me. Please fix commit subject 😄 |
Fix #3042 Change-Id: I64b4cd3931fec502073ead0115a312430f2434b8 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
@sleshchenko I've switched commit subject and commit body |
Cool.
It's new information for me. Thx 👍 |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1306/ |
…che#3366) Fix eclipse-che#3042 Change-Id: I64b4cd3931fec502073ead0115a312430f2434b8 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
What does this PR do?
What issues does this PR fix or reference?
Fix #3042
Previous behavior
Machine.getOwner() was returning namespace
New behavior
machine.getOwner() is returning userId and not a namespace
Change-Id: I64b4cd3931fec502073ead0115a312430f2434b8
Signed-off-by: Florent BENOIT fbenoit@codenvy.com