{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":195139803,"defaultBranch":"main","name":"si","ownerLogin":"systeminit","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-07-03T23:42:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/51493071?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717117586.0","currentOid":""},"activityList":{"items":[{"before":"20807c227e53ba859378489bf1cd3f1cddde6ed5","after":null,"ref":"refs/heads/victor/bug-272-cut-and-paste-schedules-creates-and-then-also-deletes","pushedAt":"2024-05-31T01:05:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"}},{"before":"415af31e8be0ec500fbabebb3a9e9d51ff29d097","after":"ebeeac4f4a0274fbd1b73879068f67aaefd76af8","ref":"refs/heads/main","pushedAt":"2024-05-31T01:05:42.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"merge: #3882\n\n3882: feat(dal): Don't create resources on copied components r=sprutton1 a=vbustamante\n\n\n\nCo-authored-by: Victor Bustamante \nCo-authored-by: Scott Prutton ","shortMessageHtmlLink":"merge: #3882"}},{"before":"fcf6bdf802ec700f93106ec7bb282660d46fdf1e","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-05-31T00:53:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"}},{"before":"415af31e8be0ec500fbabebb3a9e9d51ff29d097","after":"ebeeac4f4a0274fbd1b73879068f67aaefd76af8","ref":"refs/heads/staging","pushedAt":"2024-05-31T00:53:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"merge: #3882\n\n3882: feat(dal): Don't create resources on copied components r=sprutton1 a=vbustamante\n\n\n\nCo-authored-by: Victor Bustamante \nCo-authored-by: Scott Prutton ","shortMessageHtmlLink":"merge: #3882"}},{"before":"dfc31e75528de19c88035a2e06f1475cb05258d9","after":"fcf6bdf802ec700f93106ec7bb282660d46fdf1e","ref":"refs/heads/staging.tmp","pushedAt":"2024-05-31T00:53:47.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-3882","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-3882"}},{"before":null,"after":"dfc31e75528de19c88035a2e06f1475cb05258d9","ref":"refs/heads/staging.tmp","pushedAt":"2024-05-31T00:53:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify]","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify]"}},{"before":"0c092b3882e4c65be3a194dcd87ecdbb71974f71","after":"20807c227e53ba859378489bf1cd3f1cddde6ed5","ref":"refs/heads/victor/bug-272-cut-and-paste-schedules-creates-and-then-also-deletes","pushedAt":"2024-05-31T00:47:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sprutton1","name":"Scott Prutton","path":"/sprutton1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3621657?s=80&v=4"},"commit":{"message":"fix: make assertion match new behavior","shortMessageHtmlLink":"fix: make assertion match new behavior"}},{"before":"17061f7ecdd0eb03c71bc8b1a83f7c82fcc3b2a7","after":null,"ref":"refs/heads/nick-and-john/bug-295","pushedAt":"2024-05-30T23:31:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"}},{"before":"6cb361f437326e9c12732ca1c68c32156c205892","after":"415af31e8be0ec500fbabebb3a9e9d51ff29d097","ref":"refs/heads/main","pushedAt":"2024-05-30T23:31:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"merge: #3903\n\n3903: Allow new attribute funcs for output locations with dynamic funcs r=nickgerace a=nickgerace\n\n## Description\r\n\r\nThis PR allows for new attribute funcs to be bound to output locations with pre-existing dynamic funcs, including the identity func.\r\n\r\nHere's why this is important: you can neither edit nor remove binding for `si:identity` since we do not allow authoring for intrinsics in the frontend. While going down the path to allowing overwriting `si:identity` usages when creating new funcs for a selected asset (schema with a default schema variant), we realized that we could also allow it for all dynamic functions. This requires existing attribute prototype arguments to be drained as well as enqueing all affected attribute values for a dependent values update job.\r\n\r\n\r\n\r\n## Additional Changes\r\n\r\n- Remove duplicate data in create func options for attribute funcs\r\n- Restore and polish tests related to this functionality\r\n- Fix doc comment related to the eventual parents for attribute prototypes\r\n- Only fetch associations if currently editing a func so that we do not overwrite user's mutations in flight (i.e. prevent screen flashing when editing attribute funcs, but also ensuring new associations are populated properly)\r\n- Rename `FETCH_FUNC_DETAILS` to `FETCH_FUNC` and add additional route for fetching associations\r\n- Clarify purpose of reset attribute prototype by its name (though it is still very unclear)\n\nCo-authored-by: Nick Gerace ","shortMessageHtmlLink":"merge: #3903"}},{"before":"1136c20253aaecff769bc5dceb3abc3d28292445","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-05-30T23:19:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"}},{"before":"6cb361f437326e9c12732ca1c68c32156c205892","after":"415af31e8be0ec500fbabebb3a9e9d51ff29d097","ref":"refs/heads/staging","pushedAt":"2024-05-30T23:19:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"merge: #3903\n\n3903: Allow new attribute funcs for output locations with dynamic funcs r=nickgerace a=nickgerace\n\n## Description\r\n\r\nThis PR allows for new attribute funcs to be bound to output locations with pre-existing dynamic funcs, including the identity func.\r\n\r\nHere's why this is important: you can neither edit nor remove binding for `si:identity` since we do not allow authoring for intrinsics in the frontend. While going down the path to allowing overwriting `si:identity` usages when creating new funcs for a selected asset (schema with a default schema variant), we realized that we could also allow it for all dynamic functions. This requires existing attribute prototype arguments to be drained as well as enqueing all affected attribute values for a dependent values update job.\r\n\r\n\r\n\r\n## Additional Changes\r\n\r\n- Remove duplicate data in create func options for attribute funcs\r\n- Restore and polish tests related to this functionality\r\n- Fix doc comment related to the eventual parents for attribute prototypes\r\n- Only fetch associations if currently editing a func so that we do not overwrite user's mutations in flight (i.e. prevent screen flashing when editing attribute funcs, but also ensuring new associations are populated properly)\r\n- Rename `FETCH_FUNC_DETAILS` to `FETCH_FUNC` and add additional route for fetching associations\r\n- Clarify purpose of reset attribute prototype by its name (though it is still very unclear)\n\nCo-authored-by: Nick Gerace ","shortMessageHtmlLink":"merge: #3903"}},{"before":"7283d8a27237f9530d0c536bf6f217f6cf223dfc","after":"1136c20253aaecff769bc5dceb3abc3d28292445","ref":"refs/heads/staging.tmp","pushedAt":"2024-05-30T23:19:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-3903","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-3903"}},{"before":null,"after":"7283d8a27237f9530d0c536bf6f217f6cf223dfc","ref":"refs/heads/staging.tmp","pushedAt":"2024-05-30T23:19:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify]","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify]"}},{"before":"eebf610f3dbaa1a32abf3ad4ac1732682f6308df","after":null,"ref":"refs/heads/wendy/bug-260-scenario-2-when-authoring-assets-in-multiplayer-2nd-player","pushedAt":"2024-05-30T22:54:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"}},{"before":"dd5e84eabbeb4753f855f374f777caa7333f4f9b","after":"6cb361f437326e9c12732ca1c68c32156c205892","ref":"refs/heads/main","pushedAt":"2024-05-30T22:54:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"merge: #3902\n\n3902: fix(web) - adjusted WorkspaceCustomizeEmptyState loader to be less disruptive r=wendybujalski a=wendybujalski\n\n\n\nCo-authored-by: wendybujalski ","shortMessageHtmlLink":"merge: #3902"}},{"before":"f3aa65e40a600171c3d78a35e817930a4c4ff854","after":"17061f7ecdd0eb03c71bc8b1a83f7c82fcc3b2a7","ref":"refs/heads/nick-and-john/bug-295","pushedAt":"2024-05-30T22:49:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nickgerace","name":"Nick Gerace","path":"/nickgerace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39320683?s=80&v=4"},"commit":{"message":"Allow new attribute funcs for output locations with dynamic funcs\n\nThis commit allows for new attribute funcs to be bound to output\nlocations with pre-existing dynamic funcs, including the identity func.\n\nHere's why this is important: you can neither edit nor remove binding\nfor \"si:identity\" since we do not allow authoring for intrinsics in the\nfrontend. While going down the path to allowing overwriting\n\"si:identity\" usages when creating new funcs for a selected asset\n(schema with a default schema variant), we realized that we could also\nallow it for all dynamic functions. This requires existing attribute\nprototype arguments to be drained as well as enqueing all affected\nattribute values for a dependent values update job.\n\nAdditional Changes:\n- Remove duplicate data in create func options for attribute funcs\n- Restore and polish tests related to this functionality\n- Fix doc comment related to the eventual parents for attribute\n prototypes\n- Only fetch associations if currently editing a func so that we do not\n overwrite user's mutations in flight (i.e. prevent screen flashing\n when editing attribute funcs, but also ensuring new associations are\n populated properly)\n- Rename \"FETCH_FUNC_DETAILS\" to \"FETCH_FUNC\" and add additional route\n for fetching associations\n- Clarify purpose of reset attribute prototype by its name (though it is\n still very unclear)\n\nSigned-off-by: Nick Gerace \nCo-authored-by: John Watson ","shortMessageHtmlLink":"Allow new attribute funcs for output locations with dynamic funcs"}},{"before":"ff3c9fc6ad7c59a0fecc238c8e42fd1c19089848","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-05-30T22:48:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"}},{"before":"dd5e84eabbeb4753f855f374f777caa7333f4f9b","after":"6cb361f437326e9c12732ca1c68c32156c205892","ref":"refs/heads/staging","pushedAt":"2024-05-30T22:48:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"merge: #3902\n\n3902: fix(web) - adjusted WorkspaceCustomizeEmptyState loader to be less disruptive r=wendybujalski a=wendybujalski\n\n\n\nCo-authored-by: wendybujalski ","shortMessageHtmlLink":"merge: #3902"}},{"before":"f69433dfe3b8a4d02c3546f2f899c6c3eae2a6a5","after":"ff3c9fc6ad7c59a0fecc238c8e42fd1c19089848","ref":"refs/heads/staging.tmp","pushedAt":"2024-05-30T22:48:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-3902","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-3902"}},{"before":null,"after":"f69433dfe3b8a4d02c3546f2f899c6c3eae2a6a5","ref":"refs/heads/staging.tmp","pushedAt":"2024-05-30T22:48:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify]","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify]"}},{"before":"ac04fa3101faa49954a36776bcc0a58c3e8e8711","after":"f3aa65e40a600171c3d78a35e817930a4c4ff854","ref":"refs/heads/nick-and-john/bug-295","pushedAt":"2024-05-30T22:43:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nickgerace","name":"Nick Gerace","path":"/nickgerace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39320683?s=80&v=4"},"commit":{"message":"Allow new attribute funcs for output locations with dynamic funcs\n\nThis commit allows for new attribute funcs to be bound to output\nlocations with pre-existing dynamic funcs, including the identity func.\n\nHere's why this is important: you can neither edit nor remove binding\nfor \"si:identity\" since we do not allow authoring for intrinsics in the\nfrontend. While going down the path to allowing overwriting\n\"si:identity\" usages when creating new funcs for a selected asset\n(schema with a default schema variant), we realized that we could also\nallow it for all dynamic functions. This requires existing attribute\nprototype arguments to be drained as well as enqueing all affected\nattribute values for a dependent values update job.\n\nAdditional Changes:\n- Remove duplicate data in create func options for attribute funcs\n- Restore and polish tests related to this functionality\n- Fix doc comment related to the eventual parents for attribute\n prototypes\n- Only fetch associations if currently editing a func so that we do not\n overwrite user's mutations in flight (i.e. prevent screen flashing\n when editing attribute funcs, but also ensuring new associations are\n populated properly)\n- Rename \"FETCH_FUNC_DETAILS\" to \"FETCH_FUNC\" and add additional route\n for fetching associations\n\nSigned-off-by: Nick Gerace \nCo-authored-by: John Watson ","shortMessageHtmlLink":"Allow new attribute funcs for output locations with dynamic funcs"}},{"before":"bd5819ddccb4bf52b166d7a4e421d6c261e1d29f","after":"ac04fa3101faa49954a36776bcc0a58c3e8e8711","ref":"refs/heads/nick-and-john/bug-295","pushedAt":"2024-05-30T22:39:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nickgerace","name":"Nick Gerace","path":"/nickgerace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39320683?s=80&v=4"},"commit":{"message":"Allow new attribute funcs for output locations with dynamic funcs\n\nThis commit allows for new attribute funcs to be bound to output\nlocations with pre-existing dynamic funcs, including the identity func.\n\nHere's why this is important: you can neither edit nor remove binding\nfor \"si:identity\" since we do not allow authoring for intrinsics in the\nfrontend. While going down the path to allowing overwriting\n\"si:identity\" usages when creating new funcs for a selected asset\n(schema with a default schema variant), we realized that we could also\nallow it for all dynamic functions. This requires existing attribute\nprototype arguments to be drained as well as enqueing all affected\nattribute values for a dependent values update job.\n\nAdditional Changes:\n- Remove duplicate data in create func options for attribute funcs\n- Restore and polish tests related to this functionality\n- Fix doc comment related to the eventual parents for attribute\n prototypes\n- Only fetch associations if currently editing a func so that we do not\n overwrite user's mutations in flight\n- Rename \"FETCH_FUNC_DETAILS\" to \"FETCH_FUNC\" and add additional route\n for fetching associations\n\nSigned-off-by: Nick Gerace \nCo-authored-by: John Watson ","shortMessageHtmlLink":"Allow new attribute funcs for output locations with dynamic funcs"}},{"before":null,"after":"eebf610f3dbaa1a32abf3ad4ac1732682f6308df","ref":"refs/heads/wendy/bug-260-scenario-2-when-authoring-assets-in-multiplayer-2nd-player","pushedAt":"2024-05-30T22:39:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wendybujalski","name":"Wendy Bujalski","path":"/wendybujalski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8495209?s=80&v=4"},"commit":{"message":"fix(web) - adjusted WorkspaceCustomizeEmptyState loading state to be less disruptive","shortMessageHtmlLink":"fix(web) - adjusted WorkspaceCustomizeEmptyState loading state to be …"}},{"before":"6b570aa57cd55782217a4a2752cd01463c7bcdef","after":"bd5819ddccb4bf52b166d7a4e421d6c261e1d29f","ref":"refs/heads/nick-and-john/bug-295","pushedAt":"2024-05-30T22:39:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nickgerace","name":"Nick Gerace","path":"/nickgerace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39320683?s=80&v=4"},"commit":{"message":"Allow new attribute funcs for output locations with dynamic funcs\n\nThis commit allows for new attribute funcs to be bound to output\nlocations with pre-existing dynamic funcs, including the identity func.\n\nHere's why this is important: you can neither edit nor remove binding\nfor \"si:identity\" since we do not allow authoring for intrinsics in the\nfrontend. While going down the path to allowing overwriting\n\"si:identity\" usages when creating new funcs for a selected asset\n(schema with a default schema variant), we realized that we could also\nallow it for all dynamic functions. This requires existing attribute\nprototype arguments to be drained as well as enqueing all affected\nattribute values for a dependent values update job.\n\nAdditional Changes:\n- Remove duplicate data in create func options for attribute funcs\n- Restore and polish tests related to this functionality\n- Fix doc comment related to the eventual parents for attribute\n prototypes\n- Only fetch associations if currently editing a func so that we do not\n overwrite user's mutations in flight\n- Rename \"FETCH_FUNC_DETAILS\" to \"FETCH_FUNC\" and add additional route\n for fetching associations\n\nSigned-off-by: Nick Gerace \nCo-authored-by: John Watson ","shortMessageHtmlLink":"Allow new attribute funcs for output locations with dynamic funcs"}},{"before":"a85099099c24b635796209d4cbc0ce03af35a903","after":null,"ref":"refs/heads/wendy/bug-297-side-panels-quickly-resize-when-change-set-is-abandoned","pushedAt":"2024-05-30T22:20:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"}},{"before":"ea6729855209e69d4575c6ae20dfc0cab2353c33","after":"dd5e84eabbeb4753f855f374f777caa7333f4f9b","ref":"refs/heads/main","pushedAt":"2024-05-30T22:20:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"merge: #3901\n\n3901: fix(web) - fixed ResizablePanel jiggle bug r=wendybujalski a=wendybujalski\n\n\n\nCo-authored-by: wendybujalski ","shortMessageHtmlLink":"merge: #3901"}},{"before":"4acfa0005ad8599ab5b75f81168042d53f935ef1","after":"6b570aa57cd55782217a4a2752cd01463c7bcdef","ref":"refs/heads/nick-and-john/bug-295","pushedAt":"2024-05-30T22:19:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nickgerace","name":"Nick Gerace","path":"/nickgerace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39320683?s=80&v=4"},"commit":{"message":"WIP\n\n- Always overwrite existing \"attribute bindings\" when creating a new\n func on an output location with an existing func\n - Reminder: you cannot edit or remove bindings for \"si:identity\" on\n the frontend, so that's what got us down this path\n- Remove duplicate data in create func options for attribute funcs\n- Restore tests checking for the bug we are trying to solve\n- Fix doc comment related to the eventual parents for attribute\n prototypes\n- Only fetch associations if currently editing a func\n\nSigned-off-by: Nick Gerace \nCo-authored-by: John Watson ","shortMessageHtmlLink":"WIP"}},{"before":"42659570da871c4b9a21e71a55a2c9ce0f4f7353","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-05-30T22:10:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"}},{"before":"ea6729855209e69d4575c6ae20dfc0cab2353c33","after":"dd5e84eabbeb4753f855f374f777caa7333f4f9b","ref":"refs/heads/staging","pushedAt":"2024-05-30T22:10:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"merge: #3901\n\n3901: fix(web) - fixed ResizablePanel jiggle bug r=wendybujalski a=wendybujalski\n\n\n\nCo-authored-by: wendybujalski ","shortMessageHtmlLink":"merge: #3901"}},{"before":"8d000c4ad667efded7f255cb5a5b771772cc390b","after":"42659570da871c4b9a21e71a55a2c9ce0f4f7353","ref":"refs/heads/staging.tmp","pushedAt":"2024-05-30T22:10:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"si-bors-ng[bot]","name":null,"path":"/apps/si-bors-ng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51493071?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-3901","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-3901"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWItSXQA","startCursor":null,"endCursor":null}},"title":"Activity · systeminit/si"}