Commit Graph

8119 Commits (2b01046b261affcb853e9a747324ad8534cf0bdd)

Author SHA1 Message Date
Alex P fe3152ae6a Add optional heading to thresholds list 2018-03-14 20:44:39 -07:00
Alex P cf5bb6c8d3 Fix broken file references 2018-03-14 20:42:14 -07:00
Alex P 9201bb1de4 Merge branch 'master' into feature/table-thresholds 2018-03-14 20:38:56 -07:00
ebb-tide 32bc797f67 Add timeAxis toggle to tableOptions 2018-03-14 19:03:03 -07:00
Iris Scholten a7e820f038 fix typo in CustomizeColumns test 2018-03-14 18:21:53 -07:00
Iris Scholten 9d9525e821 create component test for GraphOptionsCustomizeColumns 2018-03-14 18:17:32 -07:00
Iris Scholten 5f13493e9b convert GraphOptionsCustomizeColumns to typescript 2018-03-14 18:03:31 -07:00
Iris Scholten cc7422ad93 update columnNames in the redux store and connect them to TableGraphs 2018-03-14 17:46:42 -07:00
Andrew Watkins 4eae7ae724 Prettier CHANGLOG 2018-03-14 17:24:55 -07:00
Andrew Watkins d0da5f37d5 Update CHANGELOG 2018-03-14 17:24:55 -07:00
Andrew Watkins a9d5e6ece3 Update tests 2018-03-14 17:24:55 -07:00
Andrew Watkins 7eee7e698b Add yarn-error.log to gitignore 2018-03-14 17:24:55 -07:00
Andrew Watkins 5eebbbe530 Add insecureSkipVerify to marshal / unmarshal
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-14 17:24:55 -07:00
Andrew Watkins dc8902c62a Add insecureSkipVerify to default kapacitor 2018-03-14 17:23:34 -07:00
Andrew Watkins 608c81b3f5 Add test for updateKapacitor
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-14 17:23:34 -07:00
Brandon Farmer 6931f5ece6 WIP 2018-03-14 17:23:34 -07:00
Brandon Farmer 42c03de005 Send insecure verify skip on kapacitor create
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-03-14 17:23:34 -07:00
Brandon Farmer 2d08ed0f94 Allow users to use insecure skip verify on kapacitor
Co-authored-by: Brandon Farmer<bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins<andrew.watkinz@gmail.com>
2018-03-14 17:23:34 -07:00
Iris Scholten 641fc3ce65 Merge branch 'master' into feature/table-graph-series-renaming 2018-03-14 16:00:11 -07:00
Iris Scholten b91264b969 fix table graph time format custom option 2018-03-14 15:48:49 -07:00
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
Iris Scholten 260599dbf8 WIP get queries for columnNames in table optoins 2018-03-14 15:28:53 -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