{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":392055467,"defaultBranch":"main","name":"fbpcs","ownerLogin":"facebookresearch","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-08-02T18:32:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16943930?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726154067.0","currentOid":""},"activityList":{"items":[{"before":"9cfe4a7943efab433ad068eb85a5d4375017a8f5","after":"aee6278458a6d505cabd7e46f5422880e33738df","ref":"refs/heads/main","pushedAt":"2024-09-13T14:31:01.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 from untagged array-range dynamic ctor (assorted)\n\nReviewed By: Orvid\n\nDifferential Revision: D62552803\n\nfbshipit-source-id: 66a5594083c54c3c10f0319c3248e1251d37662b","shortMessageHtmlLink":"migrate from untagged array-range dynamic ctor (assorted)"}},{"before":null,"after":"ca0357ee7d159b33f0b8476b15a1ec88af3f47cc","ref":"refs/heads/export-D62552803","pushedAt":"2024-09-12T15:14:27.000Z","pushType":"branch_creation","commitsCount":0,"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 from untagged array-range dynamic ctor (assorted)\n\nDifferential Revision: D62552803","shortMessageHtmlLink":"migrate from untagged array-range dynamic ctor (assorted)"}},{"before":null,"after":"1a27a4b07c31fe1e4ef60ffd21c1650f903e2eeb","ref":"refs/heads/export-D60732540","pushedAt":"2024-08-04T17:03:39.000Z","pushType":"branch_creation","commitsCount":0,"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":"Del using namespace fbpcs/emp_games/he_aggregation/AggregationInputMetrics.h\n\nSummary:\nRemoves a `using namespace` from the global namespace in pursuit of enabling `-Wheader-hygiene`.\nQualifies instances that relied on the `using namespace`.\n\nReviewed By: dmm-fb\n\nDifferential Revision: D60732540","shortMessageHtmlLink":"Del using namespace fbpcs/emp_games/he_aggregation/AggregationInputMe…"}},{"before":"cfbfdd2e6dcd2da4d06147bd8ca79b4c0608d1f0","after":"9cfe4a7943efab433ad068eb85a5d4375017a8f5","ref":"refs/heads/main","pushedAt":"2024-07-01T17:41:14.000Z","pushType":"push","commitsCount":2,"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":"Removing cloud library and terraform library (#2411)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2411\n\n# Context\n\nThis diff stack aims to delete the deployment library which was initially developed to delete the deployment shell scripts with python scripts for better code coverage.\n\nThis diff removes the cloud library and terraform library from the PCE deployment library. The cloud library contains code for interacting with AWS and GCP, while the terraform library contains code for deploying infrastructure using Terraform. The changes include deleting files and removing code from the cloud library and terraform library.\n\nReviewed By: ajaybhargavb\n\nDifferential Revision: D59231742\n\nfbshipit-source-id: d3d432b0e4fd8f7a9fafd6a058b4e6c22be72108","shortMessageHtmlLink":"Removing cloud library and terraform library (#2411)"}},{"before":"f5e782ce100036e96ed3c709a669db4813cb4b94","after":"0aa1c24cf926328eab294c9cad71e88b5d715114","ref":"refs/heads/export-D59231742","pushedAt":"2024-07-01T17:02:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ankushksingh","name":null,"path":"/ankushksingh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94140580?s=80&v=4"},"commit":{"message":"Removing cloud library and terraform library (#2411)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2411\n\n# Context\n\nThis diff stack aims to delete the deployment library which was initially developed to delete the deployment shell scripts with python scripts for better code coverage.\n\nThis diff removes the cloud library and terraform library from the PCE deployment library. The cloud library contains code for interacting with AWS and GCP, while the terraform library contains code for deploying infrastructure using Terraform. The changes include deleting files and removing code from the cloud library and terraform library.\n\nDifferential Revision: D59231742","shortMessageHtmlLink":"Removing cloud library and terraform library (#2411)"}},{"before":null,"after":"361b7e4fb863fc3cf979f38a235506b7b14ee30f","ref":"refs/heads/export-D59231591","pushedAt":"2024-07-01T16:56:31.000Z","pushType":"branch_creation","commitsCount":0,"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":"Deleting deployment library, tests and target for the tests (#2410)\n\nSummary:\n\n# Context\n\nThis diff stack aims to delete the deployment library which was initially developed to delete the deployment shell scripts with python scripts for better code coverage.\n\nThis diff deletes the deployment library, tests and target for the tests in the fbpcs repository. The code changes in each file of the diff are as follows:\n\n- fbcode/fbpcs/TARGETS: The python_unittest target for the test_pce_deployment_library is removed.\n- fbcode/fbpcs/infra/pce_deployment_library/test/test_terraform_deployment.py: This file is deleted.\n- fbcode/fbpcs/infra/pce_deployment_library/test/test_aws.py: This file is deleted.\n- fbcode/fbpcs/infra/pce_deployment_library/publisher_pce/publisher_pce_utils.py: This file is deleted.\n- fbcode/fbpcs/infra/pce_deployment_library/publisher_pce/deploy.py: This file is deleted.\n\nDifferential Revision: D59231591","shortMessageHtmlLink":"Deleting deployment library, tests and target for the tests (#2410)"}},{"before":null,"after":"f5e782ce100036e96ed3c709a669db4813cb4b94","ref":"refs/heads/export-D59231742","pushedAt":"2024-07-01T16:56:30.000Z","pushType":"branch_creation","commitsCount":0,"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":"Removing cloud library and terraform library\n\nSummary:\n# Context\n\nThis diff stack aims to delete the deployment library which was initially developed to delete the deployment shell scripts with python scripts for better code coverage.\n\nThis diff removes the cloud library and terraform library from the PCE deployment library. The cloud library contains code for interacting with AWS and GCP, while the terraform library contains code for deploying infrastructure using Terraform. The changes include deleting files and removing code from the cloud library and terraform library.\n\nDifferential Revision: D59231742","shortMessageHtmlLink":"Removing cloud library and terraform library"}},{"before":"3d2f6a2f4c757321bbce7b26aee84586f7765713","after":null,"ref":"refs/heads/dependabot/pip/fbpcs/urllib3-1.26.19","pushedAt":"2024-06-18T19:20:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"e54451d9c04967b132d84121dd96fd65105e5769","after":"cfbfdd2e6dcd2da4d06147bd8ca79b4c0608d1f0","ref":"refs/heads/main","pushedAt":"2024-06-18T19:19:55.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":"Bump urllib3 from 1.26.18 to 1.26.19 in /fbpcs (#2409)\n\nSummary:\nBumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.\n
\nRelease notes\n

Sourced from urllib3's releases.

\n
\n

1.26.19

\n

🚀 urllib3 is fundraising for HTTP/2 support

\n

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

\n

Thank you for your support.

\n

Changes

\n\n

Full Changelog: https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19

\n

Note that due to an issue with our release automation, no multiple.intoto.jsonl file is available for this release.

\n
\n
\n
\nChangelog\n

Sourced from urllib3's changelog.

\n
\n

1.26.19 (2024-06-17)

\n\n
\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.26.18&new-version=1.26.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n ---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `dependabot rebase` will rebase this PR\n- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `dependabot merge` will merge this PR after your CI passes on it\n- `dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `dependabot reopen` will reopen this PR if it is closed\n- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebookresearch/fbpcs/network/alerts).\n\n
\n\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2409\n\nReviewed By: joe1234wu\n\nDifferential Revision: D58744865\n\nPulled By: wuman\n\nfbshipit-source-id: 1fa5f42e675118149f3310a133f826cac5b1022e","shortMessageHtmlLink":"Bump urllib3 from 1.26.18 to 1.26.19 in /fbpcs (#2409)"}},{"before":null,"after":"3d2f6a2f4c757321bbce7b26aee84586f7765713","ref":"refs/heads/dependabot/pip/fbpcs/urllib3-1.26.19","pushedAt":"2024-06-18T18:31:07.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 urllib3 from 1.26.18 to 1.26.19 in /fbpcs\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19)\n\n---\nupdated-dependencies:\n- dependency-name: urllib3\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump urllib3 from 1.26.18 to 1.26.19 in /fbpcs"}},{"before":"5e2476d483f2980ec8b8ca6b26cd0780ee581730","after":"e54451d9c04967b132d84121dd96fd65105e5769","ref":"refs/heads/main","pushedAt":"2024-06-06T22:30:56.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":"Put the Github repo in maintenance mode (#2407)\n\nSummary:\nX-link: https://github.com/facebookresearch/fbpcp/pull/533\n\nX-link: https://github.com/facebookresearch/fbpcf/pull/542\n\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2407\n\nAccording to our guideline (https://fb.workplace.com/groups/164332244998024/permalink/1234195941344977/), updating our open sourced repos with a sentence to indicate it's in maintenance mode.\n\nPlease let me know if the sentences are need to be rephrased.\n\nReviewed By: ajinkya-ghonge, joe1234wu, jinxinl22\n\nDifferential Revision: D58255798\n\nfbshipit-source-id: 618e11d3d4cef52ae7373539863e3dd8fdc38776","shortMessageHtmlLink":"Put the Github repo in maintenance mode (#2407)"}},{"before":null,"after":"9e359f2ffffa9279858aa981e0f3e5d80babcb82","ref":"refs/heads/export-D58255798","pushedAt":"2024-06-06T20:56:44.000Z","pushType":"branch_creation","commitsCount":0,"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":"Put the Github repo in maintenance mode\n\nSummary:\nAccording to our guideline (https://fb.workplace.com/groups/164332244998024/permalink/1234195941344977/), updating our open sourced repos with a sentence to indicate it's in maintenance mode.\n\n\nPlease let me know if the sentences are need to be rephrased.\n\nReviewed By: ajinkya-ghonge, jinxinl22\n\nDifferential Revision: D58255798","shortMessageHtmlLink":"Put the Github repo in maintenance mode"}},{"before":"d09c043c178b197eb653b1653a7fc4f6245eb5ec","after":"5e2476d483f2980ec8b8ca6b26cd0780ee581730","ref":"refs/heads/main","pushedAt":"2024-05-22T00:29:00.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":"suppress errors in `fbpcs`\n\nDifferential Revision: D57543268\n\nfbshipit-source-id: 0f641064fdd0fd4469f4855f9e93b47fa0bca72d","shortMessageHtmlLink":"suppress errors in fbpcs"}},{"before":"d538899ecc8c5a8ab95fa23f2b251af79befcef3","after":"d09c043c178b197eb653b1653a7fc4f6245eb5ec","ref":"refs/heads/main","pushedAt":"2024-05-17T23:13: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":"Remove unused variables in fbmeshd/rnl/tests/NetlinkSocketTest.cpp (#2405)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2405\n\nLLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused variables can compromise readability or, worse, performance.\n\nThis diff either (a) removes an unused variable and, possibly, it's associated code, or (b) qualifies the variable with `[[maybe_unused]]`, mostly in cases where the variable _is_ used, but, eg, in an `assert` statement that isn't present in production code.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: palmje\n\nDifferential Revision: D57344008\n\nfbshipit-source-id: b5f906e2d4c922590286ab5ecd4df12a3e070075","shortMessageHtmlLink":"Remove unused variables in fbmeshd/rnl/tests/NetlinkSocketTest.cpp (#…"}},{"before":"5b83e912f8f856d583388a1e95056899694c3888","after":"d538899ecc8c5a8ab95fa23f2b251af79befcef3","ref":"refs/heads/main","pushedAt":"2024-05-17T17:42:41.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":"upgrade pyre version in `fbcode/fbpcs` - batch 1 (#2403)\n\nSummary: Pull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2403\n\nReviewed By: joe1234wu\n\nDifferential Revision: D57183290\n\nfbshipit-source-id: b00995058e1e232086b15ab7d1aa9d4872442c0d","shortMessageHtmlLink":"upgrade pyre version in fbcode/fbpcs - batch 1 (#2403)"}},{"before":"d4bd068bab0a577fc85b61b8bf47e221579a4945","after":"5b83e912f8f856d583388a1e95056899694c3888","ref":"refs/heads/main","pushedAt":"2024-05-16T23:45:24.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 vulnerability in tqdm dependency (#2404)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2404\n\nAutomated checkup noticed that this repo is using a version of tqdm with a known security vulnerability: P1230616905. Moreover, D57063468 changes to the new version in fbpcp and comments indicate that these versions should be kept in sync.\n\nReviewed By: ankushksingh, joe1234wu\n\nDifferential Revision: D57464049\n\nfbshipit-source-id: e8c25efb490a66a4404571c909db6164b994fdd8","shortMessageHtmlLink":"Fix vulnerability in tqdm dependency (#2404)"}},{"before":"b73508e699f268d43f715608070a1f3bbe2e1228","after":"d4bd068bab0a577fc85b61b8bf47e221579a4945","ref":"refs/heads/main","pushedAt":"2024-05-15T22:02:24.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 minor grammar error and link LICENSE file. (#2352)\n\nSummary:\nNoticed a minor grammatical error and also linked the LICENSE file.\n\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2352\n\nReviewed By: Pradeepnitw, joe1234wu, wenhaizhu, jinxinl22\n\nDifferential Revision: D57394126\n\nPulled By: wuman\n\nfbshipit-source-id: 143bbc466f7833a575bc8da226e0c37a59973261","shortMessageHtmlLink":"Fix minor grammar error and link LICENSE file. (#2352)"}},{"before":"78f629e7612aa7cd64767309e1fd6e3e38babb5a","after":"b73508e699f268d43f715608070a1f3bbe2e1228","ref":"refs/heads/main","pushedAt":"2024-05-08T20:35:30.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":"Delete Smart agent server skeleton in fbpcs (#2402)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2402\n\nSmart agent was't release to production but we changed to tee-pl solution.\nthus this MPC solution is safe to delete and smart agent is never productionized and used in production code.\nCleaning up Smart agent from build onedocker\n\nDifferential Revision: D57120508\n\nfbshipit-source-id: 32ba9983913642edc9637e46a358d5e56ba92400","shortMessageHtmlLink":"Delete Smart agent server skeleton in fbpcs (#2402)"}},{"before":"59b31ebea9aee8072775ab06777a479053bf9651","after":"78f629e7612aa7cd64767309e1fd6e3e38babb5a","ref":"refs/heads/main","pushedAt":"2024-05-08T03:50: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":"Fix typos (#2354)\n\nSummary: Pull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2354\n\nReviewed By: joe1234wu\n\nDifferential Revision: D57087950\n\nPulled By: wuman\n\nfbshipit-source-id: 5b95800ae8d32943adfdf0fcd397e34dfa25ed62","shortMessageHtmlLink":"Fix typos (#2354)"}},{"before":"e5e9876ca44c7ae6953819653ab886255d68fd6d","after":"59b31ebea9aee8072775ab06777a479053bf9651","ref":"refs/heads/main","pushedAt":"2024-05-07T23:59: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":"Delete Smart agent from build onedocker (#2401)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2401\n\nSmart agent was't release to production but we changed to tee-pl solution.\nthus this MPC solution is safe to delete and smart agent is never productionized and used in production code.\n\nCleaning up Smart agent from build onedocker\n\nReviewed By: wenhaizhu\n\nDifferential Revision: D57077666\n\nfbshipit-source-id: c616fb7b08351d7972088902d44829d8983eae66","shortMessageHtmlLink":"Delete Smart agent from build onedocker (#2401)"}},{"before":"4bd49527e643d839e69bfed79c8fce89a92ec4eb","after":"e5e9876ca44c7ae6953819653ab886255d68fd6d","ref":"refs/heads/main","pushedAt":"2024-05-07T23:47:12.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":"ci: Use GITHUB_OUTPUT envvar instead of set-output command (#2368)\n\nSummary:\n`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/).\n\nThis PR updates the usage of `set-output` to `$GITHUB_OUTPUT`\n\nInstructions for envvar usage from GitHub docs:\n\nhttps://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter\n\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2368\n\nReviewed By: wenhaizhu\n\nDifferential Revision: D57079874\n\nPulled By: joe1234wu\n\nfbshipit-source-id: 5800df3da7d9e5c3dd4c3d738141656d8f45b59b","shortMessageHtmlLink":"ci: Use GITHUB_OUTPUT envvar instead of set-output command (#2368)"}},{"before":"ff6b1483992ba0587f0e85c845b034d26cecd878","after":"4bd49527e643d839e69bfed79c8fce89a92ec4eb","ref":"refs/heads/main","pushedAt":"2024-05-07T23:39: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":"Delete Smart agent package in B&R extract/upload script\n\nSummary:\nSmart agent was't release to production but we changed to tee-pl solution.\nthus this MPC solution is safe to delete and smart agent is never productionized and used in production code.\n\nCleaning up the unused code in MPC B&R extract/upload script\n\nReviewed By: wenhaizhu\n\nDifferential Revision: D57076695\n\nfbshipit-source-id: 2bbd745fc5cc05d07fab6e46760a89005b4e799a","shortMessageHtmlLink":"Delete Smart agent package in B&R extract/upload script"}},{"before":"84b91cee2d8091799caedae66e8eb922111d7c2d","after":"ff6b1483992ba0587f0e85c845b034d26cecd878","ref":"refs/heads/main","pushedAt":"2024-05-04T14:30:37.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 unused-but-set variables in fbpcs/emp_games/lift/pcf2_calculator/test/common/LiftCalculator.cpp +1 (#2399)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2399\n\nThis diff removes a variable that was set, but which was not used.\n\nLLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused but set variables often indicate a programming mistake, but can also just be unnecessary cruft that harms readability and performance.\n\nRemoving this variable will not change how your code works, but the unused variable may indicate your code isn't working the way you thought it was. I've gone through each of these by hand, but mistakes may have slipped through. If you feel the diff needs changes before landing, **please commandeer** and make appropriate changes: there are hundreds of these and responding to them individually is challenging.\n\nFor questions/comments, contact r-barnes.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: palmje, dmm-fb\n\nDifferential Revision: D56887378\n\nfbshipit-source-id: d7a35af4488adb13efb8b9bf4fab74b78a1ae977","shortMessageHtmlLink":"Remove unused-but-set variables in fbpcs/emp_games/lift/pcf2_calculat…"}},{"before":"a035f09903c711761b3a07d95d6d834eca76ea6d","after":"84b91cee2d8091799caedae66e8eb922111d7c2d","ref":"refs/heads/main","pushedAt":"2024-04-14T18:34:50.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":"Apply clang-format 18\n\nSummary: Previously this code conformed from clang-format 12.\n\nReviewed By: igorsugak\n\nDifferential Revision: D56065247\n\nfbshipit-source-id: f5a985dd8f8b84f2f9e1818b3719b43c5a1b05b3","shortMessageHtmlLink":"Apply clang-format 18"}},{"before":"2368e5dec2942faa4f98375bdde692358632e002","after":"a035f09903c711761b3a07d95d6d834eca76ea6d","ref":"refs/heads/main","pushedAt":"2024-04-12T05:35: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":"Remove unused variables in fbpcs/emp_games/lift/pcf2_calculator/test/common/LiftCalculator.cpp (#2398)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2398\n\nLLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused variables can compromise readability or, worse, performance.\n\nThis diff either (a) removes an unused variable and, possibly, it's associated code, or (b) qualifies the variable with `[[maybe_unused]]`, mostly in cases where the variable _is_ used, but, eg, in an `assert` statement that isn't present in production code.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: palmje\n\nDifferential Revision: D56022428\n\nfbshipit-source-id: 56074bd3d9cbfcc91c97072bbe50b8e306ff3afe","shortMessageHtmlLink":"Remove unused variables in fbpcs/emp_games/lift/pcf2_calculator/test/…"}},{"before":"d190aa6ca565631d014a03414d5afa2f1aa9f3cd","after":"2368e5dec2942faa4f98375bdde692358632e002","ref":"refs/heads/main","pushedAt":"2024-04-12T05:30: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":"Remove unused variables in fbit/itstorage/data_crawler/thread/ThreadedCrawler.cpp (#2397)\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2397\n\nX-link: https://github.com/facebookresearch/fbpcf/pull/538\n\nLLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused variables can compromise readability or, worse, performance.\n\nThis diff either (a) removes an unused variable and, possibly, it's associated code, or (b) qualifies the variable with `[[maybe_unused]]`, mostly in cases where the variable _is_ used, but, eg, in an `assert` statement that isn't present in production code.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: palmje\n\nDifferential Revision: D56022415\n\nfbshipit-source-id: 65aa2b310e39ff134bf6dd8a82e3a539c3033660","shortMessageHtmlLink":"Remove unused variables in fbit/itstorage/data_crawler/thread/Threade…"}},{"before":"7a3e8985b1f0f580f2bfc57f0d2f204d9ab28196","after":"d190aa6ca565631d014a03414d5afa2f1aa9f3cd","ref":"refs/heads/main","pushedAt":"2024-03-23T23:13:04.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\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\nX-link: 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"}},{"before":"c8e3049d3801881d15781267038a1a83ae7f479a","after":"7a3e8985b1f0f580f2bfc57f0d2f204d9ab28196","ref":"refs/heads/main","pushedAt":"2024-03-20T19:37: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":"Remove unused variables in fboss/agent/state/Interface.cpp\n\nSummary:\nLLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused variables can compromise readability or, worse, performance.\n\nThis diff either (a) removes an unused variable and, possibly, it's associated code, or (b) qualifies the variable with `[[maybe_unused]]`, mostly in cases where the variable _is_ used, but, eg, in an `assert` statement that isn't present in production code.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: peygar\n\nDifferential Revision: D55099975\n\nfbshipit-source-id: c4c4d45c215f0bf401a9795121fd75bca9bad6d2","shortMessageHtmlLink":"Remove unused variables in fboss/agent/state/Interface.cpp"}},{"before":null,"after":"9d563a26320a474c3cdd11fa2343e6e28f3ca917","ref":"refs/heads/export-D55099975","pushedAt":"2024-03-20T16:59:01.000Z","pushType":"branch_creation","commitsCount":0,"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 unused variables in fboss/agent/state/Interface.cpp\n\nSummary:\nLLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused variables can compromise readability or, worse, performance.\n\nThis diff either (a) removes an unused variable and, possibly, it's associated code, or (b) qualifies the variable with `[[maybe_unused]]`, mostly in cases where the variable _is_ used, but, eg, in an `assert` statement that isn't present in production code.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: peygar\n\nDifferential Revision: D55099975","shortMessageHtmlLink":"Remove unused variables in fboss/agent/state/Interface.cpp"}},{"before":"654b508a078eef1dc95a11042eba4ec188891095","after":"c8e3049d3801881d15781267038a1a83ae7f479a","ref":"refs/heads/main","pushedAt":"2024-03-11T20:52: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":"Final big migration push [7/22] (#2394)\n\nSummary: Pull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2394\n\nReviewed By: kinto0\n\nDifferential Revision: D54731232\n\nfbshipit-source-id: 2cf2afd0037c164c530531a453152d3d1747eb09","shortMessageHtmlLink":"Final big migration push [7/22] (#2394)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QxNDozMTowMS4wMDAwMDBazwAAAAS1lSZm","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QxNDozMTowMS4wMDAwMDBazwAAAAS1lSZm","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xMVQyMDo1MjozNi4wMDAwMDBazwAAAAQSuZ3m"}},"title":"Activity · facebookresearch/fbpcs"}