-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrade node version, delete proxy support (deprecated), add promise support #10
Conversation
@@ -1,6 +1,6 @@ | |||
/** | |||
* Copyright (c) 2014 OVH SAS | |||
* Copyright (c) 2012 - 2013 Vincent Giersch |
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.
Can you keep this line and add your name into ?
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 @VincentCasse (and what a beautiful first name)!
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.
Alright I'll take care of that. But I think it was important to note who is maintaining this code but ... if you think that's necessary it's the same for me :)
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.
Yes. Only because this code was initially did on personal time by @gierschv (and you have a beautiful first name ;) ) and then take into ovh world. So the first copyright (2012-2013) need to be keep.
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.
Ok I'll change that next week :)
Thanks for your review
That's a huge piece of work. Thanks! Can you sign your commits (git commit -s) and add a section, maybe in the readme, to explain how to migrate to 2.0.0, especially for those using the proxy version ? |
Ok thanks I'll think about how can I explain that :). Note that the website documentation is already up to date on my desk |
@@ -129,6 +140,31 @@ You can browse the API schemas using the web consoles of the APIs: | |||
* [Kimsufi Europe](https://eu.api.kimsufi.com/console/) | |||
* [Kimsufi North-America](https://ca.api.kimsufi.com/console/) | |||
|
|||
## Migration from 1.x.x to 2.x.x without Proxy support |
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.
@yadutaf Is it right for you ?
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
4088195
to
7dcba97
Compare
Great work! Thanks. |
Pay attention you don't have to review the "ovh.es5.js" because it's a transpiled file.