Commit Graph

5532 Commits (97cae4e788d66f9cfd6a349e8be0813ff51c430d)

Author SHA1 Message Date
Chris Goller 97cae4e788 Fix kapacitor task panic where error condition was not checked 2017-11-07 11:42:40 -06:00
Andrew Watkins 6e6203509a
Merge pull request #2218 from influxdata/bugfix/no-results-legend
Bugfix/no results legend
2017-11-06 15:08:19 -08:00
Chris Goller 8a5568af72
Merge pull request #2268 from influxdata/feature/webpack-hot-module-reload
Add hot module reload to dev builds (make run-hmr)
2017-11-06 17:07:08 -06:00
Chris Goller 7b5f32b186
Merge pull request #2267 from influxdata/feature/js-build-cleaner
Add cleanup step to js dev builds to remove unused files
2017-11-06 17:06:41 -06:00
Nathan Haugo ae13f6ef23
Merge pull request #2222 from influxdata/fix/builder-template-vars
Fix rendering of templated queries to the /queries endpoint
2017-11-06 13:42:14 -08:00
Chris Goller 693f26b0c3 Update queries endpoint comment 2017-11-04 20:19:08 -05:00
Chris Goller 36d9547d9a Add hot module reload to dev builds (make run-hmr) 2017-11-04 14:07:39 -05:00
Chris Goller 73dd89843f Add cleanup step to js dev builds to remove unused files 2017-11-03 19:33:16 -05:00
Chris Goller e5a4a007f3 Update CHANGELOG to mention fixing template variable in dashboard query building 2017-11-02 18:01:35 -05:00
Chris Goller 663d418161 Fix rendering of templated queries to the /queries endpoint 2017-11-02 17:57:02 -05:00
Andrew Watkins 6908fd683a Make legend items unique 2017-11-02 13:38:08 -07:00
Andrew Watkins 1e8f14836a Remove 'No Results' as empty state for Dygraphs
Returning No Results when no series returned cause a bunch of issues.
Firstly, if the user zoomed in to a time that returned no data the graph
would disappear and they would no longer be able to double-click the
graph to zoom back out.  Secondly, if ONE series returned no results the
entire graph would disappear.
2017-11-02 13:36:15 -07:00
Chris Goller 29a7bbd491
Merge pull request #2183 from influxdata/feature/logrotate-notifempty
Update chronograf logrotate policy to not rotate if file is 0 bytes
2017-10-30 19:36:14 -05:00
Chris Goller 735cef1fd4 Update chronograf logrotate policy to not rotate if file is 0 bytes 2017-10-30 19:27:02 -05:00
Chris Goller ccb6198413 Merge branch 'ndrone-feature/hosts' 2017-10-30 19:04:20 -05:00
Chris Goller 9261a4d5a7
Merge branch 'master' into feature/hosts 2017-10-30 19:02:32 -05:00
Andrew Watkins 015080aa33
Merge pull request #2157 from influxdata/bugfix/logscale-single-point
Logscale single point
2017-10-30 10:12:47 -07:00
Andrew Watkins 6c3f16bf36
Merge branch 'master' into bugfix/logscale-single-point 2017-10-30 10:02:41 -07:00
Andrew Watkins fd3b526770
Merge pull request #2158 from influxdata/bugfix/connect-to-source
Fix cannot connect to source false error flag
2017-10-30 10:02:17 -07:00
Andrew Watkins 8c96e2a6c2
Merge branch 'master' into bugfix/logscale-single-point 2017-10-30 09:54:32 -07:00
Andrew Watkins b4f4bd5125
Merge branch 'master' into bugfix/connect-to-source 2017-10-30 09:52:16 -07:00
Nicholas Drone c772801bde Fixes #1077 by removing win_system and system from the select query. 2017-10-27 18:33:19 -04:00
Deniz Kusefoglu 20e4037eda
Merge pull request #2167 from influxdata/fractional_seconds_in_csv
Adds fractions of seconds to time field in csv export
2017-10-27 10:27:20 -07:00
Andrew Watkins f5af9167c2 Prettier webpack 2017-10-27 09:11:03 -07:00
Andrew Watkins a60b458dd6 Merge branch 'master' of github.com:influxdata/chronograf 2017-10-27 09:10:35 -07:00
Andrew Watkins 160b468e04 Fix memoizer warning in production build 2017-10-27 09:10:14 -07:00
Chris Goller 1797b5912d Merge pull request #2171 from influxdata/feature/kapa-chunked-logs
Feature/kapa chunked logs
2017-10-27 10:36:02 -05:00
Chris Goller 4d183c8087 Update circle builds to use go 1.9.2 and node 6.11.5 2017-10-27 10:11:09 -05:00
Chris Goller fb1f99fb7d Merge pull request #2172 from influxdata/feature/golang-1.9.2
Update Go and Node to 1.9.2 and 6.11.5
2017-10-27 09:42:48 -05:00
Chris Goller f81f1c0b7a Update Go and Node to 1.9.2 and 6.11.5 2017-10-26 19:04:23 -05:00
Andrew Watkins a4c4fc80bd Merge pull request #2170 from influxdata/bugfix/highlight-dots
Highlight circles are back
2017-10-26 15:43:36 -07:00
Chris Goller 832589f9b9 Fix logger and redirector to be flushers allowing HTTP chunking 2017-10-26 17:38:20 -05:00
Chris Goller 9e1fe7bf29 Fix kapacitor proxy to accept url query parameters 2017-10-26 17:38:03 -05:00
Chris Goller 2e869f5536 Add flush interval to kapacitor proxy to fix buffering 2017-10-26 17:37:28 -05:00
deniz kusefoglu 26895710ab Edit changelog 2017-10-26 14:37:23 -07:00
deniz kusefoglu 3a0e3425d5 Fix tests 2017-10-26 14:35:03 -07:00
Andrew Watkins 63a85eb9c6 Highlight circles are back 2017-10-26 14:09:04 -07:00
deniz kusefoglu daecb50a19 Adds fractions of seconds to time field in csv export 2017-10-26 12:52:36 -07:00
Nathan Haugo a1ea2c058e Merge pull request #2140 from influxdata/feature/kapa-insecure
Add insecure ssl support to connect to kapacitor
2017-10-26 10:40:28 -04:00
Andrew Watkins 512bf8a890 Merge pull request #2162 from influxdata/ux/dbrp
Update database list to include retention
2017-10-25 10:32:25 -07:00
Andrew Watkins 933d267cdf Update database list to include retention 2017-10-25 10:08:54 -07:00
Andrew Watkins b5e6eb784a Update CHANGELOG 2017-10-24 14:38:57 -07:00
Andrew Watkins bbc6c76a61 Fix cannot connect to source false error flag 2017-10-24 14:37:38 -07:00
Andrew Watkins bb9663bdc9 Update CHANGELOG 2017-10-24 13:49:31 -07:00
Andrew Watkins edaa0fed99 Prevent user from deprecating number to below zero if logscale 2017-10-24 13:45:09 -07:00
Andrew Watkins a53c7d7abe Fix error to console when range is zero for dygraph logscale 2017-10-24 13:39:16 -07:00
Andrew Watkins 49678e765e Add tern-project to gitignore 2017-10-24 13:00:40 -07:00
Hunter Trujillo bdbf16b1c2 Merge pull request #2156 from influxdata/blocker/group-by-time-de
Fix GroupByTimeDropdown
2017-10-24 12:53:57 -06:00
Hunter Trujillo 0249bbbcd6 Remove isInDataExplorer props. Refactor GroupByTimeDropdown to SFC. Fix isInDataExplorer and isInRuleBuilder methods. 2017-10-24 12:41:55 -06:00
Andrew Watkins 9e025756b1 Merge pull request #2155 from influxdata/blocker/template-vars
Fix broken update of dashboards and TVs
2017-10-24 11:02:11 -07:00