Chris Goller
a336bf1359
Fix exploration update time; fix exploration PATCH to be RFC 7396; update exploration PATCH to return 200 and body.
2016-10-04 15:33:32 -05:00
Andrew Watkins
b11ce92d84
Make tagKeys / tagValues work in the DE
2016-10-04 13:18:43 -07:00
Chris Goller
a3fd8aa0cf
Merge pull request #161 from influxdata/feature/kapacitor
...
Kapacitor support
2016-10-04 12:57:54 -05:00
Chris Goller
846a5f71b2
Update kapacitor proxy POST/PATCH to return 204 when appropriate.
2016-10-04 12:49:12 -05:00
Chris Goller
5a2ace5ae0
Update kapacitors endpoint to check for valid source.
2016-10-04 12:49:12 -05:00
Chris Goller
408f520bbb
Update kapacitor endpoint to be scoped to sources
2016-10-04 12:49:12 -05:00
Chris Goller
e5e427f951
Fix kapacitor proxying
2016-10-04 12:49:12 -05:00
Chris Goller
f8fe71c5b9
Add kapacitors endpoint (persist/proxy/rest)
2016-10-04 12:48:36 -05:00
Timothy J. Raymond
a1b0f1ec74
Merge pull request #158 from influxdata/feature/tr-wp-add-source-to-host-table
...
Add Active Source to Host Table
2016-10-04 12:14:08 -04:00
Tim Raymond
1df88dfa3b
Add Source Indicator to Data Explorer
...
This places an indicator on the data explorer showing what source data
explorer queries are issued against. Sources were stored in the React
context already, presumably for other parts of the data explorer to
function, so it was possible to glean the name of the source from there.
2016-10-04 12:03:51 -04:00
Timothy J. Raymond
ac354ce312
Merge pull request #141 from influxdata/feature/tr-add-structured-logging
...
Add logrus for structured logging
2016-10-03 16:39:39 -04:00
Andrew Watkins
1b912983e5
Allow deletion of explorations with new API
2016-10-03 12:39:52 -07:00
Chris Goller
d8335ed08e
Fix explorations returning null
2016-10-03 12:37:32 -05:00
Tim Raymond
8d7a44ed81
Replace additional API log lines
...
There were a few other places where log.Printfs sneaked in, so this
replaces those with the logrus-powered logger.
2016-10-03 12:30:43 -04:00
Tim Raymond
964ba68f39
Reorg logging package
...
This moves the logger interface into the root package and makes the log
subpackage specific to logrus. Also this makes the Logger interface type
also return other Loggers, such that we can completely encapsulate
logrus.Loggers.
2016-10-03 12:30:43 -04:00
Tim Raymond
62a3ae9197
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
f3a65d9d2d
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
d72b0dbd8e
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
51313ae6d5
Fix no first explorer
2016-09-30 15:30:09 -07:00
Andrew Watkins
149b9d0539
Include chunkhash to file names
2016-09-30 14:23:15 -07:00
Chris Goller
583d8b4f74
Add persistence to sources and use bolt by default
2016-09-30 15:39:27 -05:00
Timothy J. Raymond
4454909ddb
Merge pull request #156 from influxdata/signup-styling
...
Make select host page pretty
2016-09-30 13:17:58 -07:00
Andrew Watkins
d564f75da3
Split vendor dependencies into chunks
2016-09-30 13:16:24 -07:00
Tim Raymond
b65a7e2a05
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
1eec598475
Add Active Source to Host Table
2016-09-30 11:47:28 -07:00
Will Piers
cdc4f7d930
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
6868fee4f3
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
7d95840956
Fix panic when influx client receives error status code
2016-09-30 10:31:20 -05:00
Alex P
6fa444dff6
Make select host page pretty
2016-09-29 17:22:31 -07:00
Tim Raymond
032fcfc886
Remove explicit "default" from RP in query
2016-09-29 17:15:54 -07:00
Tim Raymond
a0a01cc2e4
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
2ef4a7b13d
Fix connection point for source creation
2016-09-29 16:47:20 -07:00
Chris Goller
5ce883f0fc
Update sources take multiple URLs for future load-balancing
2016-09-29 18:07:54 -05:00
Tim Raymond
7a78625dcb
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
283833afb1
Add interface and mock for sources
2016-09-29 17:09:22 -05:00
Tim Raymond
3333d83503
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
4007c16e31
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
51efa49165
Merge pull request #151 from influxdata/feature/tr-wp-nav-rejiggering
...
Rejigger Side Navigation
2016-09-29 13:18:39 -07:00
Gunnar Aasen
d927377752
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
b86fb31579
Merge pull request #121 from influxdata/feature/create-new-explorer
...
Create and switch explorations
2016-09-29 13:15:21 -07:00
Andrew Watkins
81f50c5eca
Rename loadExplorer to loadExploration
2016-09-29 12:57:58 -07:00
Andrew Watkins
591568c69a
Rename chooseExplorer to chooseExploration
2016-09-29 11:35:39 -07:00
Andrew Watkins
f508a96940
Change explorerID to explorerURI
2016-09-29 11:32:55 -07:00
Andrew Watkins
ed62d8d401
Work with scoping under /sources and single source on context
2016-09-29 11:28:20 -07:00
Andrew Watkins
49685ce60f
Successfully switch between data explorerations
2016-09-29 10:51:24 -07:00
Andrew Watkins
9f716af587
Fix typo
2016-09-29 10:50:40 -07:00
Andrew Watkins
e06806767c
Successfully create new explorer
2016-09-29 10:50:40 -07:00
Andrew Watkins
62c5c37729
WIP make create explorer AJAX call
2016-09-29 10:50:40 -07:00
Gunnar
dc9e189ad3
Merge pull request #142 from influxdata/feature/exploration-store
...
Implement exploration store
2016-09-29 10:31:39 -04:00
gunnaraasen
41096ce4ab
Update exploration store interface to return exploration on add
2016-09-29 10:24:54 -04:00