Commit Graph

12003 Commits (291121c0aebc1046f257b911ed62c32a25b8ceac)

Author SHA1 Message Date
Deniz Kusefoglu 291121c0ae Update Changelog 2018-11-13 11:55:14 -08:00
Iris Scholten 9e51b6246a
Merge pull request #4810 from influxdata/update-changelog-4788
Update Changelog
2018-11-13 09:47:00 -08:00
Iris Scholten d722bb0401 Update Changelog 2018-11-13 09:35:41 -08:00
Iris Scholten 51833e3620
Merge pull request #4788 from pabigot/fix/canned
fix canned apps for template variables
2018-11-13 09:31:11 -08:00
Deniz Kusefoglu a42709090c
Merge pull request #4808 from influxdata/bugfix/add-x-to-wizard-overlay
Remove dismiss text from and add x-to-dismiss to wizard overlay steps
2018-11-12 15:55:38 -08:00
Deniz Kusefoglu 83ba0357f5 Remove dismiss text from and add x-to-dismiss to wizard overlay steps 2018-11-12 15:34:52 -08:00
Christopher Henn a994ab8e78 Fix grouping in canned queries
Chronograf includes a number of canned dashboards, whose cells are predefined
and immutable. A cell in a canned dashboard is called a layout cell, and it has
a slightly different schema than a cell in a user-defined dashboard (called
a dashboard cell).

