chronograf/influx
Michael Desa 0d235f646d Generalize chronograf.UsersStore Get method
The `Get` method on the UsersStore was generalize by changing the second
parameter to a struct. This allows the Store to retrieve users by more
than simply their name.

-Get(ctx context.Context, name string) (*User, error)
+Get(ctx context.Context, q UserQuery) (*User, error)
2017-10-18 14:17:42 -04:00
..
queries Add AST to Influx converter. 2017-02-06 19:14:15 -07:00
authorization.go Update interface Authorization to Authorizer 2017-07-25 12:13:46 -05:00
authorization_test.go Update influx Authorization Headers for write and query path 2017-07-25 12:13:46 -05:00
databases.go Fix create retention policies InfluxQL 2017-03-23 15:23:54 -07:00
influx.go Add check for enterprise build type header 2017-09-28 18:37:52 -05:00
influx_test.go Update interface Authorization to Authorizer 2017-07-25 12:13:46 -05:00
permissions.go fix rp GET 2017-03-23 03:37:32 -07:00
permissions_test.go Fix updating of OSS user permissions 2017-03-10 14:53:30 -06:00
query.go Fix query parser to return correct fill num value 2017-09-06 10:55:45 -04:00
query_test.go Test fill for floating point number on server 2017-09-06 12:27:13 -04:00
templates.go Fix :dashboardTime: by introducing tvar precedence 2017-06-14 10:54:02 -04:00
templates_test.go Fix tests for the updated group by time logic 2017-10-03 16:31:51 -07:00
users.go Generalize chronograf.UsersStore Get method 2017-10-18 14:17:42 -04:00
users_test.go Generalize chronograf.UsersStore Get method 2017-10-18 14:17:42 -04:00