{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":50629145,"defaultBranch":"main","name":"pprof","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-01-29T01:52:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716259409.0","currentOid":""},"activityList":{"items":[{"before":"67f7ab83a680ba34fca7abdf754d643dff377aff","after":"4bfdf5a9a2afe5a477d08dd56a5a9b7afd0b0139","ref":"refs/heads/main","pushedAt":"2024-05-25T22:32:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Fix panic on missing file. (#864)\n\nFixes #863.","shortMessageHtmlLink":"Fix panic on missing file. (#864)"}},{"before":"9665fa269a300a7e802154f4df8c4e9ee970fc5c","after":"67f7ab83a680ba34fca7abdf754d643dff377aff","ref":"refs/heads/main","pushedAt":"2024-05-25T17:28:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Remove pprof->chromedp dependency. (#866)\n\n* Remove pprof->chromedp dependency.\r\n\r\nMoved chromedp based tests to a separate module (in the same\r\nGit repository). This change signficantly reduces the dependency\r\nfootprint of pprof.\r\n\r\n* Test the current version of pprof in browsertests.\r\n\r\n* Tidy browsertests deps\r\n\r\n* Prevent fake test profile from being saved\r\n\r\n* Handle code review comments","shortMessageHtmlLink":"Remove pprof->chromedp dependency. (#866)"}},{"before":"92f845e782786e640e2431f065f8c2b6e08b582c","after":"3bbf6e51f17747fceb4bcab3ec5d86aeca234bc3","ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4.4.1","pushedAt":"2024-05-21T02:44:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"de9436a92deed03936bc585b60ddfb21febbade6","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.6","pushedAt":"2024-05-21T02:43:29.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":"723abb6459b72e964cbfb3f7064446bf3bb321dc","after":"9665fa269a300a7e802154f4df8c4e9ee970fc5c","ref":"refs/heads/main","pushedAt":"2024-05-21T02:43:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"--- (#860)\n\nupdated-dependencies:\r\n- dependency-name: actions/checkout\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"--- (#860)"}},{"before":null,"after":"92f845e782786e640e2431f065f8c2b6e08b582c","ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4.4.1","pushedAt":"2024-05-20T23:59:57.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":"---\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":null,"after":"de9436a92deed03936bc585b60ddfb21febbade6","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.6","pushedAt":"2024-05-20T23:59:53.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":"---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"454ddf2345e85e2c2dab6fa75dedc503544ad432","after":"723abb6459b72e964cbfb3f7064446bf3bb321dc","ref":"refs/heads/main","pushedAt":"2024-05-09T14:45:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Assume //anon files unsymbolizable. (#859)\n\nThe //anon mappings do not correspond to an actual file so pprof trying\r\nto look them up on disk and complaining with a warning is not useful.\r\n\r\nCo-authored-by: Maggie Nolan Edmonds ","shortMessageHtmlLink":"Assume //anon files unsymbolizable. (#859)"}},{"before":"b9f57a29a9de9f1c5fbd465e7418875992a248e0","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.5","pushedAt":"2024-05-09T13:53:15.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":"1db217f89380e4c86248219dce8a5e47fd9903c9","after":"454ddf2345e85e2c2dab6fa75dedc503544ad432","ref":"refs/heads/main","pushedAt":"2024-05-09T13:53:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 4.1.4 to 4.1.5 (#856)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/checkout\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Alexey Alexandrov ","shortMessageHtmlLink":"Bump actions/checkout from 4.1.4 to 4.1.5 (#856)"}},{"before":"dba896c016d5984973d52fee7f7c2704de39e45c","after":"b9f57a29a9de9f1c5fbd465e7418875992a248e0","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.5","pushedAt":"2024-05-08T14:52:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/github_actions/actions/checkout-4.1.5","shortMessageHtmlLink":"Merge branch 'main' into dependabot/github_actions/actions/checkout-4…"}},{"before":"f601e5cb56386966bd12f8ed114ae9393aac0249","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-go-5.0.1","pushedAt":"2024-05-08T14:52:18.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":"6f11f98ebb1c7712827e5c7626c3e8ed1b945217","after":"1db217f89380e4c86248219dce8a5e47fd9903c9","ref":"refs/heads/main","pushedAt":"2024-05-08T14:52:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Bump actions/setup-go from 5.0.0 to 5.0.1 (#857)\n\nBumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.\r\n- [Release notes](https://github.com/actions/setup-go/releases)\r\n- [Commits](https://github.com/actions/setup-go/compare/0c52d547c9bc32b1aa3301fd7a9cb496313a4491...cdcb36043654635271a94b9a6d1392de5bb323a7)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/setup-go\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Alexey Alexandrov ","shortMessageHtmlLink":"Bump actions/setup-go from 5.0.0 to 5.0.1 (#857)"}},{"before":"30f7bb58568d1ed9bba403c84a1f3b9e4fdec037","after":"dba896c016d5984973d52fee7f7c2704de39e45c","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.5","pushedAt":"2024-05-07T18:39:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/github_actions/actions/checkout-4.1.5","shortMessageHtmlLink":"Merge branch 'main' into dependabot/github_actions/actions/checkout-4…"}},{"before":"64ac1fb952eb84b48a259f7957229fa26d29bb03","after":"f601e5cb56386966bd12f8ed114ae9393aac0249","ref":"refs/heads/dependabot/github_actions/actions/setup-go-5.0.1","pushedAt":"2024-05-07T18:39:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/github_actions/actions/setup-go-5.0.1","shortMessageHtmlLink":"Merge branch 'main' into dependabot/github_actions/actions/setup-go-5…"}},{"before":"9b86b7386609f893cb3e1c6f46c2831bf9724d50","after":null,"ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4.3.1","pushedAt":"2024-05-07T18:39: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":"eadc5834db1b0b1a5137ce4ab193b433a30475b3","after":"6f11f98ebb1c7712827e5c7626c3e8ed1b945217","ref":"refs/heads/main","pushedAt":"2024-05-07T18:38:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#858)\n\nBumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.\r\n- [Release notes](https://github.com/codecov/codecov-action/releases)\r\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/codecov/codecov-action/compare/84508663e988701840491b86de86b666e8a86bed...5ecb98a3c6b747ed38dc09f787459979aebb39be)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: codecov/codecov-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Alexey Alexandrov ","shortMessageHtmlLink":"Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#858)"}},{"before":"ea2ed1a2cce056bfec260aef2e0f6ba3c2653d8b","after":"9b86b7386609f893cb3e1c6f46c2831bf9724d50","ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4.3.1","pushedAt":"2024-05-07T16:59:39.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-4.3.1","shortMessageHtmlLink":"Merge branch 'main' into dependabot/github_actions/codecov/codecov-ac…"}},{"before":"c11bd5fda86b68adbc6cc6cb824bf9b8d03bc982","after":"64ac1fb952eb84b48a259f7957229fa26d29bb03","ref":"refs/heads/dependabot/github_actions/actions/setup-go-5.0.1","pushedAt":"2024-05-07T16:58:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/github_actions/actions/setup-go-5.0.1","shortMessageHtmlLink":"Merge branch 'main' into dependabot/github_actions/actions/setup-go-5…"}},{"before":"121d4e5a8164319d68a79ea18f1adf2d72926470","after":"30f7bb58568d1ed9bba403c84a1f3b9e4fdec037","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.5","pushedAt":"2024-05-07T16:58:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/github_actions/actions/checkout-4.1.5","shortMessageHtmlLink":"Merge branch 'main' into dependabot/github_actions/actions/checkout-4…"}},{"before":"e4905b036c4ea7eb8e42342ed91e4a6dd5fcadfb","after":"eadc5834db1b0b1a5137ce4ab193b433a30475b3","ref":"refs/heads/main","pushedAt":"2024-05-07T16:58:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Apply grab and grabbing cursor to graph UI element (#854)","shortMessageHtmlLink":"Apply grab and grabbing cursor to graph UI element (#854)"}},{"before":null,"after":"ea2ed1a2cce056bfec260aef2e0f6ba3c2653d8b","ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4.3.1","pushedAt":"2024-05-06T23:29:11.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 codecov/codecov-action from 4.3.0 to 4.3.1\n\nBumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/84508663e988701840491b86de86b666e8a86bed...5ecb98a3c6b747ed38dc09f787459979aebb39be)\n\n---\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump codecov/codecov-action from 4.3.0 to 4.3.1"}},{"before":null,"after":"c11bd5fda86b68adbc6cc6cb824bf9b8d03bc982","ref":"refs/heads/dependabot/github_actions/actions/setup-go-5.0.1","pushedAt":"2024-05-06T23:29: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 actions/setup-go from 5.0.0 to 5.0.1\n\nBumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/0c52d547c9bc32b1aa3301fd7a9cb496313a4491...cdcb36043654635271a94b9a6d1392de5bb323a7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-go from 5.0.0 to 5.0.1"}},{"before":null,"after":"121d4e5a8164319d68a79ea18f1adf2d72926470","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.5","pushedAt":"2024-05-06T23:29:03.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 actions/checkout from 4.1.4 to 4.1.5\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 4.1.4 to 4.1.5"}},{"before":"d5ea7fc139c579ad46ca8e90a14706f56ec17f05","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.4","pushedAt":"2024-04-30T03:54:37.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":"a892ee059fd6552a08e20f612c277dcc916cbe1e","after":"e4905b036c4ea7eb8e42342ed91e4a6dd5fcadfb","ref":"refs/heads/main","pushedAt":"2024-04-30T03:54:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 4.1.2 to 4.1.4 (#855)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...0ad4b8fadaa221de15dcec353f45205ec38ea70b)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/checkout\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/checkout from 4.1.2 to 4.1.4 (#855)"}},{"before":"daa11ceeff30a349b7cc5cc7dfebafce59f10f48","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.3","pushedAt":"2024-04-29T23:28:16.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":null,"after":"d5ea7fc139c579ad46ca8e90a14706f56ec17f05","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.4","pushedAt":"2024-04-29T23:28:12.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 actions/checkout from 4.1.2 to 4.1.4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...0ad4b8fadaa221de15dcec353f45205ec38ea70b)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 4.1.2 to 4.1.4"}},{"before":"57759fc7b526ae97740792041a36c616906be91a","after":"a892ee059fd6552a08e20f612c277dcc916cbe1e","ref":"refs/heads/main","pushedAt":"2024-04-24T21:59:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Share unit definitions between Go and Javascript. (#852)\n\nGo unit definitions (from measurement package) are now converted to\r\nJSON and delivered to Javascript code so that we do not need to\r\nduplicate these definitions in Javascript.\r\n\r\nHad to make the unit type definitions exported with public fields.\r\n\r\nAlso had to change a test case to expect \"us\" instead of \"µs\".","shortMessageHtmlLink":"Share unit definitions between Go and Javascript. (#852)"}},{"before":"72c8669ad3e757952fec89b6172727d8966dcec6","after":"57759fc7b526ae97740792041a36c616906be91a","ref":"refs/heads/main","pushedAt":"2024-04-24T20:38:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aalexand","name":"Alexey Alexandrov","path":"/aalexand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1519040?s=80&v=4"},"commit":{"message":"Flamegraph uses seconds instead of hours when appropriate. (#851)\n\nThe Javascript code now behave the same as the Go code. (It switches\r\nto the next unit only if one unit is at least as big as the value\r\nbeing displayed.) The main effect is that we no longer use \"hours\" as\r\nthe unit for time values in the range [36s,3600s). We only switch to\r\nusing \"hours\" when the measured time is at least one hour. This is\r\neasier for users to understand: e.g., a time value of hundred seconds\r\nnow displays as \"100s\", not \"0.03hrs\".\r\n\r\nAlso added a unittest for the Javascript unit picking code.","shortMessageHtmlLink":"Flamegraph uses seconds instead of hours when appropriate. (#851)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEU-ZLEQA","startCursor":null,"endCursor":null}},"title":"Activity · google/pprof"}