Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Thu, 16 Dec 2021 20:01:00 +0000 Notes on the Go translation of Reposurgeon 5 points posted by tomf https://gitlab.com/esr/reposurgeon/-/blob/master/GoNotes.adoc 4662 Fri, 10 Dec 2021 16:12:00 +0000 GoCoverStats v0.0.5 is a security release #test #testing #security The gocoverstats package just got a v0.0.5 security release on its golang.org dependencies and a minor change: <ul> <li>golang.org/x/tools upgraded from v0.1.10 to v0.2 (security release on tools/crypto)</li> <li>github.com/google/go-cmp upgraded from 0.5.8 to 0.5.9 (test dependency non-security release)</li> </ul><div>One clarification about the default build is that, since it requires at least Go 1.18, paths and symbols are trimmed in the compiled output.</div> 1 points posted by FGM https://gitlab.com/fgmarand/gocoverstats/-/tags/v0.0.5 4779 Mon, 14 Nov 2022 08:49:00 +0000 How a fix in go 1.9 sped up our gitaly service by 30x <p>We're still in the process of porting Git operations to Gitaly, but the service has been running in production on GitLab.com for about nine months, and currently peaks at about 1,000 <a href="https://grpc.io/" style="box-sizing: border-box; color: rgb(107, 79, 187); font-weight: 600;">gRPC</a>&nbsp;requests per second. We expect the migration effort to be completed by the beginning of April at which point all Git operations in the GitLab application will use the service and we'll be able to decommission NFS infrastructure.</p> 7 points posted by kenny https://about.gitlab.com/2018/01/23/how-a-fix-in-go-19-sped-up-our-gitaly-service-by-30x 3142 Thu, 25 Jan 2018 18:17:00 +0000 Seneferu - schedules builds in Kubernetes #kubernetes #hack We build a build server doing a hackathon that runs in Kubernetes and schedules the build in Kubernetes.<div>The code quality are not awesome (yet, PR are more then welcome), but the idea seems to be pretty solid.</div><div>If you like the idea, and want us to keep building on it please give it a star.</div><div><br></div><div>Again all contributions are welcome, both from beginners and experts. There are plenty of work and refactoring to be done :)</div><div><br></div><div><br><div><br></div></div> 5 points posted by Soren Mathiasen https://gitlab.com/sorenmat/seneferu 2741 Tue, 03 Oct 2017 18:06:00 +0000 Notes on a python to go transition 4 points posted by kenny https://gitlab.com/esr/reposurgeon/blob/master/GoNotes.adoc 4252 Wed, 12 Feb 2020 08:33:00 +0000 Gocoverstats v0.0.4 now with more coverage reporting options Gocoverstats, the tool allowing repository owners to gather and plot test coverage results and obtain coverage badges on Gitlab / Github without resorting to a coverage SaaS, got a new release including:<div> <ul><li>report coverage at the statement level (like go tool) or line of code level </li> <li>report weighted (by package size) or unweighted averages for global coverage badges</li> <li>new format option -percent making it simpler to include in CI pipelines.</li> </ul><div><br></div></div> 1 points posted by FGM https://gitlab.com/fgmarand/gocoverstats 4728 Wed, 11 May 2022 13:42:00 +0000