-
Notifications
You must be signed in to change notification settings - Fork 89
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 2.0 Switchover #161
Comments
Everything seems to work from my testing, now it's just a matter of getting all the tests ported over. |
I'm no Ruby pro, but I tried this to try out the progress so far and I get an error. Thoughts?: $ gem build tugboat.gemspec
Update: It seems I successfully installed the gem, but I run into either of the 2 following issues with the executable:
Thanks. |
"This documentation is for version 1 of the DigitalOcean API. It has been deprecated and will be shutdown on Monday, November 9, 2015." Yikes, deadline coming up fast! 😱 |
yeap, 1 month left... |
This is great progress. Is there an easy way to try this out for a non-Rubyist? I run this all in a docker container and currently run "gem install tugboat", but is there a replacement command which would install this branch instead? |
https://github.com/pearkes/tugboat/blob/master/CONTRIBUTING.md explains a lot about what you are asking. You're going to wind up doing something similar to the following on a linux command line: $ sudo apt-get install bundler git i was able to tugboat authorize and create, tugboat ssh made an ugly fail when i tried to ssh without an id_rsa but I feel set that I can make the switch on nov 9 without too much pain. |
First of all, thank you for your service to the community 😄 . Do we need to swarm this and get it working with V2? Is it just tests that we're waiting on for a release? |
Hi @FreedomBen, yeah it's just a matter of getting all the tests moved over to the new job fixtures, cleaning up the commits then doing an official 2.0.0 release. I should have it done before end of October, I've been doing it on and off over the last year, but the deadline has lit a fire and I'm cranking out the last bits of test code. If I don't get the tests finished, I'll release it with pending tests and add a caveat to the post install just in case. Weve had a bunch of people testing the alpha release and most of the commands seem OK 😊 |
PR here: #178 Only 44 failing specs to go! 😄 |
Clean PR here: #180 Just need to figure out why the specs fail peridocially on 2.0.0, then merge soon! 👍 |
Fixed by #183 |
Progress on Switching over to API 2.0 API:
The text was updated successfully, but these errors were encountered: