Commit Graph

3892 Commits (fc04568cab64cdebab1027a8f1a98a68c54b3e45)

Author SHA1 Message Date
Jared Scheib fc04568cab Dynamically resize StatusPage height on window height change
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-06-16 17:36:32 -07:00
Jared Scheib 326b84b1d5 Update LayoutRenderer to use ES6 class syntax 2017-06-16 17:23:09 -07:00
Jared Scheib 86dbd02555 Calc Status Page height for grid layout based on window height
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-06-16 17:22:37 -07:00
Jared Scheib dfa4461099 Add isWidget prop to LayoutRenderer propTypes 2017-06-16 16:33:21 -07:00
Alex Paxton 630db76b28 Update cell names in status page
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-06-16 16:25:40 -07:00
Jared Scheib 5d1b29044f Add 'he' lib via yarn; use it to decode HTML entities in JSON Feed 2017-06-16 15:42:47 -07:00
Jared Scheib da02547521 Ensure UTF-8 decoding (didn't seem to be an issue) 2017-06-16 14:48:47 -07:00
Jared Scheib 06dd8a7a3d Update default JSON feed URL to final, secure link 2017-06-16 14:23:46 -07:00
Jared Scheib 2ff86cf15e Update swagger docs for external and statusFeed props 2017-06-15 18:23:42 -07:00
Jared Scheib c8c3f6108c Comment new StatusFeed member of AllRoutes 2017-06-15 17:55:46 -07:00
Jared Scheib 7e359239e5 Refactor statusFeedURL to be set in CLI 'default'
Reverts to a clean separation of concerns between mux.go vs AllRoutes
AllRoutes now expects a StatusFeed url directly
2017-06-15 13:51:22 -07:00
Alex P 08c639ab4d Make the entire white square a link 2017-06-15 10:14:03 -07:00
Jared Scheib 45bce4fe56 Merge remote-tracking branch 'origin/master' into feature/status_page-1556 2017-06-14 19:27:24 -07:00
Jared Scheib 60bacc0145 Remove unnecessary className braces 2017-06-14 19:17:27 -07:00
Luke Morris 9324be52b7 Cube should link to /status 2017-06-14 17:37:06 -07:00
Alex P 3f0322d9f1 Style "no associated kapacitor" error 2017-06-14 17:35:33 -07:00
Alex P 7f853df581 Jared wrote this 2017-06-14 17:08:57 -07:00
Alex P e896388a3a Protect against potentially data not having items 2017-06-14 17:08:28 -07:00
Alex P f9a482239a Style 'failed to load' and 'failed to refresh' states of newsfeed 2017-06-14 17:06:38 -07:00
Alex P ceaa375b8c Style 'load more alerts' button and accompanying empty state 2017-06-14 16:48:00 -07:00
Jared Scheib 2c5e7ef0d6 Add test for all routes with ExternalLinks 2017-06-14 16:22:30 -07:00
Alex Paxton 22e6190764 Merge pull request #1600 from influxdata/minor-theme-improvements
Misc Aesthetic & UX Improvements
2017-06-14 15:04:37 -07:00
Jared Scheib e2781d3f6b Only show Get More button if there are alerts 2017-06-14 14:15:15 -07:00
Jared Scheib 186a50ceed Remove /status 'eye' icon from side nav 2017-06-14 14:03:19 -07:00
Jared Scheib 78d0b422d6 Make /status the default home page 2017-06-14 14:01:38 -07:00
Jared Scheib f4ea8fc7b5 Remove unused fragment 2017-06-14 13:51:08 -07:00
Alex P 47c3202c2d Clean up detection of duplicate names 2017-06-14 10:25:08 -07:00
Jared Scheib 54eb0e6e42 Update changelog 2017-06-13 20:40:53 -07:00
Jared Scheib 4bbaa4fcc4 Add 'Get More' button to Alerts widget via proxy query limit 2017-06-13 20:33:16 -07:00
Jared Scheib e9f125468b Update error notification on 404 when fetching JSON feed 2017-06-13 19:24:06 -07:00
Jared Scheib 8af550fa6f Add default InfluxData JSON feed url 2017-06-13 19:23:52 -07:00
Jared Scheib b53b83859f Modify status fixture graph type to 'bar'
Update bar graph fixture title to spec
2017-06-13 18:46:26 -07:00
Jared Scheib 4d99520420 Rename status reducer to statusUI; fix date prop validation 2017-06-13 18:38:29 -07:00
Jared Scheib 4b773c0818 Update JSONFeedReader to use latest live schema 2017-06-13 18:19:28 -07:00
Jared Scheib bbe1d60dbd Retrieve live JSON feed; delete fixture data 2017-06-13 17:57:25 -07:00
Alex P 5a1b8b9c96 Update changelog 2017-06-13 17:22:58 -07:00
Alex P 439153125d Prevent users from giving a Kapacitor a duplicate name 2017-06-13 17:13:25 -07:00
Alex P b7cd240bad Prevent users from giving a Kapacitor an excessively long name 2017-06-13 17:13:07 -07:00
Jared Scheib 8f8033a0a2 Update NewsFeed to use statusFeed url 2017-06-13 16:42:05 -07:00
Jared Scheib 368b01b302 Add statusFeed url to initial links reducer state 2017-06-13 16:41:37 -07:00
Jared Scheib 0871007fd3 Test linksReceived in new links reducer 2017-06-13 16:40:13 -07:00
Jared Scheib b0a948f10e Load external links from /chronograf/v1 into Redux 2017-06-13 16:25:12 -07:00
Alex P 7a3a1ca981 Increase breathing room of Y axes 2017-06-13 15:34:52 -07:00
Alex P 8b53fdfd2d Polish dygraphs crosshair 2017-06-13 15:02:37 -07:00
Alex P 923e5071a5 Polish singleStat+lineGraph shadow even further
Preventing the shadow from being way larger than the text above it
2017-06-13 14:59:47 -07:00
Alex P 07a9a7c6a1 Use blur instead of box to increase legibility of singleStat on top of lineGraph 2017-06-13 14:43:21 -07:00
Jared Scheib 25bde527a6 Add status-feed-url build flag within new externalLinks prop in AllRoutes 2017-06-13 13:40:20 -07:00
Alex P 0d039504fe Polish lineGraph + singleStat
- line color is always a darker purple
- small overlay behind text for visibility (more legible than text
border)
2017-06-13 12:49:12 -07:00
Alex P b5880eff14 WIP polish for singleStat + lineGraph 2017-06-13 12:32:52 -07:00
Alex P 9d385408be Make singleStat+LineGraph respond to cell height like single stat 2017-06-13 12:32:36 -07:00