Holger Freyther
Holger Freyther
Go 1.21 introduced support for godebug lines in go.mod and go.work files. Skip over these lines instead of failing Related #1945 **What type of PR is this?** > Uncomment one...
### What version of gazelle are you using? 0.39.1 ### What version of rules_go are you using? 0.51.0 ### What version of Bazel are you using? 7.3.2 ### Does this...
The RowIterator.TotalRows is wrong when hitting the cached page on the fast path (e.g. not changing start index or updating the page info). fixes: #11873
## Client bigquery ## Environment Go 1.22 ## Code and Dependencies ```go package main func main() { // ... var values []bigquery.Value err := it.Next(&values) if err == iterator.Done {...
Test that a SIP REFER is translated into a ChannelTransfer event when TRANSFERHANDLING=ari-only is set on the channel and that transfer_progress generates the necessary SIP NOTIFY messages. Be strict on...
Go supports setting default GODEBUG values in the go.mod file or per directive in the main package at the right location. This currently does not work with rules_go/gazelle. Introduce an...
Certain bits of grafana/tempo remain licensed as Apache License 2.0. Add the license file name used. Example: https://github.com/grafana/tempo/blob/main/pkg/tempopb/LICENSE_APACHE2 # Description The go module github.com/grafana/tempo is currently only classified as AGPLv3.0....
Adding these directives (and replace statements) allows to build the thanos application. Thanos and some of the dependencies already depend on gogo proto and have code checked in. **What type...
### What version of gazelle are you using? HEAD as of 30th of November 2024 ### What version of rules_go are you using? 0.50.1 ### What version of Bazel are...
Create a document to propose an easy (implementation and operation) way to protect the production cluster from accidental and unwanted members. Provide a reference implementation in addition to the design...