Michael Desa
6820977a38
Fix wording on API integration tests
...
Format JSON in test to match others
2017-12-14 15:54:27 -08:00
Michael Desa
4223767c53
Use serverContext for getting Config in NewUser
2017-12-14 13:34:19 -08:00
Nathan Haugo
3f4bfefd00
Bump version to 1.4.0.0-beta2
2017-12-14 12:47:41 -08:00
Nathan Haugo
971156edf0
Bump version to 1.4.0.0-beta2
2017-12-14 12:45:44 -08:00
Nathan Haugo
189525cfe9
Merge pull request #2582 from influxdata/1.4.0.x
...
Merge 1.4.0.x hot-fixes into master
2017-12-14 12:12:35 -08:00
Nathan Haugo
73861d6e5c
Merge pull request #2581 from influxdata/fix-optin-cursor
...
Fix optin cursor
2017-12-14 12:07:07 -08:00
Nathan Haugo
951fcf57c0
Merge branch '1.4.0.x' into fix-optin-cursor
2017-12-14 12:05:58 -08:00
Alex P
d7a894c67d
Format auth0 link name to render correct icon
2017-12-14 11:55:03 -08:00
Michael Desa
f8894b7d2d
Clarify comment in organization/users Add method
2017-12-14 11:46:51 -08:00
Nathan Haugo
52caff1fbc
Merge pull request #2552 from influxdata/fix/issue#2540
...
Only promote user to super admin in user org store
2017-12-14 11:43:33 -08:00
Michael Desa
61ef8937ba
Add comment clarifying UsersStore Add method
2017-12-14 11:36:26 -08:00
Jared Scheib
b85b14437f
Remove superAdmin toggle & data when creating a new user
...
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-12-14 11:15:34 -08:00
Michael Desa
da605ac138
Set SuperAdmin for NewUsers based on ConfigSetting
2017-12-14 11:11:51 -08:00
Michael Desa
1298c2eedc
Only promote user to super admin in user org store
...
Add diff check to Organization UsersStore Add tests
Previously, a users super admin status was disregarded in the Add
facade. This was problematic when new users were added with a super
admin status, because they would not be granted the status. This created
an odd user experiece.
2017-12-14 10:56:23 -08:00
Jared Scheib
456488f0ac
Merge pull request #2355 from influxdata/multitenancy_all_users_superadmin_toggle
...
UI Toggle & API for SuperAdminFirstUserOnly server config
2017-12-14 10:54:18 -08:00
Michael Desa
9c78909916
Merge pull request #2549 from influxdata/fix/issue#2524
...
Prevent user joining private default org
2017-12-14 10:51:32 -08:00
Jared Scheib
14599e0f0a
Add comment about firstUser superAdmin logic
2017-12-14 10:46:55 -08:00
Nathan Haugo
7f0d6f6937
Merge pull request #2571 from influxdata/switch-orgs-from-manage-sources-rebased
...
Switch orgs from manage sources rebased
2017-12-13 17:49:34 -08:00
Nathan Haugo
688fef1185
Merge pull request #2572 from influxdata/bugfix/user-role-public-org
...
Fix organization default role being stale on chrono users page
2017-12-13 17:41:47 -08:00
Luke Morris
51ab38a335
Update changelog
2017-12-13 17:40:02 -08:00
Michael Desa
392594539b
Add SuperAdmin to default org, even if private
...
Add user to default org if org is public
2017-12-13 17:38:57 -08:00
Andrew Watkins
75af1a1a28
Remove cruft
2017-12-13 17:30:32 -08:00
Nathan Haugo
3a953d99bc
Merge pull request #2563 from influxdata/bugfix/y-axis-undefined
...
y axis title undefined
2017-12-13 17:29:00 -08:00
Andrew Watkins
f2d268be3b
Fix CHANGELOG shame
2017-12-13 17:28:11 -08:00
Nathan Haugo
e3fe3c6405
Merge pull request #2564 from influxdata/2561-invert-only-user-nav
...
Invert only the user nav; leave alerting/admin untouched
2017-12-13 17:28:10 -08:00
Jared Scheib
b7ad5b9fd8
Refactor handleChangeAuthConfig to be simpler & more modular
2017-12-13 17:23:30 -08:00
Andrew Watkins
eed16d8173
Merge branch '1.4.0.x' into bugfix/y-axis-undefined
2017-12-13 17:21:48 -08:00
Andrew Watkins
c7149543be
Update CHANGELOG
2017-12-13 17:17:43 -08:00
Andrew Watkins
537d2448c7
Update placeholder if y-axis default title is empty
2017-12-13 17:15:58 -08:00
Andrew Watkins
e69dc3d057
Do not return a label if provided with empty query config
2017-12-13 17:15:58 -08:00
Nathan Haugo
55bebc9844
Merge pull request #2576 from influxdata/feature/fix-verbiage
...
Fix tool tip verbiage and master the art of css
2017-12-13 17:06:09 -08:00
Michael Desa
2b38918a44
Prevent users joining default org if private
2017-12-13 16:59:02 -08:00
Nathan Haugo
a74a764397
Fix tool tip verbiage and master the art of css
2017-12-13 16:58:44 -08:00
Alex P
a0965de86a
Add Auth0, OAuth, and stacked hard disks icons
2017-12-13 16:27:43 -08:00
Andrew Watkins
62874bacd6
Use organizations state instead of me: currentOrganization
2017-12-13 16:06:13 -08:00
Andrew Watkins
f2c410b96c
Update CHANGELOG
2017-12-13 15:43:58 -08:00
Andrew Watkins
1db7817a02
Fix organization default role being stale on chrono users page
...
The 'currentOrganization' namespaced in the auth reducer does not get
updated when chronograf organizations reducer gets updated. This
results in temporary stale state until `/me` is hit and the 'me auth'
state trickles through the application.
2017-12-13 15:43:57 -08:00
Jared Scheib
f23075cbc4
Rename superAdminFirstUserOnly to superAdminNewUsers & flip default logic accordingly
...
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-12-13 14:49:49 -08:00
Alex Paxton
99e2904490
Merge pull request #2545 from influxdata/single-stat-colors
...
Single Stat Thresholds & Colors
2017-12-13 14:43:26 -08:00
deniz kusefoglu
5058fe1a91
Make switch-orgs button take users to purgatory
2017-12-13 14:17:38 -08:00
Alex P
70e1be9e8b
Change design to be consistent with Purgatory logout button
2017-12-13 14:17:38 -08:00
Alex P
5805f78814
WIP Add button to Manage Sources page for switching organizations
...
Also added some icons to the buttons
2017-12-13 14:17:38 -08:00
Jared Scheib
a54ca8afe2
Update state in SlideToggle when props update
...
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-12-13 13:57:09 -08:00
Jared Scheib
513f416840
Rename css class to use 'config' instead of 'settings'
2017-12-13 13:55:06 -08:00
Jared Scheib
5c813493ea
Add config.self & config.auth routes, update client routes & make PATCH a PUT
2017-12-13 13:54:23 -08:00
Michael Desa
da67f958ae
Remove SuperAdminFirstUserOnly CLI flag
...
Wire up boltdb config store
2017-12-13 11:55:36 -08:00
Alex P
88fa28af9a
Merge branch 'master' into single-stat-colors
2017-12-13 11:01:18 -08:00
Michael Desa
9a1ba96977
Wire up bolt db ConfigStore in Server
2017-12-13 10:46:08 -08:00
Michael Desa
d875757ce3
Add bolt implementation of chronograf.ConfigStore
2017-12-13 10:38:01 -08:00
Michael Desa
4496c361d7
Add PUT /config/:section route
2017-12-13 09:28:39 -08:00