Alex P
457e87a503
Improve UX of alert table empty state
2017-06-08 15:03:24 -07:00
Alex P
c6ad7751f5
Separate table and empty state into their own render functions to play nicer with widget mode
2017-06-08 14:50:48 -07:00
Alex P
ca2104c9f7
Remove unnecessary wrapping DIV
2017-06-08 14:49:41 -07:00
Jared Scheib
e71b9a1bda
WIP
2017-06-08 16:04:34 -05:00
Alex P
e99fade37c
Refactor dygraphs styles to be more flexible
...
Previous approach relied on the DOM tree rendering a certain way, this
approach does not. Made the change to polish appearance of the Status
Page, but will also prevent styling headaches in the future
2017-06-08 13:14:07 -07:00
Alex P
a3351a8303
Prevent full page styles when is a widget
2017-06-08 12:02:37 -07:00
Jared Scheib
3c69a4e4ad
WIP Add Redux-based JSONFeedPoller component and actions skeleton
2017-06-08 13:53:33 -05:00
Alex P
2699f5fadb
Make status page header full width for consistency
2017-06-08 11:42:50 -07:00
Jared Scheib
f7a7510c25
Move StatusPage fixture to fixtures file
2017-06-08 12:13:06 -05:00
Jared Scheib
b7eda1a48e
Add NewsFeed fixture data
2017-06-08 12:10:13 -05:00
Jared Scheib
f076eeb394
Widgetize AlertsApp & add preliminary Alerts widget to StatusPage
...
Use optional timeRange prop in AlertsApp to set lower timeRange in seconds
Fix source pass-in to LayoutRenderer from StatusPage & make source use with LayoutRenderer consistent across app
Change nonGraph terminology to Widget
Change dimensions of StatusPage fixture cells
2017-06-08 02:41:04 -05:00
Jared Scheib
b1499cc0e1
Clarify timeRange lookup by matching on explicit Lower string
...
Update initial timeRange for status reducer
2017-06-08 02:32:31 -05:00
Jared Scheib
e24d5bcc92
Make filter bar hideable via props
2017-06-08 02:23:50 -05:00
Jared Scheib
8ff5c83f2c
Refactor AlertsTable to ES6 class
2017-06-08 00:34:34 -05:00
Jared Scheib
58d8ebec57
Update getAlerts syntax to ES6
2017-06-08 00:25:01 -05:00
Jared Scheib
0619336137
Use LayoutRenderer instead of building GridLayout in StatusPage
...
Add isNotGraph and real influxQL query to fixtures
Add autoRefresh, timeRange, and templates to StatusPage
2017-06-08 00:03:54 -05:00
Jared Scheib
ae5b66a55f
Simplify LayoutRenderer logic to determine if cell is a graph
...
Use switch instead of if/else for non graph rendering
Rename conformQueries to standardizeQueries
2017-06-08 00:02:25 -05:00
Jared Scheib
e41a280315
Add Status reducer with autoRefresh and timeRange
2017-06-07 23:57:51 -05:00
Jared Scheib
91f305495f
Update hson paths to absolute
2017-06-07 23:55:35 -05:00
Jared Scheib
2499f5fa7e
Refactor skeleton to accommodate graph vs non-graph cells
...
Connect StatusPage to router props, ex. source
2017-06-07 18:40:26 -05:00
Jared Scheib
af070832bb
Refactor RefreshingGraph into dedicated component
2017-06-07 18:31:22 -05:00
Nathan Haugo
7f9e6d6af8
Merge pull request #1586 from influxdata/feature/sorta-fix-bumpversion
...
Update bumpversion and documentation for release
2017-06-07 17:06:23 -06:00
Jared Scheib
94de790fbd
Remove 'component' prop from non-graph cells in LayoutRenderer
2017-06-07 17:33:25 -05:00
Jared Scheib
7e54784795
Revert to non-Dashboard StatusPage
2017-06-07 17:32:57 -05:00
Jared Scheib
f7bc85f708
Merge branch 'master' into feature/status_page-1556
2017-06-07 12:07:27 -05:00
Hunter Trujillo
796a0b495b
Merge pull request #1596 from influxdata/update-prettier-1.4
...
Make everything prettier again
2017-06-07 10:58:51 -06:00
Hunter Trujillo
bc7f75d25a
Prettier tests.
2017-06-07 10:23:53 -06:00
Hunter Trujillo
e79c76f5a6
Update prettier formatting and update ESLint rules to match.
2017-06-07 10:12:40 -06:00
Jared Scheib
2172b0a4db
WIP Refactor parts of LayoutRenderer to accommodate non-graph visualizations; refactor StatusPage to use a Dashboard
2017-06-06 19:32:15 -05:00
Jared Scheib
e5ff925033
Use getActiveDashboard consistently in DashboardPage
2017-06-06 19:30:39 -05:00
Jared Scheib
c7a51c817b
Merge remote-tracking branch 'origin/master' into feature/status_page-1556
2017-06-06 17:22:46 -05:00
Jared Scheib
36559a0bd1
Update changelog for #1512
2017-06-06 17:13:27 -05:00
lukevmorris
6e3acf0386
Restore Line + Single Stat styling ( #1594 )
...
* Restore Line + Single Stat styling
* Update CHANGELOG
2017-06-06 15:07:11 -07:00
Jared Scheib
0dc7d8586c
Merge pull request #1512 from influxdata/feature/upgrade_and_synchronize_dygraphs
...
Upgrade and synchronize dygraphs, fix legend fall-off
2017-06-06 16:59:13 -05:00
Jared Scheib
79cfe02922
Prevent legend from swooping on-screen when graph is repositioned
...
Remove legend animation to support prevent of swooping
2017-06-06 16:44:58 -05:00
Jared Scheib
c93c8ac6de
Add comments to workaround for legend disappear on redraw
2017-06-06 16:40:18 -05:00
Jared Scheib
791a694c79
Move and comment graph synchronizer opt-out logic
2017-06-06 13:37:41 -05:00
Jared Scheib
9815d302a9
Update bool vars to use 'is' convention
2017-06-06 13:37:07 -05:00
Jared Scheib
93ea172b3a
Add Status Page skeleton to UI
2017-06-05 19:10:30 -05:00
Jared Scheib
8839fbac50
Change import path to absolute
2017-06-05 19:09:02 -05:00
Jared Scheib
6b81aa5bb2
Reorder component import to match routes order
2017-06-05 14:02:07 -05:00
Jared Scheib
533a8d62ec
Reorder client router routes to match nav order
2017-06-05 13:58:55 -05:00
Regan Kuchan
e5ce97f6dc
Merge pull request #1589 from influxdata/chronograf-v1.3.2.0
...
Update version and changelog for v1.3.2.0
2017-06-02 16:27:25 -06:00
Regan Kuchan
5a0abe2de7
Update version and changelog for v1.3.2.0
2017-06-02 13:34:23 -06:00
Jared Scheib
33cf8a8c53
Merge remote-tracking branch 'origin/master' into feature/upgrade_and_synchronize_dygraphs
...
Signed-off-by: Luke Morris <lukevmorris@gmail.com>
2017-06-01 17:58:10 -07:00
Jared Scheib
8e688e812f
Recombobulate synchronizer to accommodate graphs with different time ranges
...
Signed-off-by: Luke Morris <lukevmorris@gmail.com>
2017-06-01 17:27:37 -07:00
Chris Goller
a2f87158fc
Update bumpversion and documentation for release
2017-06-01 18:26:33 -05:00
Alex P
4f30ed8a49
Shrink bootstrap theme
2017-06-01 16:19:01 -07:00
Jared Scheib
012b7ce30d
Merge pull request #1584 from influxdata/1583-fix/submenu_display
...
Fix hidden submenus when alert notification on screen
2017-06-01 16:07:59 -07:00
Andrew Watkins
85376edc1f
Merge pull request #1585 from influxdata/revert-auto-func
...
Revert auto func
2017-06-01 16:07:02 -07:00