influxdb/cmd/influx
Stuart Carnie 62a00fcf71 chore: Use new authorization client 2020-11-02 08:28:22 -07:00
..
config fix: switch port to 8086 2020-09-03 14:40:29 -07:00
internal refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
authorization.go chore: Use new authorization client 2020-11-02 08:28:22 -07:00
backup.go feat(influx): add active-config flag to override config on single command call 2020-08-14 13:33:14 -07:00
bucket.go feat(upgrade): upgrade command basic skeleton 2020-10-01 08:06:42 -07:00
bucket_test.go fix(influx): drop global flags and replace with locals 2020-06-24 15:33:06 -07:00
completion.go fix(influx): update completion cmd with more accurate help message 2020-03-17 08:15:38 -07:00
config.go feat(influx): enable dynamic configs destination 2020-07-23 08:36:49 -07:00
config_test.go fix: switch port to 8086 2020-09-03 14:40:29 -07:00
dashboard.go feat(influx): add support for dashboards 2020-08-05 09:14:01 -07:00
delete.go feat(influx): add active-config flag to override config on single command call 2020-08-14 13:33:14 -07:00
main.go feat(cli): Extend CLI with v1 authorization commands 2020-10-29 08:21:38 -07:00
organization.go fix(influx): drop global flags and replace with locals 2020-06-24 15:33:06 -07:00
organization_test.go fix(influx): drop global flags and replace with locals 2020-06-24 15:33:06 -07:00
ping.go feat(influx): add active-config flag to override config on single command call 2020-08-14 13:33:14 -07:00
query.go fix(cli): update annotation order to match UI (#19503) 2020-09-14 10:18:29 -07:00
secret.go feat(upgrade): upgrade command basic skeleton 2020-10-01 08:06:42 -07:00
secret_test.go fix(influx): drop global flags and replace with locals 2020-06-24 15:33:06 -07:00
setup.go fix(build): building arm 6 (#19756) 2020-10-21 16:29:48 -07:00
task.go refactor(notification): move rule service into own package (#19804) 2020-10-27 11:45:05 +00:00
telegraf.go fix(cli): workaround for cloud api to return a single telegraf config if specified (#19695) 2020-10-06 12:55:49 -06:00
template.go fix(cli): return error on failed resource addition (#19750) 2020-10-15 09:29:00 -06:00
template_test.go feat(pkger): extend stacks API with uninstall ability 2020-07-09 17:05:53 -07:00
transpile.go chore(query): use dbrp v2 service in flux influx.v1 dependencies (#19108) 2020-08-12 11:08:25 +01:00
user.go feat(upgrade): upgrade command basic skeleton 2020-10-01 08:06:42 -07:00
user_test.go chore: update staticcheck and fix newly identified lint checks (#18737) 2020-06-26 18:54:09 -05:00
v1_authorization.go feat: add v1 auth set-password command to set token passwords 2020-10-29 08:21:38 -07:00
v1_commands.go feat(cli): Extend CLI with v1 authorization commands 2020-10-29 08:21:38 -07:00
write.go fix: add ability to define bucket to write to with a BucketFilter (#19658) 2020-10-05 15:05:49 -06:00
write_test.go fix: add ability to define bucket to write to with a BucketFilter (#19658) 2020-10-05 15:05:49 -06:00