-
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
Conversation
build.py
Outdated
@@ -189,6 +189,14 @@ def run_tests(race, parallel, timeout, no_vet, junit=False): | |||
logging.error("Code not formatted. Please use 'goimports -w ./' to fix formatting errors.") | |||
logging.error("{}".format(out)) | |||
return False | |||
|
|||
logging.info("Ensuring code is properly formatted with goimports ...") |
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.
Logs need updated? Look like copy-paste from the lines above
321bb69
to
b362fa5
Compare
@@ -45,7 +24,7 @@ var _ = time.Kitchen | |||
// is compatible with the proto package it is being compiled against. | |||
// A compilation error at this line likely means your copy of the | |||
// proto package needs to be updated. | |||
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package | |||
const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package |
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.
We are in fact using the newest version of github.com/gogo/protobuf/proto
, so this is safe.
…data#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
…data#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
…data#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
…data#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
…data#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
…data#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
#21890) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
…data#21882) * chore: update protobufs * fix: run codegen during build * fix: fully remove influx_tsm
…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)
Update library versions. Also remove old code for
influx_tsm
, now found at https://github.com/influxdata/influx_tsm