{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":261183963,"defaultBranch":"main","name":"laravel","ownerLogin":"jonnywilliamson","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-05-04T13:24:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2513663?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1683810441.0","currentOid":""},"activityList":{"items":[{"before":"36694da6e6c7e24a8bd6a9e173b104aeea169258","after":"547ee486b9e70c76dbf81fa858095273cea81150","ref":"refs/heads/main","pushedAt":"2023-05-12T10:41:16.360Z","pushType":"push","commitsCount":3,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Fix styling","shortMessageHtmlLink":"Fix styling"}},{"before":"80c58754816c49c73f65f818551ca66695748d97","after":null,"ref":"refs/heads/add_fake_ability","pushedAt":"2023-05-11T13:07:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"}},{"before":"80c58754816c49c73f65f818551ca66695748d97","after":"36694da6e6c7e24a8bd6a9e173b104aeea169258","ref":"refs/heads/main","pushedAt":"2023-05-11T13:07:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Fix styling","shortMessageHtmlLink":"Fix styling"}},{"before":"3736edb3645fe289fc8d926bd558de480e406b14","after":"80c58754816c49c73f65f818551ca66695748d97","ref":"refs/heads/main","pushedAt":"2023-05-10T16:01:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Allow a bot to have all methods called on it, recorded","shortMessageHtmlLink":"Allow a bot to have all methods called on it, recorded"}},{"before":null,"after":"80c58754816c49c73f65f818551ca66695748d97","ref":"refs/heads/add_fake_ability","pushedAt":"2023-05-10T15:25:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Allow a bot to have all methods called on it, recorded","shortMessageHtmlLink":"Allow a bot to have all methods called on it, recorded"}},{"before":"0f6ce75cc817a5de5381744913cd92ec2de49d8a","after":"3736edb3645fe289fc8d926bd558de480e406b14","ref":"refs/heads/main","pushedAt":"2023-05-05T14:05:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Set command name when resolving\n\nWhen a command is created the description is already a property of the command class. As a command can have many names (alias) it is not set in the command class itself.\n\nHowever sometimes there can be login INSIDE the command class than depends on the name of the command at runtime. This fix allows the command name to be set when it is resolved so that internal logic can use that name.","shortMessageHtmlLink":"Set command name when resolving"}},{"before":"232ffae86f338768d48eca8ed51f61661818e7c2","after":"0f6ce75cc817a5de5381744913cd92ec2de49d8a","ref":"refs/heads/main","pushedAt":"2023-05-05T13:57:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Allow command description to be dynamically set depending on what name is given to the command (#8)\n\nCo-authored-by: jonnywilliamson ","shortMessageHtmlLink":"Allow command description to be dynamically set depending on what nam…"}},{"before":"f330912fffb10e1b1b9f0c72a578c6b2114e8014","after":"232ffae86f338768d48eca8ed51f61661818e7c2","ref":"refs/heads/main","pushedAt":"2023-05-05T09:16:03.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'upstream/main'\n\n* upstream/main:\n Fix styling\n Updates for v4 (#7)","shortMessageHtmlLink":"Merge remote-tracking branch 'upstream/main'"}},{"before":"0acd83e29cdc349a7b43aa5e15bedc82c937fe1c","after":"f330912fffb10e1b1b9f0c72a578c6b2114e8014","ref":"refs/heads/main","pushedAt":"2023-05-04T23:20:53.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":"Fix styling","shortMessageHtmlLink":"Fix styling"}},{"before":"4c3788e033170efe86bff36bf53646a211743a95","after":"0acd83e29cdc349a7b43aa5e15bedc82c937fe1c","ref":"refs/heads/main","pushedAt":"2023-05-04T23:20:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Allow command description to be dynamically set depending on what name is given to the command.","shortMessageHtmlLink":"Allow command description to be dynamically set depending on what nam…"}},{"before":"a2868d482cfbac4cf9db38f59c963d4ca49bfa85","after":null,"ref":"refs/heads/master","pushedAt":"2023-04-17T23:06:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"}},{"before":null,"after":"a2868d482cfbac4cf9db38f59c963d4ca49bfa85","ref":"refs/heads/main","pushedAt":"2023-04-17T23:06:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Migrate phpunit xml","shortMessageHtmlLink":"Migrate phpunit xml"}},{"before":"748035fb2398dd553dca54a36c250d293a569ee0","after":"a2868d482cfbac4cf9db38f59c963d4ca49bfa85","ref":"refs/heads/master","pushedAt":"2023-04-17T23:03:31.991Z","pushType":"push","commitsCount":12,"pusher":{"login":"jonnywilliamson","name":"Jonathan","path":"/jonnywilliamson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2513663?s=80&v=4"},"commit":{"message":"Migrate phpunit xml","shortMessageHtmlLink":"Migrate phpunit xml"}},{"before":"ef1624097ff0fa1744305d62c2cc362cb24a833d","after":"748035fb2398dd553dca54a36c250d293a569ee0","ref":"refs/heads/master","pushedAt":"2023-04-05T15:04:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"irazasyed","name":"Irfaq Syed","path":"/irazasyed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915268?s=80&v=4"},"commit":{"message":"Drop support for older versions of Laravel","shortMessageHtmlLink":"Drop support for older versions of Laravel"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0xMlQxMDo0MToxNi4zNjA3NjRazwAAAAMra-JA","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0xMlQxMDo0MToxNi4zNjA3NjRazwAAAAMra-JA","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0wNVQxNTowNDoxNy4wMDAwMDBazwAAAAMSzBC6"}},"title":"Activity · jonnywilliamson/laravel"}