Commit Graph

7894 Commits (ef4fbba690edd5ed4ec6be4cc44f9bb98d3037c7)

Author SHA1 Message Date
Brandon Farmer ef4fbba690
Merge pull request #2970 from influxdata/fixes/missing-colors-from-canned-single-stats
Always return colors for single stat graphs
2018-03-14 15:45:22 -07:00
Alex Paxton 3613cc52a7
Merge pull request #2910 from influxdata/polish-notifications
Redesign & Refactor Notifications
2018-03-14 15:37:38 -07:00
Brandon Farmer 3b4feffdfe
Merge pull request #2984 from influxdata/make-query-configs-available-in-table-options
Make query configs available in table options on visualization tab
2018-03-14 15:33:40 -07:00
Andrew Watkins 7f04f5c5e6 Change publishNotification to notify 2018-03-14 15:26:09 -07:00
Brandon Farmer 370fc245c8 Disable table graph for now 2018-03-14 15:20:27 -07:00
Brandon Farmer 3d472485c3 Make query configs available in table options on visualization tab 2018-03-14 15:14:00 -07:00
Andrew Watkins bc41cbe459 Remove HEAD file 2018-03-14 15:03:44 -07:00
Andrew Watkins 466a6e47c6 Cleanup errors 2018-03-14 14:49:01 -07:00
Andrew Watkins cac7180ce3 Cleanup 2018-03-14 12:33:23 -07:00
Alex P 7592114352 Move notifications test to proper directory and rename 2018-03-14 11:23:21 -07:00
Alex P ce3f5de4bf Fix typo 2018-03-14 11:23:21 -07:00
Alex P 18409f687a Clean up notifications reducer 2018-03-14 11:23:21 -07:00
Alex P b295e7f195 Clean up notifications test 2018-03-14 11:23:21 -07:00
Alex P 8da9debc5b Flatten notifications copy, use screaming snake for all items, and make names more descriptive 2018-03-14 11:23:21 -07:00
Alex P edd65ac0ca Rename constants without "copy" suffix 2018-03-14 11:23:21 -07:00
Alex P 2c3dcc5ebb Use constants for repeated notification durations 2018-03-14 11:18:52 -07:00
Alex P 8b6e0ac31f Ensure new version notification has infinite duration 2018-03-14 11:17:02 -07:00
Alex P 862b78ca8b Centralize notifications copy into single file
Refining some of the copy along the way:
- All messages end with a .
- More consistent word order
- Referring to sources as connections
- Referring to kap configs as connections
2018-03-14 11:15:54 -07:00
Alex P cba14fc30b Introduce centralized location for notifications copy 2018-03-14 11:08:17 -07:00
Alex P 5a02fd4b76 Rename 'danger' to 'error' to be more semantic 2018-03-14 11:05:57 -07:00
Alex P f81d06c1b5 Reposition notification center when in presentation mode 2018-03-14 10:59:52 -07:00
Alex P 23b0248234 Remove notification shape transformer 2018-03-14 10:59:52 -07:00
Alex P 91d1a2aaea Replace addFlashMessage with publishNotification
Also refactoring App.js into a SFC
2018-03-14 10:51:37 -07:00
Alex P 0f255ff909 Transform old notification payload shape into new shape
Will eventually have to refactor, but this makes it backwards
compatible for now
2018-03-14 10:48:54 -07:00
Alex P d6c1cd610c Discard distinction between dismiss and delete in favor of dismiss
Also removing the created timestamp as that isn’t being used for
anything
2018-03-14 10:47:07 -07:00
Alex P bb6e2120d2 WIP commit 2018-03-14 10:44:29 -07:00
Alex P 5acef142c9 Rename alerts to "Notifications" and factor out Flash Messages 2018-03-14 10:42:06 -07:00
Alex P 1316805a70 WIP Refactor Notifications
Most of the pieces are there, still figuring out how the automatic
dismissing is going to be handled
2018-03-14 10:40:03 -07:00
Alex P da19f6c99e WIP Write reducer test for notifications 2018-03-14 10:36:40 -07:00
Alex P 82795b5b59 Fix appearance of notification dismiss button 2018-03-14 10:34:22 -07:00
Alex P 19d2019f73 WIP replace addFlashMessage with publishNotification 2018-03-14 10:31:03 -07:00
Alex P 48b974cac8 Move notifications test to proper directory and rename 2018-03-14 10:31:03 -07:00
Alex P 9f51456400 Clean up code 2018-03-14 10:31:02 -07:00
Alex P 2e64b08c61 Fix typo 2018-03-14 10:31:02 -07:00
Alex P 977632831f Replace reference to src/shared/ with shared/ 2018-03-14 10:31:02 -07:00
Alex P 15fc958caa Cleanup syntax in action creators 2018-03-14 10:31:02 -07:00
Alex P b1211672c4 Clean up notifications reducer 2018-03-14 10:31:02 -07:00
Alex P 63ca199987 Clean up notifications test 2018-03-14 10:31:02 -07:00
Alex P 1085cb26a8 Flatten notifications copy, use screaming snake for all items, and make names more descriptive 2018-03-14 10:31:02 -07:00
Alex P a4a01a9f2c Rename constants without "copy" suffix 2018-03-14 10:31:02 -07:00
Alex P e7bbb6c98a Use constants for repeated notification durations 2018-03-14 10:31:02 -07:00
Alex P c4d5afb48e Replace magic number with constant 2018-03-14 10:31:02 -07:00
Alex P bf90642762 Hackity hack hack 2018-03-14 10:31:02 -07:00
Alex P 7afc8f7828 Guard against undefined VERSION 2018-03-14 10:31:02 -07:00
Andrew Watkins 143c8d4452 Remove comment 2018-03-14 10:31:02 -07:00
Andrew Watkins 1f2d8f383a Add comment 2018-03-14 10:31:02 -07:00
Alex P d1da56a851 Ensure new version notification has infinite duration 2018-03-14 10:31:02 -07:00
Alex P f2a957b183 Centralize notifications copy into single file
Refining some of the copy along the way:
- All messages end with a .
- More consistent word order
- Referring to sources as connections
- Referring to kap configs as connections
2018-03-14 10:31:02 -07:00
Alex P 7a8ac41bcf Introduce centralized location for notifications copy 2018-03-14 10:31:02 -07:00
Alex P 2f52dd0158 Fix instances of 'text' with 'message' 2018-03-14 10:31:02 -07:00