Commit Graph

274 Commits (bc99c9a47a6e1779f047b7db29bbc93e00d523d4)

Author SHA1 Message Date
Alex P bc99c9a47a Aesthetic tweaks
monotype font feels really nice now
2016-10-07 09:38:41 -07:00
Alex P 3a0a015c2d Moving panel from `HostsPage` to `HostsTable`
This way I can put the search bar next to the title without removing it
from the component
2016-10-07 09:38:40 -07:00
Alex P dc073cbe9f fixing appearance of source selection page 2016-10-07 09:35:49 -07:00
Alex P 30a2e9819e Polish
- Custom scrollbar
- bottom border on hosts table
2016-10-07 09:35:49 -07:00
Alex P aba9114681 Re-styling search widget in host pages 2016-10-07 09:35:49 -07:00
Alex P 793dbdbb33 Copy Tweak 2016-10-07 09:35:49 -07:00
Alex P 4eb3fcf935 Making hosts pages dark 2016-10-07 09:35:48 -07:00
Alex P 521d8fd6d9 Obscuring white line on right side of DE
only appears once you’ve resized the panels, not the best fix but looks
better
2016-10-07 09:34:18 -07:00
Alex P 52238e69a3 Copy Tweak 2016-10-07 09:34:18 -07:00
Alex P 64b6e0adfb Graph label polish
slightly smaller, text aligns more nicely
2016-10-07 09:34:18 -07:00
Alex P 096b46d5bd Aesthetic tweaks
monotype font feels really nice now
2016-10-07 09:34:18 -07:00
Alex P 91e32660e2 Moving panel from `HostsPage` to `HostsTable`
This way I can put the search bar next to the title without removing it
from the component
2016-10-07 09:34:18 -07:00
Alex P 07bf2f15c0 Copy tweak
matches name in navbar
2016-10-07 09:32:21 -07:00
Will Piers 87c5fd42d2 Add PR template 2016-10-06 17:00:31 -07:00
Will Piers 976433b062 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 e9acafe6b7 Add header to hosts show 2016-10-06 10:55:04 -07:00
Andrew Watkins 95b0500ad0 Fix broken import 2016-10-06 10:34:12 -07:00
Andrew Watkins af7e187105 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 df65767ce2 Merge pull request #202 from influxdata/feature/tr-remove-overview
Remove Overview page
2016-10-06 09:36:34 -07:00
Tim Raymond 98c9f53dfb 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
Andrew Watkins 4b65f9097f Remove raw query tab from app 2016-10-05 15:07:03 -07:00
Andrew Watkins d27d239ded 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 49e7f59f51 Merge pull request #197 from influxdata/feature/name-exploration
Implement rename explorations
2016-10-05 13:35:31 -07:00
Andrew Watkins 6aaca77974 Implement rename explorations 2016-10-05 13:17:39 -07:00
Chris Goller b977a67701 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 5eb36bfe54 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 27d6132825 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 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