adding current action to cli, to display current assignments for users#80
Conversation
|
The build is failing on this one. Is there a missing VCR cassette? |
|
Yes, there is actually. I develop on windows using a Linux VM, so my localhost is actually the IP address of my VM session. I was afraid the cassette would cause problems with the IP address in there so I just rememoved it thinking it would be generated again. I hope that makes sense. I suppose I could just edit the cassette file after the fact so it points to localhost? |
|
Ah, got it. The CI server doesn't regenerate it -- I'd have to do that locally. I don't think it matters where it points, actually, though it's probably a good idea to edit it to point at whatever the other cassettes point to for consistency. |
|
Should be good to merge now :) |
|
Would you mind merging master into the branch? |
|
Cool, nice functionality :) |
|
@mikegee thanks! That's exactly what I needed there. @markijbema good catch, thank you. |
|
Sorry -- I keep missing this. Would you mind merging in master again, and leaving a note in the discussion thread so that I am certain to see it? |
|
Sure! No problem. Will reply back when finished. |
|
@kytrinyx I believe this is ready now. Thanks! |
adding current action to cli, to display current assignments for users
|
Thank you! |
API endpoint is in place already for
/user/assignments/current. Addressing exercism.io issue #205 to add the ability to see current assignments from the cli.