{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":496768943,"defaultBranch":"main","name":"memlab","ownerLogin":"facebook","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-05-26T20:53:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69631?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717044762.0","currentOid":""},"activityList":{"items":[{"before":"64210514f3f4b10adc79b207cb06fd04ea36a224","after":"70fbe3294d097f4130606681123ee4333f1a7e85","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T19:12:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 3024612da0c5f24bfc2c4c515e2f5e89b5e8cdbc","shortMessageHtmlLink":"deploy: 3024612"}},{"before":"da1e05c860fd04620fe7c6b6e8b918435d87b3ea","after":"3024612da0c5f24bfc2c4c515e2f5e89b5e8cdbc","ref":"refs/heads/main","pushedAt":"2024-05-28T19:09:49.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":"feat(core): add config to skip waiting for browser close (#120)\n\nSummary:\nIssue: https://github.com/facebook/memlab/issues/95\n\nPull Request resolved: https://github.com/facebook/memlab/pull/120\n\nTest Plan:\n```\nmemlab build-core && memlab test && arc lint\n```\n\nReviewed By: twobassdrum\n\nDifferential Revision: D57819075\n\nPulled By: JacksonGL\n\nfbshipit-source-id: e60d1aa9d8b59565534a660bb029ceb68499b3d6","shortMessageHtmlLink":"feat(core): add config to skip waiting for browser close (#120)"}},{"before":"1b9462fdeb9162175c6e19c34ea8e3727b6464fb","after":"64210514f3f4b10adc79b207cb06fd04ea36a224","ref":"refs/heads/gh-pages","pushedAt":"2024-05-16T19:46:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: da1e05c860fd04620fe7c6b6e8b918435d87b3ea","shortMessageHtmlLink":"deploy: da1e05c"}},{"before":"eebc7648a57d792bee6fd0140d9fa971bb7cf8aa","after":"da1e05c860fd04620fe7c6b6e8b918435d87b3ea","ref":"refs/heads/main","pushedAt":"2024-05-16T19:44: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":"fix(website): fix next.js example website\n\nSummary: Fix example website build failure due to the `next` dependency upgrade that fixes a security concern.\n\nReviewed By: tulga1970\n\nDifferential Revision: D57227878\n\nfbshipit-source-id: be384b98a72b7720bde385cd2f674fe78081fef9","shortMessageHtmlLink":"fix(website): fix next.js example website"}},{"before":"025eaba3c4fe50565c317c99a8873e6603c6e31e","after":"1b9462fdeb9162175c6e19c34ea8e3727b6464fb","ref":"refs/heads/gh-pages","pushedAt":"2024-05-13T17:19:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: eebc7648a57d792bee6fd0140d9fa971bb7cf8aa","shortMessageHtmlLink":"deploy: eebc764"}},{"before":"c360a62cf626b547bf8954f99ca74fc7e97a57b3","after":"eebc7648a57d792bee6fd0140d9fa971bb7cf8aa","ref":"refs/heads/main","pushedAt":"2024-05-13T17:16:43.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(core): improve quoting args in running integration test jobs\n\nReviewed By: tulga1970\n\nDifferential Revision: D57249292\n\nfbshipit-source-id: 4f24c20269217a13230e09f6f9f6225077556c6e","shortMessageHtmlLink":"fix(core): improve quoting args in running integration test jobs"}},{"before":"21621c28796a2a78e4ed0cd721d84f060809d3af","after":"025eaba3c4fe50565c317c99a8873e6603c6e31e","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T19:47:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: c360a62cf626b547bf8954f99ca74fc7e97a57b3","shortMessageHtmlLink":"deploy: c360a62"}},{"before":"0f11b29f81d558bb81e5050e68c4a475f6d0978c","after":"c360a62cf626b547bf8954f99ca74fc7e97a57b3","ref":"refs/heads/main","pushedAt":"2024-05-10T19:45:30.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":"next js example use more secure version of next dependency\n\nSummary: See T188626711\n\nReviewed By: twobassdrum\n\nDifferential Revision: D57194357\n\nfbshipit-source-id: 3c47bd6c4a026729d335d520aa5d8901de5268a1","shortMessageHtmlLink":"next js example use more secure version of next dependency"}},{"before":"d78e81e2cda6b5f50a29da30dc4c506aecb4ce66","after":"21621c28796a2a78e4ed0cd721d84f060809d3af","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T20:15:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 0f11b29f81d558bb81e5050e68c4a475f6d0978c","shortMessageHtmlLink":"deploy: 0f11b29"}},{"before":"b5d5fc5f622ce935b8bb9e231c6a186f163459f3","after":"0f11b29f81d558bb81e5050e68c4a475f6d0978c","ref":"refs/heads/main","pushedAt":"2024-05-01T20:13: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":"Prevent external retainer trace edge filter from OOMing memlab path finder (#117)\n\nSummary:\nExternal leak filter's `retainerReferenceFilter` callback could return `true` for edges that shouldn't be used. For example, self-referencing edges cause to infinite loop when traversing from a node to the GC root. MemLab's default edge filter excludes these kind of edges, but MemLab's path finder didn't consider the case where external leak filter may bypass MemLab's internal edge filter.\n\nThis diff makes a patch to MemLab so that its path finder will consider the case where external edge filter includes edges that should be bypassed.\n\nDifferential Revision: D56803842\n\nfbshipit-source-id: d25ab366c5a1562927d284299a0bcfb057d9330a","shortMessageHtmlLink":"Prevent external retainer trace edge filter from OOMing memlab path f…"}},{"before":"0d091f617fc83dac133270cc13fcc8b9e91df1d6","after":"d78e81e2cda6b5f50a29da30dc4c506aecb4ce66","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T19:25:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: b5d5fc5f622ce935b8bb9e231c6a186f163459f3","shortMessageHtmlLink":"deploy: b5d5fc5"}},{"before":"3b05576df932b30b491106ffe522bf82d6f62a8f","after":"b5d5fc5f622ce935b8bb9e231c6a186f163459f3","ref":"refs/heads/main","pushedAt":"2024-05-01T19:22: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":"feat(all): bump npm versions for the next release\n\nSummary: TSIA\n\nDifferential Revision: D56004347\n\nfbshipit-source-id: 9f6c681aafd5fa9847785eaa242272e79e017818","shortMessageHtmlLink":"feat(all): bump npm versions for the next release"}},{"before":"7f649fa3d6a0bcf5d57d83697a932f132c2e18a2","after":"0d091f617fc83dac133270cc13fcc8b9e91df1d6","ref":"refs/heads/gh-pages","pushedAt":"2024-04-09T23:58:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 3b05576df932b30b491106ffe522bf82d6f62a8f","shortMessageHtmlLink":"deploy: 3b05576"}},{"before":"52360596a71df397d4f884e22a3a27730792770f","after":"3b05576df932b30b491106ffe522bf82d6f62a8f","ref":"refs/heads/main","pushedAt":"2024-04-09T23:56:29.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":"chore(site): disable doc site animation on mobile devices\n\nSummary: disable the doc site home page's animation when it's running on mobile web browsers (screen is too small for such a complex animation)\n\nReviewed By: tulga1970\n\nDifferential Revision: D55033551\n\nfbshipit-source-id: 7a1c0941cf6eb43800b1ad70c754372a311fd3b1","shortMessageHtmlLink":"chore(site): disable doc site animation on mobile devices"}},{"before":"3f2f0c816c0dc56ead7fba72a42ed9977f8c178c","after":"7f649fa3d6a0bcf5d57d83697a932f132c2e18a2","ref":"refs/heads/gh-pages","pushedAt":"2024-04-09T22:47:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 52360596a71df397d4f884e22a3a27730792770f","shortMessageHtmlLink":"deploy: 5236059"}},{"before":"f18430ed588ddc2e3476802d258b6e2464713639","after":"52360596a71df397d4f884e22a3a27730792770f","ref":"refs/heads/main","pushedAt":"2024-04-09T22:45:09.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":"feat(core): enable WebGL in headless mode\n\nSummary: so memlab or puppeteer won't throw error in headless mode when the web page uses WebGL\n\nReviewed By: tulga1970\n\nDifferential Revision: D54936137\n\nfbshipit-source-id: 2c5e03a5d86c6f8a29a332aa46e44cbca84f3307","shortMessageHtmlLink":"feat(core): enable WebGL in headless mode"}},{"before":"1f818fda3d54ffd00ef298f08fcca8e67924ad58","after":"3f2f0c816c0dc56ead7fba72a42ed9977f8c178c","ref":"refs/heads/gh-pages","pushedAt":"2024-03-19T21:50:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: f18430ed588ddc2e3476802d258b6e2464713639","shortMessageHtmlLink":"deploy: f18430e"}},{"before":"24127d21c75c4eada49c402ea92e113190efd25a","after":"f18430ed588ddc2e3476802d258b6e2464713639","ref":"refs/heads/main","pushedAt":"2024-03-19T21:47: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":"chore(cli) upgrade minimist dependency and remove unused third-party package type declarations\n\nSummary:\nminimist@1.2.0 has security vulnerabilities:\nhttps://fburl.com/vulnerability_management/n833z090\n\nThis diff upgrades the dependency to the latest version ( 1.2.8 )\n\nReviewed By: twobassdrum\n\nDifferential Revision: D55052779\n\nfbshipit-source-id: 5c6338c2ee5bae139bcce88546781bf7bd6f5d34","shortMessageHtmlLink":"chore(cli) upgrade minimist dependency and remove unused third-party …"}},{"before":"300de98001b71eaa01e780b3ae2f638e5dddc5d3","after":"1f818fda3d54ffd00ef298f08fcca8e67924ad58","ref":"refs/heads/gh-pages","pushedAt":"2024-03-15T00:09:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 24127d21c75c4eada49c402ea92e113190efd25a","shortMessageHtmlLink":"deploy: 24127d2"}},{"before":"a267a723998301e79a66422ba4d5fee1f406e05a","after":"24127d21c75c4eada49c402ea92e113190efd25a","ref":"refs/heads/main","pushedAt":"2024-03-14T23:28: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":"fix(doc): a few patches to the doc site\n\nSummary:\nA few changes:\n * Add more documentation for the `memlab measure` command.\n * Website accommodates the mobile UI size\n\nAlso related to #116\n\nReviewed By: twobassdrum\n\nDifferential Revision: D54870111\n\nfbshipit-source-id: 3ff62d6b0f999ce0519e8e2e037a10d10bc56a87","shortMessageHtmlLink":"fix(doc): a few patches to the doc site"}},{"before":"efbb94640a6078e0cda7d8e77b9db02657445bf2","after":"300de98001b71eaa01e780b3ae2f638e5dddc5d3","ref":"refs/heads/gh-pages","pushedAt":"2024-03-14T20:09:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: a267a723998301e79a66422ba4d5fee1f406e05a","shortMessageHtmlLink":"deploy: a267a72"}},{"before":"19ef63ac5093a83398615bdd02104e1952046fdc","after":"a267a723998301e79a66422ba4d5fee1f406e05a","ref":"refs/heads/main","pushedAt":"2024-03-14T20:02:23.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":"feat(website): new homepage animation\n\nSummary: New background animation of the memlab website\n\nReviewed By: twobassdrum\n\nDifferential Revision: D54887603\n\nfbshipit-source-id: c0da0559e6a809252648f67c9c287c89f05def4d","shortMessageHtmlLink":"feat(website): new homepage animation"}},{"before":"136e0ea8aab245afa17bf53bdf0b6b4856fabb71","after":"efbb94640a6078e0cda7d8e77b9db02657445bf2","ref":"refs/heads/gh-pages","pushedAt":"2024-03-11T19:38:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 19ef63ac5093a83398615bdd02104e1952046fdc","shortMessageHtmlLink":"deploy: 19ef63a"}},{"before":"941843e6892f870a86379c674133ebcbe7c16335","after":"19ef63ac5093a83398615bdd02104e1952046fdc","ref":"refs/heads/main","pushedAt":"2024-03-11T19:36:16.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":"feat(api): support getting console backup file from SnapshotResultReader (#115)\n\nSummary: Support getting console backup file from SnapshotResultReader\n\nDifferential Revision: D54736039\n\nfbshipit-source-id: b3a78742f45834addadefd1db6147134da3b2473","shortMessageHtmlLink":"feat(api): support getting console backup file from SnapshotResultRea…"}},{"before":"c64aa58383e028ff1f2a9fae7c8cb104015830af","after":"136e0ea8aab245afa17bf53bdf0b6b4856fabb71","ref":"refs/heads/gh-pages","pushedAt":"2024-02-14T00:08:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 941843e6892f870a86379c674133ebcbe7c16335","shortMessageHtmlLink":"deploy: 941843e"}},{"before":"167815f09f6923e6504e862fefac13892cdc415e","after":"941843e6892f870a86379c674133ebcbe7c16335","ref":"refs/heads/main","pushedAt":"2024-02-14T00:06: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":"doc(api): better documentation\n\nSummary: improve memlab documentation on the doc site\n\nDifferential Revision: D53648111\n\nfbshipit-source-id: 8905b152ebb351421185af7ac87004868465175e","shortMessageHtmlLink":"doc(api): better documentation"}},{"before":"2f02c5c887a683ffac8c69de0f070862d2027bf4","after":"c64aa58383e028ff1f2a9fae7c8cb104015830af","ref":"refs/heads/gh-pages","pushedAt":"2024-02-13T21:17:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 167815f09f6923e6504e862fefac13892cdc415e","shortMessageHtmlLink":"deploy: 167815f"}},{"before":"1c3cbdbdeaae92adb66e5c150da556ed5511ed67","after":"167815f09f6923e6504e862fefac13892cdc415e","ref":"refs/heads/main","pushedAt":"2024-02-13T21:15: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":"feat(all): bump version number for the next release\n\nSummary: bump version number for the next npm release\n\nDifferential Revision: D53648108\n\nfbshipit-source-id: 980849352483131ca1bf0ee4f84d013b33ae4b3c","shortMessageHtmlLink":"feat(all): bump version number for the next release"}},{"before":"2fce7bc470f5cc074d39ffb2fca8d3bc51d67110","after":"2f02c5c887a683ffac8c69de0f070862d2027bf4","ref":"refs/heads/gh-pages","pushedAt":"2024-02-13T19:37:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 1c3cbdbdeaae92adb66e5c150da556ed5511ed67","shortMessageHtmlLink":"deploy: 1c3cbdb"}},{"before":"bb1a3b6b8d54e127fab1ede768adbd9078d35633","after":"1c3cbdbdeaae92adb66e5c150da556ed5511ed67","ref":"refs/heads/main","pushedAt":"2024-02-13T19:35: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":"fix(all): update dependencies versions (#113)\n\nSummary: Close #113\n\nDifferential Revision: D53648107\n\nfbshipit-source-id: 3b7804eb397f5b323f334d96f6b27c9479982ca9","shortMessageHtmlLink":"fix(all): update dependencies versions (#113)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVjRABwA","startCursor":null,"endCursor":null}},"title":"Activity · facebook/memlab"}