tracker_api 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/README.md +11 -2
  4. data/lib/tracker_api/client.rb +26 -1
  5. data/lib/tracker_api/endpoints/activity.rb +38 -0
  6. data/lib/tracker_api/endpoints/epic.rb +1 -1
  7. data/lib/tracker_api/endpoints/epics.rb +1 -1
  8. data/lib/tracker_api/endpoints/me.rb +1 -1
  9. data/lib/tracker_api/endpoints/memberships.rb +1 -1
  10. data/lib/tracker_api/endpoints/notifications.rb +20 -0
  11. data/lib/tracker_api/endpoints/story.rb +8 -0
  12. data/lib/tracker_api/endpoints/tasks.rb +1 -1
  13. data/lib/tracker_api/resources/activity.rb +24 -0
  14. data/lib/tracker_api/resources/base.rb +71 -0
  15. data/lib/tracker_api/resources/change.rb +15 -0
  16. data/lib/tracker_api/resources/epic.rb +0 -2
  17. data/lib/tracker_api/resources/iteration.rb +4 -0
  18. data/lib/tracker_api/resources/me.rb +0 -2
  19. data/lib/tracker_api/resources/membership_summary.rb +0 -2
  20. data/lib/tracker_api/resources/notification.rb +26 -0
  21. data/lib/tracker_api/resources/person.rb +0 -2
  22. data/lib/tracker_api/resources/primary_resource.rb +13 -0
  23. data/lib/tracker_api/resources/project.rb +26 -3
  24. data/lib/tracker_api/resources/project_membership.rb +0 -2
  25. data/lib/tracker_api/resources/story.rb +21 -2
  26. data/lib/tracker_api/resources/task.rb +0 -2
  27. data/lib/tracker_api/version.rb +1 -1
  28. data/lib/tracker_api.rb +7 -0
  29. data/test/client_test.rb +45 -1
  30. data/test/project_test.rb +50 -0
  31. data/test/story_test.rb +50 -1
  32. data/test/vcr/cassettes/client_done_iterations_with_pagination.json +1 -1
  33. data/test/vcr/cassettes/client_get_limited_stories_with_no_pagination.json +1 -0
  34. data/test/vcr/cassettes/create_story.json +1 -0
  35. data/test/vcr/cassettes/get_activity.json +148 -0
  36. data/test/vcr/cassettes/get_all_notifications.json +50 -0
  37. data/test/vcr/cassettes/get_done_iterations.json +1 -1
  38. data/test/vcr/cassettes/get_iteration_by_number.json +1 -0
  39. data/test/vcr/cassettes/get_my_activities.json +1 -0
  40. data/test/vcr/cassettes/get_project_activity.json +1 -0
  41. data/test/vcr/cassettes/get_story.json +1 -0
  42. data/test/vcr/cassettes/get_story_activity.json +1 -0
  43. data/test/vcr/cassettes/get_tasks_when_stories_filtered.json +1 -0
  44. data/test/vcr/cassettes/get_unscheduled_story.json +1 -0
  45. data/test/vcr/cassettes/save_story.json +1 -0
  46. data/test/vcr/cassettes/save_story_with_multiple_changes.json +1 -0
  47. data/test/vcr/cassettes/update_story_to_create_activity.json +1 -0
  48. data/tracker_api.gemspec +3 -2
  49. metadata +101 -38
