Commit Graph

5556 Commits (6b6f7250709b194520550449befef0fdad513019)

Author SHA1 Message Date
Chris Goller 6b6f725070 Add test for deadman json pipeline conversion 2017-11-17 16:24:52 -06:00
Chris Goller 5eae7fb6dd Update kapacitor to latest json-pipeline fixes 2017-11-17 16:24:52 -06:00
Chris Goller bf399e69ff Add kapacitor JSON marshal/unmarshal 2017-11-17 16:17:15 -06:00
Chris Goller 7402208300 Update kapacitor to 1.4.0rc0 2017-11-17 16:17:15 -06:00
Chris Goller 498c5d9b6c Update Makefile 2017-11-17 15:51:10 -06:00
Chris Goller dc3454207c Merge pull request #2305 from influxdata/feature/auto-group-by-parse
Refactor and simplify auto group by (:interval:) template variable
2017-11-17 11:27:52 -08:00
Alex Paxton 042de5eeb9 Merge pull request #2371 from influxdata/center-empty-graph-text
Center Empty Graph Text
2017-11-15 09:36:57 -08:00
Alex P 9ba51e7ce2 Fix for 2250 2017-11-14 14:23:26 -08:00
lukevmorris 5b3f992a8d Merge pull request #2329 from influxdata/de-tab-names-include-tag-values
DE tab names include measurement and all tag values
2017-11-09 18:53:12 -08:00
Luke Morris 2563dadfcd Update changelog 2017-11-09 18:42:40 -08:00
Luke Morris 5764511d8f DE tab names include measurement and all tag values 2017-11-09 18:38:09 -08:00
Andrew Watkins 50a0ae90d5 Remove console spam 2017-11-09 10:01:21 -08:00
Andrew Watkins 93780425d0 Update frontend to handle new :interval: shape 2017-11-08 14:26:37 -08:00
Chris Goller c1c5a2fbbe Merge pull request #2303 from influxdata/feature/rpm-shadow-utils
Add shadow-utils to release RPM generation
2017-11-08 11:55:40 -06:00
Chris Goller aaac39a852 Merge branch 'master' into feature/rpm-shadow-utils 2017-11-08 11:55:07 -06:00
Chris Goller 87e36f77b7 Merge pull request #2292 from lukebigum/master
Source extra command line options from defaults file
2017-11-08 11:54:21 -06:00
Chris Goller 3f87dd6e77 Refactor and simplify auto group by (:interval:) template variable 2017-11-08 11:27:35 -06:00
Chris Goller 7b00215a7f Update CHANGELOG to mention shadow-utils in RPM release packages 2017-11-08 07:01:02 -06:00
Chris Goller e4b08fd8ec Add shadow-utils to release RPM generation 2017-11-08 06:58:40 -06:00
Luke Bigum dd505ac587 source a /etc/defaults script so you can specify extra chronograf options at service start 2017-11-08 08:52:08 +00:00
Chris Goller a0a30b0536 Merge pull request #2291 from influxdata/fix/kapacitor-panic
Fix kapacitor task panic where error condition was not checked
2017-11-07 16:17:41 -06:00
Chris Goller 4b322052b3 Update CHANGELOG to mention fixing kapacitor panics 2017-11-07 16:10:31 -06:00
Chris Goller 943b6129c3 Fix kapacitor variables to escape strings 2017-11-07 16:07:21 -06:00
Chris Goller b1ad6443e5 Fix several kapacitor validation failures 2017-11-07 16:02:02 -06:00
Chris Goller f4fa08e36b Fix kapacitor task panic where error condition was not checked 2017-11-07 11:42:40 -06:00
Andrew Watkins d562a069f5 Merge pull request #2218 from influxdata/bugfix/no-results-legend
Bugfix/no results legend
2017-11-06 15:08:19 -08:00
Chris Goller 702675dd94 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 132d9845ba 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 106d1fda48 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 02762a95e5 Update queries endpoint comment 2017-11-04 20:19:08 -05:00
Chris Goller 1bcf74e547 Add hot module reload to dev builds (make run-hmr) 2017-11-04 14:07:39 -05:00
Chris Goller 39096e6c3d Add cleanup step to js dev builds to remove unused files 2017-11-03 19:33:16 -05:00
Chris Goller 38f70bff3e Update CHANGELOG to mention fixing template variable in dashboard query building 2017-11-02 18:01:35 -05:00
Chris Goller cdd2c826b9 Fix rendering of templated queries to the /queries endpoint 2017-11-02 17:57:02 -05:00
Andrew Watkins 725e80f7e9 Make legend items unique 2017-11-02 13:38:08 -07:00
Andrew Watkins 4cafd07d33 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 e3ceb855a1 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 97f3e6812f Update chronograf logrotate policy to not rotate if file is 0 bytes 2017-10-30 19:27:02 -05:00
Chris Goller 7d70118d61 Merge branch 'ndrone-feature/hosts' 2017-10-30 19:04:20 -05:00
Chris Goller cdcac9e16a Merge branch 'master' into feature/hosts 2017-10-30 19:02:32 -05:00
Andrew Watkins c5b8e85a7d Merge pull request #2157 from influxdata/bugfix/logscale-single-point
Logscale single point
2017-10-30 10:12:47 -07:00
Andrew Watkins 7f8128b00a Merge branch 'master' into bugfix/logscale-single-point 2017-10-30 10:02:41 -07:00
Andrew Watkins 78feb83e66 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 e6e3682c2c Merge branch 'master' into bugfix/logscale-single-point 2017-10-30 09:54:32 -07:00
Andrew Watkins 5280c237e8 Merge branch 'master' into bugfix/connect-to-source 2017-10-30 09:52:16 -07:00
Nicholas Drone 810803aff6 Fixes #1077 by removing win_system and system from the select query. 2017-10-27 18:33:19 -04:00
Deniz Kusefoglu 4010b2fbbc 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 7772bce02f Prettier webpack 2017-10-27 09:11:03 -07:00
Andrew Watkins e2cb4715ca Merge branch 'master' of github.com:influxdata/chronograf 2017-10-27 09:10:35 -07:00
Andrew Watkins cbe1ee9901 Fix memoizer warning in production build 2017-10-27 09:10:14 -07:00