{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":146011032,"defaultBranch":"master","name":"calloop","ownerLogin":"Smithay","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-08-24T15:50:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/29117271?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717252952.0","currentOid":""},"activityList":{"items":[{"before":"58a1085d0b9d56546722c77c04935b977c46ec2f","after":"a599aab1f2a3b19376be56a3911cd0f4009719cf","ref":"refs/heads/gh-pages","pushedAt":"2024-06-01T14:44:44.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":"deploy: 516c7fded2198f420226a420ca7aac71f90d6bb4","shortMessageHtmlLink":"deploy: 516c7fd"}},{"before":"5a9ca0943711c8eba7d31d1d14832283577a280f","after":"5f884ac7db2fc24c61defcbf8b7535221d1a4bca","ref":"refs/heads/notgull/next","pushedAt":"2024-06-01T14:43:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"v0.14.0\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"v0.14.0"}},{"before":"a332486ed425742e41865b5f1bc5166dd5c6207b","after":null,"ref":"refs/heads/notgull/cirrus","pushedAt":"2024-06-01T14:42:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"}},{"before":"34870e6ac38c8c2993f58896f4e47701153734f0","after":"516c7fded2198f420226a420ca7aac71f90d6bb4","ref":"refs/heads/master","pushedAt":"2024-06-01T14:42:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"ci: Bump FreeBSD to 13.3 in CI\n\nRef: https://github.com/smol-rs/polling/pull/206#issuecomment-2143462931\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"ci: Bump FreeBSD to 13.3 in CI"}},{"before":null,"after":"a332486ed425742e41865b5f1bc5166dd5c6207b","ref":"refs/heads/notgull/cirrus","pushedAt":"2024-06-01T14:36:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"ci: Bump FreeBSD to 13.3 in CI\n\nRef: https://github.com/smol-rs/polling/pull/206#issuecomment-2143462931\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"ci: Bump FreeBSD to 13.3 in CI"}},{"before":"bfdf4c7fd965fb55483ecbf7dd46070478d882ca","after":"5a9ca0943711c8eba7d31d1d14832283577a280f","ref":"refs/heads/notgull/next","pushedAt":"2024-06-01T13:58:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"v0.14.0\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"v0.14.0"}},{"before":"e9b92959d6dd81d4faaf85e8aef25c12b2b7a3b7","after":"58a1085d0b9d56546722c77c04935b977c46ec2f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-30T01:59:30.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":"deploy: 34870e6ac38c8c2993f58896f4e47701153734f0","shortMessageHtmlLink":"deploy: 34870e6"}},{"before":"460ffb0e7b3e2b28447bc07a083490e9bb665e8a","after":"e9b92959d6dd81d4faaf85e8aef25c12b2b7a3b7","ref":"refs/heads/gh-pages","pushedAt":"2024-05-30T01:59:26.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":"deploy: 082dee395d583b3d57a507cd3a4a564a76e80978","shortMessageHtmlLink":"deploy: 082dee3"}},{"before":"082dee395d583b3d57a507cd3a4a564a76e80978","after":"34870e6ac38c8c2993f58896f4e47701153734f0","ref":"refs/heads/master","pushedAt":"2024-05-30T01:56:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"docs: Elaborate on the MSRV policy\n\nPreviously bumps in the MSRV were treated as breaking changes. However this is\nunsustainable for a stable release, as some of our dependencies take bumps in\nthe MSRV as minor version bumps. This adds a section to the MSRV policy describing\nwhat kind of version bumps we expect to take with regards to MSRV.\n\nThe policy is mostly copied from smol.\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"docs: Elaborate on the MSRV policy"}},{"before":"73a7564f37062273e3f72927c0bb3a9c7bf79821","after":null,"ref":"refs/heads/notgull/no-thiserror","pushedAt":"2024-05-30T01:56:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"}},{"before":"9cc2617bae09d80746b530c227270c40dfb393bf","after":"082dee395d583b3d57a507cd3a4a564a76e80978","ref":"refs/heads/master","pushedAt":"2024-05-30T01:56:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"bugfix: Replace thiserror with manual impls\n\nThis commit removes the heavy thiserror dependency by replacing its\r\nautomatically generated implementations with manually written ones. Hopefully\r\nthe newly written implementations are identical to the previous ones, but just\r\nin case I've marked this as a breaking change. Since there is already a breaking\r\nchange on master this shouldn't be a big deal.\r\n\r\nCloses #126\r\n\r\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"bugfix: Replace thiserror with manual impls"}},{"before":null,"after":"453b9e664fe898318e98f82f8dd0eaccdaf86cdc","ref":"refs/heads/notgull/msrv","pushedAt":"2024-05-27T22:50:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"docs: Elaborate on the MSRV policy\n\nPreviously bumps in the MSRV were treated as breaking changes. However this is\nunsustainable for a stable release, as some of our dependencies take bumps in\nthe MSRV as minor version bumps. This adds a section to the MSRV policy describing\nwhat kind of version bumps we expect to take with regards to MSRV.\n\nThe policy is mostly copied from smol.\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"docs: Elaborate on the MSRV policy"}},{"before":"deae4b3feafe332a8ac5aaa8ca9f51b1d32c77dd","after":"460ffb0e7b3e2b28447bc07a083490e9bb665e8a","ref":"refs/heads/gh-pages","pushedAt":"2024-05-27T14:41: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":"deploy: 9cc2617bae09d80746b530c227270c40dfb393bf","shortMessageHtmlLink":"deploy: 9cc2617"}},{"before":"8f9c1fd9f1bc9bfcb49c3991c19683b59591e666","after":null,"ref":"refs/heads/dependabot/cargo/nix-0.29","pushedAt":"2024-05-27T14:38:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"abb1725f891807fe2dae50b0d1214168a14945df","after":"9cc2617bae09d80746b530c227270c40dfb393bf","ref":"refs/heads/master","pushedAt":"2024-05-27T14:38:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"Update nix requirement from 0.28 to 0.29\n\nUpdates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.\n- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/nix-rust/nix/compare/v0.28.0...v0.29.0)\n\n---\nupdated-dependencies:\n- dependency-name: nix\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update nix requirement from 0.28 to 0.29"}},{"before":null,"after":"8f9c1fd9f1bc9bfcb49c3991c19683b59591e666","ref":"refs/heads/dependabot/cargo/nix-0.29","pushedAt":"2024-05-27T13:21:29.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":"Update nix requirement from 0.28 to 0.29\n\nUpdates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.\n- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/nix-rust/nix/compare/v0.28.0...v0.29.0)\n\n---\nupdated-dependencies:\n- dependency-name: nix\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update nix requirement from 0.28 to 0.29"}},{"before":"47864433e3a7b4333496eb509cfe8917e615371e","after":"deae4b3feafe332a8ac5aaa8ca9f51b1d32c77dd","ref":"refs/heads/gh-pages","pushedAt":"2024-05-25T19:58:24.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":"deploy: abb1725f891807fe2dae50b0d1214168a14945df","shortMessageHtmlLink":"deploy: abb1725"}},{"before":"c85138dee8195c415a3e03fe5d51272e5e9ed4e5","after":"abb1725f891807fe2dae50b0d1214168a14945df","ref":"refs/heads/master","pushedAt":"2024-05-25T19:55:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"docs: Fix links to async chapters","shortMessageHtmlLink":"docs: Fix links to async chapters"}},{"before":"3505359c76d781a2dcd3e2b36c4ea69e74b9ffb3","after":"47864433e3a7b4333496eb509cfe8917e615371e","ref":"refs/heads/gh-pages","pushedAt":"2024-05-19T22:19:52.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":"deploy: c85138dee8195c415a3e03fe5d51272e5e9ed4e5","shortMessageHtmlLink":"deploy: c85138d"}},{"before":"950a21045633276df0fe490aad5391a785e7cde3","after":null,"ref":"refs/heads/dependabot/github_actions/peaceiris/actions-gh-pages-4","pushedAt":"2024-05-19T22:17:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"b4cc2c96aea71a95daf0f7e4cece045bfce9a6ad","after":"c85138dee8195c415a3e03fe5d51272e5e9ed4e5","ref":"refs/heads/master","pushedAt":"2024-05-19T22:17:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"Bump peaceiris/actions-gh-pages from 3 to 4\n\nBumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.\n- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)\n- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: peaceiris/actions-gh-pages\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump peaceiris/actions-gh-pages from 3 to 4"}},{"before":"4375840fd4319f57fd69694d84ace0760d8245f8","after":"950a21045633276df0fe490aad5391a785e7cde3","ref":"refs/heads/dependabot/github_actions/peaceiris/actions-gh-pages-4","pushedAt":"2024-05-19T22:11:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump peaceiris/actions-gh-pages from 3 to 4\n\nBumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.\n- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)\n- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: peaceiris/actions-gh-pages\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump peaceiris/actions-gh-pages from 3 to 4"}},{"before":"a239fb6f852c65ffaf2192d3d6fca96a7ee0612b","after":"73a7564f37062273e3f72927c0bb3a9c7bf79821","ref":"refs/heads/notgull/no-thiserror","pushedAt":"2024-05-19T22:02:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"fix: Add coverage(off) to new error methods\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"fix: Add coverage(off) to new error methods"}},{"before":"87adfd3661efcb5e632a7e3be90a18fb31f41b67","after":"a239fb6f852c65ffaf2192d3d6fca96a7ee0612b","ref":"refs/heads/notgull/no-thiserror","pushedAt":"2024-05-19T21:53:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"m: Fix thiserror for non-optional features\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"m: Fix thiserror for non-optional features"}},{"before":null,"after":"87adfd3661efcb5e632a7e3be90a18fb31f41b67","ref":"refs/heads/notgull/no-thiserror","pushedAt":"2024-05-19T21:47:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"break: Use manual impls instead of thiserror\n\nThis commit removes the heavy thiserror dependency by replacing its\nautomatically generated implementations with manually written ones. Hopefully\nthe newly written implementations are identical to the previous ones, but just\nin case I've marked this as a breaking change. Since there is already a breaking\nchange on master this shouldn't be a big deal.\n\nCloses #126\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"break: Use manual impls instead of thiserror"}},{"before":"fa017b7b5ad1b8597f58dc96b302b9fb4169973e","after":"3505359c76d781a2dcd3e2b36c4ea69e74b9ffb3","ref":"refs/heads/gh-pages","pushedAt":"2024-05-19T21:33:42.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":"deploy: b4cc2c96aea71a95daf0f7e4cece045bfce9a6ad","shortMessageHtmlLink":"deploy: b4cc2c9"}},{"before":"aaa4afd26f3f0a0d046750c8d6155c15a0227e48","after":null,"ref":"refs/heads/notgull/clippy","pushedAt":"2024-05-19T21:28:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"}},{"before":"a3a4941bae6389c9652173f830db7ece1106ff7a","after":"b4cc2c96aea71a95daf0f7e4cece045bfce9a6ad","ref":"refs/heads/master","pushedAt":"2024-05-19T21:28:32.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"tests: Avoid free-ing a random FD in OwnedFd drop\n\nIn the insert_bad_source test, we drop the FD \"420\", which doesn't exist.\nPreviously the error was ignored, but in the latest nightly it now aborts the\nprogram. This commit fixes this by leaking the bad \"OwnedFd\" instead of leaving\nit to be dropped.\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"tests: Avoid free-ing a random FD in OwnedFd drop"}},{"before":"640ef73885a4bd2ab2a4398c473a8224bc98eb46","after":"aaa4afd26f3f0a0d046750c8d6155c15a0227e48","ref":"refs/heads/notgull/clippy","pushedAt":"2024-05-19T21:23:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"tests: Avoid free-ing a random FD in OwnedFd drop\n\nIn the insert_bad_source test, we drop the FD \"420\", which doesn't exist.\nPreviously the error was ignored, but in the latest nightly it now aborts the\nprogram. This commit fixes this by leaking the bad \"OwnedFd\" instead of leaving\nit to be dropped.\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"tests: Avoid free-ing a random FD in OwnedFd drop"}},{"before":null,"after":"640ef73885a4bd2ab2a4398c473a8224bc98eb46","ref":"refs/heads/notgull/clippy","pushedAt":"2024-05-19T17:59:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notgull","name":"John Nunley","path":"/notgull","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19805233?s=80&v=4"},"commit":{"message":"chore: Fix nightly clippy warning\n\nSigned-off-by: John Nunley ","shortMessageHtmlLink":"chore: Fix nightly clippy warning"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWcSEBgA","startCursor":null,"endCursor":null}},"title":"Activity ยท Smithay/calloop"}