{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":563172090,"defaultBranch":"main","name":"ruff-vscode","ownerLogin":"astral-sh","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-11-08T03:42:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/115962839?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726832611.0","currentOid":""},"activityList":{"items":[{"before":"eb5a778f6ea97e110de30132d19509eb450a0829","after":null,"ref":"refs/heads/micha/release-2024.50","pushedAt":"2024-09-20T11:41:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"MichaReiser","name":"Micha Reiser","path":"/MichaReiser","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1203881?s=80&v=4"}},{"before":"f98e59d7f7c43126784b5379f893b125f1eb7fc7","after":"d5d4acf3b63eacbe5a4b2e2f4da56f74cb494889","ref":"refs/heads/main","pushedAt":"2024-09-20T11:41:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MichaReiser","name":"Micha Reiser","path":"/MichaReiser","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1203881?s=80&v=4"},"commit":{"message":"Bump version to 2024.50 (#620)","shortMessageHtmlLink":"Bump version to 2024.50 (#620)"}},{"before":"0d252c457649cfb3471773dfc29cf7026a959109","after":"eb5a778f6ea97e110de30132d19509eb450a0829","ref":"refs/heads/micha/release-2024.50","pushedAt":"2024-09-20T11:37:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MichaReiser","name":"Micha Reiser","path":"/MichaReiser","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1203881?s=80&v=4"},"commit":{"message":"Update changelog","shortMessageHtmlLink":"Update changelog"}},{"before":null,"after":"0d252c457649cfb3471773dfc29cf7026a959109","ref":"refs/heads/micha/release-2024.50","pushedAt":"2024-09-20T11:35:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MichaReiser","name":"Micha Reiser","path":"/MichaReiser","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1203881?s=80&v=4"},"commit":{"message":"Bump ruff and ruff lsp versions","shortMessageHtmlLink":"Bump ruff and ruff lsp versions"}},{"before":"d2c3cdb110e112834725d14f1931c73e4ecbd64a","after":null,"ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-10T18:46:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"}},{"before":"ec2d2000369f104d77ef401baa88a631fcc77446","after":"f98e59d7f7c43126784b5379f893b125f1eb7fc7","ref":"refs/heads/main","pushedAt":"2024-09-10T18:46:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.48.0 (#615)","shortMessageHtmlLink":"Bump version to 2024.48.0 (#615)"}},{"before":"44104798bd97474bfe075aebb00ad1c2f1f2762c","after":"d2c3cdb110e112834725d14f1931c73e4ecbd64a","ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-10T18:43:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.48.0","shortMessageHtmlLink":"Bump version to 2024.48.0"}},{"before":null,"after":"44104798bd97474bfe075aebb00ad1c2f1f2762c","ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-10T18:41:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.48.0","shortMessageHtmlLink":"Bump version to 2024.48.0"}},{"before":"51e1f1a434757ac44e4e1305c091c2a2d0d83d0c","after":null,"ref":"refs/heads/dhruv/separate-build-steps","pushedAt":"2024-09-10T18:40:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"}},{"before":"c98c83d686ba7159ee2563872c1a3aac855027da","after":"ec2d2000369f104d77ef401baa88a631fcc77446","ref":"refs/heads/main","pushedAt":"2024-09-10T18:40:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Separate publish steps for Code Marketplace and OpenVSX (#614)\n\n## Summary\r\n\r\nPublishing the extension to the OpenVSX registry fails a lot of times\r\nand there's no way to re-run just the publish step for the OpenVSX in\r\nGitHub Actions, we can only re-run the entire workflow. This PR\r\nseparates the publish step into two where (1) would publish to Code\r\nMarketplace and (2) would publish to OpenVSX registry. This means that\r\nif we fail to publish to one of the registry, we could still re-run it.\r\n\r\n### Limitation\r\n\r\nSometimes it does happen that only some of the artifacts are published\r\nand not all of them in which case re-running won't solve this issue. I\r\ndon't really have a good solution here.","shortMessageHtmlLink":"Separate publish steps for Code Marketplace and OpenVSX (#614)"}},{"before":null,"after":"51e1f1a434757ac44e4e1305c091c2a2d0d83d0c","ref":"refs/heads/dhruv/separate-build-steps","pushedAt":"2024-09-10T17:37:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Separate build steps for Code Marketplace and OpenVSX","shortMessageHtmlLink":"Separate build steps for Code Marketplace and OpenVSX"}},{"before":"84159c16e3181b308484f2d82f61d396e57e38fb","after":null,"ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-10T13:59:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"}},{"before":"69a99f65afe4c400259910128b976137be45ad89","after":"c98c83d686ba7159ee2563872c1a3aac855027da","ref":"refs/heads/main","pushedAt":"2024-09-10T13:59:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.46.0 (#613)","shortMessageHtmlLink":"Bump version to 2024.46.0 (#613)"}},{"before":"5097aac4f6098b774a4f93f7dd8616d2223ade61","after":"84159c16e3181b308484f2d82f61d396e57e38fb","ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-10T13:58:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.46.0","shortMessageHtmlLink":"Bump version to 2024.46.0"}},{"before":null,"after":"5097aac4f6098b774a4f93f7dd8616d2223ade61","ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-10T13:57:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.46.0","shortMessageHtmlLink":"Bump version to 2024.46.0"}},{"before":"88e424c3365c4bc747fd53e87cd436ff77452119","after":null,"ref":"refs/heads/micha/fix-server-status","pushedAt":"2024-09-09T14:26:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"}},{"before":"e54e38765d68fba7bc98ad55a7a95c9b5a0974bc","after":"69a99f65afe4c400259910128b976137be45ad89","ref":"refs/heads/main","pushedAt":"2024-09-09T14:26:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Set status to 'not-busy' when server startup is complete (#608)\n\n## Summary\r\n\r\nEnsures that the extension calls `updateStatus` with `busy=false` when\r\nthe server startup is complete.\r\n\r\nThis is now necessary after\r\nhttps://github.com/astral-sh/ruff-vscode/pull/600 correctly added an\r\n`updateStatus` call with `busy=true` before the server starts.\r\n\r\nFixes https://github.com/astral-sh/ruff-vscode/issues/605\r\n\r\n## Test Plan\r\n\r\nI ran the extension and verified that the busy indicator no longer spins\r\nforever.\r\n\r\n---------\r\n\r\nCo-authored-by: Dhruv Manilawala ","shortMessageHtmlLink":"Set status to 'not-busy' when server startup is complete (#608)"}},{"before":"a5d69efb923337c1b3e1ab82186aa0bb889ef09e","after":"88e424c3365c4bc747fd53e87cd436ff77452119","ref":"refs/heads/micha/fix-server-status","pushedAt":"2024-09-09T14:24:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Change the status ordering","shortMessageHtmlLink":"Change the status ordering"}},{"before":null,"after":"a5d69efb923337c1b3e1ab82186aa0bb889ef09e","ref":"refs/heads/micha/fix-server-status","pushedAt":"2024-09-08T19:42:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MichaReiser","name":"Micha Reiser","path":"/MichaReiser","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1203881?s=80&v=4"},"commit":{"message":"Set status to 'not-busy' when server startup is complete","shortMessageHtmlLink":"Set status to 'not-busy' when server startup is complete"}},{"before":"8a1b100efd380a5ca10a29ac97cb3eefde8641bb","after":null,"ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-06T08:55:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"}},{"before":"e43c8c6f0903bbec0cdf02388f7c3ccd84c1dd8b","after":"e54e38765d68fba7bc98ad55a7a95c9b5a0974bc","ref":"refs/heads/main","pushedAt":"2024-09-06T08:55:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.44.0 (#603)","shortMessageHtmlLink":"Bump version to 2024.44.0 (#603)"}},{"before":"9c6e75966261ba9f6613b2096ad3d3290331ca9f","after":"8a1b100efd380a5ca10a29ac97cb3eefde8641bb","ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-06T08:52:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.44.0","shortMessageHtmlLink":"Bump version to 2024.44.0"}},{"before":null,"after":"9c6e75966261ba9f6613b2096ad3d3290331ca9f","ref":"refs/heads/dhruv/bump","pushedAt":"2024-09-06T08:52:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Bump version to 2024.44.0","shortMessageHtmlLink":"Bump version to 2024.44.0"}},{"before":"78281ecf489c25f9a560d0a7ef05c3727b802810","after":null,"ref":"refs/heads/dhruv/update-ruff","pushedAt":"2024-09-06T08:52:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"}},{"before":"287f94f5154b487000fca60a0a849b40c608b414","after":"e43c8c6f0903bbec0cdf02388f7c3ccd84c1dd8b","ref":"refs/heads/main","pushedAt":"2024-09-06T08:52:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Update `ruff` to 0.6.4, `ruff-lsp` to 0.0.56 (#602)","shortMessageHtmlLink":"Update ruff to 0.6.4, ruff-lsp to 0.0.56 (#602)"}},{"before":"afb5c07dbbf61b5ae8186fdabce12cf7e497a235","after":"78281ecf489c25f9a560d0a7ef05c3727b802810","ref":"refs/heads/dhruv/update-ruff","pushedAt":"2024-09-06T08:48:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Update `ruff` to 0.6.4, `ruff-lsp` to 0.0.56","shortMessageHtmlLink":"Update ruff to 0.6.4, ruff-lsp to 0.0.56"}},{"before":null,"after":"afb5c07dbbf61b5ae8186fdabce12cf7e497a235","ref":"refs/heads/dhruv/update-ruff","pushedAt":"2024-09-06T08:45:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Update `ruff` to 0.6.4, `ruff-lsp` to 0.0.56","shortMessageHtmlLink":"Update ruff to 0.6.4, ruff-lsp to 0.0.56"}},{"before":"86a262b61cfe9b95d86c24756f397c17902a562f","after":null,"ref":"refs/heads/dhruv/show-logs","pushedAt":"2024-09-06T08:35:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"}},{"before":"f3ee65b688c08fb6561186f877661716c4720684","after":"287f94f5154b487000fca60a0a849b40c608b414","ref":"refs/heads/main","pushedAt":"2024-09-06T08:35:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Always include \"Show Logs\" button for window messages (#600)\n\n## Summary\r\n\r\nThis PR includes a \"Show Logs\" button for all window messages from Ruff.\r\nThis might be useful to reduce the friction for the users in figuring\r\nout where the logs are. This is something I saw when looking at\r\nhttps://github.com/koxudaxi/ruff-pycharm-plugin/issues/463 description.\r\n\r\n## Test Plan\r\n\r\n\"Screenshot","shortMessageHtmlLink":"Always include \"Show Logs\" button for window messages (#600)"}},{"before":null,"after":"86a262b61cfe9b95d86c24756f397c17902a562f","ref":"refs/heads/dhruv/show-logs","pushedAt":"2024-09-05T06:57:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dhruvmanila","name":"Dhruv Manilawala","path":"/dhruvmanila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67177269?s=80&v=4"},"commit":{"message":"Always include \"Show Logs\" button for window messages","shortMessageHtmlLink":"Always include \"Show Logs\" button for window messages"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMTo0MTo1MC4wMDAwMDBazwAAAAS75Lcs","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNVQwNjo1Nzo0MC4wMDAwMDBazwAAAAStfkyK"}},"title":"Activity ยท astral-sh/ruff-vscode"}