Commit Graph

30 Commits (382e49b59bdba775eb95cb6ae36776f02a8c410c)

Author SHA1 Message Date
Iris Scholten 62f2d632e5 feat(ui): Add option to generate read / write token 2019-04-24 11:09:12 -07:00
Iris Scholten 0f01067f60 feat(ui): Add option to generate an all access token 2019-04-22 17:58:50 -07:00
Palak Bhojani b0253c92e2 Use memoizeOne function for sorting resources 2019-04-19 14:24:37 -07:00
Deniz Kusefoglu 3285009c11 Use memoize one instead of getDerivedStateFromProps for soring state 2019-04-19 14:24:36 -07:00
Palak Bhojani eff0b3e21f Resource List sorts from state instead of redux state 2019-04-19 14:24:36 -07:00
Palak Bhojani 732ec9b20a Alphabetize all resource lists using same sorting 2019-04-19 14:24:36 -07:00
Deniz Kusefoglu 1524160e50 Incorporate getAll changes in tasks and auths from client 2019-04-15 14:59:23 -07:00
Deniz Kusefoglu 92cc0cfbed Rename org-view-tab to settings-tab 2019-04-12 15:57:56 -07:00
Deniz Kusefoglu 40bc15d53f Remove unused organizations and configurations folder contents 2019-04-12 15:42:14 -07:00
alexpaxton 455b7b768a Clockface 0.0.9 (#13163)
* Update to latest clockface version

* Make linter happy

Alignment, Stack, DropdownChild, and DropdownMenuColors are all either no longer exported or in a different shape than before

* Fix circular dependency

* Import correct type

* Remove unused component

* Update all instances of ComponentSpacer

* Remove local ComponentSpacer

* Update test snapshots

* Fix incorrect use of ComponentSpacer
2019-04-04 16:32:33 -07:00
Deniz Kusefoglu a5478652ba
Merge pull request #13127 from influxdata/org-header-name
Org Header receives org name from redux
2019-04-03 14:59:16 -07:00
Iris Scholten 4d5624fc81 Update client dependency for dashboards get all 2019-04-03 13:14:39 -07:00
Deniz Kusefoglu d078e5f936 Org Header receives org name from redux 2019-04-03 12:46:11 -07:00
Deniz Kusefoglu 15cfc93d19 Update snapshot 2019-04-03 10:05:17 -07:00
Deniz Kusefoglu 11e2001d03 Add tokens to former org view 2019-04-02 23:00:25 -07:00
Palak Bhojani 2683651b8c Add the ability to edit token's description 2019-04-01 09:27:00 -07:00
Christopher Henn 1e91da7d48 Fix ESLint errors 2019-03-14 13:58:29 -07:00
Andrew Watkins 95ae38a151 test: sadness 2019-03-08 16:27:49 -08:00
Andrew Watkins 4970b6cec4 feat(token/tele): remove token when config gets deleted 2019-03-08 15:52:53 -08:00
Andrew Watkins f4a830b3f2 wip: create a label for telegraf config 2019-03-08 10:49:03 -08:00
Andrew Watkins 6d57b61c08 wip: add token to auths 2019-03-07 21:09:34 -08:00
Andrew Watkins 4ce43462c8 feat: add tokens to redux 2019-03-07 21:09:34 -08:00
Andrew Watkins c1e5a5ddb7 feat: add tokens to telegraf configs 2019-03-07 21:09:34 -08:00
Brandon Farmer 3992fa9d54 Remove typescript client generation
- All api calls are now through the client or raw XMLHTTPRequest
2019-02-05 17:13:57 -08:00
Brandon Farmer 2e4f5f431a Switch authorizations to use external client library 2019-01-25 14:24:37 -08:00
Michael Desa 4c1afc3a21 fix(ui): update permissions type in cur swagger and associated ui
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2019-01-15 14:24:20 -05:00
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
Alirie Gray 0f825d4ea3 Match shape of get/authorizations to backend response 2018-12-17 16:17:10 -08:00
Alirie Gray 59eae630a1 Add delete button to token index row 2018-12-14 15:47:16 -08:00
Andrew Watkins 4b5dd2f722
feat(account-settings): list tokens
* WIP tokens index

* Package json

* Update cur_swagger

* feat(account-settings): token list

* fix(token-test): add done callback

* fix(chrono): packaage json
2018-12-07 13:08:17 -08:00