{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":293588976,"defaultBranch":"master","name":"bevy_prototype_lyon","ownerLogin":"Nilirad","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-09-07T17:19:02.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32368687?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724056624.0","currentOid":""},"activityList":{"items":[{"before":"6ee86044b94693f9bfad43ea436e2131c3b74a25","after":null,"ref":"refs/heads/revert-240-fix-ci","pushedAt":"2024-08-19T08:37:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}},{"before":"22f4628c88105d1ea7acfc42bf58e50a7a4318f2","after":null,"ref":"refs/heads/bevy-main","pushedAt":"2024-08-19T08:36:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}},{"before":"4ac5e3442438c2e1f4d43f87eb2b8113d2ef6f31","after":null,"ref":"refs/heads/remove_bevy_main_tracking_branch","pushedAt":"2024-08-19T08:36:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}},{"before":"fcd8712d76391b44976f23f0eac8fe9ce2507467","after":"8bb85b3c143e082ccc44df2fff44519f5632e2c9","ref":"refs/heads/master","pushedAt":"2024-08-19T08:36:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Remove Bevy `main` tracking branch (#253)\n\n* Remove `ci-cron.yml`\r\n\r\n* Update `actions/checkout` from `v3` to `v4`\r\n\r\n* Remove references to `bevy_main` branches","shortMessageHtmlLink":"Remove Bevy main tracking branch (#253)"}},{"before":null,"after":"4ac5e3442438c2e1f4d43f87eb2b8113d2ef6f31","ref":"refs/heads/remove_bevy_main_tracking_branch","pushedAt":"2024-08-19T08:26:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Remove references to `bevy_main` branches","shortMessageHtmlLink":"Remove references to bevy_main branches"}},{"before":"6381dad30053aa5069de4d8cdde628fd9c9e74da","after":"fcd8712d76391b44976f23f0eac8fe9ce2507467","ref":"refs/heads/master","pushedAt":"2024-08-19T08:11:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Use default for RenderAssetUsages (#251)","shortMessageHtmlLink":"Use default for RenderAssetUsages (#251)"}},{"before":"22f4628c88105d1ea7acfc42bf58e50a7a4318f2","after":"6381dad30053aa5069de4d8cdde628fd9c9e74da","ref":"refs/heads/master","pushedAt":"2024-08-19T08:09:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Added Clone derive to ShapeBundle and Path. (#252)","shortMessageHtmlLink":"Added Clone derive to ShapeBundle and Path. (#252)"}},{"before":null,"after":"22f4628c88105d1ea7acfc42bf58e50a7a4318f2","ref":"refs/heads/bevy-main","pushedAt":"2024-07-05T17:35:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"`bevy_prototype_lyon v0.12.0` (#250)\n\n* Resolve merge conflicts\r\n\r\n* Use GitHub Actions config from master branch (#217)\r\n\r\n* Use GitHub Actions config from master branch\r\n\r\n* Fix formatting\r\n\r\n* Fix deprecation warnings on add_plugin\r\n\r\n* Fix CI (#218)\r\n\r\n* Fix shader (#219)\r\n\r\n* Use `SpatialBundle` (#221)\r\n\r\n* Use `MaterialMesh2dBundle` with `ColorMaterial` (#224)\r\n\r\n* Use `MaterialMesh2dBundle` with `ColorMaterial`\r\n\r\n* clippy\r\n\r\n* Fix green channel filtering bug\r\n\r\n* Clippy again\r\n\r\n* Fix CI (#237)\r\n\r\n* Rename `Color` to `LegacyColor` (#240)\r\n\r\n* Rename usages of `Color` to `LegacyColor`\r\n\r\n* Fix tests\r\n\r\n* Revert \"Rename `Color` to `LegacyColor` (#240)\" (#243)\r\n\r\nThis reverts commit 6918ca18cdfc6843be7616fedc47487d31fb8731.\r\n\r\n* Migrate to `bevy_color` (#242)\r\n\r\n* Migrate to `bevy_color`\r\n\r\nThe example `dynamic_shape` does not work.\r\n\r\n* Update palette color usage\r\n\r\n* Fix tests\r\n\r\n* Fix CI (#244)\r\n\r\n* Fix CI\r\n\r\n* Update to bevy 0.14 (#247)\r\n\r\n* update to bevy 0.14.0-rc.3\r\n\r\n* Depend on `main` branch of Bevy\r\n\r\n---------\r\n\r\nCo-authored-by: Nilirad \r\n\r\n* Fix CI (#248)\r\n\r\n* Update Cargo.toml\r\n\r\n* Update documents\r\n\r\n---------\r\n\r\nCo-authored-by: Alix Bott \r\nCo-authored-by: a <52638772+aMyTimed@users.noreply.github.com>","shortMessageHtmlLink":"bevy_prototype_lyon v0.12.0 (#250)"}},{"before":"e50ce0c2156f4edcaebc53f41435cb99bf0ef7c2","after":null,"ref":"refs/heads/fix-ci","pushedAt":"2024-07-05T17:26:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}},{"before":"911ee676e55adf0d5ade3500ebfb39d751fb1813","after":null,"ref":"refs/heads/bevy-main","pushedAt":"2024-07-05T17:26:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}},{"before":"78556d57d9c311bc91259abeef17c4efbc698b08","after":"22f4628c88105d1ea7acfc42bf58e50a7a4318f2","ref":"refs/heads/latest","pushedAt":"2024-07-05T17:25:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"`bevy_prototype_lyon v0.12.0` (#250)\n\n* Resolve merge conflicts\r\n\r\n* Use GitHub Actions config from master branch (#217)\r\n\r\n* Use GitHub Actions config from master branch\r\n\r\n* Fix formatting\r\n\r\n* Fix deprecation warnings on add_plugin\r\n\r\n* Fix CI (#218)\r\n\r\n* Fix shader (#219)\r\n\r\n* Use `SpatialBundle` (#221)\r\n\r\n* Use `MaterialMesh2dBundle` with `ColorMaterial` (#224)\r\n\r\n* Use `MaterialMesh2dBundle` with `ColorMaterial`\r\n\r\n* clippy\r\n\r\n* Fix green channel filtering bug\r\n\r\n* Clippy again\r\n\r\n* Fix CI (#237)\r\n\r\n* Rename `Color` to `LegacyColor` (#240)\r\n\r\n* Rename usages of `Color` to `LegacyColor`\r\n\r\n* Fix tests\r\n\r\n* Revert \"Rename `Color` to `LegacyColor` (#240)\" (#243)\r\n\r\nThis reverts commit 6918ca18cdfc6843be7616fedc47487d31fb8731.\r\n\r\n* Migrate to `bevy_color` (#242)\r\n\r\n* Migrate to `bevy_color`\r\n\r\nThe example `dynamic_shape` does not work.\r\n\r\n* Update palette color usage\r\n\r\n* Fix tests\r\n\r\n* Fix CI (#244)\r\n\r\n* Fix CI\r\n\r\n* Update to bevy 0.14 (#247)\r\n\r\n* update to bevy 0.14.0-rc.3\r\n\r\n* Depend on `main` branch of Bevy\r\n\r\n---------\r\n\r\nCo-authored-by: Nilirad \r\n\r\n* Fix CI (#248)\r\n\r\n* Update Cargo.toml\r\n\r\n* Update documents\r\n\r\n---------\r\n\r\nCo-authored-by: Alix Bott \r\nCo-authored-by: a <52638772+aMyTimed@users.noreply.github.com>","shortMessageHtmlLink":"bevy_prototype_lyon v0.12.0 (#250)"}},{"before":"919a647640d91b9d1ccdeca4431dd8e5dd4c7349","after":null,"ref":"refs/heads/carroted","pushedAt":"2024-07-05T17:21:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}},{"before":"0351fbddca346453f78d401497728a21ea49a9ee","after":"22f4628c88105d1ea7acfc42bf58e50a7a4318f2","ref":"refs/heads/master","pushedAt":"2024-07-05T17:21:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"`bevy_prototype_lyon v0.12.0` (#250)\n\n* Resolve merge conflicts\r\n\r\n* Use GitHub Actions config from master branch (#217)\r\n\r\n* Use GitHub Actions config from master branch\r\n\r\n* Fix formatting\r\n\r\n* Fix deprecation warnings on add_plugin\r\n\r\n* Fix CI (#218)\r\n\r\n* Fix shader (#219)\r\n\r\n* Use `SpatialBundle` (#221)\r\n\r\n* Use `MaterialMesh2dBundle` with `ColorMaterial` (#224)\r\n\r\n* Use `MaterialMesh2dBundle` with `ColorMaterial`\r\n\r\n* clippy\r\n\r\n* Fix green channel filtering bug\r\n\r\n* Clippy again\r\n\r\n* Fix CI (#237)\r\n\r\n* Rename `Color` to `LegacyColor` (#240)\r\n\r\n* Rename usages of `Color` to `LegacyColor`\r\n\r\n* Fix tests\r\n\r\n* Revert \"Rename `Color` to `LegacyColor` (#240)\" (#243)\r\n\r\nThis reverts commit 6918ca18cdfc6843be7616fedc47487d31fb8731.\r\n\r\n* Migrate to `bevy_color` (#242)\r\n\r\n* Migrate to `bevy_color`\r\n\r\nThe example `dynamic_shape` does not work.\r\n\r\n* Update palette color usage\r\n\r\n* Fix tests\r\n\r\n* Fix CI (#244)\r\n\r\n* Fix CI\r\n\r\n* Update to bevy 0.14 (#247)\r\n\r\n* update to bevy 0.14.0-rc.3\r\n\r\n* Depend on `main` branch of Bevy\r\n\r\n---------\r\n\r\nCo-authored-by: Nilirad \r\n\r\n* Fix CI (#248)\r\n\r\n* Update Cargo.toml\r\n\r\n* Update documents\r\n\r\n---------\r\n\r\nCo-authored-by: Alix Bott \r\nCo-authored-by: a <52638772+aMyTimed@users.noreply.github.com>","shortMessageHtmlLink":"bevy_prototype_lyon v0.12.0 (#250)"}},{"before":null,"after":"919a647640d91b9d1ccdeca4431dd8e5dd4c7349","ref":"refs/heads/carroted","pushedAt":"2024-07-05T17:14:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Update documents","shortMessageHtmlLink":"Update documents"}},{"before":"2bc97e9bf14c211964a21dd96f2ece2261159287","after":"911ee676e55adf0d5ade3500ebfb39d751fb1813","ref":"refs/heads/bevy-main","pushedAt":"2024-06-25T17:52:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Fix CI (#248)","shortMessageHtmlLink":"Fix CI (#248)"}},{"before":null,"after":"e50ce0c2156f4edcaebc53f41435cb99bf0ef7c2","ref":"refs/heads/fix-ci","pushedAt":"2024-06-25T17:40:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Fix CI","shortMessageHtmlLink":"Fix CI"}},{"before":"fdaaee46a695892782636e350044bf7e1f36012f","after":"2bc97e9bf14c211964a21dd96f2ece2261159287","ref":"refs/heads/bevy-main","pushedAt":"2024-06-25T17:22:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Update to bevy 0.14 (#247)\n\n* update to bevy 0.14.0-rc.3\r\n\r\n* Depend on `main` branch of Bevy\r\n\r\n---------\r\n\r\nCo-authored-by: Nilirad ","shortMessageHtmlLink":"Update to bevy 0.14 (#247)"}},{"before":"79045d72aae8c23f10fb993e0197bb4bbeac649c","after":"fdaaee46a695892782636e350044bf7e1f36012f","ref":"refs/heads/bevy-main","pushedAt":"2024-03-31T11:36:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Fix CI","shortMessageHtmlLink":"Fix CI"}},{"before":"c90e2f0a70b427a68bd40d3878648e5d8aa905e9","after":null,"ref":"refs/heads/ci-fix","pushedAt":"2024-03-25T10:24:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}},{"before":"c3d786cdd10cce50c5f8016cb87db1d11f422959","after":"79045d72aae8c23f10fb993e0197bb4bbeac649c","ref":"refs/heads/bevy-main","pushedAt":"2024-03-25T10:24:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Fix CI (#244)","shortMessageHtmlLink":"Fix CI (#244)"}},{"before":null,"after":"c90e2f0a70b427a68bd40d3878648e5d8aa905e9","ref":"refs/heads/ci-fix","pushedAt":"2024-03-25T10:15:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Fix CI","shortMessageHtmlLink":"Fix CI"}},{"before":"5249768c82f7073f0bdc2739919514b62a9f2ac0","after":null,"ref":"refs/heads/new-color","pushedAt":"2024-03-11T17:21:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}},{"before":"2644da3f92f87e45213c17f59f8f28dd0e088033","after":"c3d786cdd10cce50c5f8016cb87db1d11f422959","ref":"refs/heads/bevy-main","pushedAt":"2024-03-11T17:21:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Migrate to `bevy_color` (#242)\n\n* Migrate to `bevy_color`\r\n\r\nThe example `dynamic_shape` does not work.\r\n\r\n* Update palette color usage\r\n\r\n* Fix tests","shortMessageHtmlLink":"Migrate to bevy_color (#242)"}},{"before":"39b237b0ecbe959e8f4b53fa7dc1766601ec9b66","after":"5249768c82f7073f0bdc2739919514b62a9f2ac0","ref":"refs/heads/new-color","pushedAt":"2024-03-11T17:13:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Fix tests","shortMessageHtmlLink":"Fix tests"}},{"before":"738075fd7b5544ee684407f1dedf0eda7a4d81da","after":"39b237b0ecbe959e8f4b53fa7dc1766601ec9b66","ref":"refs/heads/new-color","pushedAt":"2024-03-11T17:01:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Update palette color usage","shortMessageHtmlLink":"Update palette color usage"}},{"before":"78556d57d9c311bc91259abeef17c4efbc698b08","after":"0351fbddca346453f78d401497728a21ea49a9ee","ref":"refs/heads/master","pushedAt":"2024-03-01T17:29:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"fix(README.md): typo (#241)","shortMessageHtmlLink":"fix(README.md): typo (#241)"}},{"before":"6918ca18cdfc6843be7616fedc47487d31fb8731","after":"2644da3f92f87e45213c17f59f8f28dd0e088033","ref":"refs/heads/bevy-main","pushedAt":"2024-03-01T17:28:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Revert \"Rename `Color` to `LegacyColor` (#240)\" (#243)\n\nThis reverts commit 6918ca18cdfc6843be7616fedc47487d31fb8731.","shortMessageHtmlLink":"Revert \"Rename Color to LegacyColor (#240)\" (#243)"}},{"before":null,"after":"6ee86044b94693f9bfad43ea436e2131c3b74a25","ref":"refs/heads/revert-240-fix-ci","pushedAt":"2024-03-01T17:27:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Revert \"Rename `Color` to `LegacyColor` (#240)\"\n\nThis reverts commit 6918ca18cdfc6843be7616fedc47487d31fb8731.","shortMessageHtmlLink":"Revert \"Rename Color to LegacyColor (#240)\""}},{"before":null,"after":"738075fd7b5544ee684407f1dedf0eda7a4d81da","ref":"refs/heads/new-color","pushedAt":"2024-03-01T17:24:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"},"commit":{"message":"Migrate to `bevy_color`\n\nThe example `dynamic_shape` does not work.","shortMessageHtmlLink":"Migrate to bevy_color"}},{"before":"b0b8d5d3d6a20875c2d508ae02a3beec1d699bd9","after":null,"ref":"refs/heads/fix-ci","pushedAt":"2024-02-26T11:46:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nilirad","name":"Federico Rinaldi","path":"/Nilirad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32368687?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEncthzAA","startCursor":null,"endCursor":null}},"title":"Activity ยท Nilirad/bevy_prototype_lyon"}