Commit Graph

251 Commits (67504232447155a79dab4557029d1f6dac32b137)

Author SHA1 Message Date
Hunter Trujillo dfc7a271b2 Update CHANGELOG: Add TCP and HTTP support to kapacitor rule alert config 2017-02-09 22:03:14 -07:00
Chris Goller 1f4488b0e5 Update CHANGELOG to mention server gzip encoding and asset caching 2017-02-09 17:30:37 -06:00
Andrew Watkins 0f3b0b4caa Update CHANGELOG 2017-02-09 11:33:50 -08:00
Chris Goller d60f7e1ca3 Updated CHANGELOG to use yarn over npm install 2017-02-08 21:15:56 -06:00
Chris Goller 6f557aa685 Update CHANGELOG to mention detail for kapa email alert 2017-02-07 17:11:46 -06:00
Chris Goller a730f7885b Update release to 1.2.0-beta1 2017-01-27 18:43:42 -06:00
Tim Raymond 594c1fc587 Merge branch 'master' into feature/tr-host-under-path
Conflicts:
  - CHANGELOG.md
2017-01-27 19:30:43 -05:00
Andrew Watkins d2cfc10cbb Update CHANGELOG 2017-01-27 14:39:34 -08:00
Tim Raymond a60e545c7e Update CHANGELOG for #814 2017-01-27 17:11:37 -05:00
Chris Goller 9ecfc5d77b Update CHANGELOG to add #774 2017-01-27 13:18:56 -06:00
Chris Goller 111764a168 Update CHANGELOG to add procstat layout 2017-01-27 12:04:40 -06:00
Chris Goller a3458802a9 Update CHANGELOG to mention `inputs.net` telegraf layout 2017-01-27 11:36:21 -06:00
Nathan Haugo 146993fe6a Merge pull request #779 from influxdata/feature/layout-diskio
Add layout for telegraf's system diskio plugin
2017-01-24 11:13:07 -08:00
Gunnar cd4fbc0f29 Merge branch 'master' into ga-version-header 2017-01-23 23:30:59 -08:00
gunnaraasen 58a2a82d52 Add X-Chronograf-Version header 2017-01-23 23:29:12 -08:00
Tim Raymond 70fe343e19 Fix missing fields from non-default RP
When attempting to extract fields from a non-default retention policy in
the Data Explorer, fields would not appear. This was because the query
was sent without an explicit RP, which would use the default RP instead.
This adds an explicit RP to the SHOW FIELDS query.
2017-01-23 09:54:56 -05:00
Chris Goller e4b7628bc1 Update CHANGELOG about diskio layout 2017-01-14 13:20:24 -06:00
Chris Goller 9f7e3c7c14 Add layout for telegraf's system diskio plugin
diskio are counters that give the total reads/writes since
a system reboot.
2017-01-14 13:10:39 -06:00
Regan Kuchan 7de4cb2082 Remove periods 2017-01-13 15:15:09 -08:00
Chris Goller 975f11ac96 Update changelog to beta6 2017-01-13 16:46:32 -06:00
Andrew Watkins 9c84593d67 Merge pull request #766 from influxdata/rule-template
Rule template
2017-01-13 14:23:45 -08:00
Alex P c2013be56a Update Changelog 2017-01-13 14:15:04 -08:00
Chris Goller aebc05241a Merge pull request #748 from influxdata/bugfix/tr-missing-kapa
Fix missing Kapacitor on Source index page
2017-01-13 14:29:14 -06:00
Tim Raymond d35b64fa84 Fix missing Kapacitor on Source index page
When visiting the Sources page, any InfluxDB sources that had a
configured Kapacitor would not show them. This turned out to be racey
logic. Kapacitors for a particular source are fetched from the API. The
update to the component state happened outside of the promise chained
onto the API call, so the state update was racing against the fetch from
the API (and would always win, pushing the empty object).

Instead, the chained promises for each API fetch are collected, and each
promise updates a single kapacitors object. The final promise that
updates the state is then blocked on all those promises by Promise.all.

Performing updates like this saves some allocations, since we aren't
allocating an object for each source<->kapacitor pairing to send to
setState. It also reduces setState's work, since it doesn't have to
coalesce state updates.
2017-01-13 15:21:39 -05:00
Chris Goller e5da9b6ace Update CHANGELOG to fix bad link 2017-01-12 17:45:33 -06:00
gunnaraasen f6477f301f Remove RPM posttrans scriptlet and small fixes 2017-01-11 15:52:06 -08:00
Chris Goller 2e3ed8e410 Update changelog for kapacitor basic auth 2017-01-10 19:13:09 -06:00
nathan haugo c28fcafa3e Add changelog for 706 and 707 2017-01-09 13:33:54 -08:00
Jack Zampolin 7fc07ad9d8 Add changelog 2017-01-09 13:21:06 -08:00
Chris Goller bc3a0e1b3d Add Github organization restriction to authentication 2017-01-06 11:39:20 -06:00
nathan haugo 81b63e9f41 Update changelog for 1.1.0-beta5 2017-01-05 15:40:15 -08:00
Chris Goller 439a4d32e8 Add insecureSkipVerify option to source to accept all influxdb certs
The insecureSkipVerify defaults to false, but when true, instructs
the server to accept any certificate coming from the InfluxDB server.
2017-01-04 19:35:07 -06:00
Chris Goller 2339f93c0e Fix mongo layout to remove extra fields 2017-01-04 18:17:23 -06:00
Nathan Haugo cc0ea821f0 Change direction of shift for relative rules (#717)
* Change direction of shift for relative rules

* Update changelog

* Fix tests

* Fix tests

* Update changelog for 718
2017-01-04 18:03:41 -06:00
nathan haugo 55c27556fd Add missing word to changelog 2016-12-30 14:36:03 -08:00
nathan haugo 35bb85d045 Update change log for beta 4 2016-12-30 14:23:43 -08:00
nathan haugo de7df0f4aa Update change log for beta 4 2016-12-30 14:21:17 -08:00
Regan Kuchan 24a64c0742 Update the CHANGELOG for beta3 release 2016-12-16 15:13:18 -08:00
Will Piers b006a0a0fd Update changelog 2016-12-14 14:58:15 -08:00
Chris Goller 18486f5f51 Add CHANGELOG for beta2 2016-12-09 16:01:08 -06:00
Chris Goller 9b04e0c985 Update CHANGELOG 2016-12-08 21:17:54 -06:00
nathan haugo cba7742642 Update changelog for 1.1.0-beta1 2016-12-06 11:47:23 -08:00
Andrew Watkins 1c41fbc0c3 Update CHANGELOG 2016-12-05 14:59:57 -08:00
Andrew Watkins ea1ce00aea Update CHANGELOG.md 2016-12-02 12:41:14 -08:00
Tim Raymond e06f1c5cf4 Update changelog 2016-12-01 11:35:00 -05:00
Tim Raymond 3732f185b4 Update changelog 2016-11-29 17:42:30 -05:00
Chris Goller 76a05f7dd8 Update changelog 2016-11-18 16:08:16 -06:00
Andrew Watkins f3b7a2d3c8 Remove enterprise class name 2016-11-17 10:00:24 -08:00
Tim Raymond f66e1e28b6 Update changelog w/ new varnish layout 2016-11-16 11:33:55 -05:00
Tim Raymond 6ad78f0702 Update changelog w/ postgres layout fixes 2016-11-16 11:12:19 -05:00
Chris Goller b02e156454 Add changelog and update the PR template similar to other influxdata projects 2016-11-14 20:31:01 -06:00