Closed BenjamenMeyer closed 8 years ago
@@ master #639 diff @@
==========================================
Files 77 77
Lines 4984 4998 +14
Methods 0 0
Messages 0 0
Branches 680 681 +1
==========================================
+ Hits 4961 4975 +14
Misses 10 10
Partials 13 13
Powered by Codecov. Last updated by 217000e...7fdaecc
@BenjamenMeyer - this is mostly pretty good; if you can address the inline comments I made to your own satisfaction I think you can go ahead and land.
/me wearily checks https://codecov.statuspage.io to see what's going on this time, but sees nothing...
Hey @codecov-io - any idea why this PR's coverage isn't getting reported?
@glyph let's merge PR #618 before this one so @Benjamin91300 doesn't have to do another rebase.
@glyph merged latest from trunk; ready to review again as soon as it passes gates.
Given:
It seems like this branch is ready for merge.
@glyph codecov
seems stuck again.
@codecov-io
Looks like codecov came unstuck? Thanks for taking care of this :)
Mimic supported looking up the API Key of a user via
/v2.0/users/<userid>/OS-KSADM/credentials/RAX-KSKEY:apiKeyCredentials
; however, tools likepyrax
had support for doing the generic credentials lookup via/v2.0/users/<userid>/OS-KSADM/credentials
which Mimic was not supporting. This adds the additional functionality so that either method can be used. It also includes a separate API key when doing so to aid with debugging, and also provides a similar password credentials.