Iris Scholten
8f844ac0f8
improve the flash message verbiage when deleting a user from the userspage and standardized the duration time for flash messages to be 4s
2018-01-31 15:57:24 -08:00
Iris Scholten
2b1dc00cf0
improve the flash message verbiage to explicitly state the changes made
2018-01-31 15:25:28 -08:00
lukevmorris
ed12caadec
Merge pull request #2693 from influxdata/fix/resources-build-script
...
Add resources dir to build.py
2018-01-31 09:36:32 -08:00
lukevmorris
c4a7394431
Merge pull request #2722 from jfyuen/hosts-page-autorefresh
...
Add auto refresh widget to hosts list page
2018-01-31 09:30:42 -08:00
Jean-François YUEN
70e2a40f0b
Add #2722 to changelog
2018-01-31 13:06:09 +01:00
Jean-François YUEN
723bbe9f12
Remove useless withRouter
2018-01-31 13:05:31 +01:00
Jean-François YUEN
80db6212b5
Add refresh widget to hosts page
2018-01-31 13:05:31 +01:00
Nathan Haugo
ffe30dfaf1
Merge pull request #2735 from influxdata/bugfix/remove-cli-from-service-file
...
Change cli options to env args
2018-01-29 13:24:42 -08:00
Nathan Haugo
ca7d1253a2
Update changelog
2018-01-29 11:42:47 -08:00
Nathan Haugo
d357e82e84
Change cli options to env args
2018-01-29 11:40:14 -08:00
Deniz Kusefoglu
956b4b504b
Merge pull request #2708 from influxdata/linkable-config-tabs
...
Link directly to the right config tab from handler section in rule creator.
2018-01-29 10:01:01 -08:00
Alex P
499be94163
Merge branch 'feature/global-users' into feature/global-users-styles
2018-01-26 20:20:37 -08:00
Alex P
ad84ac864e
Set more appropriate column sizes for global users table and remove dropdown
2018-01-26 20:18:51 -08:00
Alex P
c91e35e10f
Refactor Tags component to include optional Add button
2018-01-26 20:16:31 -08:00
Alex P
2c709f1863
Allow for a custom class to be passed in to ConfirmButton
...
Also some cleanup
2018-01-26 20:15:54 -08:00
Jared Scheib
89eeedb27f
Filter out organizations from Add to Organization where the user has a role
...
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2018-01-26 20:15:42 -08:00
Jared Scheib
e4fc1c2ca7
Wire up remove & add user to organization from AllUsersPage
2018-01-26 20:07:02 -08:00
Jared Scheib
37eacef8c9
Show different success message for user delete from AllUsersPage vs UsersPage
2018-01-26 19:13:11 -08:00
Jared Scheib
8d494d4588
Comment, remove consoles, cleanup
2018-01-26 18:53:48 -08:00
Jared Scheib
7134153cb5
Fix linksReducer return state & make reducer default consistent
...
Remove actionTypes constants for links actions.
2018-01-26 18:53:08 -08:00
Alex P
f62c42b847
Use ConfirmButton instead of DeleteConfirmButtons
2018-01-26 18:51:48 -08:00
Jared Scheib
91dfe6bcf0
Refresh links every time current org is switched
2018-01-26 18:51:34 -08:00
Alex P
4b3c9aed17
Introduce ConfirmButton component
...
In essence the same as ConfirmDeleteButtons just adheres to the latest
patterns and is more compact
2018-01-26 18:51:04 -08:00
Jared Scheib
aea9b5b918
Un-blackout LINKS_ actions from errors middleware so dispatch registers with Redux
2018-01-26 18:50:24 -08:00
deniz kusefoglu
fe9407422f
Fix passing hash routes through router.push and address bar url
2018-01-26 18:08:20 -08:00
Alex P
a36dad3e38
Prevent text wrap of user is me label
2018-01-26 17:58:48 -08:00
Alex P
c765dd0df6
Style all users superadmins toggle
2018-01-26 17:56:00 -08:00
Alex P
80d5fee016
Fix weird classname output in SlideToggle
...
empty string does the trick
2018-01-26 17:55:44 -08:00
Alex P
de306fc393
Redesign disabled state of slide toggle
2018-01-26 17:44:40 -08:00
deniz kusefoglu
30a7bf10d4
Transmit location information in hash instead of locationState and use object.keys to access index of alert tabs
2018-01-26 16:05:35 -08:00
Chris Goller
bf737959c1
Merge pull request #2684 from influxdata/fix/kapa-idvar-no-groups
...
Update TICKscripts to not have .Group templates when no group by
2018-01-25 15:54:39 -06:00
Chris Goller
50fe58cc33
Merge branch 'master' into fix/kapa-idvar-no-groups
2018-01-25 15:45:33 -06:00
Nathan Haugo
7ffd79a3b5
Merge pull request #2720 from influxdata/fix/release-notes-1.4.0.1
...
Fix/release notes 1.4.0.1
2018-01-25 13:43:10 -08:00
Chris Goller
96574cadb9
Fix 1.4.1.0 and 1.4.0.1 release notes
2018-01-25 13:38:30 -08:00
Nathan Haugo
9a0d0ad54d
Update changelog for 1.4.0.1
2018-01-25 13:09:45 -08:00
Chris Goller
59ec863e6e
Merge pull request #2719 from influxdata/feature/update-readme-links
...
Update README links to point to 1.4 documentation
2018-01-25 14:59:33 -06:00
Chris Goller
bb59e0e8c0
Update README links to point to 1.4 documentation
2018-01-25 12:46:37 -08:00
Jared Scheib
d504af713d
WIP Refactor AJAX links state management to use Redux
...
Ensures that links are always updated when me current organization
is changed, so that Admin Chronograf / Current Org Users works.
NOTE: Next step is understanding why dispatch isn't registering
LINKS_GET_REQUESTED or LINKS_GET_COMPLETED actions with Redux.
2018-01-17 19:01:16 -08:00
Jared Scheib
1ad652a3d2
Name excludeBasepath AJAX config option so options can be extended
2018-01-17 16:35:21 -08:00
Jared Scheib
8979e042f7
Update rawUsers to allUsers per /users API change
2018-01-17 15:13:17 -08:00
Jared Scheib
ccd29bf97e
Fix OpsGenieConfig delete handlers & standardize with TagInput's
2018-01-17 14:55:19 -08:00
Jared Scheib
81eea19400
Wire up user organizations as Tags in AllUsersTable
2018-01-17 14:03:01 -08:00
Jared Scheib
ca59e8fcf4
Factor out Tags, Tag, & TagInput into shared components
2018-01-17 13:07:17 -08:00
Jared Scheib
77b1531ac8
Add blank shared Tags & TagInput components files
2018-01-17 13:02:39 -08:00
Michael Desa
ec4a00eb11
Fix RouteMatchesPrincipal if org isnt on principal
2018-01-17 12:42:32 -05:00
Michael Desa
e8ed30a9e6
Populate links response with organiation on JWT
2018-01-17 12:26:28 -05:00
deniz kusefoglu
bd536ba56f
Change changelog
2018-01-16 18:19:30 -08:00
deniz kusefoglu
6baa7b49ca
Convert promise pattern to async await
2018-01-16 18:12:18 -08:00
deniz kusefoglu
7a84d3f654
Send state with router push to config pages from handler tabs, and display corresponding config tab
2018-01-16 16:46:46 -08:00
Michael Desa
e1b071c002
Add correct users route to all routes
2018-01-16 17:03:46 -05:00