{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":773049626,"defaultBranch":"main","name":"generals-io-glhf","ownerLogin":"Stanley5249","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-03-16T15:52:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/59500538?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714969005.0","currentOid":""},"activityList":{"items":[{"before":"9ab0d57f04e94a95d469e4657ad5abce741af42a","after":"2a8332de012c05773eb90271e9ba1cbd6d589d40","ref":"refs/heads/main","pushedAt":"2024-05-20T10:56:24.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"docs(readme): update installation and features","shortMessageHtmlLink":"docs(readme): update installation and features"}},{"before":"8eff2b55db7f344d3f04763fe414d00d6a9f6606","after":"9ab0d57f04e94a95d469e4657ad5abce741af42a","ref":"refs/heads/main","pushedAt":"2024-05-19T15:28:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"feat(app): add bot manage feature\n\nThis commit introduces a new bot management feature to the app. The\nfollowing commands are added:\n- bot_help\n- bot_show\n- bot_add\n- bot_remove\n- bot_clear\n\nThis feature is still under development.","shortMessageHtmlLink":"feat(app): add bot manage feature"}},{"before":"9274959e110e5b14e4474f32d50d0526c9201263","after":"8eff2b55db7f344d3f04763fe414d00d6a9f6606","ref":"refs/heads/main","pushedAt":"2024-05-18T14:38:07.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"refactor: Separate execution of bot and GUI\n\nThis commit ensures that only one GUI is started at a time, enabling the\nrunning of multiple bots in the same socketio server room.\n\nMinor changes include:\n- Addition of a temporary `app_example.py`\n- Introduction of a `default_room` attribute to the bot class\n- Enhancement to the logic binding the GUI and bot together","shortMessageHtmlLink":"refactor: Separate execution of bot and GUI"}},{"before":"a2e3e5fcfc0433f299781e6fff877c31d3c4980a","after":"9274959e110e5b14e4474f32d50d0526c9201263","ref":"refs/heads/main","pushedAt":"2024-05-06T04:16:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: bump version to 0.0.1.dev6","shortMessageHtmlLink":"build: bump version to 0.0.1.dev6"}},{"before":"f810ee6ad416a94bad9d70a9bba815674a811fce","after":"a2e3e5fcfc0433f299781e6fff877c31d3c4980a","ref":"refs/heads/main","pushedAt":"2024-05-06T04:13:37.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"refactor: enhance code readability","shortMessageHtmlLink":"refactor: enhance code readability"}},{"before":"9b589f81babc7867a385a812f4b18cbb2d86743f","after":"f810ee6ad416a94bad9d70a9bba815674a811fce","ref":"refs/heads/main","pushedAt":"2024-04-15T07:59:08.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"refactor: add TODO comment for algorithm bug fix","shortMessageHtmlLink":"refactor: add TODO comment for algorithm bug fix"}},{"before":"1cb2670b24fc02f66e304fd7f7f754e003b75c4e","after":"9b589f81babc7867a385a812f4b18cbb2d86743f","ref":"refs/heads/main","pushedAt":"2024-04-10T05:20:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"refactor: restructure files and introduce agent to replace original client class","shortMessageHtmlLink":"refactor: restructure files and introduce agent to replace original cโ€ฆ"}},{"before":"b4e27a83e962c305369767e1a571a0449bcfdbdc","after":"1cb2670b24fc02f66e304fd7f7f754e003b75c4e","ref":"refs/heads/main","pushedAt":"2024-04-06T07:00:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: upgrade project dependencies","shortMessageHtmlLink":"build: upgrade project dependencies"}},{"before":"60dfa967b44d8bb95a7606f9a4c603b999a5b01e","after":"b4e27a83e962c305369767e1a571a0449bcfdbdc","ref":"refs/heads/main","pushedAt":"2024-03-30T08:52:09.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"feat: augment examples with argparse\n\nThis commit enriches examples by incorporating argparse for superior\ncommand-line argument parsing. It also updates the scheduling_pcvrp\nfunction to accept hints and heuristics, and adjusts functions to accept\ngeneric collections, enhancing abstraction and flexibility.\nAdditionally, it removes the use of uuid as a hash in the LocalClient.","shortMessageHtmlLink":"feat: augment examples with argparse"}},{"before":"1334e77f1a14ee711b5d39a517c1a4c2eeff8f9c","after":"60dfa967b44d8bb95a7606f9a4c603b999a5b01e","ref":"refs/heads/main","pushedAt":"2024-03-27T16:25:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"feat: improve callback functionality in pcvrp","shortMessageHtmlLink":"feat: improve callback functionality in pcvrp"}},{"before":"8b259133a8f5ac7353b206bd6d48691b7bcf4d56","after":"1334e77f1a14ee711b5d39a517c1a4c2eeff8f9c","ref":"refs/heads/main","pushedAt":"2024-03-26T16:07:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"feat: enhance local server for official compatibility","shortMessageHtmlLink":"feat: enhance local server for official compatibility"}},{"before":"48cfc54f0c46e1d4e0ca03f19297d8fe16cfff4e","after":"8b259133a8f5ac7353b206bd6d48691b7bcf4d56","ref":"refs/heads/main","pushedAt":"2024-03-24T13:04:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"fix: correct GUI startup and server timer","shortMessageHtmlLink":"fix: correct GUI startup and server timer"}},{"before":"4ba5882a467227c74e7e1456517d570467e850a8","after":null,"ref":"refs/tags/v0.0.1.dev4","pushedAt":"2024-03-20T17:14:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"}},{"before":"4ba5882a467227c74e7e1456517d570467e850a8","after":"48cfc54f0c46e1d4e0ca03f19297d8fe16cfff4e","ref":"refs/heads/main","pushedAt":"2024-03-20T17:12:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: add version input to workflow event","shortMessageHtmlLink":"build: add version input to workflow event"}},{"before":"12aae58b1839acb084022eafcc2312216a183f4b","after":"4ba5882a467227c74e7e1456517d570467e850a8","ref":"refs/heads/main","pushedAt":"2024-03-20T16:55:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: add continue-on-error flag to PyPI step","shortMessageHtmlLink":"build: add continue-on-error flag to PyPI step"}},{"before":"3350ef63331649abc5f5af04eb8a155e0c3fb479","after":null,"ref":"refs/tags/main","pushedAt":"2024-03-20T16:53:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"}},{"before":"0b8efaa50f5f6f579457ca6e45a5821115c5dd2f","after":"12aae58b1839acb084022eafcc2312216a183f4b","ref":"refs/heads/main","pushedAt":"2024-03-20T16:16:39.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: update version to 0.0.1.dev4","shortMessageHtmlLink":"build: update version to 0.0.1.dev4"}},{"before":"4624c40571dc88f55f2e957fe7612f9c36f13462","after":"0b8efaa50f5f6f579457ca6e45a5821115c5dd2f","ref":"refs/heads/main","pushedAt":"2024-03-20T02:39:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: update version to 0.0.1.dev3","shortMessageHtmlLink":"build: update version to 0.0.1.dev3"}},{"before":"01bc41e90d91e1741f8b343c32056009e4ffa240","after":"4624c40571dc88f55f2e957fe7612f9c36f13462","ref":"refs/heads/main","pushedAt":"2024-03-19T16:21:40.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: update version to 0.0.1.dev3","shortMessageHtmlLink":"build: update version to 0.0.1.dev3"}},{"before":"7ea1e25f48ee2761849ad627f235bf54a422ff9c","after":"01bc41e90d91e1741f8b343c32056009e4ffa240","ref":"refs/heads/main","pushedAt":"2024-03-18T07:45:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"fix: incorrect resource path","shortMessageHtmlLink":"fix: incorrect resource path"}},{"before":"d89db9d0b41a58630e5a91540921f0d9ebc19bca","after":"7ea1e25f48ee2761849ad627f235bf54a422ff9c","ref":"refs/heads/main","pushedAt":"2024-03-18T07:28:46.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: fix forgotten [asyncio_client] in requirements.txt","shortMessageHtmlLink":"build: fix forgotten [asyncio_client] in requirements.txt"}},{"before":"8ac89d27a447e68509d61c8c1ab862a90294d9e8","after":"d89db9d0b41a58630e5a91540921f0d9ebc19bca","ref":"refs/heads/main","pushedAt":"2024-03-17T07:22:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: update python publishing workflow","shortMessageHtmlLink":"build: update python publishing workflow"}},{"before":"88c20b1dc21a5ad4affb8b834b8e8580d60bdffb","after":"8ac89d27a447e68509d61c8c1ab862a90294d9e8","ref":"refs/heads/main","pushedAt":"2024-03-16T17:35:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"Merge branch 'main' of https://github.com/Stanley5249/generals-io-glhf","shortMessageHtmlLink":"Merge branch 'main' of https://github.com/Stanley5249/generals-io-glhf"}},{"before":"6decf96c5aa644e81062af07642d56e700eaeeba","after":"88c20b1dc21a5ad4affb8b834b8e8580d60bdffb","ref":"refs/heads/main","pushedAt":"2024-03-16T17:30:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: create python-publish.yml","shortMessageHtmlLink":"build: create python-publish.yml"}},{"before":"e83e9a3e9f513428b1441fe5ec58454b4a1fa0bb","after":"6decf96c5aa644e81062af07642d56e700eaeeba","ref":"refs/heads/main","pushedAt":"2024-03-16T16:59:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"build: gitignore .pypirc | remove main.py","shortMessageHtmlLink":"build: gitignore .pypirc | remove main.py"}},{"before":null,"after":"e83e9a3e9f513428b1441fe5ec58454b4a1fa0bb","ref":"refs/heads/main","pushedAt":"2024-03-16T15:52:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Stanley5249","name":"Huang, Hong-Chang (St418)","path":"/Stanley5249","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59500538?s=80&v=4"},"commit":{"message":"๐Ÿš€ first commit","shortMessageHtmlLink":"๐Ÿš€ first commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETrGKpwA","startCursor":null,"endCursor":null}},"title":"Activity ยท Stanley5249/generals-io-glhf"}