{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":781688622,"defaultBranch":"main","name":"pesterchum-alt-servers","ownerLogin":"maloryware","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-04-03T21:13:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/139512944?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1712178832.0821729","currentOid":""},"activityList":{"items":[{"before":"82f2f1b737db210bafec49fe4fed486ba4ad9fa9","after":"9d3d2fb9933fba6c6320f42cde6213ef3b67f09b","ref":"refs/heads/main","pushedAt":"2024-05-16T14:42:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"reran black","shortMessageHtmlLink":"reran black"}},{"before":"6700695f8cd190d3e901fb32a18348f9a538e96e","after":"82f2f1b737db210bafec49fe4fed486ba4ad9fa9","ref":"refs/heads/main","pushedAt":"2024-05-01T20:49:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"this commit never happened it's all inside ur head\n\ni forgot to test before making the last commit...","shortMessageHtmlLink":"this commit never happened it's all inside ur head"}},{"before":"e88139eef7abcadfce380ea759c731dbabe31625","after":"6700695f8cd190d3e901fb32a18348f9a538e96e","ref":"refs/heads/main","pushedAt":"2024-04-28T20:15:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"Added setting to disable check + cleanup\ndeleted debug print statements, ran black and pylint\nshould work fine now\nthe setting is in idle/updates\ni think that's all\ni THINK","shortMessageHtmlLink":"Added setting to disable check + cleanup"}},{"before":"b40a0b8676bdf0bac057ad3241785f397a63deb3","after":"e88139eef7abcadfce380ea759c731dbabe31625","ref":"refs/heads/main","pushedAt":"2024-04-28T19:01:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"layout","shortMessageHtmlLink":"layout"}},{"before":"7deb5c452f4a1f421b0cbcfc8f59e8e2b6b0bb0e","after":"b40a0b8676bdf0bac057ad3241785f397a63deb3","ref":"refs/heads/main","pushedAt":"2024-04-28T18:04:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"intermediary commit for the sake of convenience","shortMessageHtmlLink":"intermediary commit for the sake of convenience"}},{"before":"bd008bddf9c6716332b7f902b89332878d38bcc8","after":"7deb5c452f4a1f421b0cbcfc8f59e8e2b6b0bb0e","ref":"refs/heads/main","pushedAt":"2024-04-16T04:07:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"made the code make sense (ty mocha)","shortMessageHtmlLink":"made the code make sense (ty mocha)"}},{"before":"037fa2d6d51239044bb0d1381dfd8e4f9d4ff88a","after":"bd008bddf9c6716332b7f902b89332878d38bcc8","ref":"refs/heads/main","pushedAt":"2024-04-10T02:41:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"Cleaned up with black and pylint","shortMessageHtmlLink":"Cleaned up with black and pylint"}},{"before":"be524a9a23832bf0ff978da904d1fb8da896351a","after":"037fa2d6d51239044bb0d1381dfd8e4f9d4ff88a","ref":"refs/heads/main","pushedAt":"2024-04-06T23:54:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"Added backend, moved from menus.py, and more\n\nFinally. I feel incompetent taking this long to finish something this simple.\n\nMoved code from menus.py to pesterchum.py. It didn't fit the file seeing\nas it's technically not a menu, but something that'll only show up on\ninit.\n\nThe image that shows up on the update window is in img/pchumbanner.png\nChange it to your heart's content.\n\nThree new files (not counting pchumbanner.png):\nupdate.py, version_latest.py, and changelog.txt\n\nupdate.py consists of all the logic behind fetching the information from\nthe repository. It also easily allows for changing the URLs used to get\nthe changelog.md and version files.\nI didn't want to add libraries, so to make do, I had to use urllib.\nWhich means that it will NOT strip HTML from the downloaded file.\nTry to provide it links to the raw github file you want it to fetch.\n\nversion_latest.py is where the version directly obtained from source is\nstored. Used for comparing with version.py to see if there's an update\navailable, and to display said version on the update window, if there\nan update.\n\nchangelog.txt holds the changelog directly pulled from source, allowing\nfor both the current and latest/source changelog to be stored and accessed.\n\nAll of this depends on the existence of CHANGELOG.md and version.py, and\non the idea that version.py will only be updated on full releases.\n\nThe only thing I haven't tested is whether the version detection system\nworks. I would, but after spending the last ten minutes trying to find out\nwhy Pesterchum was hanging with no exceptions being raised or anything\nshowing up in the log at all, I got tired.\n(I forgot to increment the variable of one (1) while loop.)\n\nFeel free any code you might want to, in order to better adapt it.\n\nCTRL + LSHIFT + ALT + Z will bring the update window up at any time,\nregardless of whether there is one or not.","shortMessageHtmlLink":"Added backend, moved from menus.py, and more"}},{"before":"6beea08d31be756ad382aa3e6568ca3f01d2d1a2","after":"be524a9a23832bf0ff978da904d1fb8da896351a","ref":"refs/heads/main","pushedAt":"2024-04-06T04:57:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"oh yea i forgot to fix this shit lol\ni'm never programming at 5:56 in the morning again\n(GONE SCARY?====»???)","shortMessageHtmlLink":"oh yea i forgot to fix this shit lol"}},{"before":"ddadfba9d80478f8574af5593721a1377e857259","after":"6beea08d31be756ad382aa3e6568ca3f01d2d1a2","ref":"refs/heads/main","pushedAt":"2024-04-04T00:37:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"way too much time spent on something this simple","shortMessageHtmlLink":"way too much time spent on something this simple"}},{"before":"295be0a39b358051fe718ea1e128db5c0d772223","after":"ddadfba9d80478f8574af5593721a1377e857259","ref":"refs/heads/main","pushedAt":"2024-04-03T21:28:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maloryware","name":"Mal Larsson-Reyes","path":"/maloryware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139512944?s=80&v=4"},"commit":{"message":"Added \"Report\" option to memo right-click menu","shortMessageHtmlLink":"Added \"Report\" option to memo right-click menu"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES77dwAA","startCursor":null,"endCursor":null}},"title":"Activity · maloryware/pesterchum-alt-servers"}