{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":209644546,"defaultBranch":"main","name":"cpu","ownerLogin":"u-root","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-09-19T20:38:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13317538?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713552341.0","currentOid":""},"activityList":{"items":[{"before":"a0eb86c8c59541e94719beab70562cd04fcf21cc","after":"b2f91f88fdcea97626934a9f0cbfaa6c0e3eb63e","ref":"refs/heads/main","pushedAt":"2024-07-14T16:39:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"client: add GetHostUser for u@host and .ssh/config (#280)\n\nSince 2017 cpu used $USER as the user. Now that it supports\r\nssh, it needs better processing.\r\n\r\nAdd GetHostUser, which takes a string in [user@]host form,\r\nand returns a host and user name as follows:\r\nif user@host form, return the host and user.\r\n\r\nLook up the host in .ssh/config; if found, and\r\nthere is a UserName record, return that UserName\r\n\r\nOtherwise return host and $USER.\r\n\r\nIf a host entry is found in .ssh/config, the\r\nHostName from that entry is used.\r\n\r\nThis means that code that used GetHost should start using\r\nGetHostUser.\r\n\r\nSigned-off-by: Ron Minnich \r\nCo-authored-by: Ron Minnich ","shortMessageHtmlLink":"client: add GetHostUser for u@host and .ssh/config (#280)"}},{"before":"fea0da51fac6778fe1ca098973bf4a9ac9e7f11c","after":"a0eb86c8c59541e94719beab70562cd04fcf21cc","ref":"refs/heads/main","pushedAt":"2024-05-19T03:05:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"bump billy to use a pseudo-release of main (#276)\n\nI fixed a bug in billy:\r\nboundos:insideBaseDirEval: return true if baseDir is \"/\" #49\r\n\r\nThis really requires a new release, but they are not ready to cut one:\r\nPer the billy maintainer:\r\n\"Hey @rminnich, I would recommend bumping to the latest pseudo version from master as I am not yet sure when we will cut a new release.\"\r\n\r\nuse a pseudo version for billy\r\n\r\nSigned-off-by: Ronald G. Minnich ","shortMessageHtmlLink":"bump billy to use a pseudo-release of main (#276)"}},{"before":"9158db37bc1f4c72f21a4da4c2205db845afaac6","after":"fea0da51fac6778fe1ca098973bf4a9ac9e7f11c","ref":"refs/heads/main","pushedAt":"2024-05-18T15:41:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"cpu: set TMPDIR environment variable to /tmp (#275)\n\nSet the TMPDIR environment variable to /tmp, always.\r\n\r\nSigned-off-by: Ronald G. Minnich ","shortMessageHtmlLink":"cpu: set TMPDIR environment variable to /tmp (#275)"}},{"before":"d0c3c8ee307dfd5226a391560d13ef05226f9859","after":"9158db37bc1f4c72f21a4da4c2205db845afaac6","ref":"refs/heads/main","pushedAt":"2024-05-03T22:41:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"nfs: grow the fhandle cache size to 1024*1024 (#274)\n\nThis fixes the ESTALE problem.\r\n\r\nPerformance to a linode system is very usable with NFS.\r\n\r\nSigned-off-by: Ronald G Minnich ","shortMessageHtmlLink":"nfs: grow the fhandle cache size to 1024*1024 (#274)"}},{"before":"0edd79a06ae2f718a12a7df400a6c9fededec89e","after":"d0c3c8ee307dfd5226a391560d13ef05226f9859","ref":"refs/heads/main","pushedAt":"2024-05-03T21:19:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"Revert \"nfs: remove the cacheHelper provided by go-nfs (#272)\" (#273)\n\nThis reverts commit 0edd79a06ae2f718a12a7df400a6c9fededec89e.\r\n\r\nBecause their nfs cache helper does not work well, but without it,\r\nthings are even worse.\r\n\r\nI'll have to write my own, less fancy version. I'm just going to use\r\na map, since cpu sessions are not long term, and I can let the processor\r\ndo its thing with its cache, rather than trying to outsmart it and get\r\nit wrong, as go-nfs does now.\r\n\r\nSigned-off-by: Ronald G Minnich ","shortMessageHtmlLink":"Revert \"nfs: remove the cacheHelper provided by go-nfs (#272)\" (#273)"}},{"before":"4d475bd3c6e0894fdcbff79befcd8ff6a089ebc0","after":"0edd79a06ae2f718a12a7df400a6c9fededec89e","ref":"refs/heads/main","pushedAt":"2024-04-30T22:34:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"nfs: remove the cacheHelper provided by go-nfs (#272)\n\nThere's something not quite right about it, and\r\nit is entirely too ready to return ESTALE,\r\nwhich does not end well. ESTALE NFS returns\r\non a shared library are a fastpath to a\r\nsegmentation violation.\r\n\r\nEven with this removed, the entire go toolchain build\r\nis done in 47s, as compared to 71s with 9p.\r\n\r\nSigned-off-by: Ronald G Minnich ","shortMessageHtmlLink":"nfs: remove the cacheHelper provided by go-nfs (#272)"}},{"before":"3603d64b2c6c870a79e640c33e8e9fe6a28197ac","after":"4d475bd3c6e0894fdcbff79befcd8ff6a089ebc0","ref":"refs/heads/main","pushedAt":"2024-04-29T22:15:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"cpu: quiet down the prints (#271)\n\nNow that nfs is working well, change some log.Printf for the\r\nNFS path to verbose.\r\n\r\nSigned-off-by: Ronald G Minnich ","shortMessageHtmlLink":"cpu: quiet down the prints (#271)"}},{"before":"326c00bd9672c2e74283122147ac54484b2a01a0","after":"3603d64b2c6c870a79e640c33e8e9fe6a28197ac","ref":"refs/heads/main","pushedAt":"2024-04-29T16:31:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"Nfs3 (#270)\n\n* cpio9p and cpu9p: linting fixup\r\n\r\nSigned-off-by: Ronald G Minnich \r\n\r\n* client/fns: export JoinFSTab and fix leading newline handling\r\n\r\nSigned-off-by: Ronald G Minnich \r\n\r\n* client: export ParseBinds\r\n\r\nIt will be used in the cpu and sidecore commands.\r\n\r\nSigned-off-by: Ronald G Minnich \r\n\r\n* client: don't set 9p when namespace is non-empty\r\n\r\nWith the addition of nfs support, we no longer should\r\nassume 9p should be set too, at least not in the\r\nclient package.\r\n\r\nWhile this is a change for users of the package, the only\r\nuser at present is sidecore, and this actually makes life easier.\r\nIn actual use, this change causes no problems.\r\n\r\nSigned-off-by: Ronald G Minnich \r\n\r\n* cmds/cpu: make the \"running\" verbose message more useful\r\n\r\nMight as well know what host, and what port; particularly\r\nuseful when debugging IP6 link layer connections.\r\n\r\nSigned-off-by: Ronald G Minnich \r\n\r\n* cpu and client: add nfs3 support\r\n\r\nnfs3 is more available than 9p; many IoT kernels that support\r\nnfs3 do not have 9p. Further, nfs3 is far faster for common\r\noperations than 9p: in some cases, 100 times faster, and\r\nfor bash shell completion, up to 1000 times faster (that\r\nis not a typo).\r\n\r\nAdd nfs3 support. To enable nfs mounts, invoke cpu with\r\n-9p=false -nfs=true\r\n\r\nThis change required a significant behavioral change:\r\neven if the namespace is non-empty, 9p will not default\r\nto true.\r\n\r\nSigned-off-by: Ronald G Minnich \r\n\r\n---------\r\n\r\nSigned-off-by: Ronald G Minnich ","shortMessageHtmlLink":"Nfs3 (#270)"}},{"before":"c3747d075b718a021054e9a22bd31e5d55dd35e0","after":null,"ref":"refs/heads/dependabot/cargo/p9cpu/h2-0.3.26","pushedAt":"2024-04-19T18:45:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"}},{"before":"ff83b17918a3238cf2cc2ab55de9de25f19f65fc","after":"326c00bd9672c2e74283122147ac54484b2a01a0","ref":"refs/heads/main","pushedAt":"2024-04-19T18:45:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"build(deps): bump h2 from 0.3.24 to 0.3.26 in /p9cpu (#267)\n\nBumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.\r\n- [Release notes](https://github.com/hyperium/h2/releases)\r\n- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)\r\n- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: h2\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: ron minnich ","shortMessageHtmlLink":"build(deps): bump h2 from 0.3.24 to 0.3.26 in /p9cpu (#267)"}},{"before":"ba6f3bc1828e60af75f9502a5f229c3cb9dd9e00","after":"c3747d075b718a021054e9a22bd31e5d55dd35e0","ref":"refs/heads/dependabot/cargo/p9cpu/h2-0.3.26","pushedAt":"2024-04-19T18:43:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/cargo/p9cpu/h2-0.3.26","shortMessageHtmlLink":"Merge branch 'main' into dependabot/cargo/p9cpu/h2-0.3.26"}},{"before":"3ebdf32b0dd489c150a8f7e98f9c601740e4c539","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-19T18:41:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"}},{"before":"a1625e1636795d41ce82dc1d513cd37b8f55639d","after":"ff83b17918a3238cf2cc2ab55de9de25f19f65fc","ref":"refs/heads/main","pushedAt":"2024-04-19T18:41:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#269)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/net\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#269)"}},{"before":null,"after":"3ebdf32b0dd489c150a8f7e98f9c601740e4c539","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-19T12:18:33.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":"build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0"}},{"before":null,"after":"ba6f3bc1828e60af75f9502a5f229c3cb9dd9e00","ref":"refs/heads/dependabot/cargo/p9cpu/h2-0.3.26","pushedAt":"2024-04-05T16:22:43.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":"build(deps): bump h2 from 0.3.24 to 0.3.26 in /p9cpu\n\nBumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.\n- [Release notes](https://github.com/hyperium/h2/releases)\n- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)\n- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)\n\n---\nupdated-dependencies:\n- dependency-name: h2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump h2 from 0.3.24 to 0.3.26 in /p9cpu"}},{"before":"e30097ae68b3c1581d5a8ed1c65c02b5382e358f","after":"a1625e1636795d41ce82dc1d513cd37b8f55639d","ref":"refs/heads/main","pushedAt":"2024-04-02T15:28:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Lencerf","name":null,"path":"/Lencerf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6895736?s=80&v=4"},"commit":{"message":"Add flag -useKey for ssh without keys\n\nIn some fully isolated environments, the key used to encrypt\nthe ssh connection is redundant. With this commit, we can use\ncpud/cpu without a key file by\n* server: ./cpud -pk=\n* client: ./cpu -useKey=false $HOST bash\n\n-useKey as default is True.\n\nSigned-off-by: Changyuan Lyu ","shortMessageHtmlLink":"Add flag -useKey for ssh without keys"}},{"before":"74464591545add1ecc9bd424996faa55cc754a7c","after":null,"ref":"refs/heads/dependabot/cargo/p9cpu/mio-0.8.11","pushedAt":"2024-03-13T14:29:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"}},{"before":"5f091407c89c9f913578e840f225894bd5d6a67b","after":"e30097ae68b3c1581d5a8ed1c65c02b5382e358f","ref":"refs/heads/main","pushedAt":"2024-03-13T14:29:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"build(deps): bump mio from 0.8.6 to 0.8.11 in /p9cpu (#265)\n\nBumps [mio](https://github.com/tokio-rs/mio) from 0.8.6 to 0.8.11.\r\n- [Release notes](https://github.com/tokio-rs/mio/releases)\r\n- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.6...v0.8.11)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: mio\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Lencerf ","shortMessageHtmlLink":"build(deps): bump mio from 0.8.6 to 0.8.11 in /p9cpu (#265)"}},{"before":"78506e1cce280a2b7909de150a98516a53bbe284","after":"74464591545add1ecc9bd424996faa55cc754a7c","ref":"refs/heads/dependabot/cargo/p9cpu/mio-0.8.11","pushedAt":"2024-03-05T16:21:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Lencerf","name":null,"path":"/Lencerf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6895736?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/cargo/p9cpu/mio-0.8.11","shortMessageHtmlLink":"Merge branch 'main' into dependabot/cargo/p9cpu/mio-0.8.11"}},{"before":"0f929d870845ef107d9400acaa8994dfcb17da0b","after":null,"ref":"refs/heads/dependabot/cargo/p9cpu/h2-0.3.24","pushedAt":"2024-03-05T16:20:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Lencerf","name":null,"path":"/Lencerf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6895736?s=80&v=4"}},{"before":"5529b02a0e41bfc6b3a387c4fa7e7e9cc374a95d","after":"5f091407c89c9f913578e840f225894bd5d6a67b","ref":"refs/heads/main","pushedAt":"2024-03-05T16:20:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Lencerf","name":null,"path":"/Lencerf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6895736?s=80&v=4"},"commit":{"message":"build(deps): bump h2 from 0.3.17 to 0.3.24 in /p9cpu\n\nBumps [h2](https://github.com/hyperium/h2) from 0.3.17 to 0.3.24.\n- [Release notes](https://github.com/hyperium/h2/releases)\n- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)\n- [Commits](https://github.com/hyperium/h2/compare/v0.3.17...v0.3.24)\n\n---\nupdated-dependencies:\n- dependency-name: h2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump h2 from 0.3.17 to 0.3.24 in /p9cpu"}},{"before":null,"after":"78506e1cce280a2b7909de150a98516a53bbe284","ref":"refs/heads/dependabot/cargo/p9cpu/mio-0.8.11","pushedAt":"2024-03-04T21:46:03.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":"build(deps): bump mio from 0.8.6 to 0.8.11 in /p9cpu\n\nBumps [mio](https://github.com/tokio-rs/mio) from 0.8.6 to 0.8.11.\n- [Release notes](https://github.com/tokio-rs/mio/releases)\n- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.6...v0.8.11)\n\n---\nupdated-dependencies:\n- dependency-name: mio\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump mio from 0.8.6 to 0.8.11 in /p9cpu"}},{"before":null,"after":"0f929d870845ef107d9400acaa8994dfcb17da0b","ref":"refs/heads/dependabot/cargo/p9cpu/h2-0.3.24","pushedAt":"2024-01-19T16:10:28.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":"build(deps): bump h2 from 0.3.17 to 0.3.24 in /p9cpu\n\nBumps [h2](https://github.com/hyperium/h2) from 0.3.17 to 0.3.24.\n- [Release notes](https://github.com/hyperium/h2/releases)\n- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)\n- [Commits](https://github.com/hyperium/h2/compare/v0.3.17...v0.3.24)\n\n---\nupdated-dependencies:\n- dependency-name: h2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump h2 from 0.3.17 to 0.3.24 in /p9cpu"}},{"before":"4284bb8377cf06dab7e13d70d7de456aaad0a672","after":"5529b02a0e41bfc6b3a387c4fa7e7e9cc374a95d","ref":"refs/heads/main","pushedAt":"2024-01-16T21:43:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"minor staticcheck fixes (#263)\n\nS1019 - Simplify make call by omitting redundant arguments\r\nS1025 - Don’t use fmt.Sprintf(\"%s\", x) unnecessarily\r\n\r\nSigned-off-by: Siarhiej Siemianczuk ","shortMessageHtmlLink":"minor staticcheck fixes (#263)"}},{"before":"bd3546c6711372252b7f69380bc9b21cc0d19d5f","after":"4284bb8377cf06dab7e13d70d7de456aaad0a672","ref":"refs/heads/main","pushedAt":"2023-12-25T08:29:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"binjip978","name":"binjip978","path":"/binjip978","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/752342?s=80&v=4"},"commit":{"message":"ds: fix staticcheck warnings (#262)\n\nSigned-off-by: Siarhiej Siemianczuk ","shortMessageHtmlLink":"ds: fix staticcheck warnings (#262)"}},{"before":"4ef415ef5d52a605c55ffdedba30980a8c384192","after":"bd3546c6711372252b7f69380bc9b21cc0d19d5f","ref":"refs/heads/main","pushedAt":"2023-12-22T05:42:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"export Listen for client.Cmd (#261)\n\nThis allows newer clients like sidecore to export additional\r\nprotocols, such as NFS.\r\n\r\nAt some point, if it works well enough, we can bring NFS into the\r\ncpu client package. But for now, this is too useful not to have.\r\n\r\nSigned-off-by: Ron Minnich ","shortMessageHtmlLink":"export Listen for client.Cmd (#261)"}},{"before":"472ddc8212689069b8376b37da3c276f1a44f756","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/crypto-0.17.0","pushedAt":"2023-12-22T01:02:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"}},{"before":"dcb2a364dd2f8e6e1f8f1ba1ba036d36a3f1aac0","after":"4ef415ef5d52a605c55ffdedba30980a8c384192","ref":"refs/heads/main","pushedAt":"2023-12-22T01:02:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#259)\n\nBumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/crypto\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#259)"}},{"before":"2854f5d595ea0de2b61870918b4cfde36ed458c7","after":"472ddc8212689069b8376b37da3c276f1a44f756","ref":"refs/heads/dependabot/go_modules/golang.org/x/crypto-0.17.0","pushedAt":"2023-12-22T00:57:58.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":"build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0\n\nBumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0"}},{"before":"2b378a2009b40711b99ede05e5c4b3d17c090bbb","after":"dcb2a364dd2f8e6e1f8f1ba1ba036d36a3f1aac0","ref":"refs/heads/main","pushedAt":"2023-12-22T00:57:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rminnich","name":"ron minnich","path":"/rminnich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74928?s=80&v=4"},"commit":{"message":"Move to golang x term (#255)\n\n* cpu/client: fix tests to run on darwin\r\n\r\nSigned-off-by: Ron Minnich \r\n\r\n* client: use golang/x/term instead of u-root termios\r\n\r\nu-root termios has much more capability than we need, and\r\ndoes not work on windows yet.\r\n\r\nSigned-off-by: Ron Minnich \r\n\r\n---------\r\n\r\nSigned-off-by: Ron Minnich ","shortMessageHtmlLink":"Move to golang x term (#255)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfxEBtgA","startCursor":null,"endCursor":null}},"title":"Activity · u-root/cpu"}