{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":263810109,"defaultBranch":"master","name":"nano","ownerLogin":"hyperf","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-14T03:56:47.000Z","ownerAvatar":"https://github.com/avatars/u/44228082?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1696755792.0","currentOid":""},"activityList":{"items":[{"before":"d01c3424097f2ec4231f60a9eeb9eb159b2ea1ca","after":"6603af533fdb96cb607fd75f6ab5850af7e97fbc","ref":"refs/heads/master","pushedAt":"2023-10-08T09:04:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"limingxinleo","name":"李铭昕","path":"/limingxinleo","primaryAvatarUrl":"https://github.com/avatars/u/16648551?s=80&v=4"},"commit":{"message":"Removed dependabot","shortMessageHtmlLink":"Removed dependabot"}},{"before":"f8ad497bb5096200f14b7059eb922d63d9d52438","after":"d01c3424097f2ec4231f60a9eeb9eb159b2ea1ca","ref":"refs/heads/master","pushedAt":"2023-10-08T08:49:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"limingxinleo","name":"李铭昕","path":"/limingxinleo","primaryAvatarUrl":"https://github.com/avatars/u/16648551?s=80&v=4"},"commit":{"message":"Set ClosureProcess default enable start. (#67)","shortMessageHtmlLink":"Set ClosureProcess default enable start. (#67)"}},{"before":"56b1e227502fba8d40f3548190c603e2415b9923","after":null,"ref":"refs/heads/dependabot/composer/swoole/ide-helper-tw-5.0.3","pushedAt":"2023-10-08T08:33:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"56b1e227502fba8d40f3548190c603e2415b9923","ref":"refs/heads/dependabot/composer/swoole/ide-helper-tw-5.0.3","pushedAt":"2023-05-01T11:02:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Update swoole/ide-helper requirement from ^4.5.2 to ^5.0.3\n\nUpdates the requirements on [swoole/ide-helper](https://github.com/swoole/ide-helper) to permit the latest version.\n- [Release notes](https://github.com/swoole/ide-helper/releases)\n- [Commits](https://github.com/swoole/ide-helper/compare/4.5.2...5.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: swoole/ide-helper\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update swoole/ide-helper requirement from ^4.5.2 to ^5.0.3"}},{"before":"76de10e1a9f9920431e7aa24efb4f31e11e32792","after":"f8ad497bb5096200f14b7059eb922d63d9d52438","ref":"refs/heads/master","pushedAt":"2023-04-28T05:13:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"limingxinleo","name":"李铭昕","path":"/limingxinleo","primaryAvatarUrl":"https://github.com/avatars/u/16648551?s=80&v=4"},"commit":{"message":"Support PHP 8.2 (#62)\n\n* Support PHP 8.2\r\n\r\n* ⚙️ chore(dependencies) upgrade swoole to v4.8.12 for PHP v8.2\r\n\r\n* ⚙️chore(workflows): add PHPUnit-Swow YAML configuration file\r\n\r\n* 🛠️refactor(workflow): rename server script in test-swow.yml\r\n\r\n* 🛠️refactor(example): rename swow.php to index.php in start command\r\n\r\n* 🛠️refactor(index.php) define SWOOLE_HOOK_ALL constant for swow fix\r\n\r\n* ⚙️ chore(dependencies): upgrade composer packages and add Hyperf Swow Engine support\r\n\r\n* 🛠️refactor(example) update index.php to support Swow hook\r\n\r\n* ⚙️chore(swow) update routes and add middleware\r\n\r\n* ⚙️ chore(test-swow): update engine environment variable in example\r\n\r\n* ⚙️ chore(test-swow.yml): update server run command\r\n\r\n* ⚙️chore(workflow): remove test-swow.yml\r\n\r\n* 🛠️refactor(app): simplify server creation in index.php\r\n\r\n* ⚙️chore(example) remove unused routes and middleware\r\n\r\n---------\r\n\r\nCo-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>","shortMessageHtmlLink":"Support PHP 8.2 (#62)"}},{"before":"db0479d544dbfbb0fc7787ad80ca469e246c1672","after":"76de10e1a9f9920431e7aa24efb4f31e11e32792","ref":"refs/heads/master","pushedAt":"2023-04-28T03:54:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"limingxinleo","name":"李铭昕","path":"/limingxinleo","primaryAvatarUrl":"https://github.com/avatars/u/16648551?s=80&v=4"},"commit":{"message":"Use `Hyperf\\Codec\\Json` instead of `Hyperf\\Utils\\Codec\\Json` (#61)\n\n* Use Hyperf\\Codec\\Json instead of Hyperf\\Utils\\Codec\\Json\r\n\r\n* ⚙️chore(docs) update README.md in all language versions\r\n\r\n* Support PHP 8.2\r\n\r\n* ⚙️chore(tests) update Swoole versions in test.yml\r\n\r\n* ⚙️ chore(tests) add PHP 8.2 and Swoole v4.7.1 support to test matrix in GitHub workflow.\r\n\r\n* ⚙️chore(tests) update Swoole version to 5.0.2 in test workflow file\r\n\r\n* 🛠️refactor(workflow): change name of Swoole version in job description\r\n\r\n* ⚙️chore(tests) Update Swoole version to v5.0.3 in test configuration file\r\n\r\n* ⚙️chore(workflows) update test.yml; remove excluded combinations of PHP and Swoole versions\r\n\r\n* ⚙️chore(ci): update Swoole configure script to support new options\r\n\r\n* ⚙️chore(workflow): update Swoole setup script\r\n\r\n* ⚙️chore(test.yml) add extensions in php configuration\r\n\r\n* ⚙️chore(dependencies) Add necessary libraries for Swoole development\r\n\r\n* ⚙️chore(test.yml) update PHP and Swoole versions and configure extensions and ini-values\r\n\r\n* ⚙️chore(ci): update Swoole versions in test.yml\r\n\r\n* ⚙️chore(workflows) update matrix in test.yml\r\n\r\n---------\r\n\r\nCo-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>","shortMessageHtmlLink":"Use Hyperf\\Codec\\Json instead of Hyperf\\Utils\\Codec\\Json (#61)"}},{"before":"77576f226eb0aabb3bc29371d092a4faab24cdf0","after":null,"ref":"refs/heads/dependabot/composer/swoole/ide-helper-tw-5.0.2","pushedAt":"2023-04-27T10:04:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":"ae901b14445569af88ce024c04b06e9d269b6604","after":"db0479d544dbfbb0fc7787ad80ca469e246c1672","ref":"refs/heads/master","pushedAt":"2023-04-27T10:04:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"limingxinleo","name":"李铭昕","path":"/limingxinleo","primaryAvatarUrl":"https://github.com/avatars/u/16648551?s=80&v=4"},"commit":{"message":"Update dependences (#60)","shortMessageHtmlLink":"Update dependences (#60)"}},{"before":"b99a7cf87f0e1975c9de18eefc224818a3347d57","after":"ae901b14445569af88ce024c04b06e9d269b6604","ref":"refs/heads/master","pushedAt":"2023-04-27T08:23:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"limingxinleo","name":"李铭昕","path":"/limingxinleo","primaryAvatarUrl":"https://github.com/avatars/u/16648551?s=80&v=4"},"commit":{"message":"Optimize syntax (#49)","shortMessageHtmlLink":"Optimize syntax (#49)"}},{"before":"af0e7f264aa7ac6b066e399f1ec0a2a06a205bca","after":null,"ref":"refs/heads/dependabot/composer/swoole/ide-helper-tw-5.0.1","pushedAt":"2023-03-20T11:00:53.952Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"77576f226eb0aabb3bc29371d092a4faab24cdf0","ref":"refs/heads/dependabot/composer/swoole/ide-helper-tw-5.0.2","pushedAt":"2023-03-20T11:00:48.284Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Update swoole/ide-helper requirement from ^4.5.2 to ^5.0.2\n\nUpdates the requirements on [swoole/ide-helper](https://github.com/swoole/ide-helper) to permit the latest version.\n- [Release notes](https://github.com/swoole/ide-helper/releases)\n- [Commits](https://github.com/swoole/ide-helper/compare/4.5.2...5.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: swoole/ide-helper\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update swoole/ide-helper requirement from ^4.5.2 to ^5.0.2"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0wOFQwOTowNDoyOC4wMDAwMDBazwAAAAOR_xYl","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0wOFQwOTowNDoyOC4wMDAwMDBazwAAAAOR_xYl","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0yMFQxMTowMDo0OC4yODQyMThazwAAAAMHE0oj"}},"title":"Activity · hyperf/nano"}