Commit Graph

5564 Commits (4746cea5d5c69c38a09af1e1d5e4718093970699)

Author SHA1 Message Date
Chris Goller 7aec0e93bf Add ability to to filter layouts by apps or measurements. 2016-10-06 18:31:56 -05:00
Alex P e7bf31f3d3 Resizer now has a more obvious handle 2016-10-06 15:19:23 -07:00
Will Piers e0885b0895 Merge pull request #203 from influxdata/feature/header-host-view
Add header to hosts show
2016-10-06 12:47:24 -07:00
Andrew Watkins a08499a02a Add header to hosts show 2016-10-06 10:55:04 -07:00
Andrew Watkins 90be86930c Fix broken import 2016-10-06 10:34:12 -07:00
Andrew Watkins 744c6260ea Merge pull request #200 from influxdata/chore/remove-raw-query
Remove raw query tab from app
2016-10-06 09:36:55 -07:00
Andrew Watkins 2a44bc6807 Merge pull request #202 from influxdata/feature/tr-remove-overview
Remove Overview page
2016-10-06 09:36:34 -07:00
Tim Raymond 95cfc7d5aa Remove Overview page
This removes the Overview page from the navigation as well as all
associated JS that powered the Overview page. Styles for the Overview
page have been left in place, since there doesn't appear to be a good
option for performing CSS dead code elimination at this time.
2016-10-06 12:29:10 -04:00
Chris Goller 21ec6cd72f Add layouts endpoint and storage 2016-10-05 23:43:13 -05:00
Andrew Watkins 5ad9f32d67 Remove raw query tab from app 2016-10-05 15:07:03 -07:00
Andrew Watkins 893e16d573 Merge pull request #169 from influxdata/feature/#128-tr-data-explorer-source
Add Source Indicator to Data Explorer
2016-10-05 14:51:27 -07:00
Will Piers a767c6b978 Creating a new source does not automatically connect to it 2016-10-05 13:42:35 -07:00
Will Piers 78416eceb4 Merge pull request #197 from influxdata/feature/name-exploration
Implement rename explorations
2016-10-05 13:35:31 -07:00
Andrew Watkins 355850fba0 Implement rename explorations 2016-10-05 13:17:39 -07:00
Chris Goller fc5626d58f Merge pull request #177 from influxdata/feature/fix-explorations
Fix exploration update time; fix exploration PATCH to be RFC 7396; up…
2016-10-04 16:22:29 -05:00
Andrew Watkins 66cbb772eb Merge pull request #163 from influxdata/feature/delete-explorations
Allow deletion of explorations with new API
2016-10-04 14:21:55 -07:00
Andrew Watkins 2d7824893a Merge pull request #176 from influxdata/feature/tagKeys
Make tagKeys / tagValues work in the DE
2016-10-04 14:21:40 -07:00
Chris Goller 53537041a9 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 d483d4dfdb Make tagKeys / tagValues work in the DE 2016-10-04 13:18:43 -07:00
Chris Goller 342759a9b9 Merge pull request #161 from influxdata/feature/kapacitor
Kapacitor support
2016-10-04 12:57:54 -05:00
Chris Goller cacc6aeec5 Update kapacitor proxy POST/PATCH to return 204 when appropriate. 2016-10-04 12:49:12 -05:00
Chris Goller 2b5a27088b Update kapacitors endpoint to check for valid source. 2016-10-04 12:49:12 -05:00
Chris Goller 5f24c1994e Update kapacitor endpoint to be scoped to sources 2016-10-04 12:49:12 -05:00
Chris Goller ca0db1a323 Fix kapacitor proxying 2016-10-04 12:49:12 -05:00
Chris Goller ab6d177dc6 Add kapacitors endpoint (persist/proxy/rest) 2016-10-04 12:48:36 -05:00
Timothy J. Raymond b1b6bea9fa 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 81b20275b8 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 f5b4eed565 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 66b9776c06 Allow deletion of explorations with new API 2016-10-03 12:39:52 -07:00
Chris Goller 7a832f7913 Fix explorations returning null 2016-10-03 12:37:32 -05:00
Tim Raymond 6ceda35d5d 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 ed922e876e 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 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