Commit Graph

7059 Commits (260866d3c293cec141f4fc3dc46033bd297dc871)

Author SHA1 Message Date
Chris Goller c767b44ad8 Merge pull request #2753 from influxdata/feature/legend
Add legend to dashboard cells
2018-02-05 17:19:03 -06:00
Chris Goller e55b8116f7 Update cell defaults to use empty array 2018-02-05 17:04:15 -06:00
Chris Goller 3babccfa0c Fix cell race condition 2018-02-05 14:50:05 -06:00
deniz kusefoglu 81bf0e80c7 Reflect kapacitor test button responses in flash messages 2018-02-05 12:30:47 -08:00
Chris Goller 5ccab143b7 Add legend to dashboard cells 2018-02-05 14:25:57 -06:00
deniz kusefoglu 00272efe01 Prevent disabling save button if update fails 2018-02-05 12:13:07 -08:00
Iris Scholten 374bb0ee1d accepts spaces in the kapacitor connection name 2018-02-05 11:58:21 -08:00
Iris Scholten a916ecd818 Merge branch 'master' into feature/global-users 2018-02-05 11:13:29 -08:00
Iris Scholten 20c2b4e7c4 update the config_test and server_test files to accept super admin status as false 2018-02-05 10:41:31 -08:00
Iris Scholten b29bcfc478 change the create new user as super admin default setting to false 2018-02-02 17:44:49 -08:00
Alex Paxton 44339a5b25 Merge pull request #2746 from influxdata/saving-tickscript
Saving tickscript
2018-02-02 11:37:31 -08:00
Alex P 5c090c970d Cleanup
Based on feedback from @lukevmorris
2018-02-02 11:25:59 -08:00
Iris Scholten 4015b79351 repair failing specs 2018-02-01 17:13:34 -08:00
Iris Scholten adaff3e9e8 Merge branch 'master' into feature/global-users 2018-02-01 16:40:14 -08:00
Alex P b814f0d5a0 Redesign tick script editor console
Moved to bottom, color coded, is larger
2018-02-01 15:34:59 -08:00
Alex P 0b60d11829 Replace validation with consoleMessage and render in console component
Also, if error returned from kapacitor it does not save
2018-02-01 15:34:06 -08:00
deniz kusefoglu 30fa3b730e Improve copy on Tickscript editing notifications 2018-02-01 13:09:09 -08:00
deniz kusefoglu 11bfcba5d2 Update CHANGELOG 2018-02-01 11:14:17 -08:00
deniz kusefoglu f6f418c48c Detect unsaved changes outside the tickscript editor 2018-02-01 11:02:45 -08:00
Luke Morris de2e755f82 Add confirm dialog to removing Organization Tag 2018-01-31 17:39:05 -08:00
Luke Morris 34c52e17ee Improve of user deletion messaging 2018-01-31 17:20:53 -08:00
Alex P 522ce0df27 Replace create & exit with just exit 2018-01-31 17:17:15 -08:00
Alex P 9a130b435a Change exit confirmation to be a question 2018-01-31 16:55:13 -08:00
Alex P 9ba31713c9 Make confirm button tooltip positioning smarter
Could be improved further, but this solves the immediate problem of the
tooltip extending beyond the right edge of the screen
2018-01-31 16:54:53 -08:00
Iris Scholten 2cb9026364 add better messaging for removing own user record 2018-01-31 16:43:51 -08:00
Alex Paxton b02fede610 Add unsavedChanges state to TickscriptPage
Signed-off-by: Deniz Kusefoglu <denizk@gmail.com>
2018-01-31 16:05:28 -08:00
Alex Paxton bc35463b09 Fix Visbility typo
Signed-off-by: Deniz Kusefoglu <denizk@gmail.com>
2018-01-31 16:04:27 -08:00
Alex Paxton 05c41fdcc1 Add ConfirmButton
Signed-off-by: Deniz Kusefoglu <denizk@gmail.com>
2018-01-31 16:02:39 -08:00
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