{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":294710773,"defaultBranch":"dev","name":"pubgrub","ownerLogin":"pubgrub-rs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-09-11T14:01:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/73020870?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717610945.0","currentOid":""},"activityList":{"items":[{"before":"749abfa29ec1f190e9dc9c571f94d1a6ae170e5b","after":null,"ref":"refs/heads/gh-readonly-queue/dev/pr-226-f0418544b375e9e2a2bb053608d6947f28ef94ea","pushedAt":"2024-06-05T18:09:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"f0418544b375e9e2a2bb053608d6947f28ef94ea","after":"749abfa29ec1f190e9dc9c571f94d1a6ae170e5b","ref":"refs/heads/dev","pushedAt":"2024-06-05T18:09:04.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Pass an iterator to `add_incompatibility_from_dependencies` (#226)\n\n* Relax dependencies to iterator instead of a hashmap to avoid clones\n\nPreviously, `Dependencies::Available` was hardcoded to a hash map. By relaxing this to `impl IntoIterator<_> + Clone`, we avoid converting from uv's ordered `Vec<(_, _)>` to a `HashMap<_, _>` and avoid cloning.\n\n## Design considerations\n\nWe implement this using the return type `Dependencies + Clone, DP::M>`. This allows using `get_dependencies` without knowing the actual (which a generic bound would require) or adding another associated type to the dependency provider. The `impl` bound also captures all input lifetimes, keeping `p` and `v` borrowed. We could bind the iterator to only `&self` instead, but this would only move two clones (package and version) to the implementer.\n\nCo-authored-by: Jacob Finkelman \nCo-authored-by: Zanie \nCo-authored-by: Charlie Marsh \n\n* Avoid clone\n\n* Don't change `DependencyProvider`\n\n* Avoid changing the public API for the dependencies internal iterator\n\n---------\n\nCo-authored-by: Jacob Finkelman \nCo-authored-by: Zanie \nCo-authored-by: Charlie Marsh ","shortMessageHtmlLink":"Pass an iterator to add_incompatibility_from_dependencies (#226)"}},{"before":null,"after":"749abfa29ec1f190e9dc9c571f94d1a6ae170e5b","ref":"refs/heads/gh-readonly-queue/dev/pr-226-f0418544b375e9e2a2bb053608d6947f28ef94ea","pushedAt":"2024-06-05T18:07:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Pass an iterator to `add_incompatibility_from_dependencies` (#226)\n\n* Relax dependencies to iterator instead of a hashmap to avoid clones\n\nPreviously, `Dependencies::Available` was hardcoded to a hash map. By relaxing this to `impl IntoIterator<_> + Clone`, we avoid converting from uv's ordered `Vec<(_, _)>` to a `HashMap<_, _>` and avoid cloning.\n\n## Design considerations\n\nWe implement this using the return type `Dependencies + Clone, DP::M>`. This allows using `get_dependencies` without knowing the actual (which a generic bound would require) or adding another associated type to the dependency provider. The `impl` bound also captures all input lifetimes, keeping `p` and `v` borrowed. We could bind the iterator to only `&self` instead, but this would only move two clones (package and version) to the implementer.\n\nCo-authored-by: Jacob Finkelman \nCo-authored-by: Zanie \nCo-authored-by: Charlie Marsh \n\n* Avoid clone\n\n* Don't change `DependencyProvider`\n\n* Avoid changing the public API for the dependencies internal iterator\n\n---------\n\nCo-authored-by: Jacob Finkelman \nCo-authored-by: Zanie \nCo-authored-by: Charlie Marsh ","shortMessageHtmlLink":"Pass an iterator to add_incompatibility_from_dependencies (#226)"}},{"before":"f0418544b375e9e2a2bb053608d6947f28ef94ea","after":null,"ref":"refs/heads/gh-readonly-queue/dev/pr-228-5c45048478a3e5e6c0ecf296f14d55ffc5a61f85","pushedAt":"2024-06-04T20:15:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"5c45048478a3e5e6c0ecf296f14d55ffc5a61f85","after":"f0418544b375e9e2a2bb053608d6947f28ef94ea","ref":"refs/heads/dev","pushedAt":"2024-06-04T20:15:44.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Avoid over-simplifying version ranges (#228)\n\nCo-authored-by: Zanie Blue ","shortMessageHtmlLink":"Avoid over-simplifying version ranges (#228)"}},{"before":null,"after":"f0418544b375e9e2a2bb053608d6947f28ef94ea","ref":"refs/heads/gh-readonly-queue/dev/pr-228-5c45048478a3e5e6c0ecf296f14d55ffc5a61f85","pushedAt":"2024-06-04T20:14:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Avoid over-simplifying version ranges (#228)\n\nCo-authored-by: Zanie Blue ","shortMessageHtmlLink":"Avoid over-simplifying version ranges (#228)"}},{"before":"5c45048478a3e5e6c0ecf296f14d55ffc5a61f85","after":null,"ref":"refs/heads/gh-readonly-queue/dev/pr-229-fd20c153e4a95d13f6b74c626d6653d7eeb8f8f9","pushedAt":"2024-06-04T19:51:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"fd20c153e4a95d13f6b74c626d6653d7eeb8f8f9","after":"5c45048478a3e5e6c0ecf296f14d55ffc5a61f85","ref":"refs/heads/dev","pushedAt":"2024-06-04T19:51:10.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Fix docstrings typos (#229)","shortMessageHtmlLink":"Fix docstrings typos (#229)"}},{"before":null,"after":"5c45048478a3e5e6c0ecf296f14d55ffc5a61f85","ref":"refs/heads/gh-readonly-queue/dev/pr-229-fd20c153e4a95d13f6b74c626d6653d7eeb8f8f9","pushedAt":"2024-06-04T19:49:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Fix docstrings typos (#229)","shortMessageHtmlLink":"Fix docstrings typos (#229)"}},{"before":"fd20c153e4a95d13f6b74c626d6653d7eeb8f8f9","after":null,"ref":"refs/heads/gh-readonly-queue/dev/pr-227-4292cbfbde4a6885b72217d412adb0694d7d810a","pushedAt":"2024-06-03T15:58:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"4292cbfbde4a6885b72217d412adb0694d7d810a","after":"fd20c153e4a95d13f6b74c626d6653d7eeb8f8f9","ref":"refs/heads/dev","pushedAt":"2024-06-03T15:58:51.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Fix a clippy lint (#227)\n\nThis showed up as a clippy warning (parameterless new but no default) when removing `#![allow(clippy::all)]` on our `main`, though surprisingly this doesn't happen on upstream `dev`. I think it's a good change either way.","shortMessageHtmlLink":"Fix a clippy lint (#227)"}},{"before":null,"after":"fd20c153e4a95d13f6b74c626d6653d7eeb8f8f9","ref":"refs/heads/gh-readonly-queue/dev/pr-227-4292cbfbde4a6885b72217d412adb0694d7d810a","pushedAt":"2024-06-03T15:57:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Fix a clippy lint (#227)\n\nThis showed up as a clippy warning (parameterless new but no default) when removing `#![allow(clippy::all)]` on our `main`, though surprisingly this doesn't happen on upstream `dev`. I think it's a good change either way.","shortMessageHtmlLink":"Fix a clippy lint (#227)"}},{"before":"a07c818ac41e853a98cd0d32b49012ecd4de79d0","after":null,"ref":"refs/heads/dependabot/cargo/priority-queue-2.0.3","pushedAt":"2024-06-03T15:21:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Eh2406","name":"Jacob Finkelman","path":"/Eh2406","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3709504?s=80&v=4"}},{"before":"4292cbfbde4a6885b72217d412adb0694d7d810a","after":null,"ref":"refs/heads/gh-readonly-queue/dev/pr-224-94900148eda76eaa34011d0052f4c295afb57e03","pushedAt":"2024-06-03T15:21:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"94900148eda76eaa34011d0052f4c295afb57e03","after":"4292cbfbde4a6885b72217d412adb0694d7d810a","ref":"refs/heads/dev","pushedAt":"2024-06-03T15:21:31.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump priority-queue from 2.0.2 to 2.0.3 (#224)\n\nBumps [priority-queue](https://github.com/garro95/priority-queue) from 2.0.2 to 2.0.3.\n- [Release notes](https://github.com/garro95/priority-queue/releases)\n- [Commits](https://github.com/garro95/priority-queue/commits/2.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: priority-queue\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump priority-queue from 2.0.2 to 2.0.3 (#224)"}},{"before":"68c2215c4c1554239679f2f0c1a66e1ca8b674e3","after":null,"ref":"refs/heads/dependabot/cargo/serde-1.0.203","pushedAt":"2024-06-03T15:20:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Eh2406","name":"Jacob Finkelman","path":"/Eh2406","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3709504?s=80&v=4"}},{"before":"94900148eda76eaa34011d0052f4c295afb57e03","after":null,"ref":"refs/heads/gh-readonly-queue/dev/pr-225-fa96e0f23f80e0848ce624d7185c5a3e4bc7542e","pushedAt":"2024-06-03T15:20:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"fa96e0f23f80e0848ce624d7185c5a3e4bc7542e","after":"94900148eda76eaa34011d0052f4c295afb57e03","ref":"refs/heads/dev","pushedAt":"2024-06-03T15:20:33.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump serde from 1.0.198 to 1.0.203 (#225)\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.203.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.203)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump serde from 1.0.198 to 1.0.203 (#225)"}},{"before":null,"after":"4292cbfbde4a6885b72217d412adb0694d7d810a","ref":"refs/heads/gh-readonly-queue/dev/pr-224-94900148eda76eaa34011d0052f4c295afb57e03","pushedAt":"2024-06-03T15:20:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump priority-queue from 2.0.2 to 2.0.3 (#224)\n\nBumps [priority-queue](https://github.com/garro95/priority-queue) from 2.0.2 to 2.0.3.\n- [Release notes](https://github.com/garro95/priority-queue/releases)\n- [Commits](https://github.com/garro95/priority-queue/commits/2.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: priority-queue\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump priority-queue from 2.0.2 to 2.0.3 (#224)"}},{"before":"4b341fab1730d0f3391313c083691297ace3f1ce","after":null,"ref":"refs/heads/dependabot/cargo/thiserror-1.0.61","pushedAt":"2024-06-03T15:18:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Eh2406","name":"Jacob Finkelman","path":"/Eh2406","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3709504?s=80&v=4"}},{"before":"fa96e0f23f80e0848ce624d7185c5a3e4bc7542e","after":null,"ref":"refs/heads/gh-readonly-queue/dev/pr-223-1c05803a3bc2f74493ad3d714f53b839dcec60c6","pushedAt":"2024-06-03T15:18:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"1c05803a3bc2f74493ad3d714f53b839dcec60c6","after":"fa96e0f23f80e0848ce624d7185c5a3e4bc7542e","ref":"refs/heads/dev","pushedAt":"2024-06-03T15:18:26.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump thiserror from 1.0.59 to 1.0.61 (#223)\n\nBumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.61.\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.61)\n\n---\nupdated-dependencies:\n- dependency-name: thiserror\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump thiserror from 1.0.59 to 1.0.61 (#223)"}},{"before":null,"after":"94900148eda76eaa34011d0052f4c295afb57e03","ref":"refs/heads/gh-readonly-queue/dev/pr-225-fa96e0f23f80e0848ce624d7185c5a3e4bc7542e","pushedAt":"2024-06-03T15:18:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump serde from 1.0.198 to 1.0.203 (#225)\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.203.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.203)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump serde from 1.0.198 to 1.0.203 (#225)"}},{"before":null,"after":"fa96e0f23f80e0848ce624d7185c5a3e4bc7542e","ref":"refs/heads/gh-readonly-queue/dev/pr-223-1c05803a3bc2f74493ad3d714f53b839dcec60c6","pushedAt":"2024-06-03T15:17:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"build(deps): bump thiserror from 1.0.59 to 1.0.61 (#223)\n\nBumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.61.\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.61)\n\n---\nupdated-dependencies:\n- dependency-name: thiserror\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump thiserror from 1.0.59 to 1.0.61 (#223)"}},{"before":null,"after":"68c2215c4c1554239679f2f0c1a66e1ca8b674e3","ref":"refs/heads/dependabot/cargo/serde-1.0.203","pushedAt":"2024-06-01T03:04:05.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":"build(deps): bump serde from 1.0.198 to 1.0.203\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.203.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.203)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump serde from 1.0.198 to 1.0.203"}},{"before":null,"after":"a07c818ac41e853a98cd0d32b49012ecd4de79d0","ref":"refs/heads/dependabot/cargo/priority-queue-2.0.3","pushedAt":"2024-06-01T03:03:56.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":"build(deps): bump priority-queue from 2.0.2 to 2.0.3\n\nBumps [priority-queue](https://github.com/garro95/priority-queue) from 2.0.2 to 2.0.3.\n- [Release notes](https://github.com/garro95/priority-queue/releases)\n- [Commits](https://github.com/garro95/priority-queue/commits/2.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: priority-queue\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump priority-queue from 2.0.2 to 2.0.3"}},{"before":null,"after":"4b341fab1730d0f3391313c083691297ace3f1ce","ref":"refs/heads/dependabot/cargo/thiserror-1.0.61","pushedAt":"2024-06-01T03:03:52.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":"build(deps): bump thiserror from 1.0.59 to 1.0.61\n\nBumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.61.\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.61)\n\n---\nupdated-dependencies:\n- dependency-name: thiserror\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump thiserror from 1.0.59 to 1.0.61"}},{"before":"acb7e43a5e5361ddb5abbf5aaf97fd08084e9463","after":"900464d00fb0897b263a0edcaef39d09ec9de33e","ref":"refs/heads/p_id","pushedAt":"2024-05-31T17:10:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Eh2406","name":"Jacob Finkelman","path":"/Eh2406","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3709504?s=80&v=4"},"commit":{"message":"wip: package_store","shortMessageHtmlLink":"wip: package_store"}},{"before":"1c05803a3bc2f74493ad3d714f53b839dcec60c6","after":"d841089702b2f20a9640181011d647d6db5718d9","ref":"refs/heads/RPITIT","pushedAt":"2024-05-29T14:31:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Eh2406","name":"Jacob Finkelman","path":"/Eh2406","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3709504?s=80&v=4"},"commit":{"message":"use impl IntoIterator to avoide clones","shortMessageHtmlLink":"use impl IntoIterator to avoide clones"}},{"before":"6c047630c8a94264bdd41b44e02a6e6c61027c24","after":"1c05803a3bc2f74493ad3d714f53b839dcec60c6","ref":"refs/heads/RPITIT","pushedAt":"2024-05-24T21:47:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Eh2406","name":"Jacob Finkelman","path":"/Eh2406","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3709504?s=80&v=4"},"commit":{"message":"Remove naming convetion ci check (#220)\n\nThis change switches pbgrub to commit messages without prefix.\n\nCloses https://github.com/pubgrub-rs/pubgrub/issues/218","shortMessageHtmlLink":"Remove naming convetion ci check (#220)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXW02QAA","startCursor":null,"endCursor":null}},"title":"Activity ยท pubgrub-rs/pubgrub"}