Commit Graph

12182 Commits (1ca7cd2a860cc5969a826f539df9515f95ebacc1)

Author SHA1 Message Date
Tim Raymond 1258f5a1d2 Add logrus for structured logging
This adds the logrus package to facilitate structured logging. Logrus is
encapsulated in the log/ subpackage and currently used in the influx/
subpackage.
2016-10-03 12:30:43 -04:00
Andrew Watkins 69a7ed7e0a Merge pull request #160 from influxdata/feature/vendor-fun
All the vendors are belong to us
2016-10-03 08:56:42 -07:00
Chris Goller f5e81e0ee6 Merge pull request #159 from influxdata/feature/bolt-sources
Add persistence to sources and use bolt by default
2016-09-30 18:27:53 -05:00
Andrew Watkins b39593c8c4 Fix no first explorer 2016-09-30 15:30:09 -07:00
Andrew Watkins 9b0dfd0c72 Include chunkhash to file names 2016-09-30 14:23:15 -07:00
Chris Goller 2b56cae221 Add persistence to sources and use bolt by default 2016-09-30 15:39:27 -05:00
Timothy J. Raymond 78a8aef6b2 Merge pull request #156 from influxdata/signup-styling
Make select host page pretty
2016-09-30 13:17:58 -07:00
Andrew Watkins a424d0adba Split vendor dependencies into chunks 2016-09-30 13:16:24 -07:00
Tim Raymond 96eaa9f325 Adjust prop type requirements to reflect swagger
We thought that some properties were required, but after looking back at
the swagger docs, that turned out not to be the case.
2016-09-30 11:48:52 -07:00
Tim Raymond 4225e6a0e2 Add Active Source to Host Table 2016-09-30 11:47:28 -07:00
Will Piers f9600d7f20 Merge pull request #155 from influxdata/feature/tr-wp-host-page
Implement Host List Page
2016-09-30 10:09:30 -07:00
Chris Goller 2c65b53ccf Merge pull request #154 from influxdata/feature/mock-sources
Add interface and mock for sources
2016-09-30 10:40:00 -05:00
Chris Goller b7b5c08951 Fix panic when influx client receives error status code 2016-09-30 10:31:20 -05:00
Alex P 004f7e745b Make select host page pretty 2016-09-29 17:22:31 -07:00
Tim Raymond 0a21303286 Remove explicit "default" from RP in query 2016-09-29 17:15:54 -07:00
Tim Raymond 5adcd0d6e1 Fix up Host drilldown page
This gives the host drilldown page awareness of the host id that it
should scope its queries to. Also makes eslint happier because assigned a
magic number.
2016-09-29 16:49:58 -07:00
Will Piers c4a39b4af0 Fix connection point for source creation 2016-09-29 16:47:20 -07:00
Chris Goller 83ee76adda Update sources take multiple URLs for future load-balancing 2016-09-29 18:07:54 -05:00
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