{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":344334313,"defaultBranch":"develop","name":"storm","ownerLogin":"wintercms","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-03-04T03:11:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/80017359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722353834.0","currentOid":""},"activityList":{"items":[{"before":"659cdb5924296b63f31066546a1f1e1aa63f274f","after":"91164e87705ff19d7fb6ec3690c93023f778e148","ref":"refs/heads/wip-laravel-11","pushedAt":"2024-09-15T20:12:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"force twig 3.x","shortMessageHtmlLink":"force twig 3.x"}},{"before":"bc8f449672017915b2a64dbaf9f838d6bbe40940","after":"87349493df98c785ce8be9024d18290f3a891b92","ref":"refs/heads/develop","pushedAt":"2024-09-15T19:52:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"use latest 3.14+ twig, they fixed their shit","shortMessageHtmlLink":"use latest 3.14+ twig, they fixed their shit"}},{"before":"99ddfa2c9c2023e00166997d8fa425262611c2fc","after":"659cdb5924296b63f31066546a1f1e1aa63f274f","ref":"refs/heads/wip-laravel-11","pushedAt":"2024-09-15T19:49:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"use latest 3.14+ twig, they fixed their shit","shortMessageHtmlLink":"use latest 3.14+ twig, they fixed their shit"}},{"before":"3ca2c68afab3d82071152f471f8c6bb237481d61","after":"99ddfa2c9c2023e00166997d8fa425262611c2fc","ref":"refs/heads/wip-laravel-11","pushedAt":"2024-09-15T19:37:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"use newer twig","shortMessageHtmlLink":"use newer twig"}},{"before":"b3fabc6068f9d7c4afa510546832c9fb0adc305a","after":"3ca2c68afab3d82071152f471f8c6bb237481d61","ref":"refs/heads/wip-laravel-11","pushedAt":"2024-09-03T14:38:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"fix typo","shortMessageHtmlLink":"fix typo"}},{"before":"9bd20800d69ccc83bb4c1571df85c5346e25efd8","after":"b3fabc6068f9d7c4afa510546832c9fb0adc305a","ref":"refs/heads/wip-laravel-11","pushedAt":"2024-09-03T14:36:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"follow Laravel method signature","shortMessageHtmlLink":"follow Laravel method signature"}},{"before":"9b056bf652f3e15f6ebb4de59bb314143e407abd","after":"267187b006f29a42fdfdef8e1f7955d998b64288","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-09-02T06:07:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Stan fixes","shortMessageHtmlLink":"Stan fixes"}},{"before":"5f6eb371cb39d0961748ed451cfdb8ec852fb529","after":"9b056bf652f3e15f6ebb4de59bb314143e407abd","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-09-02T06:01:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Use alternative method for defining soft deletable relations\n\nInstead of extending the Relation class, we will make the soft delete methods available immediately to the relations.\n\nHowever, you can only *enable* soft delete if the related model uses the soft delete trait, thereby ensuring the correct soft delete functionality is available to the model when required.","shortMessageHtmlLink":"Use alternative method for defining soft deletable relations"}},{"before":"90adf9710ecb4ca4461b392c19795e66916bc7cb","after":"5f6eb371cb39d0961748ed451cfdb8ec852fb529","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-08-16T02:13:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Stop double-defining of soft delete trait's dynamic methods and properties","shortMessageHtmlLink":"Stop double-defining of soft delete trait's dynamic methods and prope…"}},{"before":"49d581d4173eadc7afad77b2098c1dc5d96421e0","after":"90adf9710ecb4ca4461b392c19795e66916bc7cb","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-08-16T01:50:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into wip/laravel-style-relations","shortMessageHtmlLink":"Merge branch 'develop' into wip/laravel-style-relations"}},{"before":"339af87267d355a8acef6dafbed9d2f2523099d2","after":"bc8f449672017915b2a64dbaf9f838d6bbe40940","ref":"refs/heads/develop","pushedAt":"2024-08-04T06:17:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LukeTowers","name":"Luke Towers","path":"/LukeTowers","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7253840?s=80&v=4"},"commit":{"message":"Add slave relation definition to DeferredBinding\n\nYou don't need to use this. Until you do, and then god help us all.","shortMessageHtmlLink":"Add slave relation definition to DeferredBinding"}},{"before":"abcf7ee152113a4eef49085c4a70fcbb1a646dbf","after":"49d581d4173eadc7afad77b2098c1dc5d96421e0","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-31T05:58:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/Concerns/DefinedConstraints.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/Concerns/DefinedConstraints.php"}},{"before":"1f9ecafe01c7aa0eaf5cefcc165a1fa2c951b7b0","after":null,"ref":"refs/heads/laravel-sync","pushedAt":"2024-07-30T15:37:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"LukeTowers","name":"Luke Towers","path":"/LukeTowers","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7253840?s=80&v=4"}},{"before":"e9df5f75c72e9a7109b86597bb4e4c67dd0eafce","after":"1f9ecafe01c7aa0eaf5cefcc165a1fa2c951b7b0","ref":"refs/heads/laravel-sync","pushedAt":"2024-07-30T14:19:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"use Storm's pivot model","shortMessageHtmlLink":"use Storm's pivot model"}},{"before":"f2dd37595b69c8395386eb27eb13f9ab97c73775","after":"e9df5f75c72e9a7109b86597bb4e4c67dd0eafce","ref":"refs/heads/laravel-sync","pushedAt":"2024-07-30T14:09:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"parent method accepts array of ids","shortMessageHtmlLink":"parent method accepts array of ids"}},{"before":"059e20e0a17ecdedf06f36906b0cb87a38529da0","after":"f2dd37595b69c8395386eb27eb13f9ab97c73775","ref":"refs/heads/laravel-sync","pushedAt":"2024-07-30T13:55:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"remove unused rule","shortMessageHtmlLink":"remove unused rule"}},{"before":"f7891e47c1ffcbf274dabd4f86e47af01914a6ac","after":"059e20e0a17ecdedf06f36906b0cb87a38529da0","ref":"refs/heads/laravel-sync","pushedAt":"2024-07-30T13:51:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"remove phpstan ignore rule","shortMessageHtmlLink":"remove phpstan ignore rule"}},{"before":"eeda95b1350a488db7e4fcbb7c99e95a403a6e2f","after":"f7891e47c1ffcbf274dabd4f86e47af01914a6ac","ref":"refs/heads/laravel-sync","pushedAt":"2024-07-30T13:47:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"forgot ::class suffix","shortMessageHtmlLink":"forgot ::class suffix"}},{"before":"71ae70b5dc2f14bfbfc442340dab8282feee5096","after":"eeda95b1350a488db7e4fcbb7c99e95a403a6e2f","ref":"refs/heads/laravel-sync","pushedAt":"2024-07-30T13:44:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"remove overriden Pivot class as well","shortMessageHtmlLink":"remove overriden Pivot class as well"}},{"before":null,"after":"71ae70b5dc2f14bfbfc442340dab8282feee5096","ref":"refs/heads/laravel-sync","pushedAt":"2024-07-30T13:30:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mjauvin","name":"Marc Jauvin","path":"/mjauvin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2013630?s=80&v=4"},"commit":{"message":"newPivot method is the same as Laravel","shortMessageHtmlLink":"newPivot method is the same as Laravel"}},{"before":"e48418b2f8b27f7faf27a98318d0898183bc6fe4","after":"abcf7ee152113a4eef49085c4a70fcbb1a646dbf","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:55:50.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into wip/laravel-style-relations","shortMessageHtmlLink":"Merge branch 'develop' into wip/laravel-style-relations"}},{"before":"500c32b508450aff51d333df30e8f41caf6022e2","after":"e48418b2f8b27f7faf27a98318d0898183bc6fe4","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:55:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/BelongsToMany.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/BelongsToMany.php"}},{"before":"248397b3e6f7e870e0cb86f701f5791c620bb11a","after":"500c32b508450aff51d333df30e8f41caf6022e2","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:54:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Model.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Model.php"}},{"before":"2951b5c8823b719f0b20621697862aaccfe9f5e7","after":"248397b3e6f7e870e0cb86f701f5791c620bb11a","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:46:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/BelongsToMany.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/BelongsToMany.php"}},{"before":"9d6b8299d0542438c7e47b183be30a5346c45ba7","after":"2951b5c8823b719f0b20621697862aaccfe9f5e7","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:46:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/BelongsToMany.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/BelongsToMany.php"}},{"before":"57c22bac089acfb7442ff6d3bf84e151fc2267ed","after":"9d6b8299d0542438c7e47b183be30a5346c45ba7","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:45:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/BelongsToMany.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/BelongsToMany.php"}},{"before":"192b47ddeddf5b4d1599ed95dae739d37bc4e135","after":"57c22bac089acfb7442ff6d3bf84e151fc2267ed","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:45:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/BelongsToMany.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/BelongsToMany.php"}},{"before":"4d1d1d4ffd10c86ce639694de7dae72f7b388236","after":"192b47ddeddf5b4d1599ed95dae739d37bc4e135","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:43:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/BelongsToMany.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/BelongsToMany.php"}},{"before":"11064edc5b1d2b9d4ceefbb95f0aa2c4b253779c","after":"4d1d1d4ffd10c86ce639694de7dae72f7b388236","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:36:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/Concerns/CanBeCounted.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/Concerns/CanBeCounted.php"}},{"before":"46778f5dc8e0b50220f31bff379453ed0d9a7ca8","after":"11064edc5b1d2b9d4ceefbb95f0aa2c4b253779c","ref":"refs/heads/wip/laravel-style-relations","pushedAt":"2024-07-30T03:35:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennothommo","name":"Ben Thomson","path":"/bennothommo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15900351?s=80&v=4"},"commit":{"message":"Update src/Database/Relations/Concerns/CanBeCounted.php\n\nCo-authored-by: Luke Towers ","shortMessageHtmlLink":"Update src/Database/Relations/Concerns/CanBeCounted.php"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNVQyMDoxMjoyMi4wMDAwMDBazwAAAAS22iw3","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNVQyMDoxMjoyMi4wMDAwMDBazwAAAAS22iw3","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0zMFQwMzozNTo1Mi4wMDAwMDBazwAAAASMh576"}},"title":"Activity · wintercms/storm"}