Commit Graph

1772 Commits (f2bf949c9c03096ffb758344428910e493c70b89)

Author SHA1 Message Date
Andrew Watkins f2bf949c9c WIP make resizing work 2017-02-22 11:05:21 -06:00
Chris Goller a25da605e3 Update dashboards to have a minimum width/height of 4 2017-02-22 11:05:20 -06:00
Andrew Watkins da34a83777 Remove padded line 2017-02-22 11:05:20 -06:00
Andrew Watkins 8720c0d6fe Introduce draggable graphs 2017-02-22 11:05:20 -06:00
Andrew Watkins 34a468be0d Move editMode state into redux 2017-02-22 11:05:20 -06:00
Andrew Watkins 9497456db0 Use redux for dashboard time range 2017-02-22 11:05:20 -06:00
Andrew Watkins 4ef173aac9 Add dashboard timeRange to reducer 2017-02-22 11:05:20 -06:00
Andrew Watkins 0ed15c74f7 Move current dashboard into dashboard reducer 2017-02-22 11:05:20 -06:00
Andrew Watkins 808c59eb03 Move dashboards to redux store 2017-02-22 11:05:20 -06:00
Andrew Watkins b0aa22206b Introduce dashboard ui reducer 2017-02-22 11:05:20 -06:00
Andrew Watkins 58324a11af Add rudimentary style 2017-02-22 11:05:20 -06:00
Andrew Watkins c8bc868efd Add edit functionality to DashboardPage 2017-02-22 11:05:20 -06:00
Andrew Watkins 64ecfe3843 Add dashboard edit route 2017-02-22 11:05:20 -06:00
Andrew Watkins 18dd10f986 Add edit button to DashboardHeader 2017-02-22 11:05:20 -06:00
Andrew Watkins 501bc76f21 Introduce DashboardEditHeader 2017-02-22 11:05:20 -06:00
Andrew Watkins 286c66a6fd Introduce Dashboard component 2017-02-22 11:05:19 -06:00
Hunter Trujillo fb9e9e2430 Add presentation mode notification to dashboards. 2017-02-22 11:05:19 -06:00
Hunter Trujillo 4b6ec5b3c1 Add escape key to disable presentation mode. 2017-02-22 11:05:19 -06:00
Hunter Trujillo eb9b6d0e6f Add presentation mode changes to Kubernetes and Dashboard Page containers. 2017-02-22 11:05:19 -06:00
Hunter Trujillo 07df1fdaaf Add delayed presentationMode thunks. 2017-02-22 11:05:19 -06:00
Hunter Trujillo 06c6a4144c Move and refactor DashboardHeader component to dashboards/components 2017-02-22 11:05:19 -06:00
Hunter Trujillo 0632fe8709 Add presentation mode Redux logic. Add handlers to SideNav. 2017-02-22 11:05:19 -06:00
Hunter Trujillo d341b6dd67 Refactor DashboardHeader out from DashboardPage, HostPage, and KubernetesDashboard, 2017-02-22 11:05:19 -06:00
Andrew Watkins 43ffc04554 Merge pull request #907 from influxdata/906-router_history_warning
Fix react-router warning
2017-02-22 07:31:13 -06:00
Jared Scheib 3656ce4844 Update changelog 2017-02-21 18:42:17 -08:00
Jared Scheib 3df087417f Fix react-router warning 2017-02-21 18:29:02 -08:00
Jared Scheib 28a1d285de Merge pull request #905 from influxdata/843-bigger_scrollbar
Make the scrollbar thumb element larger
2017-02-21 13:55:49 -08:00
Jared Scheib f1b58cebe7 Update changelog 2017-02-21 13:48:08 -08:00
Jared Scheib 3ed24c0ef8 Make the scrollbar thumb element larger 2017-02-21 11:56:16 -08:00
Chris Goller 3d0934bf1d Merge pull request #904 from influxdata/telegraf-version-update
Update Telegraf version to 1.2.1
2017-02-17 12:19:30 -06:00
Regan Kuchan 79339b8622 Update Telegraf version to 1.2.1 2017-02-17 10:12:23 -08:00
Jared Scheib 255e0815b5 Merge pull request #882 from influxdata/kapacitor-padding
Fix y-axis graph padding
2017-02-16 18:09:02 -08:00
Jared Scheib b9ef581c67 Merge branch 'master' into kapacitor-padding 2017-02-16 18:03:08 -08:00
Jared Scheib 063c19cd00 Update changelog 2017-02-16 16:10:54 -08:00
Jared Scheib 5a81d8da2a Refactor tests for clarity and simplicity 2017-02-16 14:51:22 -08:00
Hunter Trujillo 9a12e12eb8 Revert "Refactor DashboardHeader out from DashboardPage, HostPage, and KubernetesDashboard."
This reverts commit 1a11af20d6.
2017-02-16 11:43:56 -07:00
Hunter Trujillo 1a11af20d6 Refactor DashboardHeader out from DashboardPage, HostPage, and KubernetesDashboard. 2017-02-16 10:59:08 -07:00
Chris Goller d6a283b289 Merge pull request #873 from influxdata/feature/tls
Add TLS options to server
2017-02-16 09:08:43 -06:00
Chris Goller 8d559fda84 Merge branch 'master' into feature/tls 2017-02-16 09:02:32 -06:00
Jared Scheib dd295ce15b Test for unpadded range when passing in values well within extremities 2017-02-15 18:29:30 -08:00
Jared Scheib 2e8b8378ce Test for padded range when passing in values at range extremities 2017-02-15 18:28:44 -08:00
Regan Kuchan d7e8fd340f Merge pull request #898 from influxdata/rk-version
Update changelog for 1.2.0-beta3
2017-02-15 15:25:19 -08:00
Regan Kuchan 011f84467b Update changelog for 1.2.0-beta3 2017-02-15 15:24:17 -08:00
Regan Kuchan 926fc9f84f Merge pull request #897 from influxdata/rk-version
Update version in README
2017-02-15 15:19:23 -08:00
Regan Kuchan 1f804b8770 Update version in README 2017-02-15 15:17:49 -08:00
Chris Goller 8d50ba5147 Merge pull request #896 from influxdata/feature/add-more-docker-stats
Add more docker stats
2017-02-15 17:06:28 -06:00
Andrew Watkins 7cbe83cdb1 Merge pull request #880 from influxdata/deui-reducer
DataExplorer ui reducer
2017-02-15 17:00:47 -06:00
nathan haugo e5bd4ba1c9 Update changelog 2017-02-15 15:00:43 -08:00
nathan haugo 82083cbc64 Add more docker stats 2017-02-15 14:59:06 -08:00
Andrew Watkins 021fe666db Remove unnecessary spread 2017-02-15 14:05:18 -06:00