{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":323042386,"defaultBranch":"main","name":"bevy","ownerLogin":"TheRawMeatball","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-12-20T10:08:46.000Z","ownerAvatar":"https://github.com/avatars/u/6781733?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1708958920.0","currentOid":""},"activityList":{"items":[{"before":"0eb3dbd62edc3ad6d6fe8a4bf65219b44f3b9bd7","after":"1062c466a770587db8b9de9a75b3d7c24ffd31a5","ref":"refs/heads/assetindex-to-from-bits","pushedAt":"2024-02-26T15:23:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"Merge branch 'assetindex-to-from-bits' of ssh://github.com/TheRawMeatball/bevy into assetindex-to-from-bits","shortMessageHtmlLink":"Merge branch 'assetindex-to-from-bits' of ssh://github.com/TheRawMeat…"}},{"before":"4cf83153a711845b3d008fe2760b3bb2fb47a266","after":"0eb3dbd62edc3ad6d6fe8a4bf65219b44f3b9bd7","ref":"refs/heads/assetindex-to-from-bits","pushedAt":"2024-02-26T15:18:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"Update crates/bevy_asset/src/assets.rs\n\nCo-authored-by: Rob Parrett ","shortMessageHtmlLink":"Update crates/bevy_asset/src/assets.rs"}},{"before":"9bd6cc0a5e8d269eb1fb6446ddd0824c446d966b","after":"4cf83153a711845b3d008fe2760b3bb2fb47a266","ref":"refs/heads/assetindex-to-from-bits","pushedAt":"2024-02-26T14:49:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"Add to_bits and from_bits functions to `AssetIndex`","shortMessageHtmlLink":"Add to_bits and from_bits functions to AssetIndex"}},{"before":null,"after":"9bd6cc0a5e8d269eb1fb6446ddd0824c446d966b","ref":"refs/heads/assetindex-to-from-bits","pushedAt":"2024-02-26T14:48:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"Add `Direction3dA` and move direction types out of `primitives` (#12018)\n\n# Objective\n\nSplit up from #12017, add an aligned version of `Direction3d` for SIMD,\nand move direction types out of `primitives`.\n\n## Solution\n\nAdd `Direction3dA` and move direction types into a new `direction`\nmodule.\n\n---\n\n## Migration Guide\n\nThe `Direction2d`, `Direction3d`, and `InvalidDirectionError` types have\nbeen moved out of `bevy::math::primitives`.\n\nBefore:\n\n```rust\nuse bevy::math::primitives::Direction3d;\n```\n\nAfter:\n\n```rust\nuse bevy::math::Direction3d;\n```\n\n---------\n\nCo-authored-by: Alice Cecile ","shortMessageHtmlLink":"Add Direction3dA and move direction types out of primitives (bevy…"}},{"before":"92294de08d1c1ac16178d327f0441a6231340680","after":"c98481aa564639f84c76bf226c4c1538df8a1c92","ref":"refs/heads/main","pushedAt":"2023-11-07T21:43:56.000Z","pushType":"push","commitsCount":154,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"Fix bevy_pbr shader function name (#10423)\n\n# Objective\n\nFix a shader error that happens when using pbr morph targets.\n\n## Solution\n\nFix the function name in the `prepass.wgsl` shader, which is incorrectly\nprefixed with `morph::` (added in\nhttps://github.com/bevyengine/bevy/commit/61bad4eb5704b6859d32c69c3c45c24e77372c10#diff-97e4500f0a36bc6206d7b1490c8dd1a69459ee39dc6822eb9b2f7b160865f49fR42).\n\nThis section of the shader is only enabled when using morph targets, so\nit seems like there are no tests / examples using it?","shortMessageHtmlLink":"Fix bevy_pbr shader function name (bevyengine#10423)"}},{"before":"8cd59b6a0344e20e6d0e0dcfd26eb7c4d485545e","after":"92294de08d1c1ac16178d327f0441a6231340680","ref":"refs/heads/main","pushedAt":"2023-11-07T21:41:23.000Z","pushType":"push","commitsCount":1120,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"Update toml_edit requirement from 0.19 to 0.20 (#10058)\n\nUpdates the requirements on [toml_edit](https://github.com/toml-rs/toml)\nto permit the latest version.\n
\nCommits\n
    \n
  • ed597eb\nchore: Release
  • \n
  • 257a0fd\ndocs: Update changelog
  • \n
  • 4b44f53\nMerge pull request #617 from\nepage/update
  • \n
  • 7eaf286\nfix(parser): Failed on mixed inline tables
  • \n
  • e1f2037\ntest: Verify with latest data
  • \n
  • 2f9253c\nchore: Update toml-test
  • \n
  • c9b481c\ntest(toml): Ensure tables are used for validation
  • \n
  • 43d7f29\nMerge pull request #615 from\ntoml-rs/renovate/actions-checkout-4.x
  • \n
  • ef9b837\nchore(deps): update actions/checkout action to v4
  • \n
  • d308188\nchore: Release
  • \n
  • Additional commits viewable in compare\nview
  • \n
\n
\n
\n\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update toml_edit requirement from 0.19 to 0.20 (bevyengine#10058)"}},{"before":"1da0a8ac8e21122de9072f2fcc76e016b937f70a","after":"23bad7a91c56b2b550e6231cbf9da0d8b3e16d16","ref":"refs/heads/screenshot-api","pushedAt":"2023-04-19T04:55:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"print to log when a screenshot is taken","shortMessageHtmlLink":"print to log when a screenshot is taken"}},{"before":"2b5edfa4a6f7485218e7fcbd988d216ac5ce22c0","after":"1da0a8ac8e21122de9072f2fcc76e016b937f70a","ref":"refs/heads/screenshot-api","pushedAt":"2023-04-18T17:35:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"Merge commit 'cf5fd04' into HEAD","shortMessageHtmlLink":"Merge commit 'cf5fd04' into HEAD"}},{"before":"cf5fd040bd0bfa4928f9b191c58693e35760ad1f","after":"2b5edfa4a6f7485218e7fcbd988d216ac5ce22c0","ref":"refs/heads/screenshot-api","pushedAt":"2023-04-18T10:07:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheRawMeatball","name":"nil","path":"/TheRawMeatball","primaryAvatarUrl":"https://github.com/avatars/u/6781733?s=80&v=4"},"commit":{"message":"ubermerge","shortMessageHtmlLink":"ubermerge"}},{"before":null,"after":"325d1aaa3cc657d17ea503746e01635f1fd601a3","ref":"refs/heads/dependabot/github_actions/peter-evans/create-pull-request-5","pushedAt":"2023-04-10T18:57:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump peter-evans/create-pull-request from 4 to 5\n\nBumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.\n- [Release notes](https://github.com/peter-evans/create-pull-request/releases)\n- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: peter-evans/create-pull-request\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump peter-evans/create-pull-request from 4 to 5"}},{"before":"b4954e39b1837849bf37dc5a8f8d7c5cb451a4aa","after":null,"ref":"refs/heads/dependabot/cargo/ruzstd-0.3.0","pushedAt":"2023-03-20T19:02:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"6044abdc468f1635c2c391798abc513ead42e0b4","ref":"refs/heads/dependabot/cargo/ruzstd-0.3.1","pushedAt":"2023-03-20T19:02:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Update ruzstd requirement from 0.2.4 to 0.3.1\n\nUpdates the requirements on [ruzstd](https://github.com/KillingSpark/zstd-rs) to permit the latest version.\n- [Release notes](https://github.com/KillingSpark/zstd-rs/releases)\n- [Commits](https://github.com/KillingSpark/zstd-rs/compare/v0.2.4...v0.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: ruzstd\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update ruzstd requirement from 0.2.4 to 0.3.1"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0yNlQxNToyMzoxMC4wMDAwMDBazwAAAAQFiLca","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0yNlQxNToyMzoxMC4wMDAwMDBazwAAAAQFiLca","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0yMFQxOTowMjo1My4wMDAwMDBazwAAAAMHcZHm"}},"title":"Activity · TheRawMeatball/bevy"}