influxdb/mock
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
..
auth_service.go feat(http): add links to auth service response structures 2018-09-12 11:44:44 -04:00
basic_auth.go test(http): add signin test 2018-09-27 15:44:47 -04:00
bucket_service.go feat(http): add links to bucket service response structures 2018-09-10 15:26:08 -04:00
dashboard_service.go chore(bolt,http,mock,query,testing): fix megacheck errors 2018-11-01 12:54:46 -07:00
dbrp_mapping.go feat: Use DBRPMappings in 1.x read path 2018-07-18 09:46:57 -06:00
generators.go Refactoring code using platform.IDs 2018-08-01 18:20:59 +02:00
label_service.go feat(http): add ability to update labels 2018-12-17 23:00:57 -08:00
lookup_service.go feat(auth): rewrite authorization service (#2157) 2018-12-28 15:02:19 -08:00
macro_service.go feat(http): add MacroService client 2018-09-20 09:32:04 -07:00
nats.go chore(bolt,http,mock,query,testing): fix megacheck errors 2018-11-01 12:54:46 -07:00
nats_test.go try to restore the test 2018-10-01 17:38:11 -04:00
org_service.go feat(http): add flux AST and Spec endpoints to fluxd 2018-09-13 23:01:07 -05:00
paging.go add tests for paging 2018-12-09 22:49:10 +08:00
points_writer.go to() for influxdb (#1194) 2018-11-01 14:44:56 -04:00
retention_service.go Initial Retention Service 2018-10-10 15:39:27 +01:00
secret_service.go feat(vault): add vault implementation of secret service 2018-11-30 13:07:32 -08:00
session_service.go test(http): add signin test 2018-09-27 15:44:47 -04:00
storage_reads.go feat(storage): return cost stats with read response via gRPC trailer 2018-12-05 15:32:41 -08:00
task_service.go feat(task): support forcing a run with arbitrary timestamp 2018-12-21 14:37:53 -05:00
telegraf_service.go feat(http): add accept parsing for telegraf 2018-12-26 12:23:59 -06:00
user_resource_mapping_service.go fix(mock): add comments for userresourcemappingservice mock fns 2018-10-22 13:06:22 -07:00
user_service.go feat(auth): rewrite authorization service (#2157) 2018-12-28 15:02:19 -08:00
view_service.go feat(platform): move chronogaf v2 dashboards to platform 2018-08-24 13:22:58 -04:00
write_service.go test(write): add batcher tests 2018-10-25 19:13:53 -05:00