-
Notifications
You must be signed in to change notification settings - Fork 21
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
api: Upgrade to make it compatible with SDK v1.1 #58
api: Upgrade to make it compatible with SDK v1.1 #58
Conversation
Signed-off-by: Alfredo Beaumont <alfredo.beaumont@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Travis failed. Test do not pass.
It will be needed to update the bidata
stuff as well;
I'm testing and fixing it locally. |
@dpordomingo it fails in a react test.... I fail to see how it relates to this PR, any hint? |
Oh, I did see it incorrectly. I can fix it. |
But I'm still trying to run it locally. |
@dpordomingo ok, great! |
Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is needed the bindata
stuff.
It was done by https://github.com/abeaumont/dashboard/pull/2
Update bindata for sdk 1.1 upgrade
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for realizing about the changes needed by the sdk 1.1 upgrade!
(and for providing me support about how to locally upgrade it)
Signed-off-by: Alfredo Beaumont alfredo.beaumont@gmail.com
This update is required to make it compatible with SDK
v1.1
.The server should be running at least
v1.1.1
to work with this change and new drivers.