@@ -1 +1 @@
1
- {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?scope=done&offset=-12","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["12"],"x-tracker-pagination-offset":["-12"],"x-tracker-pagination-limit":["10"],"x-tracker-pagination-returned":["10"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["9149842e1d73f975b2fd54be419013e7"],"x-runtime":["0.305304"],"date":["Wed, 07 May 2014 04:50:19 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"iteration\",\n \"number\": 1,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n {\n \"kind\": \"story\",\n \"id\": 66727974,\n \"project_id\": 1027488,\n \"name\": \"Setup development environment\",\n \"description\": \"We need 2 machines set up\",\n \"story_type\": \"chore\",\n \"current_state\": \"accepted\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727974\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727976,\n \"project_id\": 1027488,\n \"name\": \"Setup demo server\",\n \"description\": \"Should be accessible from outside the network, with basic auth\",\n \"story_type\": \"chore\",\n \"current_state\": \"accepted\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849078,\n \"project_id\": 1027488,\n \"name\": \"deployment\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727976\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727978,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to login\",\n \"description\": \"Admin should be a special user type. We can create the first admin user directly in the DB, but let's encrypt the password.\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 2,\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727978\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727980,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to create new product\",\n \"description\": \"Product information includes title, description, price, SKU.\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 1,\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727980\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727982,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to upload product photo\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 2,\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727982\"\n }\n ],\n \"start\": \"2014-02-10T08:00:00Z\",\n \"finish\": \"2014-02-17T08:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 2,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n {\n \"kind\": \"story\",\n \"id\": 66727984,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to upload multiple product photos and mark one as the primary\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 3,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727984\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727986,\n \"project_id\": 1027488,\n \"name\": \"Shopper should see list of products, with primary photo as thumbnail\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 2,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727986\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727988,\n \"project_id\": 1027488,\n \"name\": \"Product browsing should be paginated, with 10 products per page\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 1,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727988\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727990,\n \"project_id\": 1027488,\n \"name\": \"Make product browsing pagination AJAXy\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 2,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"kind\": \"label\",\n \"id\": 7849084,\n \"project_id\": 1027488,\n \"name\": \"usability\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727990\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727992,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to import multiple new products from CSV file\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 3,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727992\"\n }\n ],\n \"start\": \"2014-02-17T08:00:00Z\",\n \"finish\": \"2014-02-24T08:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 3,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n {\n \"kind\": \"story\",\n \"id\": 66727994,\n \"project_id\": 1027488,\n \"name\": \"Shopper should be able to click on a product, and see all product details, including photos\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 1,\n \"accepted_at\": \"2014-03-02T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727994\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727996,\n \"project_id\": 1027488,\n \"name\": \"Shopper should be able to add product to shopping cart\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 1,\n \"accepted_at\": \"2014-03-02T07:11:05Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727996\"\n }\n ],\n \"start\": \"2014-02-24T08:00:00Z\",\n \"finish\": \"2014-03-03T08:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 4,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-03T08:00:00Z\",\n \"finish\": \"2014-03-10T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 5,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-10T07:00:00Z\",\n \"finish\": \"2014-03-17T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 6,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-17T07:00:00Z\",\n \"finish\": \"2014-03-24T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 7,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-24T07:00:00Z\",\n \"finish\": \"2014-03-31T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 8,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-31T07:00:00Z\",\n \"finish\": \"2014-04-07T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 9,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-04-07T07:00:00Z\",\n \"finish\": \"2014-04-14T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 10,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-04-14T07:00:00Z\",\n \"finish\": \"2014-04-21T07:00:00Z\"\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:19 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?scope=done&offset=-2&limit=10","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["12"],"x-tracker-pagination-offset":["-2"],"x-tracker-pagination-limit":["10"],"x-tracker-pagination-returned":["2"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["79e740ba487daa26f3349d5772516a10"],"x-runtime":["0.137329"],"date":["Wed, 07 May 2014 04:49:06 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"iteration\",\n \"number\": 11,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-04-21T07:00:00Z\",\n \"finish\": \"2014-04-28T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 12,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-04-28T07:00:00Z\",\n \"finish\": \"2014-05-05T07:00:00Z\"\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:19 GMT"}],"recorded_with":"VCR 2.8.0"}
1
+ {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?scope=done&offset=-12","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["12"],"x-tracker-pagination-offset":["-12"],"x-tracker-pagination-limit":["10"],"x-tracker-pagination-returned":["10"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["9149842e1d73f975b2fd54be419013e7"],"x-runtime":["0.305304"],"date":["Wed, 07 May 2014 04:50:19 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"iteration\",\n \"number\": 1,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n {\n \"kind\": \"story\",\n \"id\": 66727974,\n \"project_id\": 1027488,\n \"name\": \"Setup development environment\",\n \"description\": \"We need 2 machines set up\",\n \"story_type\": \"chore\",\n \"current_state\": \"accepted\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727974\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727976,\n \"project_id\": 1027488,\n \"name\": \"Setup demo server\",\n \"description\": \"Should be accessible from outside the network, with basic auth\",\n \"story_type\": \"chore\",\n \"current_state\": \"accepted\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849078,\n \"project_id\": 1027488,\n \"name\": \"deployment\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727976\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727978,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to login\",\n \"description\": \"Admin should be a special user type. We can create the first admin user directly in the DB, but let's encrypt the password.\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 2,\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727978\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727980,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to create new product\",\n \"description\": \"Product information includes title, description, price, SKU.\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 1,\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727980\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727982,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to upload product photo\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 2,\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727982\"\n }\n ],\n \"start\": \"2014-02-10T08:00:00Z\",\n \"finish\": \"2014-02-17T08:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 2,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n {\n \"kind\": \"story\",\n \"id\": 66727984,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to upload multiple product photos and mark one as the primary\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 3,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727984\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727986,\n \"project_id\": 1027488,\n \"name\": \"Shopper should see list of products, with primary photo as thumbnail\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 2,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727986\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727988,\n \"project_id\": 1027488,\n \"name\": \"Product browsing should be paginated, with 10 products per page\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 1,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727988\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727990,\n \"project_id\": 1027488,\n \"name\": \"Make product browsing pagination AJAXy\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 2,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"kind\": \"label\",\n \"id\": 7849084,\n \"project_id\": 1027488,\n \"name\": \"usability\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727990\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727992,\n \"project_id\": 1027488,\n \"name\": \"Admin should be able to import multiple new products from CSV file\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 3,\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727992\"\n }\n ],\n \"start\": \"2014-02-17T08:00:00Z\",\n \"finish\": \"2014-02-24T08:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 3,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n {\n \"kind\": \"story\",\n \"id\": 66727994,\n \"project_id\": 1027488,\n \"name\": \"Shopper should be able to click on a product, and see all product details, including photos\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 1,\n \"accepted_at\": \"2014-03-02T00:00:00Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727994\"\n },\n {\n \"kind\": \"story\",\n \"id\": 66727996,\n \"project_id\": 1027488,\n \"name\": \"Shopper should be able to add product to shopping cart\",\n \"story_type\": \"feature\",\n \"current_state\": \"accepted\",\n \"estimate\": 1,\n \"accepted_at\": \"2014-03-02T07:11:05Z\",\n \"requested_by_id\": 1266314,\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"kind\": \"label\",\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"kind\": \"label\",\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ],\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"url\": \"http://www.pivotaltracker.com/story/show/66727996\"\n }\n ],\n \"start\": \"2014-02-24T08:00:00Z\",\n \"finish\": \"2014-03-03T08:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 4,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-03T08:00:00Z\",\n \"finish\": \"2014-03-10T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 5,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-10T07:00:00Z\",\n \"finish\": \"2014-03-17T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 6,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-17T07:00:00Z\",\n \"finish\": \"2014-03-24T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 7,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-24T07:00:00Z\",\n \"finish\": \"2014-03-31T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 8,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-03-31T07:00:00Z\",\n \"finish\": \"2014-04-07T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 9,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-04-07T07:00:00Z\",\n \"finish\": \"2014-04-14T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 10,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-04-14T07:00:00Z\",\n \"finish\": \"2014-04-21T07:00:00Z\"\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:19 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?scope=done&offset=-2&limit=10","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["12"],"x-tracker-pagination-offset":["-2"],"x-tracker-pagination-limit":["10"],"x-tracker-pagination-returned":["2"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["79e740ba487daa26f3349d5772516a10"],"x-runtime":["0.137329"],"date":["Wed, 07 May 2014 04:49:06 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"iteration\",\n \"number\": 11,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-04-21T07:00:00Z\",\n \"finish\": \"2014-04-28T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 12,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-04-28T07:00:00Z\",\n \"finish\": \"2014-05-05T07:00:00Z\"\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:19 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?offset=-12&scope=done","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.4 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["25"],"X-Tracker-Pagination-Total":["40"],"X-Tracker-Pagination-Offset":["-12"],"X-Tracker-Pagination-Limit":["10"],"X-Tracker-Pagination-Returned":["10"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"0162a33a88aa973767421a70ebbeccab\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["469188cf15d7a43daf341fb238d9d6e1"],"X-Runtime":["0.184887"],"Date":["Mon, 17 Nov 2014 19:02:23 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"iteration\",\n \"number\": 29,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-08-25T07:00:00Z\",\n \"finish\": \"2014-09-01T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 30,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-09-01T07:00:00Z\",\n \"finish\": \"2014-09-08T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 31,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-09-08T07:00:00Z\",\n \"finish\": \"2014-09-15T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 32,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-09-15T07:00:00Z\",\n \"finish\": \"2014-09-22T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 33,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-09-22T07:00:00Z\",\n \"finish\": \"2014-09-29T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 34,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-09-29T07:00:00Z\",\n \"finish\": \"2014-10-06T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 35,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-10-06T07:00:00Z\",\n \"finish\": \"2014-10-13T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 36,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-10-13T07:00:00Z\",\n \"finish\": \"2014-10-20T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 37,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-10-20T07:00:00Z\",\n \"finish\": \"2014-10-27T07:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 38,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-10-27T07:00:00Z\",\n \"finish\": \"2014-11-03T08:00:00Z\"\n }\n]"},"http_version":null},"recorded_at":"Mon, 17 Nov 2014 19:02:23 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?limit=10&offset=-2&scope=done","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.4 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["25"],"X-Tracker-Pagination-Total":["40"],"X-Tracker-Pagination-Offset":["-2"],"X-Tracker-Pagination-Limit":["10"],"X-Tracker-Pagination-Returned":["2"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"03e2871bc22bb1cb39066ebb5b505b3c\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["789b1dfff5e0fc7cd5f7e53d5b9cd4f2"],"X-Runtime":["0.191932"],"Date":["Mon, 17 Nov 2014 19:02:23 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"iteration\",\n \"number\": 39,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-11-03T08:00:00Z\",\n \"finish\": \"2014-11-10T08:00:00Z\"\n },\n {\n \"kind\": \"iteration\",\n \"number\": 40,\n \"project_id\": 1027488,\n \"team_strength\": 1,\n \"stories\": [\n\n ],\n \"start\": \"2014-11-10T08:00:00Z\",\n \"finish\": \"2014-11-17T08:00:00Z\"\n }\n]"},"http_version":null},"recorded_at":"Mon, 17 Nov 2014 19:02:23 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -0,0 +1 @@
1
+ {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?limit=1&offset=1&scope=done","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.2 (x86_64-darwin13.0; ruby) TrackerApi/0.2.6 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["33"],"X-Tracker-Pagination-Total":["49"],"X-Tracker-Pagination-Offset":["1"],"X-Tracker-Pagination-Limit":["1"],"X-Tracker-Pagination-Returned":["1"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"ef355a3142cb6e62c74f3f4eb4da42b4\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["b61e1d6dac246c7fe1009653d53c1d0d"],"X-Runtime":["0.144176"],"Date":["Sun, 25 Jan 2015 21:25:32 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"iteration\",\"number\":2,\"project_id\":1027488,\"team_strength\":1,\"stories\":[{\"kind\":\"story\",\"id\":66727984,\"project_id\":1027488,\"name\":\"Admin should be able to upload multiple product photos and mark one as the primary\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":3,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727984\"},{\"kind\":\"story\",\"id\":66727986,\"project_id\":1027488,\"name\":\"Shopper should see list of products, with primary photo as thumbnail\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":2,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849082,\"project_id\":1027488,\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727986\"},{\"kind\":\"story\",\"id\":66727988,\"project_id\":1027488,\"name\":\"Product browsing should be paginated, with 10 products per page\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":1,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849082,\"project_id\":1027488,\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727988\"},{\"kind\":\"story\",\"id\":66727990,\"project_id\":1027488,\"name\":\"Make product browsing pagination AJAXy\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":2,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849082,\"project_id\":1027488,\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"kind\":\"label\",\"id\":7849084,\"project_id\":1027488,\"name\":\"usability\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727990\"},{\"kind\":\"story\",\"id\":66727992,\"project_id\":1027488,\"name\":\"Admin should be able to import multiple new products from CSV file\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":3,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727992\"}],\"start\":\"2014-02-17T08:00:00Z\",\"finish\":\"2014-02-24T08:00:00Z\"}]"},"http_version":null},"recorded_at":"Sun, 25 Jan 2015 21:25:32 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?limit=1&offset=0&scope=done","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.2 (x86_64-darwin13.0; ruby) TrackerApi/0.2.6 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["33"],"X-Tracker-Pagination-Total":["49"],"X-Tracker-Pagination-Offset":["0"],"X-Tracker-Pagination-Limit":["1"],"X-Tracker-Pagination-Returned":["1"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"1dd0765269242bdc833cda801ea488da\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["6d05ac0714a3c9b205397b0ca09099e6"],"X-Runtime":["0.119620"],"Date":["Sun, 25 Jan 2015 21:25:32 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"iteration\",\"number\":1,\"project_id\":1027488,\"team_strength\":1,\"stories\":[{\"kind\":\"story\",\"id\":66727974,\"project_id\":1027488,\"name\":\"Setup development environment\",\"description\":\"We need 2 machines set up\",\"story_type\":\"chore\",\"current_state\":\"accepted\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727974\"},{\"kind\":\"story\",\"id\":66727976,\"project_id\":1027488,\"name\":\"Setup demo server\",\"description\":\"Should be accessible from outside the network, with basic auth\",\"story_type\":\"chore\",\"current_state\":\"accepted\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849078,\"project_id\":1027488,\"name\":\"deployment\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727976\"},{\"kind\":\"story\",\"id\":66727978,\"project_id\":1027488,\"name\":\"Admin should be able to login\",\"description\":\"Admin should be a special user type. We can create the first admin user directly in the DB, but let's encrypt the password.\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":2,\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727978\"},{\"kind\":\"story\",\"id\":66727980,\"project_id\":1027488,\"name\":\"Admin should be able to create new product\",\"description\":\"Product information includes title, description, price, SKU.\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":1,\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727980\"},{\"kind\":\"story\",\"id\":66727982,\"project_id\":1027488,\"name\":\"Admin should be able to upload product photo\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":2,\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727982\"}],\"start\":\"2014-02-10T08:00:00Z\",\"finish\":\"2014-02-17T08:00:00Z\"}]"},"http_version":null},"recorded_at":"Sun, 25 Jan 2015 21:25:32 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?limit=1&offset=9999&scope=done","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.2 (x86_64-darwin13.0; ruby) TrackerApi/0.2.6 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["33"],"X-Tracker-Pagination-Total":["49"],"X-Tracker-Pagination-Offset":["9999"],"X-Tracker-Pagination-Limit":["1"],"X-Tracker-Pagination-Returned":["0"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"d751713988987e9331980363e24189ce\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["ad4ca590a8fea9461ebcfff1a1a005ec"],"X-Runtime":["0.120219"],"Date":["Sun, 25 Jan 2015 21:25:58 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[]"},"http_version":null},"recorded_at":"Sun, 25 Jan 2015 21:25:58 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?limit=1&offset=1","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["46"],"X-Tracker-Pagination-Total":["54"],"X-Tracker-Pagination-Offset":["1"],"X-Tracker-Pagination-Limit":["1"],"X-Tracker-Pagination-Returned":["1"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"ef355a3142cb6e62c74f3f4eb4da42b4\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["0f26e6108b83357823b9eaca55b11f00"],"X-Runtime":["0.162103"],"Date":["Tue, 27 Jan 2015 00:44:18 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"iteration\",\"number\":2,\"project_id\":1027488,\"team_strength\":1,\"stories\":[{\"kind\":\"story\",\"id\":66727984,\"project_id\":1027488,\"name\":\"Admin should be able to upload multiple product photos and mark one as the primary\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":3,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727984\"},{\"kind\":\"story\",\"id\":66727986,\"project_id\":1027488,\"name\":\"Shopper should see list of products, with primary photo as thumbnail\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":2,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849082,\"project_id\":1027488,\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727986\"},{\"kind\":\"story\",\"id\":66727988,\"project_id\":1027488,\"name\":\"Product browsing should be paginated, with 10 products per page\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":1,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849082,\"project_id\":1027488,\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727988\"},{\"kind\":\"story\",\"id\":66727990,\"project_id\":1027488,\"name\":\"Make product browsing pagination AJAXy\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":2,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849082,\"project_id\":1027488,\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"kind\":\"label\",\"id\":7849084,\"project_id\":1027488,\"name\":\"usability\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727990\"},{\"kind\":\"story\",\"id\":66727992,\"project_id\":1027488,\"name\":\"Admin should be able to import multiple new products from CSV file\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":3,\"accepted_at\":\"2014-02-18T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727992\"}],\"start\":\"2014-02-17T08:00:00Z\",\"finish\":\"2014-02-24T08:00:00Z\"}]"},"http_version":null},"recorded_at":"Tue, 27 Jan 2015 00:44:18 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?limit=1","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["46"],"X-Tracker-Pagination-Total":["54"],"X-Tracker-Pagination-Offset":["0"],"X-Tracker-Pagination-Limit":["1"],"X-Tracker-Pagination-Returned":["1"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"1dd0765269242bdc833cda801ea488da\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["4102c344a9213deb724f4052fad9305d"],"X-Runtime":["0.170101"],"Date":["Tue, 27 Jan 2015 00:44:18 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"iteration\",\"number\":1,\"project_id\":1027488,\"team_strength\":1,\"stories\":[{\"kind\":\"story\",\"id\":66727974,\"project_id\":1027488,\"name\":\"Setup development environment\",\"description\":\"We need 2 machines set up\",\"story_type\":\"chore\",\"current_state\":\"accepted\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727974\"},{\"kind\":\"story\",\"id\":66727976,\"project_id\":1027488,\"name\":\"Setup demo server\",\"description\":\"Should be accessible from outside the network, with basic auth\",\"story_type\":\"chore\",\"current_state\":\"accepted\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849078,\"project_id\":1027488,\"name\":\"deployment\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727976\"},{\"kind\":\"story\",\"id\":66727978,\"project_id\":1027488,\"name\":\"Admin should be able to login\",\"description\":\"Admin should be a special user type. We can create the first admin user directly in the DB, but let's encrypt the password.\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":2,\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727978\"},{\"kind\":\"story\",\"id\":66727980,\"project_id\":1027488,\"name\":\"Admin should be able to create new product\",\"description\":\"Product information includes title, description, price, SKU.\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":1,\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727980\"},{\"kind\":\"story\",\"id\":66727982,\"project_id\":1027488,\"name\":\"Admin should be able to upload product photo\",\"story_type\":\"feature\",\"current_state\":\"accepted\",\"estimate\":2,\"accepted_at\":\"2014-02-11T00:00:00Z\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849080,\"project_id\":1027488,\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66727982\"}],\"start\":\"2014-02-10T08:00:00Z\",\"finish\":\"2014-02-17T08:00:00Z\"}]"},"http_version":null},"recorded_at":"Tue, 27 Jan 2015 00:44:19 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/iterations?limit=1&offset=9999","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["46"],"X-Tracker-Pagination-Total":["54"],"X-Tracker-Pagination-Offset":["9999"],"X-Tracker-Pagination-Limit":["1"],"X-Tracker-Pagination-Returned":["0"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"d751713988987e9331980363e24189ce\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["45d56d0cb9fa78f00f0374a5707d88d0"],"X-Runtime":["0.137179"],"Date":["Tue, 27 Jan 2015 00:44:19 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[]"},"http_version":null},"recorded_at":"Tue, 27 Jan 2015 00:44:19 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -0,0 +1 @@
1
+ {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/my/activity?fields=%3Adefault","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Pagination-Total":["27"],"X-Tracker-Pagination-Offset":["0"],"X-Tracker-Pagination-Limit":["100"],"X-Tracker-Pagination-Returned":["27"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"31e59c5f6c26f21badb86aae1a01e465\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["9045a11f3b64b387c9a47696423a3504"],"X-Runtime":["0.135439"],"Date":["Tue, 20 Jan 2015 06:08:15 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story_update_activity\",\"guid\":\"1027488_31\",\"project_version\":31,\"message\":\"Tracker API User1 edited this bug\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":66728084,\"original_values\":{\"name\":\"Product browsing pagination not working in IE6\",\"updated_at\":\"2014-03-02T07:11:07Z\"},\"new_values\":{\"name\":\"Product browsing pagination not working in IE6+\",\"updated_at\":\"2015-01-14T23:18:12Z\"},\"name\":\"Product browsing pagination not working in IE6+\",\"story_type\":\"bug\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":66728084,\"name\":\"Product browsing pagination not working in IE6+\",\"story_type\":\"bug\",\"url\":\"https://www.pivotaltracker.com/story/show/66728084\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-14T23:18:12Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_30\",\"project_version\":30,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":86045094,\"new_values\":{\"id\":86045094,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2015-01-13T19:16:04Z\",\"updated_at\":\"2015-01-13T19:16:04Z\",\"before_id\":84269322,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":86045094,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/86045094\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-13T19:16:04Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_29\",\"project_version\":29,\"message\":\"Tracker API User1 edited this feature\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":84269322,\"original_values\":{\"name\":\"Test story\",\"updated_at\":\"2014-12-10T05:20:17Z\"},\"new_values\":{\"name\":\"Changed name\",\"updated_at\":\"2014-12-10T05:20:18Z\"},\"name\":\"Changed name\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":84269322,\"name\":\"Changed name\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/84269322\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-12-10T05:20:18Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_28\",\"project_version\":28,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":84269322,\"new_values\":{\"id\":84269322,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-12-10T05:20:17Z\",\"updated_at\":\"2014-12-10T05:20:17Z\",\"before_id\":84269246,\"after_id\":66728082,\"labels\":[]},\"name\":\"Changed name\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":84269322,\"name\":\"Changed name\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/84269322\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-12-10T05:20:17Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_27\",\"project_version\":27,\"message\":\"Tracker API User1 edited this feature\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":84269246,\"original_values\":{\"name\":\"Test story\"},\"new_values\":{\"name\":\"Changed name\"},\"name\":\"Changed name\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":84269246,\"name\":\"Changed name\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/84269246\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-12-10T05:17:12Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_26\",\"project_version\":26,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":84269246,\"new_values\":{\"id\":84269246,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-12-10T05:17:12Z\",\"updated_at\":\"2014-12-10T05:17:12Z\",\"before_id\":82874846,\"after_id\":66728082,\"labels\":[]},\"name\":\"Changed name\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":84269246,\"name\":\"Changed name\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/84269246\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-12-10T05:17:12Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_25\",\"project_version\":25,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82874846,\"new_values\":{\"id\":82874846,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-17T19:02:22Z\",\"updated_at\":\"2014-11-17T19:02:22Z\",\"before_id\":82874242,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82874846,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82874846\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-17T19:02:22Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_24\",\"project_version\":24,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82874242,\"new_values\":{\"id\":82874242,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-17T18:57:26Z\",\"updated_at\":\"2014-11-17T18:57:26Z\",\"before_id\":82870906,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82874242,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82874242\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-17T18:57:26Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_23\",\"project_version\":23,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82870906,\"new_values\":{\"id\":82870906,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-17T18:26:06Z\",\"updated_at\":\"2014-11-17T18:26:06Z\",\"before_id\":82330860,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82870906,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82870906\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-17T18:26:06Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_22\",\"project_version\":22,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330860,\"new_values\":{\"id\":82330860,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:26:58Z\",\"updated_at\":\"2014-11-08T00:26:58Z\",\"before_id\":82330768,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330860,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330860\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:26:58Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_21\",\"project_version\":21,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330768,\"new_values\":{\"id\":82330768,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:24:55Z\",\"updated_at\":\"2014-11-08T00:24:55Z\",\"before_id\":82330764,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330768,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330768\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:24:56Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_20\",\"project_version\":20,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330764,\"new_values\":{\"id\":82330764,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:24:53Z\",\"updated_at\":\"2014-11-08T00:24:53Z\",\"before_id\":82330752,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330764,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330764\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:24:53Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_19\",\"project_version\":19,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330752,\"new_values\":{\"id\":82330752,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:24:44Z\",\"updated_at\":\"2014-11-08T00:24:44Z\",\"before_id\":82330748,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330752,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330752\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:24:44Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_18\",\"project_version\":18,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330748,\"new_values\":{\"id\":82330748,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:24:42Z\",\"updated_at\":\"2014-11-08T00:24:42Z\",\"before_id\":82330712,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330748,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330748\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:24:42Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_17\",\"project_version\":17,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330712,\"new_values\":{\"id\":82330712,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:23:58Z\",\"updated_at\":\"2014-11-08T00:23:58Z\",\"before_id\":82330208,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330712,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330712\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:23:58Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_16\",\"project_version\":16,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330208,\"new_values\":{\"id\":82330208,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:10:30Z\",\"updated_at\":\"2014-11-08T00:10:30Z\",\"before_id\":82330186,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330208,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330208\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:10:30Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_15\",\"project_version\":15,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330186,\"new_values\":{\"id\":82330186,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:09:53Z\",\"updated_at\":\"2014-11-08T00:09:53Z\",\"before_id\":82330174,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330186,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330186\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:09:53Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_14\",\"project_version\":14,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330174,\"new_values\":{\"id\":82330174,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:09:35Z\",\"updated_at\":\"2014-11-08T00:09:35Z\",\"before_id\":82330172,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330174,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330174\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:09:35Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_13\",\"project_version\":13,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330172,\"new_values\":{\"id\":82330172,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:09:33Z\",\"updated_at\":\"2014-11-08T00:09:33Z\",\"before_id\":82291024,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330172,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330172\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:09:33Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_12\",\"project_version\":12,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82291024,\"new_values\":{\"id\":82291024,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:23:36Z\",\"updated_at\":\"2014-11-07T15:23:36Z\",\"before_id\":82290974,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82291024,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82291024\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:23:36Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_11\",\"project_version\":11,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82290974,\"new_values\":{\"id\":82290974,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:23:03Z\",\"updated_at\":\"2014-11-07T15:23:03Z\",\"before_id\":82290896,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82290974,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82290974\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:23:03Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_10\",\"project_version\":10,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82290896,\"new_values\":{\"id\":82290896,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:22:03Z\",\"updated_at\":\"2014-11-07T15:22:03Z\",\"before_id\":82290234,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82290896,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82290896\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:22:03Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_9\",\"project_version\":9,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82290234,\"new_values\":{\"id\":82290234,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:14:25Z\",\"updated_at\":\"2014-11-07T15:14:25Z\",\"before_id\":82290118,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82290234,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82290234\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:14:26Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_8\",\"project_version\":8,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82290118,\"new_values\":{\"id\":82290118,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:12:55Z\",\"updated_at\":\"2014-11-07T15:12:55Z\",\"before_id\":82289640,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82290118,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82290118\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:12:55Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_7\",\"project_version\":7,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82289640,\"new_values\":{\"id\":82289640,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:08:42Z\",\"updated_at\":\"2014-11-07T15:08:42Z\",\"before_id\":82289134,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82289640,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82289640\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:08:42Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_6\",\"project_version\":6,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82289134,\"new_values\":{\"id\":82289134,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:04:37Z\",\"updated_at\":\"2014-11-07T15:04:37Z\",\"before_id\":82288946,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82289134,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82289134\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:04:37Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_5\",\"project_version\":5,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82288946,\"new_values\":{\"id\":82288946,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:01:54Z\",\"updated_at\":\"2014-11-07T15:01:54Z\",\"before_id\":66728084,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82288946,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82288946\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:01:54Z\"}]"},"http_version":null},"recorded_at":"Tue, 20 Jan 2015 06:08:15 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -0,0 +1 @@
1
+ {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/activity","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["47"],"X-Tracker-Pagination-Total":["43"],"X-Tracker-Pagination-Offset":["0"],"X-Tracker-Pagination-Limit":["100"],"X-Tracker-Pagination-Returned":["43"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"96fee8afbb38becc2e0244a39c409b60\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["7286a62161660a7894e1a290d811f867"],"X-Runtime":["0.195677"],"Date":["Tue, 27 Jan 2015 21:28:27 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story_update_activity\",\"guid\":\"1027488_47\",\"project_version\":47,\"message\":\"Tracker API User1 edited this feature\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":86045094,\"original_values\":{\"name\":\"Test story\",\"updated_at\":\"2015-01-13T19:16:04Z\"},\"new_values\":{\"name\":\"Test story+\",\"updated_at\":\"2015-01-27T21:28:26Z\"},\"name\":\"Test story+\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":86045094,\"name\":\"Test story+\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/86045094\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T21:28:26Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_46\",\"project_version\":46,\"message\":\"Tracker API User2 edited this feature\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330712,\"original_values\":{\"owner_ids\":[1266316],\"updated_at\":\"2015-01-27T00:35:24Z\"},\"new_values\":{\"owner_ids\":[1266316,1266314],\"updated_at\":\"2015-01-27T00:35:58Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330712,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330712\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266316,\"name\":\"Tracker API User2\",\"initials\":\"TU2\"},\"occurred_at\":\"2015-01-27T00:35:58Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_45\",\"project_version\":45,\"message\":\"Tracker API User2 finished this feature\",\"highlight\":\"finished\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330186,\"original_values\":{\"current_state\":\"started\",\"updated_at\":\"2015-01-27T00:35:33Z\"},\"new_values\":{\"current_state\":\"finished\",\"updated_at\":\"2015-01-27T00:35:36Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330186,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330186\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266316,\"name\":\"Tracker API User2\",\"initials\":\"TU2\"},\"occurred_at\":\"2015-01-27T00:35:36Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_44\",\"project_version\":44,\"message\":\"Tracker API User2 edited this feature\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330186,\"original_values\":{\"owner_ids\":[1266314,1266316],\"updated_at\":\"2015-01-27T00:35:31Z\"},\"new_values\":{\"owner_ids\":[1266314,1266316,1266318],\"updated_at\":\"2015-01-27T00:35:33Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330186,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330186\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266316,\"name\":\"Tracker API User2\",\"initials\":\"TU2\"},\"occurred_at\":\"2015-01-27T00:35:33Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_43\",\"project_version\":43,\"message\":\"Tracker API User2 edited this feature\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330186,\"original_values\":{\"owner_ids\":[1266314],\"updated_at\":\"2015-01-27T00:33:56Z\"},\"new_values\":{\"owner_ids\":[1266314,1266316],\"updated_at\":\"2015-01-27T00:35:31Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330186,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330186\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266316,\"name\":\"Tracker API User2\",\"initials\":\"TU2\"},\"occurred_at\":\"2015-01-27T00:35:31Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_42\",\"project_version\":42,\"message\":\"Tracker API User2 started this feature\",\"highlight\":\"started\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330712,\"original_values\":{\"current_state\":\"unscheduled\",\"owned_by_id\":null,\"owner_ids\":[],\"updated_at\":\"2015-01-27T00:33:43Z\",\"before_id\":82330208,\"after_id\":82330748},\"new_values\":{\"current_state\":\"started\",\"owned_by_id\":1266316,\"owner_ids\":[1266316],\"updated_at\":\"2015-01-27T00:35:24Z\",\"before_id\":66728006,\"after_id\":82330186},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330712,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330712\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266316,\"name\":\"Tracker API User2\",\"initials\":\"TU2\"},\"occurred_at\":\"2015-01-27T00:35:24Z\"},{\"kind\":\"project_membership_create_activity\",\"guid\":\"1027488_41\",\"project_version\":41,\"message\":\"Tracker API User1 added Tracker API User3 as a member\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"layout_scheme\",\"change_type\":\"create\",\"id\":2396882,\"new_values\":{\"id\":2396882,\"width_mode\":\"auto\",\"project_id\":1027488,\"person_id\":1266318,\"created_at\":\"2015-01-27T00:34:44Z\",\"updated_at\":\"2015-01-27T00:34:44Z\",\"favorite_epics\":[]}},{\"kind\":\"project_membership\",\"change_type\":\"create\",\"id\":5088456,\"new_values\":{\"id\":5088456,\"person_id\":1266318,\"project_id\":1027488,\"role\":\"member\",\"project_color\":\"74a4d7\",\"wants_comment_notification_emails\":true,\"will_receive_mention_notifications_or_emails\":true}}],\"primary_resources\":[{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T00:34:44Z\"},{\"kind\":\"project_membership_create_activity\",\"guid\":\"1027488_40\",\"project_version\":40,\"message\":\"Tracker API User1 added Tracker API User2 as a member\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"layout_scheme\",\"change_type\":\"create\",\"id\":2396880,\"new_values\":{\"id\":2396880,\"width_mode\":\"auto\",\"project_id\":1027488,\"person_id\":1266316,\"created_at\":\"2015-01-27T00:34:38Z\",\"updated_at\":\"2015-01-27T00:34:38Z\",\"favorite_epics\":[]}},{\"kind\":\"project_membership\",\"change_type\":\"create\",\"id\":5088454,\"new_values\":{\"id\":5088454,\"person_id\":1266316,\"project_id\":1027488,\"role\":\"member\",\"project_color\":\"8100ea\",\"wants_comment_notification_emails\":true,\"will_receive_mention_notifications_or_emails\":true}}],\"primary_resources\":[{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T00:34:38Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_39\",\"project_version\":39,\"message\":\"Tracker API User1 started this feature\",\"highlight\":\"started\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330186,\"original_values\":{\"current_state\":\"unscheduled\",\"owned_by_id\":null,\"owner_ids\":[],\"updated_at\":\"2015-01-27T00:33:44Z\",\"before_id\":82330174,\"after_id\":82330208},\"new_values\":{\"current_state\":\"started\",\"owned_by_id\":1266314,\"owner_ids\":[1266314],\"updated_at\":\"2015-01-27T00:33:56Z\",\"before_id\":66728006,\"after_id\":66728004},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330186,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330186\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T00:33:56Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_38\",\"project_version\":38,\"message\":\"Tracker API User1 estimated this feature as 1 point\",\"highlight\":\"estimated\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330186,\"original_values\":{\"estimate\":null,\"updated_at\":\"2014-11-08T00:09:53Z\"},\"new_values\":{\"estimate\":1,\"updated_at\":\"2015-01-27T00:33:44Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330186,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330186\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T00:33:44Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_37\",\"project_version\":37,\"message\":\"Tracker API User1 estimated this feature as 1 point\",\"highlight\":\"estimated\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330712,\"original_values\":{\"estimate\":null,\"updated_at\":\"2014-11-08T00:23:58Z\"},\"new_values\":{\"estimate\":1,\"updated_at\":\"2015-01-27T00:33:43Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330712,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330712\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T00:33:43Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_36\",\"project_version\":36,\"message\":\"Tracker API User1 estimated this feature as 2 points\",\"highlight\":\"estimated\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330748,\"original_values\":{\"estimate\":null,\"updated_at\":\"2014-11-08T00:24:42Z\"},\"new_values\":{\"estimate\":2,\"updated_at\":\"2015-01-27T00:33:42Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330748,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330748\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T00:33:42Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_35\",\"project_version\":35,\"message\":\"Tracker API User1 estimated this feature as 1 point\",\"highlight\":\"estimated\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330752,\"original_values\":{\"estimate\":null,\"updated_at\":\"2014-11-08T00:24:44Z\"},\"new_values\":{\"estimate\":1,\"updated_at\":\"2015-01-27T00:33:41Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330752,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330752\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T00:33:41Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_34\",\"project_version\":34,\"message\":\"Tracker API User1 estimated this feature as 2 points\",\"highlight\":\"estimated\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":82330768,\"original_values\":{\"estimate\":null,\"updated_at\":\"2014-11-08T00:24:55Z\"},\"new_values\":{\"estimate\":2,\"updated_at\":\"2015-01-27T00:33:40Z\"},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330768,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330768\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-27T00:33:40Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_33\",\"project_version\":33,\"message\":\"Tracker API User1 edited this bug\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":66728004,\"original_values\":{\"description\":null,\"updated_at\":\"2015-01-20T06:12:06Z\"},\"new_values\":{\"description\":\"+\",\"updated_at\":\"2015-01-20T06:24:29Z\"},\"name\":\"Some product photos not scaled properly when browsing products+\",\"story_type\":\"bug\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":66728004,\"name\":\"Some product photos not scaled properly when browsing products+\",\"story_type\":\"bug\",\"url\":\"https://www.pivotaltracker.com/story/show/66728004\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-20T06:24:29Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_32\",\"project_version\":32,\"message\":\"Tracker API User1 edited this bug\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":66728004,\"original_values\":{\"name\":\"Some product photos not scaled properly when browsing products\",\"updated_at\":\"2014-06-02T12:44:52Z\"},\"new_values\":{\"name\":\"Some product photos not scaled properly when browsing products+\",\"updated_at\":\"2015-01-20T06:12:06Z\"},\"name\":\"Some product photos not scaled properly when browsing products+\",\"story_type\":\"bug\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":66728004,\"name\":\"Some product photos not scaled properly when browsing products+\",\"story_type\":\"bug\",\"url\":\"https://www.pivotaltracker.com/story/show/66728004\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-20T06:12:06Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_31\",\"project_version\":31,\"message\":\"Tracker API User1 edited this bug\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":66728084,\"original_values\":{\"name\":\"Product browsing pagination not working in IE6\",\"updated_at\":\"2014-03-02T07:11:07Z\"},\"new_values\":{\"name\":\"Product browsing pagination not working in IE6+\",\"updated_at\":\"2015-01-14T23:18:12Z\"},\"name\":\"Product browsing pagination not working in IE6+\",\"story_type\":\"bug\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":66728084,\"name\":\"Product browsing pagination not working in IE6+\",\"story_type\":\"bug\",\"url\":\"https://www.pivotaltracker.com/story/show/66728084\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-14T23:18:12Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_30\",\"project_version\":30,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":86045094,\"new_values\":{\"id\":86045094,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2015-01-13T19:16:04Z\",\"updated_at\":\"2015-01-13T19:16:04Z\",\"before_id\":84269322,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story+\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":86045094,\"name\":\"Test story+\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/86045094\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-13T19:16:04Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_29\",\"project_version\":29,\"message\":\"Tracker API User1 edited this feature\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":84269322,\"original_values\":{\"name\":\"Test story\",\"updated_at\":\"2014-12-10T05:20:17Z\"},\"new_values\":{\"name\":\"Changed name\",\"updated_at\":\"2014-12-10T05:20:18Z\"},\"name\":\"Changed name\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":84269322,\"name\":\"Changed name\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/84269322\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-12-10T05:20:18Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_28\",\"project_version\":28,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":84269322,\"new_values\":{\"id\":84269322,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-12-10T05:20:17Z\",\"updated_at\":\"2014-12-10T05:20:17Z\",\"before_id\":84269246,\"after_id\":66728082,\"labels\":[]},\"name\":\"Changed name\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":84269322,\"name\":\"Changed name\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/84269322\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-12-10T05:20:17Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_27\",\"project_version\":27,\"message\":\"Tracker API User1 edited this feature\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":84269246,\"original_values\":{\"name\":\"Test story\"},\"new_values\":{\"name\":\"Changed name\"},\"name\":\"Changed name\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":84269246,\"name\":\"Changed name\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/84269246\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-12-10T05:17:12Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_26\",\"project_version\":26,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":84269246,\"new_values\":{\"id\":84269246,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-12-10T05:17:12Z\",\"updated_at\":\"2014-12-10T05:17:12Z\",\"before_id\":82874846,\"after_id\":66728082,\"labels\":[]},\"name\":\"Changed name\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":84269246,\"name\":\"Changed name\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/84269246\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-12-10T05:17:12Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_25\",\"project_version\":25,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82874846,\"new_values\":{\"id\":82874846,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-17T19:02:22Z\",\"updated_at\":\"2014-11-17T19:02:22Z\",\"before_id\":82874242,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82874846,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82874846\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-17T19:02:22Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_24\",\"project_version\":24,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82874242,\"new_values\":{\"id\":82874242,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-17T18:57:26Z\",\"updated_at\":\"2014-11-17T18:57:26Z\",\"before_id\":82870906,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82874242,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82874242\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-17T18:57:26Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_23\",\"project_version\":23,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82870906,\"new_values\":{\"id\":82870906,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-17T18:26:06Z\",\"updated_at\":\"2014-11-17T18:26:06Z\",\"before_id\":82330860,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82870906,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82870906\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-17T18:26:06Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_22\",\"project_version\":22,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330860,\"new_values\":{\"id\":82330860,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:26:58Z\",\"updated_at\":\"2014-11-08T00:26:58Z\",\"before_id\":82330768,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330860,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330860\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:26:58Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_21\",\"project_version\":21,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330768,\"new_values\":{\"id\":82330768,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:24:55Z\",\"updated_at\":\"2014-11-08T00:24:55Z\",\"before_id\":82330764,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330768,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330768\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:24:56Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_20\",\"project_version\":20,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330764,\"new_values\":{\"id\":82330764,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:24:53Z\",\"updated_at\":\"2014-11-08T00:24:53Z\",\"before_id\":82330752,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330764,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330764\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:24:53Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_19\",\"project_version\":19,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330752,\"new_values\":{\"id\":82330752,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:24:44Z\",\"updated_at\":\"2014-11-08T00:24:44Z\",\"before_id\":82330748,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330752,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330752\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:24:44Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_18\",\"project_version\":18,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330748,\"new_values\":{\"id\":82330748,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:24:42Z\",\"updated_at\":\"2014-11-08T00:24:42Z\",\"before_id\":82330712,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330748,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330748\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:24:42Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_17\",\"project_version\":17,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330712,\"new_values\":{\"id\":82330712,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:23:58Z\",\"updated_at\":\"2014-11-08T00:23:58Z\",\"before_id\":82330208,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330712,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330712\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:23:58Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_16\",\"project_version\":16,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330208,\"new_values\":{\"id\":82330208,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:10:30Z\",\"updated_at\":\"2014-11-08T00:10:30Z\",\"before_id\":82330186,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330208,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330208\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:10:30Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_15\",\"project_version\":15,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330186,\"new_values\":{\"id\":82330186,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:09:53Z\",\"updated_at\":\"2014-11-08T00:09:53Z\",\"before_id\":82330174,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330186,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330186\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:09:53Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_14\",\"project_version\":14,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330174,\"new_values\":{\"id\":82330174,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:09:35Z\",\"updated_at\":\"2014-11-08T00:09:35Z\",\"before_id\":82330172,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330174,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330174\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:09:35Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_13\",\"project_version\":13,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82330172,\"new_values\":{\"id\":82330172,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-08T00:09:33Z\",\"updated_at\":\"2014-11-08T00:09:33Z\",\"before_id\":82291024,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82330172,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82330172\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-08T00:09:33Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_12\",\"project_version\":12,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82291024,\"new_values\":{\"id\":82291024,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:23:36Z\",\"updated_at\":\"2014-11-07T15:23:36Z\",\"before_id\":82290974,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82291024,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82291024\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:23:36Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_11\",\"project_version\":11,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82290974,\"new_values\":{\"id\":82290974,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:23:03Z\",\"updated_at\":\"2014-11-07T15:23:03Z\",\"before_id\":82290896,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82290974,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82290974\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:23:03Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_10\",\"project_version\":10,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82290896,\"new_values\":{\"id\":82290896,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:22:03Z\",\"updated_at\":\"2014-11-07T15:22:03Z\",\"before_id\":82290234,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82290896,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82290896\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:22:03Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_9\",\"project_version\":9,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82290234,\"new_values\":{\"id\":82290234,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:14:25Z\",\"updated_at\":\"2014-11-07T15:14:25Z\",\"before_id\":82290118,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82290234,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82290234\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:14:26Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_8\",\"project_version\":8,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82290118,\"new_values\":{\"id\":82290118,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:12:55Z\",\"updated_at\":\"2014-11-07T15:12:55Z\",\"before_id\":82289640,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82290118,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82290118\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:12:55Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_7\",\"project_version\":7,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82289640,\"new_values\":{\"id\":82289640,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:08:42Z\",\"updated_at\":\"2014-11-07T15:08:42Z\",\"before_id\":82289134,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82289640,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82289640\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:08:42Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_6\",\"project_version\":6,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82289134,\"new_values\":{\"id\":82289134,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:04:37Z\",\"updated_at\":\"2014-11-07T15:04:37Z\",\"before_id\":82288946,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82289134,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82289134\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:04:37Z\"},{\"kind\":\"story_create_activity\",\"guid\":\"1027488_5\",\"project_version\":5,\"message\":\"Tracker API User1 added this feature\",\"highlight\":\"added\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"create\",\"id\":82288946,\"new_values\":{\"id\":82288946,\"project_id\":1027488,\"name\":\"Test story\",\"story_type\":\"feature\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"owner_ids\":[],\"label_ids\":[],\"follower_ids\":[],\"created_at\":\"2014-11-07T15:01:54Z\",\"updated_at\":\"2014-11-07T15:01:54Z\",\"before_id\":66728084,\"after_id\":66728082,\"labels\":[]},\"name\":\"Test story\",\"story_type\":\"feature\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":82288946,\"name\":\"Test story\",\"story_type\":\"feature\",\"url\":\"https://www.pivotaltracker.com/story/show/82288946\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2014-11-07T15:01:54Z\"}]"},"http_version":null},"recorded_at":"Tue, 27 Jan 2015 21:28:27 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -0,0 +1 @@
1
+ {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories/66728004","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["31"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"49b3153f2b8584df5f2155d82aaa9c9d\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["709ca562a8a299031ff953f3949e97c2"],"X-Runtime":["0.035496"],"Date":["Tue, 20 Jan 2015 06:09:12 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"{\"kind\":\"story\",\"id\":66728004,\"project_id\":1027488,\"name\":\"Some product photos not scaled properly when browsing products\",\"story_type\":\"bug\",\"current_state\":\"started\",\"requested_by_id\":1266314,\"owner_ids\":[],\"labels\":[{\"kind\":\"label\",\"id\":7849082,\"project_id\":1027488,\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}],\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-06-02T12:44:52Z\",\"url\":\"https://www.pivotaltracker.com/story/show/66728004\"}"},"http_version":null},"recorded_at":"Tue, 20 Jan 2015 06:09:12 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -0,0 +1 @@
1
+ {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories/66728004/activity","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.6 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["46"],"X-Tracker-Pagination-Total":["2"],"X-Tracker-Pagination-Offset":["0"],"X-Tracker-Pagination-Limit":["100"],"X-Tracker-Pagination-Returned":["2"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"7eb28add246278a7c818baa7c8f9bcae\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["8ce630d5c52b5083f222cb1bacf271eb"],"X-Runtime":["0.065811"],"Date":["Tue, 27 Jan 2015 21:28:25 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["8"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story_update_activity\",\"guid\":\"1027488_33\",\"project_version\":33,\"message\":\"Tracker API User1 edited this bug\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":66728004,\"original_values\":{\"description\":null,\"updated_at\":\"2015-01-20T06:12:06Z\"},\"new_values\":{\"description\":\"+\",\"updated_at\":\"2015-01-20T06:24:29Z\"},\"name\":\"Some product photos not scaled properly when browsing products+\",\"story_type\":\"bug\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":66728004,\"name\":\"Some product photos not scaled properly when browsing products+\",\"story_type\":\"bug\",\"url\":\"https://www.pivotaltracker.com/story/show/66728004\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-20T06:24:29Z\"},{\"kind\":\"story_update_activity\",\"guid\":\"1027488_32\",\"project_version\":32,\"message\":\"Tracker API User1 edited this bug\",\"highlight\":\"edited\",\"changes\":[{\"kind\":\"story\",\"change_type\":\"update\",\"id\":66728004,\"original_values\":{\"name\":\"Some product photos not scaled properly when browsing products\",\"updated_at\":\"2014-06-02T12:44:52Z\"},\"new_values\":{\"name\":\"Some product photos not scaled properly when browsing products+\",\"updated_at\":\"2015-01-20T06:12:06Z\"},\"name\":\"Some product photos not scaled properly when browsing products+\",\"story_type\":\"bug\"}],\"primary_resources\":[{\"kind\":\"story\",\"id\":66728004,\"name\":\"Some product photos not scaled properly when browsing products+\",\"story_type\":\"bug\",\"url\":\"https://www.pivotaltracker.com/story/show/66728004\"}],\"project\":{\"kind\":\"project\",\"id\":1027488,\"name\":\"My Sample Project\"},\"performed_by\":{\"kind\":\"person\",\"id\":1266314,\"name\":\"Tracker API User1\",\"initials\":\"TU1\"},\"occurred_at\":\"2015-01-20T06:12:06Z\"}]"},"http_version":null},"recorded_at":"Tue, 27 Jan 2015 21:28:25 GMT"}],"recorded_with":"VCR 2.9.3"}