{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":48260686,"defaultBranch":"main","name":"chef-cookbooks","ownerLogin":"facebook","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-12-18T23:14:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69631?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710526489.0","currentOid":""},"activityList":{"items":[{"before":"ee4265ec1a827bc32c2d2cf320af45c96cde2ce0","after":"f8ce24a79b9f415522ff00ef7a69dfe4f78b971c","ref":"refs/heads/main","pushedAt":"2024-08-20T17:50:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Make el_min_version and and el_max_version use major version for comparison\n\nDifferential Revision: D61303063\n\nfbshipit-source-id: e831484b77d1af6c3de12ca226422b47c8afafcd","shortMessageHtmlLink":"Make el_min_version and and el_max_version use major version for comp…"}},{"before":"b672666feb9dd27a4adbbdf83a885c321a7ecb66","after":"ee4265ec1a827bc32c2d2cf320af45c96cde2ce0","ref":"refs/heads/main","pushedAt":"2024-08-20T16:57:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add CookbookDepShaker report\n\nSummary: This bookworm report identifies recipe-only cookbooks, and then checks that against the include_recipe calls that are within all cookbooks as well as role run lists determining which cookbooks can be safely removed from metadata.rb without introducing new transitive dependency issues. Since Bookworm doesn't yet have definitions support, and this has up to now only been run on our codebase, the report has a warning so that it's known that this is a tool to make identification easier, and not a license to yank out dependencies without thinking.\n\nDifferential Revision: D51319562\n\nfbshipit-source-id: 81cc8beb5ada219368fdc8464777857eaff10970","shortMessageHtmlLink":"Add CookbookDepShaker report"}},{"before":"7a9b479b25312e0cceffba5442e8d40f03d1a4ac","after":"b672666feb9dd27a4adbbdf83a885c321a7ecb66","ref":"refs/heads/main","pushedAt":"2024-08-16T12:04:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"have a dedicated reflock attribute in chrony\n\nSummary: This is more of a cosmetic change to ensure we have all \"sources\" sections (servers/pools/refclocks) together\n\nDifferential Revision: D61383956\n\nfbshipit-source-id: 191c011f15ec7d63ce5b97963aa250eee42c2a81","shortMessageHtmlLink":"have a dedicated reflock attribute in chrony"}},{"before":"78efef78ce314a54d0ec08ff3431666f4c7ebac5","after":"7a9b479b25312e0cceffba5442e8d40f03d1a4ac","ref":"refs/heads/main","pushedAt":"2024-08-15T16:37:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"always restart chrony on a crash\n\nSummary:\nIf chrony crashes it doesn't get restarted by systemd which leaves us until next chef run to restart.\nThis diff adds `Restart = always` directive which will resurrect the service\n\nDifferential Revision: D61338001\n\nfbshipit-source-id: 1ad4a1422df0fb254f71576f6d1bdd3460bee487","shortMessageHtmlLink":"always restart chrony on a crash"}},{"before":"66199c2a617abb10a61c57489df9cd74cc28f2c7","after":"78efef78ce314a54d0ec08ff3431666f4c7ebac5","ref":"refs/heads/main","pushedAt":"2024-07-31T20:50:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove macos10?\n\nDifferential Revision: D60202612\n\nfbshipit-source-id: b688b7319c0455e517aebdc8ac5eff7a47fe729e","shortMessageHtmlLink":"Remove macos10?"}},{"before":"27a816a3518805b3a8d5005963e33d3e78d7e256","after":"66199c2a617abb10a61c57489df9cd74cc28f2c7","ref":"refs/heads/main","pushedAt":"2024-07-31T18:42:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Use 'recipe' in fb_helpers chefspec\n\nSummary: We should use the recipe spec helper here, otherwise this can break chefspec runs:\n\nDifferential Revision: D60405893\n\nfbshipit-source-id: 11140de9f18993e8dcfe9132bbe9852e96f7a73e","shortMessageHtmlLink":"Use 'recipe' in fb_helpers chefspec"}},{"before":"c64381a2e0195855703f59a001a64a589ae1ac73","after":"27a816a3518805b3a8d5005963e33d3e78d7e256","ref":"refs/heads/main","pushedAt":"2024-07-30T21:15:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Explicitly depend on fb_sysfs in fb_storage (#240)\n\nSummary:\nI spun up a new class of GCE VM which uses NVMe-based storage, but fb_storage failed, complaining about being unable to find fb_sysfs. After digging into it a bit, I noticed that fb_storage doesn't explicitly depend on `fb_sysfs`, despite using it in several places, [like when configuring nvme-based storage](https://github.com/facebook/chef-cookbooks/blob/c64381a2e0195855703f59a001a64a589ae1ac73/cookbooks/fb_storage/resources/format_devices.rb#L169).\n\nI verified that simply adding `depends 'fb_sysfs'` was enough to resolve the error.\n\nPull Request resolved: https://github.com/facebook/chef-cookbooks/pull/240\n\nDifferential Revision: D60453758\n\nfbshipit-source-id: 35e7b57bdecf37a1a27311004cd5cb66df70d1b6","shortMessageHtmlLink":"Explicitly depend on fb_sysfs in fb_storage (#240)"}},{"before":"9a346b5b26cc0779d983ba29f016cbb220753311","after":"c64381a2e0195855703f59a001a64a589ae1ac73","ref":"refs/heads/main","pushedAt":"2024-07-26T17:51:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update mac_os_x chefspec tests\n\nDifferential Revision: D60275753\n\nfbshipit-source-id: e8d19468859856f426ee58ecd30503548131a7b2","shortMessageHtmlLink":"Update mac_os_x chefspec tests"}},{"before":"7d2922b777cabea5676bc3afe0505f6c90821a58","after":"9a346b5b26cc0779d983ba29f016cbb220753311","ref":"refs/heads/main","pushedAt":"2024-07-25T17:39:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove mac_mini_2014?\n\nDifferential Revision: D60201183\n\nfbshipit-source-id: 8e345b396113fe56421817f5b5b288769e692033","shortMessageHtmlLink":"Remove mac_mini_2014?"}},{"before":"88410b0dc5d497fe6756b618b9264ad54bb88537","after":"7d2922b777cabea5676bc3afe0505f6c90821a58","ref":"refs/heads/main","pushedAt":"2024-07-23T15:29:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"fb_iptables: iptables-legacy is not available on EPEL 10 yet\n\nSummary: This comes from `iptables-epel` and we don't have EPEL 10 yet\n\nDifferential Revision: D59886184\n\nfbshipit-source-id: 70a5db03695a24ca716c0fead30fa86939e8a667","shortMessageHtmlLink":"fb_iptables: iptables-legacy is not available on EPEL 10 yet"}},{"before":"93b032869079c47e219ff41831f4bce37edbc810","after":"88410b0dc5d497fe6756b618b9264ad54bb88537","ref":"refs/heads/main","pushedAt":"2024-07-12T22:20:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"fb_systemd: drop systemd-timesyncd package installation\n\nSummary: This package in Fedora was subsumed by udev a long time ago, let's stop attempting to install it.\n\nDifferential Revision: D59654432\n\nfbshipit-source-id: 2bf275d055c4e182fde5272a26822f576f644518","shortMessageHtmlLink":"fb_systemd: drop systemd-timesyncd package installation"}},{"before":"16e1e790d5249a0baf92e83ca02edb9579495de2","after":"93b032869079c47e219ff41831f4bce37edbc810","ref":"refs/heads/main","pushedAt":"2024-07-10T01:58:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning) 80% -> 100%\n\nSummary:\nbumpsign\n\nThis diff was created using http://fburl.com/chefshardbump\n\nDifferential Revision: D59290155\n\nfbshipit-source-id: fbd2e93fae947c7f4999d527c12642251ac3b5f3","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning) 80% -> 100%"}},{"before":"6807993b7eddab186b923c7853a3c127cb11223b","after":"16e1e790d5249a0baf92e83ca02edb9579495de2","ref":"refs/heads/main","pushedAt":"2024-07-09T23:05:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning) 60% -> 80%\n\nSummary:\nbumpsign\n\nThis diff was created using http://fburl.com/chefshardbump\n\nDifferential Revision: D59290156\n\nfbshipit-source-id: e00739ab6754daaa0c45cd3a41142935831da447","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning) 60% -> 80%"}},{"before":"24d06efe2b5c7324fff2b75f20850aeb5f1c6b71","after":"6807993b7eddab186b923c7853a3c127cb11223b","ref":"refs/heads/main","pushedAt":"2024-07-09T20:18:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning) 40% -> 60%\n\nSummary:\nbumpsign\n\nThis diff was created using http://fburl.com/chefshardbump\n\nDifferential Revision: D59290157\n\nfbshipit-source-id: 718d22bbaef2d5aa772f06ba8531c22a78090122","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning) 40% -> 60%"}},{"before":"3e68ebbac3430c8492682fadc8df2d3950896ac3","after":"24d06efe2b5c7324fff2b75f20850aeb5f1c6b71","ref":"refs/heads/main","pushedAt":"2024-07-09T16:23:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning) 25% -> 40%\n\nSummary:\nbumpsign\n\nThis diff was created using http://fburl.com/chefshardbump\n\nDifferential Revision: D59290163\n\nfbshipit-source-id: 14c1aa66d18d99f27a1815732f2f6f8f380ac662","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning) 25% -> 40%"}},{"before":"f26148a4b3739f9b788555c0bc678ce302efc593","after":"3e68ebbac3430c8492682fadc8df2d3950896ac3","ref":"refs/heads/main","pushedAt":"2024-07-08T22:16:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning) 15% -> 25%\n\nSummary:\nbumpsign\n\nThis diff was created using http://fburl.com/chefshardbump\n\nDifferential Revision: D59290160\n\nfbshipit-source-id: 6634fc2395553e8862b708ca57477a54514037cd","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning) 15% -> 25%"}},{"before":"5ed0e3f6d163cd0dbc7bc291da5ddde94bc1c69a","after":"f26148a4b3739f9b788555c0bc678ce302efc593","ref":"refs/heads/main","pushedAt":"2024-07-08T19:29:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning) 5% -> 15%\n\nSummary:\nbumpsign\n\nThis diff was created using http://fburl.com/chefshardbump\n\nDifferential Revision: D59290159\n\nfbshipit-source-id: 7ff92a8ee50230f6f8df22b102a93e96d11685ee","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning) 5% -> 15%"}},{"before":"3a8fcebbe136bfa58a09209dcd285e05a302dd1b","after":"5ed0e3f6d163cd0dbc7bc291da5ddde94bc1c69a","ref":"refs/heads/main","pushedAt":"2024-07-08T16:00:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning) 2% -> 5%\n\nSummary:\nbumpsign\n\nThis diff was created using http://fburl.com/chefshardbump\n\nDifferential Revision: D59290158\n\nfbshipit-source-id: cd718ff4bd76fca1de79cf072477cce66df7237a","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning) 2% -> 5%"}},{"before":"66c88ad781fb673d86f54ebfa7f04b7d58b5b1a3","after":"3a8fcebbe136bfa58a09209dcd285e05a302dd1b","ref":"refs/heads/main","pushedAt":"2024-07-05T18:25:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning) 1% -> 2%\n\nSummary:\nbumpsign\n\nThis diff was created using http://fburl.com/chefshardbump\n\nDifferential Revision: D59290161\n\nfbshipit-source-id: 2c205a1af8baf40085aa20d79b482efeb98b1d04","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning) 1% -> 2%"}},{"before":"e478f19398c2e823b5c192b28312d5cd7f904d07","after":"66c88ad781fb673d86f54ebfa7f04b7d58b5b1a3","ref":"refs/heads/main","pushedAt":"2024-07-03T19:36:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shard out disabling running during firstboot (provisioning)\n\nSummary:\n- Let's defer setting up systemd timers till after workload.ready on boxes\n - These should not be needed for provisioning a new box ready for workload\n- If there are, we should fix (e.g. explicitly run the timers .service file or command from chef)\n - Use not_if to shard out and eventually gate all of our infra out of first boot setup of systemd timers\n - Good for OSS people to do too ...\n\nDifferential Revision: D59290162\n\nfbshipit-source-id: 52168797949fb4fae5330d301c1b9deb5a0116b4","shortMessageHtmlLink":"Shard out disabling running during firstboot (provisioning)"}},{"before":"0cfd81e16d8cc78bfbae65923f0a6fd7376087c6","after":"e478f19398c2e823b5c192b28312d5cd7f904d07","ref":"refs/heads/main","pushedAt":"2024-07-03T12:29:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add splay to sysstat collection\n\nDifferential Revision: D59322935\n\nfbshipit-source-id: 47688f9b05c3b5f2afebf51b13eff4396b10e7c2","shortMessageHtmlLink":"Add splay to sysstat collection"}},{"before":"d6dd0cc76125c49bcb922f6ad3b3e4ffa76e7451","after":"0cfd81e16d8cc78bfbae65923f0a6fd7376087c6","ref":"refs/heads/main","pushedAt":"2024-07-02T20:10:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"handle corrupt config\n\nDifferential Revision: D58844542\n\nfbshipit-source-id: 7fe52e3b5c24b0c3cf79f1b8fa70cad1a36144f5","shortMessageHtmlLink":"handle corrupt config"}},{"before":"1eba098ed1948d57012b6b3ddea8613d1acf29f6","after":"d6dd0cc76125c49bcb922f6ad3b3e4ffa76e7451","ref":"refs/heads/main","pushedAt":"2024-07-02T14:21:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"adding usage of DNF in Arista 4.30 and higher\n\nDifferential Revision: D59270448\n\nfbshipit-source-id: 4ae81e326262083fded5f97fa888c50d4e0d597b","shortMessageHtmlLink":"adding usage of DNF in Arista 4.30 and higher"}},{"before":"f41af660c09c17c6307e32059ac64c310d0919fc","after":"1eba098ed1948d57012b6b3ddea8613d1acf29f6","ref":"refs/heads/main","pushedAt":"2024-06-21T04:10:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"special partition size handling for FBPN 01-005817, 01-005959\n\nSummary:\neag-prod-2 has three different kinds of T16, each with slightly different storage capacities.\n\nThis diff makes such that each of the smaller capacity machines will format its disks to have\npartitions passed to the VM that are the same size as the largest machine.\n\nConfirmed we currently have only one of these machines for each FBPN. Other anvils\nshould not be impacted.\n\nHad to add \"s\" to the allowed suffixes that can be passed for partition start/end in fb_storage\nso that we can be precise in partition sizing.\n\nDifferential Revision: D58845625\n\nfbshipit-source-id: a63b8fb28170053845e66423d27e15d89cd40bec","shortMessageHtmlLink":"special partition size handling for FBPN 01-005817, 01-005959"}},{"before":"26d81821cd3b4bf718a1d1312c4049fc43ff9dfa","after":"f41af660c09c17c6307e32059ac64c310d0919fc","ref":"refs/heads/main","pushedAt":"2024-06-18T22:47:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Changes to support macOS 15\n\nDifferential Revision: D58749691\n\nfbshipit-source-id: 99a37e1cb13dad77d5cd14e85da4368765f06415","shortMessageHtmlLink":"Changes to support macOS 15"}},{"before":"9e171b3829191ed456023344c73987ebf1e1457a","after":"26d81821cd3b4bf718a1d1312c4049fc43ff9dfa","ref":"refs/heads/main","pushedAt":"2024-06-11T17:47:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Enhance gated template to have content of changes\n\nDifferential Revision: D55665988\n\nfbshipit-source-id: 835ced0078917565168f4ce771f8e9d3df894371","shortMessageHtmlLink":"Enhance gated template to have content of changes"}},{"before":"32eaf4b421eaa27d1231f0b28adcb3a36254bfac","after":"9e171b3829191ed456023344c73987ebf1e1457a","ref":"refs/heads/main","pushedAt":"2024-06-03T19:04:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Block homed from starting in presets, disable in Chef\n\nDifferential Revision: D58093895\n\nfbshipit-source-id: 1079cfbbff3858c39dba2f496c2c721f23a29d81","shortMessageHtmlLink":"Block homed from starting in presets, disable in Chef"}},{"before":"a2eb99bfa8401769a430eb10e4625936d10d5a17","after":"32eaf4b421eaa27d1231f0b28adcb3a36254bfac","ref":"refs/heads/main","pushedAt":"2024-05-28T21:55:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix all the uses of node.in_shard?(x) where x is a multiple of 5\n\nDifferential Revision: D49900503\n\nfbshipit-source-id: 6372c56d38d161a8a819fc3d0a0698b8ee423153","shortMessageHtmlLink":"Fix all the uses of node.in_shard?(x) where x is a multiple of 5"}},{"before":"1b9ac4bb6878ecf0c58637b720a8b8ced14d530c","after":"a2eb99bfa8401769a430eb10e4625936d10d5a17","ref":"refs/heads/main","pushedAt":"2024-05-28T05:24:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Run NoOwnerGroupRoot on the entire codebase: github\n\nSummary:\nJust run the previous diff on the rest of the code base to clean everything up. Only github showed something.\n\n```\n $ hg show | grep '^[-+] ' | grep -vEe \"^- *(owner|group) *'root'\\$\" -e '^\\+ *(owner|group) *node.root_(user|group)$'\n```\nSo it literally just changes what it's supposed to.\n\nDifferential Revision: D56219068\n\nfbshipit-source-id: 5084f44b47978ad885ff1a98cda9af7efbde3a56","shortMessageHtmlLink":"Run NoOwnerGroupRoot on the entire codebase: github"}},{"before":"59fa4c05b45b51bcfed1af6fef521141381e23a0","after":"1b9ac4bb6878ecf0c58637b720a8b8ced14d530c","ref":"refs/heads/main","pushedAt":"2024-05-24T16:29:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update checkout GHA to avoid Node16 deprecation warnings (#239)\n\nSummary:\nThis is a very basic PR I know. But it cleans up the deprecation warnings so I thought I'd add it.\n\nPull Request resolved: https://github.com/facebook/chef-cookbooks/pull/239\n\nTest Plan:\nImported from GitHub, without a `Test Plan:` line.\n\nChecked https://github.com/facebook/chef-cookbooks/pull/239/checks, deprecation notices are gone\n\nDifferential Revision: D57752486\n\nfbshipit-source-id: aa4accc12e6dcbab47e6a1637502eec5f17f508e","shortMessageHtmlLink":"Update checkout GHA to avoid Node16 deprecation warnings (#239)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEn2PTKwA","startCursor":null,"endCursor":null}},"title":"Activity · facebook/chef-cookbooks"}