Iris Scholten
cc8d0c7354
remove OrganizationTableRowDefault bc its not used and update the verbiage for the empty providers table
2018-02-12 15:19:57 -08:00
Iris Scholten
fc00b95141
prevents create for incomplete records
2018-02-12 15:07:01 -08:00
Iris Scholten
06e41d628a
add placeholders for InputClickToEdit for the new provider table row
2018-02-12 14:52:32 -08:00
Luke Morris
758fe96f3c
Remove dummy schemes
2018-02-09 16:02:12 -08:00
Luke Morris
c5d89c353d
Remove Public; Improve Tab Names
2018-02-09 16:00:27 -08:00
Luke Morris
638036c1de
redirect members immediately to purgatory
2018-02-09 15:41:09 -08:00
Luke Morris
043d134a81
add user to Default org in add-superadmin cmd
2018-02-09 14:29:43 -08:00
Iris Scholten
ee90260d92
resolve forgotten merge conflict
2018-02-09 11:52:35 -08:00
Luke Morris
5f0ef591ea
Merge branch 'master' into feature/mappings
2018-02-09 11:42:07 -08:00
Luke Morris
c17e124b27
Replace Public functionality with Mappings feature
2018-02-08 17:53:34 -08:00
Iris Scholten
5f44034584
WIP remove public logic from organizations
2018-02-08 16:01:00 -08:00
Nathan Haugo
ec0229cdf3
Merge pull request #2781 from influxdata/feature/user-cli-commands
...
Add commands to users & create superadmin
2018-02-08 15:49:37 -08:00
ischolten
260866d3c2
Merge pull request #2782 from influxdata/feature/global-users
...
Global Users page bug fixes
2018-02-08 15:04:57 -08:00
Iris Scholten
ffbe628d18
keep track of only the single role instead of an array of one role in AllUsersTableRowNew and update the add user reducer so that it appends the new user instead of prepends them
2018-02-08 14:55:56 -08:00
Iris Scholten
98a4a04b21
add comments to explain the comparing to nullorg/nullrule when adding new users via the global users page
2018-02-08 12:46:02 -08:00
Deniz Kusefoglu
49dec4c83a
Merge pull request #2780 from influxdata/bugfix/alert-rule-save-routing
...
Bugfix/alert rule save routing
2018-02-08 12:35:34 -08:00
deniz kusefoglu
326cbd2657
Simplify nested if else statements
2018-02-08 12:35:04 -08:00
deniz kusefoglu
95c24ef14b
take onSave out of render and rename to handleSave
2018-02-08 12:27:04 -08:00
Luke Morris
c270b3371d
Pseudo code for removal of Public
2018-02-08 10:59:54 -08:00
Iris Scholten
2f12f73074
change row key from id to uuid
2018-02-08 10:42:32 -08:00
Chris Goller
f07173cf0d
Merge pull request #2784 from influxdata/feature/go-1.9.4
...
Update to go 1.9.4
2018-02-08 10:33:02 -06:00
Chris Goller
14ec3cf2aa
Merge pull request #2785 from influxdata/er-go-bindata
...
Update jteeuwen/go-bindata to kevinburke/go-bindata
2018-02-08 10:29:34 -06:00
Michael Desa
0f4e62ff4f
Add Changelog entry for PR 2781
2018-02-08 10:44:49 -05:00
Michael Desa
8415e48165
Add commands to users & create superadmin
...
This PR introduces two new commands:
1. `list-users` which lists all users in boltdb
2. `add-superadmin` which can be user to promote existing users to
superadmins, or creates new users that are superadmins
Currently this work was done as a separate binary, but the intention is
to make it a part of the `chronograf` binary.
Connect https://github.com/influxdata/chronograf/issues/2744
2018-02-08 10:44:49 -05:00
Edd Robinson
e7e6cf7cd5
😱
2018-02-08 15:41:29 +00:00
Chris Goller
aee50f036d
Update CHANGELOG.md to mention updating to go 1.9.4
2018-02-08 09:00:30 -06:00
Edd Robinson
7c11273755
Switch jteeuwen/go-bindata for kevinburke/go-bindata
2018-02-08 14:55:07 +00:00
Chris Goller
fb6b674556
Update to go 1.9.4
2018-02-07 17:58:23 -06:00
deniz kusefoglu
70479c48b9
small fixes from PR review to pull request #2757
2018-02-07 15:24:32 -08:00
Deniz Kusefoglu
66f2a48540
Merge pull request #2757 from influxdata/bugfix/kapacitor-test-button-errors-SMTP
...
Bugfix/kapacitor test button errors smtp
2018-02-07 15:21:23 -08:00
Iris Scholten
b0159aa5eb
add users without a specified organization
2018-02-07 14:47:12 -08:00
Iris Scholten
5acdd74211
let users add users to any organization and add additional orgs after the fact
2018-02-07 12:32:44 -08:00
Alex Paxton
9bc288de04
Merge pull request #2774 from influxdata/ceo-escape
...
Add handy hotkeys to CEO
2018-02-07 12:25:10 -08:00
deniz kusefoglu
cc4b3c1bbc
changelog
2018-02-07 12:11:48 -08:00
deniz kusefoglu
1eb36c340d
Route user to appropriate config panel at create and edit
2018-02-07 11:59:40 -08:00
deniz kusefoglu
f03a698ccc
Prevent click event being passed to handleCreate and handleEdit
2018-02-07 11:58:31 -08:00
deniz kusefoglu
61e4e08991
Rename link to pathname
2018-02-07 11:56:31 -08:00
Alex P
ff61b08a3d
Blur then save when command+enter is hit while child input or textarea is focused
2018-02-07 11:29:46 -08:00
Alex P
ebe25e6ac2
Blur child inputs or textareas when escape key pressed
2018-02-07 11:29:07 -08:00
Alex P
d2e5a2bd86
Rename handler to match event
2018-02-07 10:26:48 -08:00
Alex P
a9d85dc02c
Simplify detection of meta key in tandem with enter key
...
Thanks @lukevmorris for the tip
2018-02-07 10:21:13 -08:00
Alex Paxton
45b4469974
Merge branch 'master' into ceo-escape
2018-02-07 10:10:42 -08:00
Iris Scholten
7092a292fb
remove the ID column from the ui
2018-02-07 09:54:25 -08:00
Michael Desa
a4b1522c38
Merge pull request #2777 from influxdata/feature/allow-self-delete
...
Allow user to delete themselves
2018-02-07 12:01:47 -05:00
Michael Desa
a1a402fe60
Update changelog for PR #2777
2018-02-07 09:48:59 -05:00
Michael Desa
1890fd6b08
Allow user to delete themselves
...
Previously users were prevented from removing themselves.
Connect https://github.com/influxdata/chronograf/issues/2711
2018-02-07 09:46:08 -05:00
Iris Scholten
0f2e163e50
Group=>ProviderOrganization; organization=>organiztionId; fix pointer bug
2018-02-06 18:33:27 -08:00
Alex Paxton
59796b9aba
Merge branch 'master' into ceo-escape
2018-02-06 18:19:08 -08:00
Alex P
6152cc6397
Add dat space back in yo
2018-02-06 18:18:35 -08:00
Alex P
c5b58509cf
Updoot log of changes
2018-02-06 18:18:11 -08:00