{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":151472642,"defaultBranch":"main","name":"spectrum","ownerLogin":"facebookincubator","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-10-03T19:58:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/19538647?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1689037021.0","currentOid":""},"activityList":{"items":[{"before":"83b6895d675f91764c44897c4233340759b3b368","after":"9c6aadde17f6d36557f9531104de0472b2cef7ac","ref":"refs/heads/main","pushedAt":"2024-04-04T17:19: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":"Fix deprecated use of 0/NULL in ../xplat/arfx/support/memory/detail/shared_count.hpp + 5\n\nSummary:\n`nullptr` is typesafe. `0` and `NULL` are not. In the future, only `nullptr` will be allowed.\n\nThis diff helps us embrace the future _now_ in service of enabling `-Wzero-as-null-pointer-constant`.\n\nDifferential Revision: D55559761\n\nfbshipit-source-id: 61defb7b597e8f7cae21a1f512fe66c727673ee4","shortMessageHtmlLink":"Fix deprecated use of 0/NULL in ../xplat/arfx/support/memory/detail/s…"}},{"before":"d5a6428482394efde085f94eb864fa0408a0d097","after":"83b6895d675f91764c44897c4233340759b3b368","ref":"refs/heads/main","pushedAt":"2024-04-02T05:27:51.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 deprecated use of 0/NULL in ../xplat/spectrum/cpp/spectrum/core/proc/legacy/Sharpener.cpp + 3\n\nSummary:\n`nullptr` is typesafe. `0` and `NULL` are not. In the future, only `nullptr` will be allowed.\n\nThis diff helps us embrace the future _now_ in service of enabling `-Wzero-as-null-pointer-constant`.\n\nReviewed By: dmm-fb\n\nDifferential Revision: D55559750\n\nfbshipit-source-id: 8b9d5da67dd24387b7d650d94a287056242593d8","shortMessageHtmlLink":"Fix deprecated use of 0/NULL in ../xplat/spectrum/cpp/spectrum/core/p…"}},{"before":"2c7d1277b5b7280384ca08ba1ca5cc7f1b8e50c6","after":"d5a6428482394efde085f94eb864fa0408a0d097","ref":"refs/heads/main","pushedAt":"2024-03-23T23:38:34.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":"Migrate google java format from 1.7 -> 1.21.0 (#1858)\n\nSummary:\nX-link: https://github.com/facebookexternal/OculusManufacturing/pull/524\n\nX-link: https://github.com/facebookexternal/fbpay/pull/3\n\nX-link: https://github.com/facebook/screenshot-tests-for-android/pull/324\n\nX-link: https://github.com/pytorch/executorch/pull/1771\n\nX-link: https://github.com/facebook/igl/pull/68\n\nX-link: https://github.com/facebook/mariana-trench/pull/153\n\nX-link: https://github.com/facebook/fresco/pull/2757\n\nX-link: https://github.com/facebook/litho/pull/974\n\nX-link: https://github.com/facebook/react-native/pull/42754\n\nX-link: https://github.com/facebook/hhvm/pull/9431\n\nX-link: https://github.com/WhatsApp/eqwalizer/pull/52\n\nPull Request resolved: https://github.com/facebookincubator/spectrum/pull/1858\n\nX-link: https://github.com/fbsamples/metapay/pull/1\n\nX-link: https://github.com/facebookincubator/fbjni/pull/95\n\nX-link: https://github.com/facebookincubator/Battery-Metrics/pull/30\n\nX-link: https://github.com/facebook/ktfmt/pull/440\n\nX-link: https://github.com/facebook/flipper/pull/5456\n\nX-link: https://github.com/facebook/hermes/pull/1290\n\nX-link: https://github.com/facebook/TextLayoutBuilder/pull/35\n\nX-link: https://github.com/facebook/SoLoader/pull/122\n\nallow-large-files\n\nThis diff migrates google java format form 1.7 to 1.21.0. This update will allow for new language features from java 17 and 21. This diff also formats all necessary files.\n\n Changelog:\n [Internal][Changed] - Updated format from google-java-format 1.7 -> 1.21.0\n\nReviewed By: IanChilds\n\nDifferential Revision: D52786052\n\nfbshipit-source-id: b675ae215084f340b93dfe628e329e696ca0616e","shortMessageHtmlLink":"Migrate google java format from 1.7 -> 1.21.0 (#1858)"}},{"before":"f955ddbc5f992915a60f4ee35f8a336a08f7781a","after":"2c7d1277b5b7280384ca08ba1ca5cc7f1b8e50c6","ref":"refs/heads/main","pushedAt":"2023-08-30T20:55: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":"fix C++ error on Xcode 15\n\nSummary:\n```\nerror: out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated [-Werror,-Wdeprecated]\n```\n\nFix by conditionally compiling for below C++17\n\nReviewed By: stephinphection\n\nDifferential Revision: D48839356\n\nfbshipit-source-id: 5a0cc0b30dcca8ff5c397403100b409ac37e8810","shortMessageHtmlLink":"fix C++ error on Xcode 15"}},{"before":"1888c3550c7610a5ee9acb4de0a6c14d5acdb6c3","after":"f955ddbc5f992915a60f4ee35f8a336a08f7781a","ref":"refs/heads/main","pushedAt":"2023-08-23T22:48:51.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 build with C++20\n\nSummary:\nClasses with any declared constructor (even a defaulted one) aren't\naggregates in C++20 (https://stackoverflow.com/questions/57271400).\nSince we don't want this type to be directly constructible, add a\nprivate constructor taking the appropriate parameters instead.\n\nReviewed By: ispeters\n\nDifferential Revision: D48612871\n\nfbshipit-source-id: f9137bfae8c2c2d349651c174e60978ee4201a59","shortMessageHtmlLink":"Fix build with C++20"}},{"before":null,"after":"fbd75efae8fbf760dbef95d021ff8d128335bc6b","ref":"refs/heads/dependabot/npm_and_yarn/website/semver-5.7.2","pushedAt":"2023-07-11T00:57:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump semver from 5.7.1 to 5.7.2 in /website\n\nBumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.\n- [Release notes](https://github.com/npm/node-semver/releases)\n- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)\n- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)\n\n---\nupdated-dependencies:\n- dependency-name: semver\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump semver from 5.7.1 to 5.7.2 in /website"}},{"before":"c7b64d0e2ba902986e0de5bef0bb12f3875279dc","after":"1888c3550c7610a5ee9acb4de0a6c14d5acdb6c3","ref":"refs/heads/main","pushedAt":"2023-06-19T12:54:00.952Z","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 ktfmt component on FBS:master\n\nDifferential Revision: D46802820\n\nfbshipit-source-id: a2737658576bf86f431a7b355d853a529f6a2c34","shortMessageHtmlLink":"Update ktfmt component on FBS:master"}},{"before":"ee2b87b49758f260739577faaf840b2cd8b08a0e","after":"c7b64d0e2ba902986e0de5bef0bb12f3875279dc","ref":"refs/heads/main","pushedAt":"2023-03-25T04:42:32.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":"convert_fest_assertions: //xplat/spectrum/android/src/test/java/com/facebook/spectrum:spectrum\n\nReviewed By: jselbo\n\nDifferential Revision: D44367934\n\nfbshipit-source-id: a2e78c0aa5b2b9ae55aa9f642a93dcc98988104f","shortMessageHtmlLink":"convert_fest_assertions: //xplat/spectrum/android/src/test/java/com/f…"}},{"before":"dd450e616ca2874a4c1cc5c5757b8126be5cf39c","after":"ee2b87b49758f260739577faaf840b2cd8b08a0e","ref":"refs/heads/main","pushedAt":"2023-03-24T18:12:44.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":"convert_fest_assertions: spectrum\n\nReviewed By: oprisnik\n\nDifferential Revision: D44367715\n\nfbshipit-source-id: ca93bc264b5c300a4a2ec71f0af10b816b6f40ba","shortMessageHtmlLink":"convert_fest_assertions: spectrum"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0wNFQxNzoxOToxMy4wMDAwMDBazwAAAAQoDtZy","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0wNFQxNzoxOToxMy4wMDAwMDBazwAAAAQoDtZy","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0yNFQxODoxMjo0NC4wMDAwMDBazwAAAAMKwSS9"}},"title":"Activity · facebookincubator/spectrum"}