Commit Graph

7104 Commits (249cfa480dc46be51f813f9a67c98375dbf5d6f8)

Author SHA1 Message Date
Luke Morris 249cfa480d redirect members immediately to purgatory 2018-02-09 15:41:09 -08:00
Luke Morris ed706cfbde add user to Default org in add-superadmin cmd 2018-02-09 14:29:43 -08:00
Iris Scholten 06dc713fce resolve forgotten merge conflict 2018-02-09 11:52:35 -08:00
Luke Morris 67ac6a5a2f Merge branch 'master' into feature/mappings 2018-02-09 11:42:07 -08:00
Luke Morris 4155d9c6d9 Replace Public functionality with Mappings feature 2018-02-08 17:53:34 -08:00
Iris Scholten e5fe5cd0e6 WIP remove public logic from organizations 2018-02-08 16:01:00 -08:00
Nathan Haugo 133e1b74aa
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 4d61f8ceb9
Merge pull request #2782 from influxdata/feature/global-users
Global Users page bug fixes
2018-02-08 15:04:57 -08:00
Iris Scholten f40bb570c6 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 a777d41796 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 98b791c029
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 a455540fcc Simplify nested if else statements 2018-02-08 12:35:04 -08:00
deniz kusefoglu 7d6f58cec4 take onSave out of render and rename to handleSave 2018-02-08 12:27:04 -08:00
Luke Morris 1116e41246 Pseudo code for removal of Public 2018-02-08 10:59:54 -08:00
Iris Scholten 1d524e55a5 change row key from id to uuid 2018-02-08 10:42:32 -08:00
Chris Goller 54e211ee9b
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 ca0e3948f7
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 572a89ca02 Add Changelog entry for PR 2781 2018-02-08 10:44:49 -05:00
Michael Desa ec180613fb 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 016f2680ed 😱 2018-02-08 15:41:29 +00:00
Chris Goller 9656302267 Update CHANGELOG.md to mention updating to go 1.9.4 2018-02-08 09:00:30 -06:00
Edd Robinson d7dc7a4826 Switch jteeuwen/go-bindata for kevinburke/go-bindata 2018-02-08 14:55:07 +00:00
Chris Goller c04480985b Update to go 1.9.4 2018-02-07 17:58:23 -06:00
deniz kusefoglu a3cb7b1cdf small fixes from PR review to pull request #2757 2018-02-07 15:24:32 -08:00
Deniz Kusefoglu 1d7b70a8a0
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 1263b79314 add users without a specified organization 2018-02-07 14:47:12 -08:00
Iris Scholten 32d9c9f1da let users add users to any organization and add additional orgs after the fact 2018-02-07 12:32:44 -08:00
Alex Paxton 7d1200d818
Merge pull request #2774 from influxdata/ceo-escape
Add handy hotkeys to CEO
2018-02-07 12:25:10 -08:00
deniz kusefoglu 3a38786536 changelog 2018-02-07 12:11:48 -08:00
deniz kusefoglu 6462aa81ef Route user to appropriate config panel at create and edit 2018-02-07 11:59:40 -08:00
deniz kusefoglu e13774d40e Prevent click event being passed to handleCreate and handleEdit 2018-02-07 11:58:31 -08:00
deniz kusefoglu 798f5e3e4d Rename link to pathname 2018-02-07 11:56:31 -08:00
Alex P fddd1e749a 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 306c7b27d0 Blur child inputs or textareas when escape key pressed 2018-02-07 11:29:07 -08:00
Alex P 5436258a18 Rename handler to match event 2018-02-07 10:26:48 -08:00
Alex P f04949c082 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 83fd51dd0d
Merge branch 'master' into ceo-escape 2018-02-07 10:10:42 -08:00
Iris Scholten 231801cb34 remove the ID column from the ui 2018-02-07 09:54:25 -08:00
Michael Desa 6ecc890342
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 be7294a2a1 Update changelog for PR #2777 2018-02-07 09:48:59 -05:00
Michael Desa 096ef058eb 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 3c3e524b46 Group=>ProviderOrganization; organization=>organiztionId; fix pointer bug 2018-02-06 18:33:27 -08:00
Alex Paxton 5471ab6fc2
Merge branch 'master' into ceo-escape 2018-02-06 18:19:08 -08:00
Alex P 05df40a855 Add dat space back in yo 2018-02-06 18:18:35 -08:00
Alex P e516ccdd7b Updoot log of changes 2018-02-06 18:18:11 -08:00
Alex P 982cab511c Save CEO when command+enter is pressed
Wrote some funky logic so it doesn’t matter the order of keypresses
with the combo
2018-02-06 15:30:01 -08:00
Deniz Kusefoglu 2b9e4b4474
Merge branch 'master' into bugfix/kapacitor-test-button-errors-SMTP 2018-02-06 15:26:56 -08:00
Alex P 5fa684c0d7 Cancel CEO when escape key is pressed
Doesn’t fire if a child input is focused
2018-02-06 15:08:35 -08:00
Iris Scholten 79bc8fd299 update change log 2018-02-06 14:49:09 -08:00
ischolten 58a124bf4a
Merge pull request #2752 from influxdata/kapacitor-spaces
Kapacitor page allows users to add spaces to kapacitor name
2018-02-06 14:32:10 -08:00