influxdb/task/backend
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
..
bolt fix(task): align task every with whole units 2018-11-30 16:26:27 -08:00
coordinator test(task): skip long tests in -short mode 2018-11-21 14:11:11 -08:00
executor Integrate scanned values statistics tracking. 2018-11-28 15:32:06 -07:00
storetest feat(auth): rewrite authorization service (#2157) 2018-12-28 15:02:19 -08:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
error_test.go feat(task): support forcing a run with arbitrary timestamp 2018-12-21 14:37:53 -05:00
inmem_logreaderwriter.go add run return to rerun 2018-11-27 11:48:32 -06:00
inmem_store.go fix(task): align task every with whole units 2018-11-30 16:26:27 -08:00
inmem_store_test.go test(task): cache parsed options in test 2018-08-07 12:46:50 -07:00
logreaderwriter_test.go Remove last reference to flux.control.Config.Verbose (#1588) 2018-11-27 15:36:48 -07:00
meta.go feat(task): support forcing a run with arbitrary timestamp 2018-12-21 14:37:53 -05:00
meta.pb.go Change delay to offset in tasks to match the flux spec 2018-12-06 11:00:07 -06:00
meta.proto Change delay to offset in tasks to match the flux spec 2018-12-06 11:00:07 -06:00
meta_test.go feat(task): support forcing a run with arbitrary timestamp 2018-12-21 14:37:53 -05:00
point_logwriter.go feat(task): integrate task logs with system buckets 2018-11-15 08:59:15 -08:00
query_logreader.go refactor(query): update transpiler to reflect signature change to `group()` (#1689) 2018-12-04 09:32:37 -08:00
scheduler.go refactor(task): enable high-frequency WithTicker option 2018-12-07 08:38:59 -08:00
scheduler_metrics.go feat(task): migrate task code from enterprise 2018-07-26 15:16:56 -07:00
scheduler_test.go refactor(task): enable high-frequency WithTicker option 2018-12-07 08:38:59 -08:00
store.go feat(task): support forcing a run with arbitrary timestamp 2018-12-21 14:37:53 -05:00