influxdb/cmd/influx
Mark Rushakoff b0b0d965ff feat(task): integrate task logs with system buckets
- Brought over enterprise's QueryLogReader, with small adjustments
  - Time filters are for the run's ScheduledFor field, per spec
- Adjusted run log timestamps for consistent formatting:
  - ScheduledFor is RFC3339 because it's a whole-second timestamp
  - StartedAt, FinishedAt use RFC3339Nano for high precision
- Several test adjustments to use relative time, for easier integration
  with storage retention
2018-11-15 08:59:15 -08:00
..
internal chore(idp): Rename cmd/idp to cmd/influx 2018-05-24 11:34:39 -06:00
authorization.go feat(cmd/influx): add local flag for operating directly with boltdb 2018-11-02 14:34:48 -04:00
bucket.go feat(cmd/influx): add local flag for operating directly with boltdb 2018-11-02 14:34:48 -04:00
main.go (feat/cmd): add default token 2018-11-09 19:43:29 -05:00
organization.go feat(cmd/influx): add local flag for operating directly with boltdb 2018-11-02 14:34:48 -04:00
query.go feat(cmd/influx): add local flag for operating directly with boltdb 2018-11-02 14:34:48 -04:00
repl.go feat(cmd/influx): add local flag for operating directly with boltdb 2018-11-02 14:34:48 -04:00
setup.go (feat/cmd): add default token 2018-11-09 19:43:29 -05:00
task.go feat(task): integrate task logs with system buckets 2018-11-15 08:59:15 -08:00
user.go feat(cmd/influx): add local flag for operating directly with boltdb 2018-11-02 14:34:48 -04:00
write.go fix(cmd/influx): typos in cli variables 2018-10-26 15:51:55 -05:00