Commit Graph

3892 Commits (fc04568cab64cdebab1027a8f1a98a68c54b3e45)

Author SHA1 Message Date
Jared Scheib 5d27b00a36 Fix getJSONFeed AJAX func 2017-06-08 19:31:52 -05:00
Jared Scheib db6cdb67c7 Remove url as param to actions & change actionTypes import 2017-06-08 19:31:19 -05:00
Jared Scheib f9eb8e9abe Add NewsFeed to LayoutRenderer 2017-06-08 19:30:56 -05:00
Jared Scheib 42814199ef Fix logoutLink key in AJAX catch for Redux 2017-06-08 19:21:05 -05:00
Alex P 3568172491 Make dashboard cell menu hover state more obvious 2017-06-08 17:09:10 -07:00
Alex P 79b23367a3 Remove excess styles
Previously was using these to override the “width: 100%” style from the
theme, which I have no removed
2017-06-08 17:07:51 -07:00
Alex P 4b96b06c0e Make "Write Data" button match other neutral buttons 2017-06-08 17:07:05 -07:00
Alex P 87691b3a76 Clean up hosts table sizing & font styles
Remove jitter when loading, make font consistent with Sources table
2017-06-08 17:01:43 -07:00
Alex P 6873f1056c Merge branch 'master' into minor-theme-improvements 2017-06-08 16:51:10 -07:00
Alex P 3b1f6b711d Refactor styles
Works better in more contexts, no longer assumes it is a direct child
of .chronograf-root
2017-06-08 16:36:22 -07:00
Jared Scheib d852a3fa12 Merge branch 'feature/status_page-1556' of https://github.com/influxdata/chronograf into feature/status_page-1556 2017-06-08 17:47:01 -05:00
Jared Scheib ee2257e4d4 Merge branch 'feature/status_page-1556' of https://github.com/influxdata/chronograf into feature/status_page-1556 2017-06-08 17:46:53 -05:00
Alex P 150e5dc7c1 Improve UX of alert table empty state 2017-06-08 15:03:24 -07:00
Alex P bb19e85e98 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 362d2c9295 Remove unnecessary wrapping DIV 2017-06-08 14:49:41 -07:00
Jared Scheib 8539ba405b WIP 2017-06-08 16:04:34 -05:00
Alex P aaf02e0b8b 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 13e6b6f257 Prevent full page styles when is a widget 2017-06-08 12:02:37 -07:00
Jared Scheib e34333cde2 WIP Add Redux-based JSONFeedPoller component and actions skeleton 2017-06-08 13:53:33 -05:00
Alex P 17c7bb749a Make status page header full width for consistency 2017-06-08 11:42:50 -07:00
Jared Scheib 75f113afcb Move StatusPage fixture to fixtures file 2017-06-08 12:13:06 -05:00
Jared Scheib 18ba90d0e7 Add NewsFeed fixture data 2017-06-08 12:10:13 -05:00
Jared Scheib 74dc9ce249 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 26648e2379 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 79978815ba Make filter bar hideable via props 2017-06-08 02:23:50 -05:00
Jared Scheib 2c78839a25 Refactor AlertsTable to ES6 class 2017-06-08 00:34:34 -05:00
Jared Scheib 1848fd7cde Update getAlerts syntax to ES6 2017-06-08 00:25:01 -05:00
Jared Scheib f643c73c21 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 dbc5620cf4 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 d8e74c4914 Add Status reducer with autoRefresh and timeRange 2017-06-07 23:57:51 -05:00
Jared Scheib 9c14c5891a Update hson paths to absolute 2017-06-07 23:55:35 -05:00
Jared Scheib 57315a5aa5 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 af53e45173 Refactor RefreshingGraph into dedicated component 2017-06-07 18:31:22 -05:00
Nathan Haugo 3e2c1136d8 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 51d10c6ca3 Remove 'component' prop from non-graph cells in LayoutRenderer 2017-06-07 17:33:25 -05:00
Jared Scheib d452d8e8d9 Revert to non-Dashboard StatusPage 2017-06-07 17:32:57 -05:00
Jared Scheib d56d55ef3e Merge branch 'master' into feature/status_page-1556 2017-06-07 12:07:27 -05:00
Hunter Trujillo d07519559f Merge pull request #1596 from influxdata/update-prettier-1.4
Make everything prettier again
2017-06-07 10:58:51 -06:00
Hunter Trujillo 5f5478bcdc Prettier tests. 2017-06-07 10:23:53 -06:00
Hunter Trujillo 7664808e55 Update prettier formatting and update ESLint rules to match. 2017-06-07 10:12:40 -06:00
Jared Scheib 73d9dfdc5d 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 912d726580 Use getActiveDashboard consistently in DashboardPage 2017-06-06 19:30:39 -05:00
Jared Scheib 162e17e037 Merge remote-tracking branch 'origin/master' into feature/status_page-1556 2017-06-06 17:22:46 -05:00
Jared Scheib fadc145843 Update changelog for #1512 2017-06-06 17:13:27 -05:00
lukevmorris bdf6ffd73c Restore Line + Single Stat styling (#1594)
* Restore Line + Single Stat styling

* Update CHANGELOG
2017-06-06 15:07:11 -07:00
Jared Scheib 3375810544 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 f95f2ad8f6 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 571940f518 Add comments to workaround for legend disappear on redraw 2017-06-06 16:40:18 -05:00
Jared Scheib 8e0a5657cb Move and comment graph synchronizer opt-out logic 2017-06-06 13:37:41 -05:00
Jared Scheib ee6a52e891 Update bool vars to use 'is' convention 2017-06-06 13:37:07 -05:00