influxdb/enterprise
Michael Desa 246e65e598 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
..
enterprise.go Add JWT shared secret influxdb auth 2017-07-19 01:39:06 -05:00
enterprise_test.go Update schema for /permissions endpoint to have scopes 2017-02-27 13:31:38 -06:00
meta.go Fix return code when not talking to enterprise leader 2017-09-08 12:30:30 -07:00
meta_test.go Update enterprise meta redirect authorization testing 2017-09-08 15:13:54 -05:00
mocks_test.go Add ability to update roles on a user resource 2017-03-10 16:52:24 -06:00
roles.go Fix users and roles PATCH removing all permissions 2017-03-02 13:57:53 -06:00
roles_test.go Update InfluxEnterprise users to return their roles 2017-03-01 19:13:44 -06:00
types.go Add a listing of all possible permissions for OSS and Enterprise 2017-02-19 13:47:19 -06: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