For legacy reasons, Chronograf is able to render a layout cell or dashboard
cell using the same components via a mix of duck-typing and defensive
programming. [#4488][0] attempted to unify the differences between the two
possible cell schemas by converting a layout cell to a dashboard cell upon
read. This schema conversion was error prone and incomplete.

One difference between a layout cell and dashboard cell that was not handled by
the schema conversion involved the `groupbys` and `wheres` fields in a layout
cell. In a dashboard cell, these data are stored in the `queryConfig` object
instead. The schema conversion omitted these data altogether in the converted
cell, which caused the behavior described in [#4789][1]

This commit changes to schema conversion to include all data from the original
layout cell in the converted cell, so that the `groupbys` and `wheres` fields
are present. Downstream, the `Layout` component will check for these fields
when determining how to build a query for a cell.

This is a messy solution that builds upon previous messy solutions. [#4488][0]
discusses some alternatives, which were deemed not worth the effort to
implement.

[0]: https://github.com/influxdata/chronograf/pull/4488
[1]: https://github.com/influxdata/chronograf/issues/4789
2018-11-12 13:59:06 -08:00
Peter A. Bigot b4a9711d08 Add template variables db and rp to missed canned layouts
Original patch failed to apply these to some files due to a
case-sensitive replacement.
2018-11-12 15:18:13 -06:00
Peter A. Bigot 1d9fcd8b1f passim: normalize query case
Make SELECT, AS, FROM consistently upper case in query, so future batch
replacements work properly.
2018-11-12 15:17:00 -06:00
Alirie Gray 794df96f39
Add fieldOptions when creating new cell from SendToDashboard (#4791) 2018-11-12 11:53:33 -08:00
Andrew Watkins 230e4a3c62
fix(db-admin): only handle db state on db create (#4805) 2018-11-12 11:51:49 -08:00
Deniz Kusefoglu 506ecfb9c0
Merge pull request #4796 from influxdata/update-protoboards
Update docker, influxdb and postresql protoboards
2018-11-12 09:46:01 -08:00
Deniz Kusefoglu a5b5733add Fix typo on influxdb protoboard. 2018-11-12 09:34:06 -08:00
Deniz Kusefoglu c99a4b0b2f Add db/rps to ping, rabbitmq, elasticsearch, varnish and capitalize 2018-11-12 09:31:51 -08:00
Deniz Kusefoglu c9f66591f1 Update docker, influxdb and postresql protoboards 2018-11-12 09:31:51 -08:00
Nathan Haugo 82766c317f
Merge pull request #4799 from influxdata/fixes/add-changelog-for-4798
Add changelog entry for pr 4798
2018-11-09 16:56:02 -08:00
nathan haugo c9a5d5094e Add changelog entry for pr 4798 2018-11-09 16:52:18 -08:00
Nathan Haugo bcc6ab8a9e
Merge pull request #4798 from influxdata/fixes/ping-fix
Fix ping canned dashboard
2018-11-09 16:49:45 -08:00
nathan haugo 2416c40a07 Fix ping canned dashboard 2018-11-09 16:42:25 -08:00
Brandon Farmer 93429b3d20
Merge pull request #4794 from influxdata/fixes/basepath-fix
Handle basepath issue with missing slash
2018-11-09 16:32:18 -08:00
Brandon Farmer 55ba63a98f Fix linting issues in functions contants 2018-11-09 16:19:34 -08:00
Brandon Farmer 9ebfa9733c Update changelog 2018-11-09 16:12:42 -08:00
Brandon Farmer c59041ea45 Handle basepath issue with missing slash 2018-11-09 16:03:17 -08:00
Lorenzo Fontana 286d23dee4
Merge pull request #4776 from fntlnz/flux/fix-pivot-keys
fix(flux/pivot): specify the right named parameters for columnKey and valueKey
2018-11-09 15:55:44 -08:00
Deniz Kusefoglu e8477120fb Add protoboards bugfix to 1.7.3 release list 2018-11-08 17:56:28 -08:00
Deniz Kusefoglu bc21a59ec9
Merge pull request #4786 from influxdata/bugfix/get-protoboards-from-multistore
Get protoboards from multistore if not able to find from ProtoboardsPath
2018-11-08 17:47:45 -08:00
Deniz Kusefoglu 9924d577a5 Get protoboards from multistore if not able to find from ProtoboardsPath 2018-11-08 17:27:27 -08:00
Deniz Kusefoglu d9f2b32414 Update Changelog to include 1.7.2 release 2018-11-08 12:20:20 -08:00
Deniz Kusefoglu 5133c67426
Merge pull request #4778 from lpic10/fix_protoboards
Remove hardcoded database/retention period from protoboards
2018-11-08 12:12:44 -08:00
Leandro Piccilli ef735c97b6 Remove hardcoded database/retention period from protoboards 2018-11-08 13:51:42 +01:00
Lorenzo Fontana ca22ab48ce
fix(flux/pivot): specify the right key for columnKey and valueKey
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-11-08 12:05:21 +01:00
Delmer 0317a51f19
Fix scroll loading indicator (#4767)
Fix hide scroll loading indicator
2018-11-07 15:59:53 -05:00
Andrew Watkins 01fa9c6807
fix(de): show manual refresh if paused (#4769)
* fix(de): show manual refresh if paused

* Add changelog entry
2018-11-07 12:47:29 -08:00
Delmer 9995765354
Reset scrollLeft on search (#4763)
Reset scrollLeft on new search
2018-11-07 15:46:27 -05:00
Brandon Farmer 552b836dc3
Merge pull request #4772 from influxdata/fixes/add-protoboard-path-to-docker-env
Add PROTOBOARDS_PATH to dockerfile
2018-11-07 12:33:22 -08:00
Brandon Farmer 0dad60b297 Update changelog 2018-11-07 12:29:49 -08:00
Brandon Farmer 00644f86d9 Add PROTOBOARDS_PATH to dockerfile 2018-11-07 12:27:51 -08:00
Brandon Farmer ee57435306
Merge pull request #4768 from influxdata/fixes/nightly-dockerfile
Update dockerfile for protoboards
2018-11-07 11:56:12 -08:00
Brandon Farmer adc2818b23 Update changelog 2018-11-07 11:54:55 -08:00
Brandon Farmer cb64e6b217 Update dockerfile for protoboards 2018-11-07 11:52:36 -08:00
Brandon Farmer fbc9c93fcd
Merge pull request #4764 from influxdata/fixes/protoboards-path
Add protoboards environment variables to build
2018-11-07 11:17:05 -08:00
Brandon Farmer a98d147dc9 Add changelog for protoboards env fix 2018-11-07 11:07:33 -08:00
Brandon Farmer 1f122150a1 Add protoboards environment variables to build 2018-11-07 10:59:28 -08:00
Christopher Henn 04f8f0e33d
Update CHANGELOG.md 2018-11-07 10:05:59 -08:00
Christopher Henn 6c30091f5d Fix issue with RuleGraph running unrendered query
The `RuleGraph` was attempting to execute queries without first
rendering the `:dashboardTime:` template variable. This commit ensures
that the `:dashboardTime:` template variable is rendered with the
approriate data.
2018-11-07 09:59:10 -08:00
Nathan Haugo c4fd561ef0
Merge pull request #4757 from influxdata/1.7.0-changelog-prep
Clean up CHANGELOG for 1.7.0
2018-11-06 17:05:52 -08:00
Deniz Kusefoglu 1930f30084 Update system protoboard 2018-11-06 16:59:45 -08:00
nathan haugo a5d0f606a8 Clean up CHANGELOG for 1.7.0 2018-11-06 16:56:08 -08:00
Christopher Henn 0568bf2ac8 Consolidate metaquery template constants 2018-11-06 16:43:03 -08:00
Christopher Henn 0b1446317f Add cardinality estimate metaquery templates 2018-11-06 16:43:03 -08:00