martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

Upload dyno.py, use dyno name instead id #86

Closed tfranchi closed 4 years ago

tfranchi commented 4 years ago

Dyno restart doesn't work #85

with dyno name, the dyno will be restarted correctly.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.3%) to 48.013% when pulling 37a1251b52dd7e56418f2c8d0e0703d71c6c042e on tfranchi:patch-1 into bd3e24aa116e00e403ff5ef2bc97e25445777a60 on martyzz1:master.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.3%) to 48.013% when pulling 37a1251b52dd7e56418f2c8d0e0703d71c6c042e on tfranchi:patch-1 into bd3e24aa116e00e403ff5ef2bc97e25445777a60 on martyzz1:master.

codecov-io commented 4 years ago

Codecov Report

Merging #86 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   47.98%   47.98%           
=======================================
  Files          27       27           
  Lines        1194     1194           
  Branches      111      111           
=======================================
  Hits          573      573           
  Misses        612      612           
  Partials        9        9
Impacted Files Coverage Δ
heroku3/models/dyno.py 62.5% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd3e24a...37a1251. Read the comment docs.

martyzz1 commented 4 years ago

Thank you :)