Commit Graph

5564 Commits (4746cea5d5c69c38a09af1e1d5e4718093970699)

Author SHA1 Message Date
Tim Raymond 9be3c91ed6 Add load stats to hosts page
Also normalizes the display of CPU and Load stats using toFixed to
ensure two decimals of precision.
2016-09-29 15:31:50 -07:00
Chris Goller f3805c2130 Add interface and mock for sources 2016-09-29 17:09:22 -05:00
Tim Raymond f10b6551e8 Populate HostsTable with name and CPU
Also includes a slight refactor of HostsTable to better separate some
mixed functional / stateful logic.
2016-09-29 14:10:45 -07:00
Chris Goller 224ee519dc Merge pull request #153 from influxdata/feature/exploration-handlers
Hook up handlers for the bolt exploration store
2016-09-29 15:23:31 -05:00
Andrew Watkins b2a06c0dc7 Merge pull request #151 from influxdata/feature/tr-wp-nav-rejiggering
Rejigger Side Navigation
2016-09-29 13:18:39 -07:00
Gunnar Aasen 166111f4ed Hook up handlers for the bolt exploration store
Signed-off-by: Chris Goller <chris@influxdb.com>
2016-09-29 16:15:35 -04:00
Andrew Watkins f64719cc1d Merge pull request #121 from influxdata/feature/create-new-explorer
Create and switch explorations
2016-09-29 13:15:21 -07:00
Andrew Watkins 3f92cd39a0 Rename loadExplorer to loadExploration 2016-09-29 12:57:58 -07:00
Andrew Watkins a618a01036 Rename chooseExplorer to chooseExploration 2016-09-29 11:35:39 -07:00
Andrew Watkins 8f441b744e Change explorerID to explorerURI 2016-09-29 11:32:55 -07:00
Andrew Watkins e1bd544a88 Work with scoping under /sources and single source on context 2016-09-29 11:28:20 -07:00
Andrew Watkins b05219248e Successfully switch between data explorerations 2016-09-29 10:51:24 -07:00
Andrew Watkins ba6d90a685 Fix typo 2016-09-29 10:50:40 -07:00
Andrew Watkins cde8c2b5ff Successfully create new explorer 2016-09-29 10:50:40 -07:00
Andrew Watkins ac5e7689b8 WIP make create explorer AJAX call 2016-09-29 10:50:40 -07:00
Gunnar 3903784728 Merge pull request #142 from influxdata/feature/exploration-store
Implement exploration store
2016-09-29 10:31:39 -04:00
gunnaraasen 16b79cebec Update exploration store interface to return exploration on add 2016-09-29 10:24:54 -04:00
gunnaraasen e45dbdc630 Refactor the exploration store 2016-09-29 09:38:35 -04:00
Tim Raymond 9a77a5408d Reorder Side Navigation
This order was requested in issue #119.
2016-09-28 16:22:06 -07:00
Tim Raymond 441dd6e3d9 Removed users from SideNav
Issue #118
2016-09-28 16:22:06 -07:00
Tim Raymond cae3afc707 Remove the "My Account" link from side nav
Issue #123
2016-09-28 16:22:06 -07:00
Tim Raymond 25c6ff7ced Rename Cluster to Sources/add source management link 2016-09-28 16:22:06 -07:00
Timothy J. Raymond c967a87519 Merge pull request #122 from influxdata/feature/source-scoping
Feature/source scoping
2016-09-28 15:32:45 -07:00
Tim Raymond 212a60cf9a Improve error message copy for missing data source 2016-09-28 15:24:06 -07:00
Will Piers 232cbc3ac2 Bugfix on source selection page
Missed a return
2016-09-28 14:49:15 -07:00
Will Piers 63028457af Fix redirect after choosing source 2016-09-28 14:49:15 -07:00
Will Piers 2fa0a12c0f Redirect to source page if we receive a bad source 2016-09-28 14:49:15 -07:00
Will Piers 1a98b7302c Scope pages by sourceID 2016-09-28 14:49:15 -07:00
Chris Goller 665f85d36e Merge pull request #140 from influxdata/feature/tr-default-source
Add Default param to Source
2016-09-28 13:22:26 -05:00
Andrew Watkins 535373a96d Update prodConfig to handle images 2016-09-28 10:49:34 -07:00
Andrew Watkins ee59003018 Move loader to dev dep 2016-09-28 10:29:04 -07:00
gunnaraasen 5c4a602083 Fix ExplorationID and UserID in mock 2016-09-28 11:45:24 -04:00
gunnaraasen eb39e5d01d Implement ExplorationStore with boltDB and protobuf 2016-09-28 11:45:24 -04:00
Andrew Watkins 8210a56ad0 Merge pull request #136 from influxdata/feature/static-assets
Allow import of static png and jpg in scss
2016-09-27 16:15:07 -07:00
Chris Goller 1981be5138 Merge pull request #138 from influxdata/feature/circle-caching
Update circle to be a simple make
2016-09-27 17:55:40 -05:00
Rachel McGough 4732fc201c Merge pull request #113 from influxdata/feature/hosts-table
hosts sorting/filtering
2016-09-27 15:48:27 -07:00
Tim Raymond c35ba81d5f Add Default param to Source
We want to be able to specify that a particular Source is the default
source. This has semantic meaning that the front end will manage.
2016-09-27 15:46:17 -07:00
Chris Goller 652277f040 Update circle to be a simple make 2016-09-27 16:27:43 -05:00
Andrew Watkins 9a0aa08810 Allow import of static png and jpg in scss 2016-09-27 12:54:32 -07:00
Chris Goller d7e7dcf8ab Update circle caching directories 2016-09-27 08:06:58 -05:00
Chris Goller c1aa9d9205 Update node caching for circle 2016-09-26 19:51:37 -05:00
Chris Goller 19330aab66 Merge pull request #124 from influxdata/feature/explorations-handlers
Add mock explorations handlers to server.
2016-09-26 18:44:16 -06:00
Chris Goller 8a86288538 Update explorations handlers to PATCH and POST correctly 2016-09-26 19:32:11 -05:00
Chris Goller 38d14dd2b8 Add mock explorations handlers to server. 2016-09-26 18:44:45 -05:00
Kevin Fitzpatrick ed7d5a4a89 Remove linter warnings
Signed-off-by: Andrew Watkins <andrew.watkinz@gmail.com>
2016-09-26 15:34:52 -07:00
Kevin Fitzpatrick 3db1853bf4 Merge branch 'feature/host-stats-view' into develop 2016-09-26 15:20:40 -07:00
Kevin Fitzpatrick c91cbb83ec Show host stats
#110

Signed-off-by: Andrew Watkins <andrew.watkinz@gmail.com>
2016-09-26 15:20:09 -07:00
Jade McGough 45c7295f45 remove reactable, do sorting by hand 2016-09-26 14:55:51 -07:00
Jade McGough af5bbd0c61 move search bar to separate component 2016-09-26 14:19:03 -07:00
Jade McGough 4f41b9c4b2 add filtering for hosts 2016-09-26 14:19:03 -07:00