-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update protobuf library versions and remove influx_tsm (#21882) #21891
Conversation
cb35eda
to
2c31c7c
Compare
go.mod
Outdated
@@ -7,15 +7,15 @@ require ( | |||
collectd.org v0.3.0 | |||
github.com/BurntSushi/toml v0.3.1 | |||
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db | |||
github.com/benbjohnson/tmpl v1.1.0 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make sure that this import is in tools.go
? Guessing from the // indirect
that it's not there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch - thanks! In fact 1.8 doesn't have a tools.go at all, added one as a copy of 1.9
1b0f4d8
to
3fa97be
Compare
…data#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
3fa97be
to
2882d2f
Compare
Fixed merge conflict with the 1.8 perftest PR |
…data#21882) (influxdata#21891) * chore: update protobuf library versions and remove influx_tsm (influxdata#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm * fix: codegen works * fix: add tools.go for 1.8 (cherry picked from commit 51600c8)
…data#21882) (influxdata#21891) * chore: update protobuf library versions and remove influx_tsm (influxdata#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm * fix: codegen works * fix: add tools.go for 1.8 (cherry picked from commit 51600c8)
Backport of master-1.x branch, plus:
storage/reads/datatypes/gen.go
, previously fixed inmaster-1.x
, plus added two scripts in thescripts
directory to support codegenprometheus/remote/generate.go