-
Notifications
You must be signed in to change notification settings - Fork 181
Story parsing broken between 0.5.6 and 0.5.10 #67
Comments
I'm having the same issue. It seems tags edit I just looked into this some more. It seems the problem starts at version |
Can you get the story by doing the following:
It could be that Pivotal changed how the Iteration.done API call returns data. I worked on this this weekend by working on updating our Fakeweb to use VCR instead of StaleFish. It's a work in progress, but hopefully I can get some time to look at it next weekend. You guys should be able to use an earlier version (0.5.6 or 0.5.8), as there were no urgent changes between those versions and 0.5.10. |
I've got the same problem. |
The most significant changes between 0.5.8 and 0.5.10 are in I'm not 100% sure this is the issue, but it seems like something work investigating. |
Failing spec added here: https://github.com/sbleon/pivotal-tracker/blob/iteration_stories/spec/pivotal-tracker/iteration_spec.rb#L29 I'm switching back to 0.5.8 for now. |
Going to take a look at this today. Will keep you updated if I can figure out what happened. |
@jsmestad Some background, I think the 0.5.9 version was a failed attempt to add jruby support, and the nokogiri-happymapper change was not properly reverted. |
I'm having the same problem. When will it be fixed?? |
It will get fixed when a motivated user of the gem decides to fix it :-) . If I were going to tackle this, I'd probably start by looking at the specs Once that was done, I'd submit a pull request and encourage @jsmestad to On Wed, Mar 27, 2013 at 4:06 AM, Junichi Ito [email protected]:
|
I am open to yanking it down once we get this patch in place :) Regards, Justin SmestadOn Thu, Mar 28, 2013 at 11:27 AM, sbleon [email protected] wrote:
|
This fix( https://github.com/jsmestad/pivotal-tracker/blob/master/lib/pivotal-tracker/activity.rb#L42 Otherwise, stories in activities are all empty. |
This same code works just fine in 0.5.6. The story should be:
The text was updated successfully, but these errors were encountered: