Greg Shuflin
Greg Shuflin
This commit adds two additional command-line flags for specifying SSL certificates to be used by drill when making HTTP requests. `--cert` is used to specify a client certificate file (following...
My organization has a number of protobuf files in repo `G` of the form: ``` syntax = "proto3"; import "google/protobuf/struct.proto"; import "google/protobuf/timestamp.proto"; import "common/v1/common.proto"; ``` Here, `common` refers to another...
We currently have a global max verbosity for workunits handled by the StreamingWorkunitHandler system. Instead, individual handlers should be able to individually request which level of workunits they want to...
Right now pants has a user experience problem in that there are some cases where info logs dump gigantic amounts of text that aren't useful to end users, but that...
We leave a lot of stuff behind in the .pants.d directory, and should periodically clean it up.