Chris Goller
fd81927bfa
WIP Add annotation store to influxdb
2018-01-11 11:46:49 -06:00
Michael Desa
ff9dd97026
Add Num to UsersStore interface
2017-11-30 12:55:59 -05:00
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
Chris Goller
6158502e45
Fix updating of OSS user permissions
2017-03-10 14:53:30 -06:00
Chris Goller
e8da54a6c3
Update user/role responses to return empty arrays
2017-03-10 13:24:48 -06:00
Chris Goller
9ec0c5fa71
Add password changing for OSS users
2017-02-22 00:36:28 -06:00
Chris Goller
74522fd030
Refactor Influx OSS users
2017-02-19 00:54:52 -06:00
Chris Goller
b33a32d69d
Add routes for users
2017-02-17 20:47:23 -06:00
Chris Goller
cee9b35487
Add Influx OSS implementation of users
2017-02-17 19:58:39 -06:00
Chris Goller
b304ac256e
Add get of all users for a data source
2017-02-17 15:13:51 -06:00
Chris Goller
2a2e188560
Refactor users and add client usersstore
2017-02-17 13:37:00 -06:00