{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":582550891,"defaultBranch":"main","name":"vscode-coder","ownerLogin":"coder","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-12-27T07:19:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/95932066?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717624020.0","currentOid":""},"activityList":{"items":[{"before":"87057044797f2df7d51a4930876adcb7e26043c8","after":"a463da74ac25826a379165c8546571f869247a61","ref":"refs/heads/main","pushedAt":"2024-06-05T22:39:58.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"v1.0.0","shortMessageHtmlLink":"v1.0.0"}},{"before":"1493555f1ab0e249abd85ab74c17a851b4766309","after":"87057044797f2df7d51a4930876adcb7e26043c8","ref":"refs/heads/main","pushedAt":"2024-06-05T21:07:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Fix canceling reconnect still reconnecting","shortMessageHtmlLink":"Fix canceling reconnect still reconnecting"}},{"before":"d3c42ee2f06a98bb16531679e0daff1119567a27","after":"1493555f1ab0e249abd85ab74c17a851b4766309","ref":"refs/heads/main","pushedAt":"2024-06-05T20:54:10.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Fix canceling reconnect still reconnecting","shortMessageHtmlLink":"Fix canceling reconnect still reconnecting"}},{"before":"93e5f1a3daacd5e4cfddb4d4c6a072b40367617d","after":"d3c42ee2f06a98bb16531679e0daff1119567a27","ref":"refs/heads/main","pushedAt":"2024-06-04T22:18:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"When connecting to a recent workspace, log into that deployment\n\nThat way the sidebar displays the workspaces that belong to that same\ndeployment.\n\nAs a side effect, this will now avoid logging into a different\ndeployment first only to switch over to the one the remote belongs to.","shortMessageHtmlLink":"When connecting to a recent workspace, log into that deployment"}},{"before":"17acfedc480204b4dab0cc27dac9635ff722c38c","after":null,"ref":"refs/heads/asher/multiple-deployments","pushedAt":"2024-06-04T21:08:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"}},{"before":"9437ad218188b4b5d4a8cd1366185aa0466b2f6b","after":"93e5f1a3daacd5e4cfddb4d4c6a072b40367617d","ref":"refs/heads/main","pushedAt":"2024-06-04T21:08:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Add support for connections to multiple deployments (#292)","shortMessageHtmlLink":"Add support for connections to multiple deployments (#292)"}},{"before":"c8c0e6d489933890e5861f58a8452d13b5e27839","after":"17acfedc480204b4dab0cc27dac9635ff722c38c","ref":"refs/heads/asher/multiple-deployments","pushedAt":"2024-06-04T19:39:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Remove redundant string union","shortMessageHtmlLink":"Remove redundant string union"}},{"before":"55ccb562779b928d1a160e336695aefda1c76911","after":"c8c0e6d489933890e5861f58a8452d13b5e27839","ref":"refs/heads/asher/multiple-deployments","pushedAt":"2024-06-04T01:26:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Read url and token from cli config\n\nInstead of pulling the url and token from the currently logged-in\ndeployment, we use the url and token as they exist on the disk organized\nby the label (~/.config/.../coder.coder-remote/dev.coder.com for\nexample).\n\nThe label we extract from the host (coder-vscode.dev.coder.com-- for\nexample). Because the new format is a little different, the parsing has\nalso changed. It has been moved to utils for easier testing.\n\nThis way, we pull the right url and token for the host even if the user\nis logged into a different deployment currently.\n\nIf there is no label because it is the older format, we read the old\ndeployment-unaware path instead (~/.config/.../coder.coder-remote).\n\nSince this now uses the same url and token the cli itself will use, this\nhas the extra advantage of preventing a potential desync between what\nexists on disk and what exists in VS Code's memory.","shortMessageHtmlLink":"Read url and token from cli config"}},{"before":"56e4bb67581dd503d623a20f4d83f26afee9f86e","after":"55ccb562779b928d1a160e336695aefda1c76911","ref":"refs/heads/asher/multiple-deployments","pushedAt":"2024-06-04T01:23:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Read url and token from cli config\n\nInstead of pulling the url and token from the currently logged-in\ndeployment, we use the url and token as they exist on the disk organized\nby the label (~/.config/.../coder.coder-remote/dev.coder.com for\nexample).\n\nThe label we extract from the host (coder-vscode.dev.coder.com-- for\nexample). Because the new format is a little different, the parsing has\nalso changed. It has been moved to utils for easier testing.\n\nThis way, we pull the right url and token for the host even if the user\nis logged into a different deployment currently.\n\nIf there is no label because it is the older format, we read the old\ndeployment-unaware path instead (~/.config/.../coder.coder-remote).\n\nSince this now uses the same url and token the cli itself will use, this\nhas the extra advantage of preventing a potential desync between what\nexists on disk and what exists in VS Code's memory.","shortMessageHtmlLink":"Read url and token from cli config"}},{"before":null,"after":"56e4bb67581dd503d623a20f4d83f26afee9f86e","ref":"refs/heads/asher/multiple-deployments","pushedAt":"2024-06-04T00:51:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Read url and token from cli config\n\nInstead of pulling the url and token from the currently logged-in\ndeployment, we use the url and token as they exist on the disk organized\nby the label (~/.config/.../coder.coder-remote/dev.coder.com for\nexample).\n\nThe label we extract from the host (coder-vscode.dev.coder.com-- for\nexample). Because the new format is a little different, the parsing has\nalso changed. It has been moved to utils for easier testing.\n\nThis way, we pull the right url and token for the host even if the user\nis logged into a different deployment currently.\n\nIf there is no label because it is the older format, we read the old\ndeployment-unaware path instead (~/.config/.../coder.coder-remote).\n\nSince this now uses the same url and token the cli itself will use, this\nhas the extra advantage of preventing a potential desync between what\nexists on disk and what exists in VS Code's memory.","shortMessageHtmlLink":"Read url and token from cli config"}},{"before":"9803948ccce270da8d27651e92a2ad09c1503f31","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/date-fns-3.6.0","pushedAt":"2024-06-03T19:38:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"}},{"before":"6fa3e9e144e6094eccf98611dd8aa629d2e154b2","after":"9437ad218188b4b5d4a8cd1366185aa0466b2f6b","ref":"refs/heads/main","pushedAt":"2024-06-03T19:38:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"chore(deps): bump date-fns from 2.30.0 to 3.6.0 (#250)\n\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump date-fns from 2.30.0 to 3.6.0 (#250)"}},{"before":"e1dfa4b98204d647ad8679c9223ff4c89cdb8425","after":"9803948ccce270da8d27651e92a2ad09c1503f31","ref":"refs/heads/dependabot/npm_and_yarn/date-fns-3.6.0","pushedAt":"2024-06-03T19:30:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump date-fns from 2.30.0 to 3.6.0\n\nBumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.6.0.\n- [Release notes](https://github.com/date-fns/date-fns/releases)\n- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: date-fns\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump date-fns from 2.30.0 to 3.6.0"}},{"before":"9cc71ec68e53ec52d30d94b9ddce5f402636e592","after":"6fa3e9e144e6094eccf98611dd8aa629d2e154b2","ref":"refs/heads/main","pushedAt":"2024-06-03T19:29:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Update Node types to 18","shortMessageHtmlLink":"Update Node types to 18"}},{"before":"312e29a607123048cf24be3f35d083902bdfaed7","after":"e1dfa4b98204d647ad8679c9223ff4c89cdb8425","ref":"refs/heads/dependabot/npm_and_yarn/date-fns-3.6.0","pushedAt":"2024-06-03T18:41:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump date-fns from 2.30.0 to 3.6.0\n\nBumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.6.0.\n- [Release notes](https://github.com/date-fns/date-fns/releases)\n- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: date-fns\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump date-fns from 2.30.0 to 3.6.0"}},{"before":"f25a2eab3b03abe8c665a52ceca21450c332250a","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/coder-27f2691","pushedAt":"2024-06-03T18:41:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"b8c6a539047ab853535b91da1c465f3cf8bc865f","after":"9cc71ec68e53ec52d30d94b9ddce5f402636e592","ref":"refs/heads/main","pushedAt":"2024-06-03T18:40:37.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Update Node types to 18","shortMessageHtmlLink":"Update Node types to 18"}},{"before":"b194b0bcac5d4ed29e140405c0fa8f95ea5d2521","after":"312e29a607123048cf24be3f35d083902bdfaed7","ref":"refs/heads/dependabot/npm_and_yarn/date-fns-3.6.0","pushedAt":"2024-06-03T18:29:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump date-fns from 2.30.0 to 3.6.0\n\nBumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.6.0.\n- [Release notes](https://github.com/date-fns/date-fns/releases)\n- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: date-fns\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump date-fns from 2.30.0 to 3.6.0"}},{"before":"a6adcc6b55951ae039add4c1df1761f3ea08dde1","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/memfs-4.9.2","pushedAt":"2024-06-03T18:23:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"}},{"before":"47ee29bdbf9026f2f18b5e1068b14ff3acb64d4b","after":"b8c6a539047ab853535b91da1c465f3cf8bc865f","ref":"refs/heads/main","pushedAt":"2024-06-03T18:23:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"chore(deps): bump memfs from 4.7.7 to 4.9.2 (#280)\n\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump memfs from 4.7.7 to 4.9.2 (#280)"}},{"before":"129a2c0c57deb2bd6d25256d68abe8555802c89d","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/utf-8-validate-6.0.4","pushedAt":"2024-06-03T18:21:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"}},{"before":"a38a57ac071dd0767d30e01ad9beb02de4b51ce1","after":"47ee29bdbf9026f2f18b5e1068b14ff3acb64d4b","ref":"refs/heads/main","pushedAt":"2024-06-03T18:21:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump utf-8-validate from 6.0.3 to 6.0.4 (#281)\n\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps-dev): bump utf-8-validate from 6.0.3 to 6.0.4 (#281)"}},{"before":"b328b98d0360bb024818f693416ec2ff3d6d0265","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/coder-b723da9","pushedAt":"2024-06-03T18:20:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"f25a2eab3b03abe8c665a52ceca21450c332250a","ref":"refs/heads/dependabot/npm_and_yarn/coder-27f2691","pushedAt":"2024-06-03T18:20:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump coder from `9eb797e` to `27f2691`\n\nBumps [coder](https://github.com/coder/coder) from `9eb797e` to `27f2691`.\n- [Release notes](https://github.com/coder/coder/releases)\n- [Commits](https://github.com/coder/coder/compare/9eb797eb5a2bfb115db1fe8eccad78908a5f8ec1...27f26910b6350cd97a25564822857371cb81a9bd)\n\n---\nupdated-dependencies:\n- dependency-name: coder\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump coder from 9eb797e to 27f2691"}},{"before":"b10b4a9864da85910f9ab83539047ec1c8ae9b03","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/tsc-watch-6.2.0","pushedAt":"2024-06-03T18:20:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"}},{"before":"553a5369c117c87c11f76f985363f2fcefad9e9b","after":"a38a57ac071dd0767d30e01ad9beb02de4b51ce1","ref":"refs/heads/main","pushedAt":"2024-06-03T18:20:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump tsc-watch from 6.0.4 to 6.2.0 (#282)\n\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps-dev): bump tsc-watch from 6.0.4 to 6.2.0 (#282)"}},{"before":"96c2642c97a00008e0101cef1e659ed35d44f81b","after":null,"ref":"refs/heads/asher/refactor-client","pushedAt":"2024-06-03T18:19:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"}},{"before":"dd515723df238d38f91ac21c12bcf26b9ee2aabf","after":"553a5369c117c87c11f76f985363f2fcefad9e9b","ref":"refs/heads/main","pushedAt":"2024-06-03T18:19:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"code-asher","name":"Asher","path":"/code-asher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45609798?s=80&v=4"},"commit":{"message":"Refactor REST client (#286)","shortMessageHtmlLink":"Refactor REST client (#286)"}},{"before":"d28e07e1ee7423288b8c4f68e4098486a6971efc","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/coder-47f8f5d","pushedAt":"2024-06-03T13:35:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"b328b98d0360bb024818f693416ec2ff3d6d0265","ref":"refs/heads/dependabot/npm_and_yarn/coder-b723da9","pushedAt":"2024-06-03T13:35:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump coder from `2e49fa9` to `b723da9`\n\nBumps [coder](https://github.com/coder/coder) from `2e49fa9` to `b723da9`.\n- [Release notes](https://github.com/coder/coder/releases)\n- [Commits](https://github.com/coder/coder/compare/2e49fa94d4d89111de7a41dd810a8bf755574de6...b723da9e918ad05f5eb3132387832ecc29f59483)\n\n---\nupdated-dependencies:\n- dependency-name: coder\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump coder from 2e49fa9 to b723da9"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXZ2rqgA","startCursor":null,"endCursor":null}},"title":"Activity ยท coder/vscode-coder"}