Iris Scholten
5fbfc12f11
Merge branch 'master' into feature/global-users
2018-02-01 16:40:14 -08:00
Luke Morris
289b2474c8
Add confirm dialog to removing Organization Tag
2018-01-31 17:39:05 -08:00
Luke Morris
df66da1e0d
Improve of user deletion messaging
2018-01-31 17:20:53 -08:00
Iris Scholten
96de896539
add better messaging for removing own user record
2018-01-31 16:43:51 -08:00
Iris Scholten
91317a164d
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
ac7a9a4e2a
improve the flash message verbiage to explicitly state the changes made
2018-01-31 15:25:28 -08:00
lukevmorris
77f5fef9fd
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
e8021ae461
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
e24ad7c1de
Add #2722 to changelog
2018-01-31 13:06:09 +01:00
Jean-François YUEN
2e3f688d6f
Remove useless withRouter
2018-01-31 13:05:31 +01:00
Jean-François YUEN
7829d390af
Add refresh widget to hosts page
2018-01-31 13:05:31 +01:00
Nathan Haugo
f550e2f98d
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
95f1022c9e
Update changelog
2018-01-29 11:42:47 -08:00
Nathan Haugo
2f5f8c2d52
Change cli options to env args
2018-01-29 11:40:14 -08:00
Deniz Kusefoglu
eb6cc729f1
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
e627cfa4bd
Merge branch 'feature/global-users' into feature/global-users-styles
2018-01-26 20:20:37 -08:00
Alex P
f57eb85399
Set more appropriate column sizes for global users table and remove dropdown
2018-01-26 20:18:51 -08:00
Alex P
cd529cae95
Refactor Tags component to include optional Add button
2018-01-26 20:16:31 -08:00
Alex P
e549e91942
Allow for a custom class to be passed in to ConfirmButton
...
Also some cleanup
2018-01-26 20:15:54 -08:00
Jared Scheib
d4f761b44e
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
086c784811
Wire up remove & add user to organization from AllUsersPage
2018-01-26 20:07:02 -08:00
Jared Scheib
d28fbf71ae
Show different success message for user delete from AllUsersPage vs UsersPage
2018-01-26 19:13:11 -08:00
Jared Scheib
6623fd3c54
Comment, remove consoles, cleanup
2018-01-26 18:53:48 -08:00
Jared Scheib
5659bd7e71
Fix linksReducer return state & make reducer default consistent
...
Remove actionTypes constants for links actions.
2018-01-26 18:53:08 -08:00
Alex P
a64fedf0e2
Use ConfirmButton instead of DeleteConfirmButtons
2018-01-26 18:51:48 -08:00
Jared Scheib
f01a22e422
Refresh links every time current org is switched
2018-01-26 18:51:34 -08:00
Alex P
13b69e2379
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
6df369f270
Un-blackout LINKS_ actions from errors middleware so dispatch registers with Redux
2018-01-26 18:50:24 -08:00
deniz kusefoglu
9edb9b1b2b
Fix passing hash routes through router.push and address bar url
2018-01-26 18:08:20 -08:00
Alex P
99f1ffa124
Prevent text wrap of user is me label
2018-01-26 17:58:48 -08:00
Alex P
049529d195
Style all users superadmins toggle
2018-01-26 17:56:00 -08:00
Alex P
917cfa6b47
Fix weird classname output in SlideToggle
...
empty string does the trick
2018-01-26 17:55:44 -08:00
Alex P
2357b09d7f
Redesign disabled state of slide toggle
2018-01-26 17:44:40 -08:00
deniz kusefoglu
f5d9da98a0
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
35d9c8f2ce
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
a9f98d7f9f
Merge branch 'master' into fix/kapa-idvar-no-groups
2018-01-25 15:45:33 -06:00
Nathan Haugo
4fe24fddd3
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
b9be0e8093
Fix 1.4.1.0 and 1.4.0.1 release notes
2018-01-25 13:38:30 -08:00
Nathan Haugo
74f067844c
Update changelog for 1.4.0.1
2018-01-25 13:09:45 -08:00
Chris Goller
ad03580f81
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
0d47a66ee4
Update README links to point to 1.4 documentation
2018-01-25 12:46:37 -08:00
Jared Scheib
3c24d4fb1d
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
c93347dbc1
Name excludeBasepath AJAX config option so options can be extended
2018-01-17 16:35:21 -08:00
Jared Scheib
0e65ce318e
Update rawUsers to allUsers per /users API change
2018-01-17 15:13:17 -08:00
Jared Scheib
10c81fcf05
Fix OpsGenieConfig delete handlers & standardize with TagInput's
2018-01-17 14:55:19 -08:00
Jared Scheib
80034184fe
Wire up user organizations as Tags in AllUsersTable
2018-01-17 14:03:01 -08:00
Jared Scheib
a64a7b41ab
Factor out Tags, Tag, & TagInput into shared components
2018-01-17 13:07:17 -08:00
Jared Scheib
2d76aa1419
Add blank shared Tags & TagInput components files
2018-01-17 13:02:39 -08:00
Michael Desa
8fa2eabdb3
Fix RouteMatchesPrincipal if org isnt on principal
2018-01-17 12:42:32 -05:00
Michael Desa
23a4c34a17
Populate links response with organiation on JWT
2018-01-17 12:26:28 -05:00