influxdb/cmd/influx
Andrew Watkins 3429e8d0c6
feat(auth): rewrite authorization service (#2157)
* feat(view-token-overlay): add view token overlay

* test(tokens): update tests

* chore(auths): rename mock data file

* feat(token-view): clicking on description opens token view modal

* feat(token-view): add ability to close overlay

* feat(token-view): display token permissions with updated permissions shape

* feat(token-view): wip update authorization and permission shapes

* feat(auth): wip refactor auth permissions

* fix(auth): generate permissions via functions

* fix(auth): make Id ID

* chore(types): update generated client

* feat(auth): wip add user and org names to auth

* fix(user): didnt save rebase

* feat(auth): WIP refactor auth

* feat(auth): check for user existence during auth creation

* feat(auth): org must exist during auth creation

* fix(auth): pluralize telegrafs resource type

* docs(http): update swagger definition for the Authorization

* test(auth): fix broken tests

* docs(swagger): update cur_swagger Authrorizations

* fix(api): remove trace from cur_swag

* test(ui/token): update components with new generated type definitions

* feat(http): add lookup service adding names for permissions

* fix(http): remove debugging panics

* chore: go tidy

* fix: unsaved rebase

* test(idpe): add ids to Authorizations for log tests
2018-12-28 15:02:19 -08:00
..
internal chore(idp): Rename cmd/idp to cmd/influx 2018-05-24 11:34:39 -06:00
authorization.go feat(auth): rewrite authorization service (#2157) 2018-12-28 15:02:19 -08:00
bucket.go Revert "Revert "convert /buckets endpoint error to platform error "" 2018-11-30 13:27:40 -05:00
main.go (feat/cmd): add default token 2018-11-09 19:43:29 -05:00
organization.go fix(http): convert org errors endpoint 2018-12-06 11:05:13 -05: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 remove requestedAt param from retry call and refactor TaskService interface 2018-11-30 13:14:21 -06:00
user.go feat(cmd/influx): add local flag for operating directly with boltdb 2018-11-02 14:34:48 -04:00
write.go Ensure error strings not capitalised ST1005 2018-11-30 10:54:24 +00:00