influxdb/cmd/influx
Mark Rushakoff 954cea93bc fix(cmd/influx): don't set authorizer context when creating task
Setting the authorizer from the HTTP client wasn't necessary, and
looking up the token to do so didn't work as written.

Fixes #11903.
2019-02-14 17:27:31 -08:00
..
internal fix(cmd/influx): make setup, write, query a solid experience 2019-01-22 13:25:17 -08:00
authorization.go fix(influxdb): revert functionality added in pr#10947 2019-02-06 15:54:09 -05:00
bucket.go fix(cmd/influx): add context to error messages in bucket commands 2019-01-22 17:10:43 -08:00
main.go feat: Add influx ping subcommand (#11603) 2019-01-25 10:01:55 -08:00
organization.go fix(cmd/influx): add contextual information to org command errors 2019-01-22 15:40:54 -08:00
ping.go feat: Add influx ping subcommand (#11603) 2019-01-25 10:01:55 -08:00
query.go fix(cmd/influx): make setup, write, query a solid experience 2019-01-22 13:25:17 -08:00
repl.go feat(cmd/influx): check if instance has been setup if error encountered 2019-01-22 10:19:26 -08:00
setup.go feat: Onboarding without interaction 2019-01-22 14:36:34 -08:00
task.go fix(cmd/influx): don't set authorizer context when creating task 2019-02-14 17:27:31 -08:00
user.go feat(cmd/influx): check if instance has been setup if error encountered 2019-01-22 10:19:26 -08:00
write.go fix(cmd/influx): make setup, write, query a solid experience 2019-01-22 13:25:17 -08:00