{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":523923830,"defaultBranch":"main","name":"shopify-api-ruby","ownerLogin":"cdmwebs","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-08-12T01:53:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2399?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1691537804.0","currentOid":""},"activityList":{"items":[{"before":"d83049258c25f51274018cc7c28e04934d930d69","after":"301cbf70eb7964c68430637aa9de79d22eb6dfb6","ref":"refs/heads/cm/fix-customer-addresses","pushedAt":"2023-10-25T03:49:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"Fix CustomerAddress.all returning no results\n\nPreviously, when fetching `all` on CustomerAddress it would return an\nempty array. Two issues (#970, #1018) were opened outlining the problem.\n\nInitial attempt was to override `json_response_body_name` which worked\nfor fetching arrays of results. It doesn't work for fetching individual\nresults though.\n\nI wound up overriding `create_instances_from_response` for\nCustomerAddress. It isn't ideal but it does seem to behave correctly.\n\nAssertions have been added to the the tests as well.","shortMessageHtmlLink":"Fix CustomerAddress.all returning no results"}},{"before":"77ab36ca816516a677b736a46eec59aeed36a055","after":"72750ae44a0e618e0950c863a00dc12227c25070","ref":"refs/heads/main","pushedAt":"2023-10-25T03:39:32.000Z","pushType":"push","commitsCount":68,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"Add OpenSSL install to the GH pipelines (#1234)\n\n* setup-ruby v2 and openssl\r\n\r\n* oops just v1","shortMessageHtmlLink":"Add OpenSSL install to the GH pipelines (Shopify#1234)"}},{"before":"70bdc58f6c9b8a19b5407e1cde5b4c581e81245b","after":"d83049258c25f51274018cc7c28e04934d930d69","ref":"refs/heads/cm/fix-customer-addresses","pushedAt":"2023-08-17T18:33:45.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"Merge branch 'main' into cm/fix-customer-addresses","shortMessageHtmlLink":"Merge branch 'main' into cm/fix-customer-addresses"}},{"before":"d85f0ddb8a3233eccbb33b278c695c9b269f6264","after":"70bdc58f6c9b8a19b5407e1cde5b4c581e81245b","ref":"refs/heads/cm/fix-customer-addresses","pushedAt":"2023-08-09T12:37:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"Update CHANGELOG","shortMessageHtmlLink":"Update CHANGELOG"}},{"before":"5e20ba1cfa93f7d3a5d32b0cf993a43f44ff198f","after":"d85f0ddb8a3233eccbb33b278c695c9b269f6264","ref":"refs/heads/cm/fix-customer-addresses","pushedAt":"2023-08-08T23:44:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"Update CHANGELOG","shortMessageHtmlLink":"Update CHANGELOG"}},{"before":"69af731bcd453091df5b32857458b10a10a3daed","after":"5e20ba1cfa93f7d3a5d32b0cf993a43f44ff198f","ref":"refs/heads/cm/fix-customer-addresses","pushedAt":"2023-08-08T23:41:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"Update CHANGELOG","shortMessageHtmlLink":"Update CHANGELOG"}},{"before":"23ca3dd4086879043d7fa161ec15a97f9fe81d60","after":"69af731bcd453091df5b32857458b10a10a3daed","ref":"refs/heads/cm/fix-customer-addresses","pushedAt":"2023-08-08T23:40:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"Fix CustomerAddress.all returning no results\n\nPreviously, when fetching `all` on CustomerAddress it would return an\nempty array. Two issues (#970, #1018) were opened outlining the problem.\n\nThis PR adds `json_response_body_name` to the CustomerAddress class to\nproperly fetch the results from the JSON.\n\nTwo assertions have been added to the the tests as well.","shortMessageHtmlLink":"Fix CustomerAddress.all returning no results"}},{"before":null,"after":"23ca3dd4086879043d7fa161ec15a97f9fe81d60","ref":"refs/heads/cm/fix-customer-addresses","pushedAt":"2023-08-08T23:36:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"Fix CustomerAddress.all","shortMessageHtmlLink":"Fix CustomerAddress.all"}},{"before":"552fbd860672191b80e658174ccc78671ba7dd3a","after":"77ab36ca816516a677b736a46eec59aeed36a055","ref":"refs/heads/main","pushedAt":"2023-08-08T23:35:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"more doc improvements (#1185)\n\n* Rails context links, cleaned up removed methods\r\n\r\n* remove session issues docs as session storage has been removed","shortMessageHtmlLink":"more doc improvements (Shopify#1185)"}},{"before":null,"after":"552fbd860672191b80e658174ccc78671ba7dd3a","ref":"refs/heads/cm/draft-order-total","pushedAt":"2023-08-08T23:34:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cdmwebs","name":"Chris Moore","path":"/cdmwebs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2399?s=80&v=4"},"commit":{"message":"DraftOrder#subtotal_price should be a String","shortMessageHtmlLink":"DraftOrder#subtotal_price should be a String"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADnxLmYQA","startCursor":null,"endCursor":null}},"title":"Activity ยท cdmwebs/shopify-api-ruby"}