ovh / node-ovh

Node.js wrapper for the OVH APIs
http://ovh.github.io/node-ovh
Other
129 stars 27 forks source link

Upgrade node version, delete proxy support (deprecated), add promise support #10

Closed bnjjj closed 8 years ago

bnjjj commented 8 years ago

Pay attention you don't have to review the "ovh.es5.js" because it's a transpiled file.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-1.0%) to 99.029% when pulling 748159800a418829c6f52113d5f7862b754f17be on upgrade_node_version into 2bcd3245a43a584b7d811f9589c14aad572a6778 on master.

yadutaf commented 8 years ago

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 ?

bnjjj commented 8 years ago

Ok thanks I'll think about how can I explain that :). Note that the website documentation is already up to date on my desk

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-1.0%) to 99.029% when pulling 609ffce3004f2170f3ae6094480b4eb8a5ccc5b5 on upgrade_node_version into 2bcd3245a43a584b7d811f9589c14aad572a6778 on master.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-1.0%) to 99.029% when pulling 0ea5cb8d13a82cacc21fa094bbbe5c1acefe2b12 on upgrade_node_version into 2bcd3245a43a584b7d811f9589c14aad572a6778 on master.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-1.0%) to 99.029% when pulling 0ea5cb8d13a82cacc21fa094bbbe5c1acefe2b12 on upgrade_node_version into 2bcd3245a43a584b7d811f9589c14aad572a6778 on master.

yadutaf commented 8 years ago

Great work! Thanks.