{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":479289739,"defaultBranch":"main","name":"rerun","ownerLogin":"rerun-io","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-04-08T07:30:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/99407368?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715485272.0556242","currentOid":""},"activityList":{"items":[{"before":"b5807be86343943e991153c56e7a15b724c53987","after":"44c686bb5238ae41e46a5c6d0a093142f22270ab","ref":"refs/heads/jleibs/cache_issues","pushedAt":"2024-05-11T00:10:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"},"commit":{"message":"Never expand a range in a way that leaves a hole","shortMessageHtmlLink":"Never expand a range in a way that leaves a hole"}},{"before":null,"after":"b5807be86343943e991153c56e7a15b724c53987","ref":"refs/heads/jleibs/cache_issues","pushedAt":"2024-05-10T23:43:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"},"commit":{"message":"Never expand a range in a way that leaves a hole","shortMessageHtmlLink":"Never expand a range in a way that leaves a hole"}},{"before":"10b33c95670b39d1fd4acdd75ae0193a664fe68f","after":"134a9db24b205ee3cf2e391cd461929bc2849d9a","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T16:09:58.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":"Update the C++ docs","shortMessageHtmlLink":"Update the C++ docs"}},{"before":"f7e488ecf736f8401c7e0a3ca8ecdd1d4a42fe51","after":"10b33c95670b39d1fd4acdd75ae0193a664fe68f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T16:09:12.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":"Update the rust docs","shortMessageHtmlLink":"Update the rust docs"}},{"before":"da559fa3a265b822f67dc05ade437914b6e76217","after":"f7e488ecf736f8401c7e0a3ca8ecdd1d4a42fe51","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T16:06:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update docs for 3a429049ca6d53588036149ba52f559590afda2f","shortMessageHtmlLink":"Update docs for 3a42904"}},{"before":"9c30f1a30a8471eafaaba9a857b0a5d75dff4a2d","after":null,"ref":"refs/heads/jleibs/validate_blueprint_on_activate","pushedAt":"2024-05-10T16:04:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"}},{"before":"7856bc164fffa5d210e9c2eb7e94dcdc634a9698","after":"3a429049ca6d53588036149ba52f559590afda2f","ref":"refs/heads/main","pushedAt":"2024-05-10T16:04:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"},"commit":{"message":"Validate the blueprint schema when we try to activate a blueprint sent from SDK (#6283)\n\n### What\r\n- Partially addresses: https://github.com/rerun-io/rerun/issues/6213\r\n\r\nWe already used to validate on load from file, but this pulls the\r\nvalidation into the default/activation pathways.\r\nThis keeps us from getting into a state where we can't write to the\r\nblueprint due to components with inconsistent schemas.\r\n\r\n- Future work: https://github.com/rerun-io/rerun/issues/6282\r\n\r\nUnfortunately we can still get issues when opening 0.16 blueprints in\r\n0.15 viewers since 0.15 is missing this validation.\r\n\r\n### Checklist\r\n* [x] I have read and agree to [Contributor\r\nGuide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and\r\nthe [Code of\r\nConduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)\r\n* [x] I've included a screenshot or gif (if applicable)\r\n* [x] I have tested the web demo (if applicable):\r\n* Using examples from latest `main` build:\r\n[rerun.io/viewer](https://rerun.io/viewer/pr/6283?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)\r\n* Using full set of examples from `nightly` build:\r\n[rerun.io/viewer](https://rerun.io/viewer/pr/6283?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)\r\n* [x] The PR title and labels are set such as to maximize their\r\nusefulness for the next release's CHANGELOG\r\n* [x] If applicable, add a new check to the [release\r\nchecklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!\r\n\r\n- [PR Build Summary](https://build.rerun.io/pr/6283)\r\n- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)\r\n- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)\r\n\r\nTo run all checks from `main`, comment on the PR with `@rerun-bot\r\nfull-check`.","shortMessageHtmlLink":"Validate the blueprint schema when we try to activate a blueprint sen…"}},{"before":null,"after":"228028d16f06e06c7788602df70babae7049c65d","ref":"refs/heads/antoine/ui-verbosity-rename","pushedAt":"2024-05-10T15:55:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"abey79","name":"Antoine Beyeler","path":"/abey79","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49431240?s=80&v=4"},"commit":{"message":"REFACTOR: rename `UiVerbosity` -> `UiContext`","shortMessageHtmlLink":"REFACTOR: rename UiVerbosity -> UiContext"}},{"before":"3f1c04008d4425e3d23ef87a82f3db5053424ffd","after":"da559fa3a265b822f67dc05ade437914b6e76217","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T15:42: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":"Update the C++ docs","shortMessageHtmlLink":"Update the C++ docs"}},{"before":"300621c6d25fa79b6372c7a5a3cdf6734bbb350a","after":"3f1c04008d4425e3d23ef87a82f3db5053424ffd","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T15:41:28.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":"Update the rust docs","shortMessageHtmlLink":"Update the rust docs"}},{"before":"ad5bd5f5df05ed58ebd0c56dc8da08817917f0d9","after":"300621c6d25fa79b6372c7a5a3cdf6734bbb350a","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T15:39:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update docs for 7856bc164fffa5d210e9c2eb7e94dcdc634a9698","shortMessageHtmlLink":"Update docs for 7856bc1"}},{"before":"bc6894000aee61c1c0cb26cc0d2971834ec50d4f","after":"7856bc164fffa5d210e9c2eb7e94dcdc634a9698","ref":"refs/heads/main","pushedAt":"2024-05-10T15:36:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"},"commit":{"message":"Fix clippy warning about hide_welcome_screen on wasm (#6290)\n\n### What\r\n\r\n### Checklist\r\n* [x] I have read and agree to [Contributor\r\nGuide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and\r\nthe [Code of\r\nConduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)\r\n* [x] I've included a screenshot or gif (if applicable)\r\n* [x] I have tested the web demo (if applicable):\r\n* Using examples from latest `main` build:\r\n[rerun.io/viewer](https://rerun.io/viewer/pr/6290?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)\r\n* Using full set of examples from `nightly` build:\r\n[rerun.io/viewer](https://rerun.io/viewer/pr/6290?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)\r\n* [x] The PR title and labels are set such as to maximize their\r\nusefulness for the next release's CHANGELOG\r\n* [x] If applicable, add a new check to the [release\r\nchecklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!\r\n\r\n- [PR Build Summary](https://build.rerun.io/pr/6290)\r\n- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)\r\n- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)\r\n\r\nTo run all checks from `main`, comment on the PR with `@rerun-bot\r\nfull-check`.","shortMessageHtmlLink":"Fix clippy warning about hide_welcome_screen on wasm (#6290)"}},{"before":"74e890d81997f6fed15d2e7fed06600806288117","after":null,"ref":"refs/heads/jleibs/clippy_wasm","pushedAt":"2024-05-10T15:36:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"}},{"before":null,"after":"74e890d81997f6fed15d2e7fed06600806288117","ref":"refs/heads/jleibs/clippy_wasm","pushedAt":"2024-05-10T15:35:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"},"commit":{"message":"Fix clippy warning about hide_welcome_screen on wasm","shortMessageHtmlLink":"Fix clippy warning about hide_welcome_screen on wasm"}},{"before":"a78cffd0eb2520505ef7534ee8d555e02255eb26","after":"9c30f1a30a8471eafaaba9a857b0a5d75dff4a2d","ref":"refs/heads/jleibs/validate_blueprint_on_activate","pushedAt":"2024-05-10T15:27:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"},"commit":{"message":"Fix validation on web","shortMessageHtmlLink":"Fix validation on web"}},{"before":"8340ad25413965900d2edd9b4a0fb8fb46c5e7f8","after":"ad5bd5f5df05ed58ebd0c56dc8da08817917f0d9","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T15:13:04.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":"Update the C++ docs","shortMessageHtmlLink":"Update the C++ docs"}},{"before":"77e84a3fb00a33f24907c2ecdc2dc5d910cc2f9a","after":"8340ad25413965900d2edd9b4a0fb8fb46c5e7f8","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T15:11:56.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":"Update the rust docs","shortMessageHtmlLink":"Update the rust docs"}},{"before":"a66840da090ef9b9f668c139f32864002f54bb97","after":"77e84a3fb00a33f24907c2ecdc2dc5d910cc2f9a","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T15:09:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update docs for bc6894000aee61c1c0cb26cc0d2971834ec50d4f","shortMessageHtmlLink":"Update docs for bc68940"}},{"before":"89702e9eaa5fb14ad946ba03c128dda361cb38f7","after":"bc6894000aee61c1c0cb26cc0d2971834ec50d4f","ref":"refs/heads/main","pushedAt":"2024-05-10T15:06:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abey79","name":"Antoine Beyeler","path":"/abey79","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49431240?s=80&v=4"},"commit":{"message":"Improve the default UI when the welcome screen is hidden (#6287)\n\n### What\r\n\r\nFollow-up of #6262 to improve the default UI when the welcome screen is\r\ndisabled and no recordings are loaded.\r\n\r\n- Fixes #6263\r\n\r\n\"image\"\r\nsrc=\"https://github.com/rerun-io/rerun/assets/49431240/ce7355e3-2aad-4171-9187-cda18df8aeaa\"\r\n\r\n### Checklist\r\n* [x] I have read and agree to [Contributor\r\nGuide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and\r\nthe [Code of\r\nConduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)\r\n* [x] I've included a screenshot or gif (if applicable)\r\n* [x] I have tested the web demo (if applicable):\r\n* Using examples from latest `main` build:\r\n[rerun.io/viewer](https://rerun.io/viewer/pr/6287?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)\r\n* Using full set of examples from `nightly` build:\r\n[rerun.io/viewer](https://rerun.io/viewer/pr/6287?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)\r\n* [x] The PR title and labels are set such as to maximize their\r\nusefulness for the next release's CHANGELOG\r\n* [x] If applicable, add a new check to the [release\r\nchecklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!\r\n\r\n- [PR Build Summary](https://build.rerun.io/pr/6287)\r\n- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)\r\n- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)\r\n\r\nTo run all checks from `main`, comment on the PR with `@rerun-bot\r\nfull-check`.","shortMessageHtmlLink":"Improve the default UI when the welcome screen is hidden (#6287)"}},{"before":"9af4ef198f64007e6dbefcc7725beab308a288ee","after":null,"ref":"refs/heads/antoine/no-welcome-screen-ui-fix","pushedAt":"2024-05-10T15:06:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"abey79","name":"Antoine Beyeler","path":"/abey79","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49431240?s=80&v=4"}},{"before":"c40471eb0110c6aea92e1bd99ebc47c4ddf44368","after":"a66840da090ef9b9f668c139f32864002f54bb97","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T14:59:02.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":"Update the C++ docs","shortMessageHtmlLink":"Update the C++ docs"}},{"before":"feccaf89af1861e898169ca574cf8061d7059777","after":"c40471eb0110c6aea92e1bd99ebc47c4ddf44368","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T14:58:02.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":"Update the rust docs","shortMessageHtmlLink":"Update the rust docs"}},{"before":"a10dde855757343f484bc78f24d2e4a770107160","after":"feccaf89af1861e898169ca574cf8061d7059777","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T14:55:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update docs for 89702e9eaa5fb14ad946ba03c128dda361cb38f7","shortMessageHtmlLink":"Update docs for 89702e9"}},{"before":"adf890e9ba8dcb2d62ebc1c439ff198a1a2a4bf1","after":"a78cffd0eb2520505ef7534ee8d555e02255eb26","ref":"refs/heads/jleibs/validate_blueprint_on_activate","pushedAt":"2024-05-10T14:53:45.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"},"commit":{"message":"Merge branch 'main' into jleibs/validate_blueprint_on_activate","shortMessageHtmlLink":"Merge branch 'main' into jleibs/validate_blueprint_on_activate"}},{"before":"b250c178a2cde4478ceca6e4b0e243f0e2f22d15","after":"a10dde855757343f484bc78f24d2e4a770107160","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T14:53:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update docs for 740cbb0502b718b12c7923a88e19ab3e1b252f85","shortMessageHtmlLink":"Update docs for 740cbb0"}},{"before":"63aa825333213dbc1d6191307f5c4526b695b1cc","after":null,"ref":"refs/heads/emilk/show-cargo-lock","pushedAt":"2024-05-10T14:52:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"}},{"before":"740cbb0502b718b12c7923a88e19ab3e1b252f85","after":"89702e9eaa5fb14ad946ba03c128dda361cb38f7","ref":"refs/heads/main","pushedAt":"2024-05-10T14:52:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"},"commit":{"message":"Show Cargo.lock in GitHub diffs (#6284)\n\nThis was backwards. We want to show the Cargo.lock changes, not hide\r\nthem.\r\n\r\nThe pixi.lock changes I care much less about (and are way too big\r\nanyways).","shortMessageHtmlLink":"Show Cargo.lock in GitHub diffs (#6284)"}},{"before":"bc0b8221e6b9b8a23b8ac804138435aac8877c9d","after":"b250c178a2cde4478ceca6e4b0e243f0e2f22d15","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T14:52: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":"Update the C++ docs","shortMessageHtmlLink":"Update the C++ docs"}},{"before":"48b8cfbca1a96b3b011967be9e7799a778f96227","after":"bc0b8221e6b9b8a23b8ac804138435aac8877c9d","ref":"refs/heads/gh-pages","pushedAt":"2024-05-10T14:51: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":"Update the rust docs","shortMessageHtmlLink":"Update the rust docs"}},{"before":"e5e35d824ac38e3e9d1d3000b654652d170f34de","after":null,"ref":"refs/heads/emilk/less-unwrap","pushedAt":"2024-05-10T14:50:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jleibs","name":"Jeremy Leibs","path":"/jleibs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3312232?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERwHLFAA","startCursor":null,"endCursor":null}},"title":"Activity · rerun-io/rerun"}