{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":34415419,"defaultBranch":"main","name":"buildkit","ownerLogin":"Shopify","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-22T20:55:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8085?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712269247.0","currentOid":""},"activityList":{"items":[{"before":"bfccdaf69bde626f105efeab5da5d6b4545d9425","after":"9c91c467a2bae0e4b425dced024e45bdd311a87a","ref":"refs/heads/shipit-deploy/rubygems","pushedAt":"2024-04-04T22:20:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shopify-shipit[bot]","name":null,"path":"/apps/shopify-shipit","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/11016?s=80&v=4"},"commit":{"message":"add delete pipeline support (#45)","shortMessageHtmlLink":"add delete pipeline support (#45)"}},{"before":"742e2e2ad8fc255f1e26143bf5502b017d754da9","after":"bfccdaf69bde626f105efeab5da5d6b4545d9425","ref":"refs/heads/shipit-deploy/rubygems","pushedAt":"2024-04-04T22:19:45.000Z","pushType":"push","commitsCount":6,"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 #44 from Shopify/centralize_ruby_version\n\nCentralize Ruby Version to `.ruby-version`","shortMessageHtmlLink":"Merge pull request #44 from Shopify/centralize_ruby_version"}},{"before":"bfccdaf69bde626f105efeab5da5d6b4545d9425","after":"9c91c467a2bae0e4b425dced024e45bdd311a87a","ref":"refs/heads/main","pushedAt":"2024-04-04T22:19:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shelby-moore-sh","name":null,"path":"/shelby-moore-sh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159376381?s=80&v=4"},"commit":{"message":"add delete pipeline support (#45)","shortMessageHtmlLink":"add delete pipeline support (#45)"}},{"before":"2234dbe81cf55626be9ffa4bb61a7f3a2bc5910e","after":null,"ref":"refs/heads/centralize_ruby_version","pushedAt":"2024-04-04T15:17:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"casperisfine","name":"Jean byroot Boussier","path":"/casperisfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19192189?s=80&v=4"}},{"before":"d512f9d054d1776f9230157e7186ce48f3c231cf","after":"bfccdaf69bde626f105efeab5da5d6b4545d9425","ref":"refs/heads/main","pushedAt":"2024-04-04T14:50:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"george-ma","name":"George Ma","path":"/george-ma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20158582?s=80&v=4"},"commit":{"message":"Merge pull request #44 from Shopify/centralize_ruby_version\n\nCentralize Ruby Version to `.ruby-version`","shortMessageHtmlLink":"Merge pull request #44 from Shopify/centralize_ruby_version"}},{"before":"9a74562b0f545fc9d2cf9cb3ed957627db6a9013","after":"2234dbe81cf55626be9ffa4bb61a7f3a2bc5910e","ref":"refs/heads/centralize_ruby_version","pushedAt":"2024-04-04T14:46:44.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 - [ ] 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.5. 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":"bcec036cb9af906222a99262f8b3c086d51fd545","after":"9a74562b0f545fc9d2cf9cb3ed957627db6a9013","ref":"refs/heads/centralize_ruby_version","pushedAt":"2024-04-03T19:30:47.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":null,"after":"bcec036cb9af906222a99262f8b3c086d51fd545","ref":"refs/heads/centralize_ruby_version","pushedAt":"2024-04-03T19:29:23.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 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":"6b64ecdef1be2710b4779d71d7f389e9bff36caf","after":"d512f9d054d1776f9230157e7186ce48f3c231cf","ref":"refs/heads/main","pushedAt":"2024-03-04T22:21:12.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"casperisfine","name":"Jean byroot Boussier","path":"/casperisfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19192189?s=80&v=4"},"commit":{"message":"Merge pull request #42 from Invoca/update-ci-test-matrix-to-include-ruby-3_2-and-3_3\n\nadd ruby 3.2 and ruby 3.3 to the github actions test matrix","shortMessageHtmlLink":"Merge pull request #42 from Invoca/update-ci-test-matrix-to-include-r…"}},{"before":"742e2e2ad8fc255f1e26143bf5502b017d754da9","after":"6b64ecdef1be2710b4779d71d7f389e9bff36caf","ref":"refs/heads/main","pushedAt":"2023-10-16T14:47:33.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ChrisBr","name":"Christian Bruckmayer","path":"/ChrisBr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3799140?s=80&v=4"},"commit":{"message":"Merge pull request #41 from Shopify/cbruckmayer/add-cla\n\nAdd CLA","shortMessageHtmlLink":"Merge pull request #41 from Shopify/cbruckmayer/add-cla"}},{"before":null,"after":"efb73b80a181d6451fb85537715ba9bed2c25a98","ref":"refs/heads/cbruckmayer/add-cla","pushedAt":"2023-10-16T11:04:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ChrisBr","name":"Christian Bruckmayer","path":"/ChrisBr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3799140?s=80&v=4"},"commit":{"message":"Add CLA","shortMessageHtmlLink":"Add CLA"}},{"before":"742e2e2ad8fc255f1e26143bf5502b017d754da9","after":null,"ref":"refs/heads/master","pushedAt":"2023-10-16T11:02:12.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":"742e2e2ad8fc255f1e26143bf5502b017d754da9","ref":"refs/heads/main","pushedAt":"2023-10-16T11:02:12.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 #38 from Shopify/release-1.5.0\n\nRelease 1.5.0","shortMessageHtmlLink":"Merge pull request #38 from Shopify/release-1.5.0"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEKEqMFQA","startCursor":null,"endCursor":null}},"title":"Activity · Shopify/buildkit"}