Commit Graph

7288 Commits (7eb4011d6060b747340ea0a8a4751322c0c9e086)

Author SHA1 Message Date
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
Alex P bb84d73209 WIP Polish annotation tooltip delete
Trying to make this thing look nice and not be obscured by the page
header
2018-01-31 12:41:08 -08:00
Alex P f4af440e99 Fix legend hiding logic
Was getting mad errors before
2018-01-31 12:40:41 -08:00
Alex P 475d369811 Enable deletion of annotation range from endpoint 2018-01-31 12:07:23 -08:00
Alex P e6bbf7fa4b Make it harder to accidentally mouse out of an annotation 2018-01-31 11:53:07 -08:00
Alex P 64a0fcfaa4 Prevent render of legend during annotation edit mode 2018-01-31 11:43:47 -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
Alex P 9578bb0c87 Remove secondary "text" field from annotation tooltips 2018-01-30 20:16:03 -08:00
Iris Scholten 343f417474 WIP fully connect redux to provider react componenets 2018-01-30 15:26:08 -08:00
Iris Scholten 04144c8192 WIP delete mapping in redux 2018-01-30 11:27:30 -08:00
Iris Scholten 50d7da02b0 WIP add new mappings in redux 2018-01-30 11:09:26 -08:00
Iris Scholten 5d9062e82f WIP load mappings fixture into redux 2018-01-29 17:40:02 -08: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