{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":10353348,"defaultBranch":"master","name":"zodbbrowser","ownerLogin":"mgedmin","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-05-29T06:28:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/159967?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1704710255.0","currentOid":""},"activityList":{"items":[{"before":"8a95f5addb0e7f2c29190c8ce34a4df6bf3b7681","after":"6fef7e39241d75c21151aea88126e19ab00fc29d","ref":"refs/heads/master","pushedAt":"2024-05-03T10:22:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mgedmin","name":"Marius Gedminas","path":"/mgedmin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159967?s=80&v=4"},"commit":{"message":"Update GHA action versions","shortMessageHtmlLink":"Update GHA action versions"}},{"before":"d14b5452872aee6321f602a8220fbb11d6f37f73","after":null,"ref":"refs/heads/upgrade-pypy3","pushedAt":"2024-01-08T10:37:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mgedmin","name":"Marius Gedminas","path":"/mgedmin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159967?s=80&v=4"}},{"before":"78b3aac8a3b3ab7060d7745811ee2a1a8572cfdb","after":"8a95f5addb0e7f2c29190c8ce34a4df6bf3b7681","ref":"refs/heads/master","pushedAt":"2024-01-08T10:37:34.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mgedmin","name":"Marius Gedminas","path":"/mgedmin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159967?s=80&v=4"},"commit":{"message":"Merge pull request #40 from mgedmin/upgrade-pypy3\n\nUpgrade to a newer pypy3 version","shortMessageHtmlLink":"Merge pull request #40 from mgedmin/upgrade-pypy3"}},{"before":null,"after":"d14b5452872aee6321f602a8220fbb11d6f37f73","ref":"refs/heads/upgrade-pypy3","pushedAt":"2024-01-08T10:33:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mgedmin","name":"Marius Gedminas","path":"/mgedmin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159967?s=80&v=4"},"commit":{"message":"Upgrade to a newer pypy3 version\n\npypy3.7 (7.3.9) fails to import lxml (5.0.1) with\n\n Traceback (most recent call last):\n File \"/home/runner/work/zodbbrowser/zodbbrowser/src/zodbbrowser/ftests/test_standalone.py\", line 15, in \n from lxml.html import fromstring, tostring\n File \"/opt/hostedtoolcache/PyPy/3.7.13/x64/site-packages/lxml/html/__init__.py\", line 53, in \n from .. import etree\n File \"src/lxml/etree.pyx\", line 1, in init lxml.etree\n TypeError: inheritance from PyVarObject types like 'str' not currently supported\n\nLet's see if a newer PyPy3 can handle it.","shortMessageHtmlLink":"Upgrade to a newer pypy3 version"}},{"before":"6cd7c2ddcd4d33bbeac3da59286f122fe770a955","after":null,"ref":"refs/heads/drop-py2","pushedAt":"2023-06-25T14:50:59.632Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mgedmin","name":"Marius Gedminas","path":"/mgedmin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159967?s=80&v=4"}},{"before":"1896f8e22eb22114df7341a518f290dcc59e80dc","after":"78b3aac8a3b3ab7060d7745811ee2a1a8572cfdb","ref":"refs/heads/master","pushedAt":"2023-06-25T14:50:58.669Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mgedmin","name":"Marius Gedminas","path":"/mgedmin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159967?s=80&v=4"},"commit":{"message":"Merge pull request #39 from mgedmin/drop-py2\n\nDrop Python 2.7","shortMessageHtmlLink":"Merge pull request #39 from mgedmin/drop-py2"}},{"before":null,"after":"6cd7c2ddcd4d33bbeac3da59286f122fe770a955","ref":"refs/heads/drop-py2","pushedAt":"2023-06-25T11:43:40.024Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mgedmin","name":"Marius Gedminas","path":"/mgedmin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159967?s=80&v=4"},"commit":{"message":"Drop Python 2.7\n\nGitHub's setup-python action dropped it:\nhttps://github.com/actions/setup-python/issues/672","shortMessageHtmlLink":"Drop Python 2.7"}},{"before":"2c2a16d79423b04b08a42923ded6bc89f57e44c0","after":"1896f8e22eb22114df7341a518f290dcc59e80dc","ref":"refs/heads/master","pushedAt":"2023-05-02T14:43:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mgedmin","name":"Marius Gedminas","path":"/mgedmin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159967?s=80&v=4"},"commit":{"message":"Ignore coveralls upload failures\n\nI am once again seeing\n\n Submitting coverage to coveralls.io...\n Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs\n resubmitting with id None\n Traceback (most recent call last):\n File \"/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/coveralls/api.py\", line 290, in submit_report\n response.raise_for_status()\n File \"/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/requests/models.py\", line 1021, in raise_for_status\n raise HTTPError(http_error_msg, response=self)\n requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs\n\n The above exception was the direct cause of the following exception:\n\n Traceback (most recent call last):\n File \"/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/coveralls/cli.py\", line 95, in main\n result = coverallz.wear()\n File \"/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/coveralls/api.py\", line 257, in wear\n return self.submit_report(json_string)\n File \"/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/coveralls/api.py\", line 293, in submit_report\n raise CoverallsException(\n coveralls.exception.CoverallsException: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs\n Error: Process completed with exit code 1.\n\nwhen nothing has changed in my repo or configuration.\n\nI've had enough of coveralls. If the numbers fail to upload, so be it.","shortMessageHtmlLink":"Ignore coveralls upload failures"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQKNZ6AA","startCursor":null,"endCursor":null}},"title":"Activity ยท mgedmin/zodbbrowser"}