{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3274710,"defaultBranch":"main","name":"omniauth-shopify-oauth2","ownerLogin":"Shopify","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-01-26T15:17:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8085?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712766777.0","currentOid":""},"activityList":{"items":[{"before":"e75dcc94463f76cfb0c25d3639eb2045550b5479","after":null,"ref":"refs/heads/pobed2/branch-rename","pushedAt":"2024-04-10T16:32:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pobed2","name":"Pierre-Olivier Bédard","path":"/pobed2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1368845?s=80&v=4"}},{"before":"8c3a96f49c5521bbf1994fe5ade32ec45b930e8b","after":"8516d8cd7d473f03e7dce71279f81128b84899c4","ref":"refs/heads/main","pushedAt":"2024-04-10T16:32:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"pobed2","name":"Pierre-Olivier Bédard","path":"/pobed2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1368845?s=80&v=4"},"commit":{"message":"Merge pull request #119 from Shopify/pobed2/branch-rename\n\nRename branch to `main`","shortMessageHtmlLink":"Merge pull request #119 from Shopify/pobed2/branch-rename"}},{"before":"8c3a96f49c5521bbf1994fe5ade32ec45b930e8b","after":"e75dcc94463f76cfb0c25d3639eb2045550b5479","ref":"refs/heads/pobed2/branch-rename","pushedAt":"2024-04-10T16:21:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pobed2","name":"Pierre-Olivier Bédard","path":"/pobed2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1368845?s=80&v=4"},"commit":{"message":"Rename branch to `main`","shortMessageHtmlLink":"Rename branch to main"}},{"before":null,"after":"8c3a96f49c5521bbf1994fe5ade32ec45b930e8b","ref":"refs/heads/pobed2/branch-rename","pushedAt":"2024-04-10T16:21:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pobed2","name":"Pierre-Olivier Bédard","path":"/pobed2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1368845?s=80&v=4"},"commit":{"message":"Merge pull request #117 from Shopify/bump-version\n\nBump version to 2.4.0","shortMessageHtmlLink":"Merge pull request #117 from Shopify/bump-version"}},{"before":"8c3a96f49c5521bbf1994fe5ade32ec45b930e8b","after":null,"ref":"refs/heads/master","pushedAt":"2024-04-10T16:12:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"spy-v2[bot]","name":null,"path":"/apps/spy-v2","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/118817?s=80&v=4"}},{"before":null,"after":"8c3a96f49c5521bbf1994fe5ade32ec45b930e8b","ref":"refs/heads/main","pushedAt":"2024-04-10T16:12:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"spy-v2[bot]","name":null,"path":"/apps/spy-v2","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/118817?s=80&v=4"},"commit":{"message":"Merge pull request #117 from Shopify/bump-version\n\nBump version to 2.4.0","shortMessageHtmlLink":"Merge pull request #117 from Shopify/bump-version"}},{"before":"d65851a51e27dfe328f18df7351660743e8cf36d","after":"b96d2b9d78cc2da606f06fc5834f7a051c9a3cc6","ref":"refs/heads/centralize_ruby_version","pushedAt":"2024-04-02T19:02:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"george-ma","name":"George Ma","path":"/george-ma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20158582?s=80&v=4"},"commit":{"message":"Centralize Ruby Version to `.ruby-version`\n\nThe `.ruby-version` file is the ecosystem standard for defining a Ruby version. This PR adds the `.ruby-version` file, ensures a `required_ruby_version` is set, and removes all other references to Ruby in this repository, aligning it with the standard.\n> [!IMPORTANT]\n> Please verify the following before merging:\n\nVerify that the changes in the PR meets the following requirements or adjust manually to make it compliant:\n - [ ] `.ruby-version` file is present with the correct Ruby version defined\n - [ ] A `required_ruby_version` in your gemspec is set\n - [ ] There is no Ruby version present in the `dev.yml` Ruby task (before: `- ruby: x.x.x`, after: `- ruby`)\n - [ ] There is no Ruby version/requirement referenced in the `Gemfile` (no lines with `ruby `)\n - [ ] A `Gemfile.lock` is built with the defined Ruby version\n - [ ] The version of Rubocop installed is 1.61.0 or greater\n - [ ] There is no `TargetRubyVersion` defined in `rubocop.yml` (reads from `required_ruby_version` on Rubocop 1.61.0)\n - [ ] There is no Ruby argument present in `ruby/setup-ruby` Github Actions that do **not** run on a Ruby matrix (no lines with `ruby-version: “x.x”`)\n\nTo establish consistency, the `required_ruby_version`is set to 2.7. If you think that another version is a better fit, please make the applicable changes.\n\nPlease merge this PR if it looks good, this PR will be addressed if there isn't any activity after 4 weeks.","shortMessageHtmlLink":"Centralize Ruby Version to .ruby-version"}},{"before":"fe2596e885caaa569d10a8c4aac9dd1e8e2958bc","after":"d65851a51e27dfe328f18df7351660743e8cf36d","ref":"refs/heads/centralize_ruby_version","pushedAt":"2024-04-02T19:00:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"george-ma","name":"George Ma","path":"/george-ma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20158582?s=80&v=4"},"commit":{"message":"Centralize Ruby Version to `.ruby-version`\n\nThe `.ruby-version` file is the ecosystem standard for defining a Ruby version. This PR adds the `.ruby-version` file, ensures a `required_ruby_version` is set, and removes all other references to Ruby in this repository, aligning it with the standard.\n> [!IMPORTANT]\n> Please verify the following before merging:\n\nVerify that the changes in the PR meets the following requirements or adjust manually to make it compliant:\n - [ ] `.ruby-version` file is present with the correct Ruby version defined\n - [ ] A `required_ruby_version` in your gemspec is set\n - [ ] There is no Ruby version present in the `dev.yml` Ruby task (before: `- ruby: x.x.x`, after: `- ruby`)\n - [ ] There is no Ruby version/requirement referenced in the `Gemfile` (no lines with `ruby `)\n - [ ] A `Gemfile.lock` is built with the defined Ruby version\n - [ ] The version of Rubocop installed is 1.61.0 or greater\n - [ ] There is no `TargetRubyVersion` defined in `rubocop.yml` (reads from `required_ruby_version` on Rubocop 1.61.0)\n - [ ] There is no Ruby argument present in `ruby/setup-ruby` Github Actions that do **not** run on a Ruby matrix (no lines with `ruby-version: “x.x”`)\n\nTo establish consistency, the `required_ruby_version`is set to 3.0. If you think that another version is a better fit, please make the applicable changes.\n\nPlease merge this PR if it looks good, this PR will be addressed if there isn't any activity after 4 weeks.","shortMessageHtmlLink":"Centralize Ruby Version to .ruby-version"}},{"before":null,"after":"fe2596e885caaa569d10a8c4aac9dd1e8e2958bc","ref":"refs/heads/centralize_ruby_version","pushedAt":"2024-04-02T18:55:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"george-ma","name":"George Ma","path":"/george-ma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20158582?s=80&v=4"},"commit":{"message":"Centralize Ruby Version to `.ruby-version`\n\nThe `.ruby-version` file is the ecosystem standard for defining a Ruby version. This PR adds the `.ruby-version` file, ensures a `required_ruby_version` is set, and removes all other references to Ruby in this repository, aligning it with the standard.\n> [!IMPORTANT]\n> Please verify the following before merging:\n\nVerify that the changes in the PR meets the following requirements or adjust manually to make it compliant:\n - [ ] `.ruby-version` file is present with the correct Ruby version defined\n - [ ] A `required_ruby_version` in your gemspec is set\n - [ ] There is no Ruby version present in the `dev.yml` Ruby task (before: `- ruby: x.x.x`, after: `- ruby`)\n - [ ] There is no Ruby version/requirement referenced in the `Gemfile` (no lines with `ruby `)\n - [ ] A `Gemfile.lock` is built with the defined Ruby version\n - [ ] The version of Rubocop installed is 1.61.0 or greater\n - [ ] There is no `TargetRubyVersion` defined in `rubocop.yml` (reads from `required_ruby_version` on Rubocop 1.61.0)\n - [ ] There is no Ruby argument present in `ruby/setup-ruby` Github Actions that do **not** run on a Ruby matrix (no lines with `ruby-version: “x.x”`)\n\nTo establish consistency, the `required_ruby_version`is set to 3.0. If you think that another version is a better fit, please make the applicable changes.\n\nPlease merge this PR if it looks good, this PR will be addressed if there isn't any activity after 4 weeks.","shortMessageHtmlLink":"Centralize Ruby Version to .ruby-version"}},{"before":"4e675b4d8c2faf826692a906fd131847b8b694c4","after":"8c3a96f49c5521bbf1994fe5ade32ec45b930e8b","ref":"refs/heads/shipit-deploy/rubygems","pushedAt":"2023-06-19T13:29:53.927Z","pushType":"push","commitsCount":7,"pusher":{"login":"shopify-shipit[bot]","name":null,"path":"/apps/shopify-shipit","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/11016?s=80&v=4"},"commit":{"message":"Merge pull request #117 from Shopify/bump-version\n\nBump version to 2.4.0","shortMessageHtmlLink":"Merge pull request #117 from Shopify/bump-version"}},{"before":"05d148dc4bbf0c759d12270378def54b48ea99c9","after":null,"ref":"refs/heads/bump-version","pushedAt":"2023-06-19T13:27:05.735Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ragalie","name":"Mike Ragalie","path":"/ragalie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19682?s=80&v=4"}},{"before":"d948ddcdb8af26e542bdda6bcac6ad1bc9e99b9e","after":"8c3a96f49c5521bbf1994fe5ade32ec45b930e8b","ref":"refs/heads/master","pushedAt":"2023-06-19T13:27:02.240Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ragalie","name":"Mike Ragalie","path":"/ragalie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19682?s=80&v=4"},"commit":{"message":"Merge pull request #117 from Shopify/bump-version\n\nBump version to 2.4.0","shortMessageHtmlLink":"Merge pull request #117 from Shopify/bump-version"}},{"before":null,"after":"05d148dc4bbf0c759d12270378def54b48ea99c9","ref":"refs/heads/bump-version","pushedAt":"2023-06-16T17:31:09.915Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ragalie","name":"Mike Ragalie","path":"/ragalie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19682?s=80&v=4"},"commit":{"message":"Bump version to 2.4.0","shortMessageHtmlLink":"Bump version to 2.4.0"}},{"before":"7d6a2ce048e3778ccb4ede5958f7ab1e0404b1ef","after":null,"ref":"refs/heads/remove-scope-check","pushedAt":"2023-06-16T17:07:24.701Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ragalie","name":"Mike Ragalie","path":"/ragalie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19682?s=80&v=4"}},{"before":"faab1371c18982f0949ea295c46a710c32cf896f","after":"d948ddcdb8af26e542bdda6bcac6ad1bc9e99b9e","ref":"refs/heads/master","pushedAt":"2023-06-16T17:07:18.345Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"ragalie","name":"Mike Ragalie","path":"/ragalie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19682?s=80&v=4"},"commit":{"message":"Merge pull request #116 from Shopify/remove-scope-check\n\nStop validating that returned scope matches requested scope","shortMessageHtmlLink":"Merge pull request #116 from Shopify/remove-scope-check"}},{"before":"b7eabc69ad4680847767b882b493f7774987b21b","after":"7d6a2ce048e3778ccb4ede5958f7ab1e0404b1ef","ref":"refs/heads/remove-scope-check","pushedAt":"2023-06-16T10:27:58.002Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ragalie","name":"Mike Ragalie","path":"/ragalie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19682?s=80&v=4"},"commit":{"message":"Stop validating that returned scope matches requested scope\n\nWe've determined that this does not constitute a security issue in\nShopify's context and we'd like the flexibility to return a different\nset of scopes in the future.","shortMessageHtmlLink":"Stop validating that returned scope matches requested scope"}},{"before":null,"after":"b7eabc69ad4680847767b882b493f7774987b21b","ref":"refs/heads/remove-scope-check","pushedAt":"2023-06-15T14:54:09.416Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ragalie","name":"Mike Ragalie","path":"/ragalie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19682?s=80&v=4"},"commit":{"message":"Stop validating that returned scope matches requested scope\n\nWe've determined that this does not constitute a security issue in\nShopify's context and we'd like the flexibility to return a different\nset of scopes in the future.","shortMessageHtmlLink":"Stop validating that returned scope matches requested scope"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAELUPdRwA","startCursor":null,"endCursor":null}},"title":"Activity · Shopify/omniauth-shopify-oauth2"}