{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":7968417,"defaultBranch":"master","name":"dagger","ownerLogin":"google","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2013-02-01T23:14:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714589080.0","currentOid":""},"activityList":{"items":[{"before":"594c8ec58b85a55cf27631c0c4b91e2601880c72","after":"9e80b545cb0414b707aff8dbee4511ed8651c9c2","ref":"refs/heads/gh-pages","pushedAt":"2024-05-02T16:03:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Internal change\n\nPiperOrigin-RevId: 630080094","shortMessageHtmlLink":"Internal change"}},{"before":"f6259aca65c3e414d3d7e387d9b33f2ba67017af","after":"594c8ec58b85a55cf27631c0c4b91e2601880c72","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T19:01:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Latest javadoc on successful Github build CI/8913511056 auto-pushed to gh-pages","shortMessageHtmlLink":"Latest javadoc on successful Github build CI/8913511056 auto-pushed t…"}},{"before":"9a67471586c3ed1bccb5d0e13a86af06e024cd1a","after":null,"ref":"refs/heads/test_629606709","pushedAt":"2024-05-01T18:44:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"afd1011bd79f57223bbff8254cdfe72d8dba6180","after":"9a67471586c3ed1bccb5d0e13a86af06e024cd1a","ref":"refs/heads/master","pushedAt":"2024-05-01T18:44:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix typo in PropertyQualifierTest and add test for property setter annotation\n\nRELNOTES=n/a\nPiperOrigin-RevId: 629786551","shortMessageHtmlLink":"Fix typo in PropertyQualifierTest and add test for property setter an…"}},{"before":"044f1afbccf5c5274c2a95d017a0b4d2cac18189","after":"9a67471586c3ed1bccb5d0e13a86af06e024cd1a","ref":"refs/heads/test_629606709","pushedAt":"2024-05-01T18:44:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix typo in PropertyQualifierTest and add test for property setter annotation\n\nRELNOTES=n/a\nPiperOrigin-RevId: 629786551","shortMessageHtmlLink":"Fix typo in PropertyQualifierTest and add test for property setter an…"}},{"before":null,"after":"044f1afbccf5c5274c2a95d017a0b4d2cac18189","ref":"refs/heads/test_629606709","pushedAt":"2024-05-01T18:24:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix typo in PropertyQualifierTest and add test for property setter annotation\n\nRELNOTES=n/a\nPiperOrigin-RevId: 629606709","shortMessageHtmlLink":"Fix typo in PropertyQualifierTest and add test for property setter an…"}},{"before":"12ea09774d265499cc0dd9eb88960878d0682306","after":"f6259aca65c3e414d3d7e387d9b33f2ba67017af","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T07:15:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Latest javadoc on successful Github build CI/8906450968 auto-pushed to gh-pages","shortMessageHtmlLink":"Latest javadoc on successful Github build CI/8906450968 auto-pushed t…"}},{"before":"afd1011bd79f57223bbff8254cdfe72d8dba6180","after":null,"ref":"refs/heads/test_623929516","pushedAt":"2024-05-01T06:54:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"e209fa9efa1210006ef21569aab53328aa7f374e","after":"afd1011bd79f57223bbff8254cdfe72d8dba6180","ref":"refs/heads/master","pushedAt":"2024-05-01T06:54:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fixed the incorrect logic from ProductionBindingRepresentation which could have resulted in type casting error.\n\nIn the existing logic, if someone is requesting a production binding with Provider, Dagger will end up generating a Producer typed expression.\n\nThis cl changes the behavior, so that if a binding request kind for a production binding is PROVIDER, then use derivedFromFrameworkInstanceRequestRepresentation to derive the expression from the corresponding ProducerNodeInstanceRequestRepresentation. This will still fail, but with better error message \"request kind PROVIDER cannot be satisfied by production binding\" from the BindingGraphPlugin Validator.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 629639958","shortMessageHtmlLink":"Fixed the incorrect logic from ProductionBindingRepresentation which …"}},{"before":"873baeb24ba54fb3663e24ebbd0bcbc126af442c","after":"afd1011bd79f57223bbff8254cdfe72d8dba6180","ref":"refs/heads/test_623929516","pushedAt":"2024-05-01T06:54:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fixed the incorrect logic from ProductionBindingRepresentation which could have resulted in type casting error.\n\nIn the existing logic, if someone is requesting a production binding with Provider, Dagger will end up generating a Producer typed expression.\n\nThis cl changes the behavior, so that if a binding request kind for a production binding is PROVIDER, then use derivedFromFrameworkInstanceRequestRepresentation to derive the expression from the corresponding ProducerNodeInstanceRequestRepresentation. This will still fail, but with better error message \"request kind PROVIDER cannot be satisfied by production binding\" from the BindingGraphPlugin Validator.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 629639958","shortMessageHtmlLink":"Fixed the incorrect logic from ProductionBindingRepresentation which …"}},{"before":"5043bcc1c6db329ee08e2d8c7e0a2b190191983e","after":"873baeb24ba54fb3663e24ebbd0bcbc126af442c","ref":"refs/heads/test_623929516","pushedAt":"2024-05-01T06:19:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fixed the incorrect logic from ProductionBindingRepresentation which could have resulted in type casting error.\n\nIn the existing logic, if someone is requesting a production binding with Provider, Dagger will end up generating a Producer typed expression.\n\nThis cl changes the behavior, so that if a binding request kind for a production binding is PROVIDER, then use derivedFromFrameworkInstanceRequestRepresentation to derive the expression from the corresponding ProducerNodeInstanceRequestRepresentation. This will still fail, but with better error message \"request kind PROVIDER cannot be satisfied by production binding\" from the BindingGraphPlugin Validator.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 623929516","shortMessageHtmlLink":"Fixed the incorrect logic from ProductionBindingRepresentation which …"}},{"before":"be1fcab9c3333381ea94460da550c21488bd900f","after":"12ea09774d265499cc0dd9eb88960878d0682306","ref":"refs/heads/gh-pages","pushedAt":"2024-04-25T22:35:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Latest javadoc on successful Github build CI/8840119483 auto-pushed to gh-pages","shortMessageHtmlLink":"Latest javadoc on successful Github build CI/8840119483 auto-pushed t…"}},{"before":"e209fa9efa1210006ef21569aab53328aa7f374e","after":null,"ref":"refs/heads/test_628103815","pushedAt":"2024-04-25T22:18:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"d9c0357564b80d76636702d469c35289db01bcaa","after":"e209fa9efa1210006ef21569aab53328aa7f374e","ref":"refs/heads/master","pushedAt":"2024-04-25T22:18:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Change group name as the result of Github runner group migration.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 628205438","shortMessageHtmlLink":"Change group name as the result of Github runner group migration."}},{"before":"2ea282c5d4acfd401597022f456919e4b3aeb31d","after":"e209fa9efa1210006ef21569aab53328aa7f374e","ref":"refs/heads/test_628103815","pushedAt":"2024-04-25T22:18:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Change group name as the result of Github runner group migration.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 628205438","shortMessageHtmlLink":"Change group name as the result of Github runner group migration."}},{"before":null,"after":"2ea282c5d4acfd401597022f456919e4b3aeb31d","ref":"refs/heads/test_628103815","pushedAt":"2024-04-25T21:59:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Change group name as the result of Github runner group migration.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 628103815","shortMessageHtmlLink":"Change group name as the result of Github runner group migration."}},{"before":"790af2048fa83a430fa1359b4f6bbd3aabd9bd90","after":"be1fcab9c3333381ea94460da550c21488bd900f","ref":"refs/heads/gh-pages","pushedAt":"2024-04-25T18:29:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Latest javadoc on successful Github build CI/8837412954 auto-pushed to gh-pages","shortMessageHtmlLink":"Latest javadoc on successful Github build CI/8837412954 auto-pushed t…"}},{"before":"d9c0357564b80d76636702d469c35289db01bcaa","after":null,"ref":"refs/heads/test_627865964","pushedAt":"2024-04-25T18:14:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"efa34f23991ec3223748b01a321d1556b4118d52","after":"d9c0357564b80d76636702d469c35289db01bcaa","ref":"refs/heads/master","pushedAt":"2024-04-25T18:14:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add a test case for asserting current behavior with type argument nullability.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 628130557","shortMessageHtmlLink":"Add a test case for asserting current behavior with type argument nul…"}},{"before":"026030c797d68588027597ab06bde7ef3e5465b2","after":"d9c0357564b80d76636702d469c35289db01bcaa","ref":"refs/heads/test_627865964","pushedAt":"2024-04-25T18:14:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add a test case for asserting current behavior with type argument nullability.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 628130557","shortMessageHtmlLink":"Add a test case for asserting current behavior with type argument nul…"}},{"before":null,"after":"026030c797d68588027597ab06bde7ef3e5465b2","ref":"refs/heads/test_627865964","pushedAt":"2024-04-25T17:48:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add a test case for asserting current behavior with type argument nullability.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 627865964","shortMessageHtmlLink":"Add a test case for asserting current behavior with type argument nul…"}},{"before":"4ec94eb94714a4c22e0f64e4ba1b47efcef2e923","after":"790af2048fa83a430fa1359b4f6bbd3aabd9bd90","ref":"refs/heads/gh-pages","pushedAt":"2024-04-23T05:35:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Latest javadoc on successful Github build CI/8795178577 auto-pushed to gh-pages","shortMessageHtmlLink":"Latest javadoc on successful Github build CI/8795178577 auto-pushed t…"}},{"before":"efa34f23991ec3223748b01a321d1556b4118d52","after":null,"ref":"refs/heads/test_625791546","pushedAt":"2024-04-23T05:13:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"5b0aa4affbee3f60e49786228201429e72af4a9c","after":"efa34f23991ec3223748b01a321d1556b4118d52","ref":"refs/heads/master","pushedAt":"2024-04-23T05:13:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"A dagger binding methods may be declared as a kotlin property, and we need a representation of it in DaggerExecutableElement.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 627262828","shortMessageHtmlLink":"A dagger binding methods may be declared as a kotlin property, and we…"}},{"before":"eadd7e66bf25c3c3965b58a625c083da033173eb","after":"efa34f23991ec3223748b01a321d1556b4118d52","ref":"refs/heads/test_625791546","pushedAt":"2024-04-23T05:13:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"A dagger binding methods may be declared as a kotlin property, and we need a representation of it in DaggerExecutableElement.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 627262828","shortMessageHtmlLink":"A dagger binding methods may be declared as a kotlin property, and we…"}},{"before":null,"after":"eadd7e66bf25c3c3965b58a625c083da033173eb","ref":"refs/heads/test_625791546","pushedAt":"2024-04-23T04:48:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"A dagger binding methods may be declared as a kotlin property, and we need a representation of it in DaggerExecutableElement.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 625791546","shortMessageHtmlLink":"A dagger binding methods may be declared as a kotlin property, and we…"}},{"before":"e690b2892fdaedc4f2cb29be2e8ab37ad2b1c6bf","after":"4ec94eb94714a4c22e0f64e4ba1b47efcef2e923","ref":"refs/heads/gh-pages","pushedAt":"2024-04-22T21:42:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Latest javadoc on successful Github build CI/8791056371 auto-pushed to gh-pages","shortMessageHtmlLink":"Latest javadoc on successful Github build CI/8791056371 auto-pushed t…"}},{"before":"5b0aa4affbee3f60e49786228201429e72af4a9c","after":null,"ref":"refs/heads/test_622510836","pushedAt":"2024-04-22T21:18:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"4077ea04d776ab44b97b1f1f99b109cc29528d2e","after":"5b0aa4affbee3f60e49786228201429e72af4a9c","ref":"refs/heads/master","pushedAt":"2024-04-22T21:18:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Support `@LazyClassKey` usage with dagger producers.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 627152997","shortMessageHtmlLink":"Support @LazyClassKey usage with dagger producers."}},{"before":"c282f16e95c00755b44919e534d3c01e7c98b799","after":"5b0aa4affbee3f60e49786228201429e72af4a9c","ref":"refs/heads/test_622510836","pushedAt":"2024-04-22T21:17:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Support `@LazyClassKey` usage with dagger producers.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 627152997","shortMessageHtmlLink":"Support @LazyClassKey usage with dagger producers."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEP_wKTgA","startCursor":null,"endCursor":null}},"title":"Activity · google/dagger"}