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