Commit Graph

1452 Commits (e2ef61d6d77b363e27ed954487d0370ed5e23d58)

Author SHA1 Message Date
Regan Kuchan e2ef61d6d7 Update Chronograf version number 2017-01-26 14:52:10 -08:00
Regan Kuchan 55db76b067 Update INSTALLATION and GETTING_STARTED 2017-01-26 14:51:24 -08:00
Nathan Haugo b55ad59e48 Merge pull request #786 from influxdata/fix-alert-filter
Fix alert filter
2017-01-24 11:13:55 -08:00
Nathan Haugo 3e8a101315 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
Nathan Haugo 67e6100a2f Merge pull request #772 from influxdata/ga-version-header
Add X-Chronograf-Version header
2017-01-24 11:12:35 -08:00
Gunnar b835030224 Merge branch 'master' into ga-version-header 2017-01-23 23:30:59 -08:00
gunnaraasen 4bef66aff7 Add X-Chronograf-Version header 2017-01-23 23:29:12 -08:00
Andrew Watkins 431d0348d3 Merge pull request #790 from influxdata/remove-checkboxes
Remove checkboxes
2017-01-23 11:45:00 -08:00
Andrew Watkins cf5d85ae2b Merge pull request #788 from influxdata/bugfix/tr-missing-field-keys
Fix missing fields from non-default RP
2017-01-23 11:42:28 -08:00
Andrew Watkins 4709272817 Match order of keys 2017-01-23 11:30:10 -08:00
Andrew Watkins 4f3f12dcaa Remove state change only checkbox from Telegram 2017-01-23 11:27:01 -08:00
Andrew Watkins 512a854a4d Remove state change only checkbox from HipChat 2017-01-23 11:26:50 -08:00
Tim Raymond 37ce031071 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
Andrew Watkins e554a5b5d2 Merge pull request #787 from influxdata/rule-copy
Fix copy and templated string
2017-01-20 15:20:55 -08:00
Andrew Watkins e74c03f5eb Fix copy and templated string 2017-01-20 13:35:18 -08:00
Andrew Watkins 0a865e22e6 Fix laggy input typing 2017-01-20 13:22:08 -08:00
Andrew Watkins da5c1d3a0c Make AlertTable source of truth for search term 2017-01-20 12:43:18 -08:00
Andrew Watkins b63ce0a6af Fix duplicate children error spam 2017-01-20 12:27:17 -08:00
Andrew Watkins 855b36cc6c Fix filtering in alerts table 2017-01-20 12:27:00 -08:00
Chris Goller 663712ce5f Update CHANGELOG about diskio layout 2017-01-14 13:20:24 -06:00
Chris Goller 8de723a7f1 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
Chris Goller 8e8f768b2d Update circle typos 2017-01-13 18:26:41 -06:00
Chris Goller d836abaca7 Fix circle typo 2017-01-13 18:08:15 -06:00
Chris Goller 76cc94c51d Merge pull request #771 from influxdata/feature/b6
Update changelog and release notes to beta6
2017-01-13 17:16:17 -06:00
Regan Kuchan 0cee62b53f Remove periods 2017-01-13 15:15:09 -08:00
Chris Goller b7d396c1a5 Update changelog to beta6 2017-01-13 16:46:32 -06:00
Andrew Watkins 1144047477 Merge pull request #766 from influxdata/rule-template
Rule template
2017-01-13 14:23:45 -08:00
Alex P a65592ffa5 Update Changelog 2017-01-13 14:15:04 -08:00
Alex P ad0c6200c0 Make rule message placeholder more informative 2017-01-13 14:12:14 -08:00
Alex P b7dfae9ebf Move rule message templates to correct constants file 2017-01-13 14:02:31 -08:00
Chris Goller 1f0deddf49 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 4e3be5f360 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
Alex P c8b8410ca1 Show pointer cursor on template hover 2017-01-13 12:02:13 -08:00
Andrew Watkins e1e003b908 Add functionality to append templates to rule message 2017-01-13 11:56:17 -08:00
Andrew Watkins 0e420e80bc Merge pull request #770 from influxdata/add-source-bug
Fix not being able to add new source
2017-01-13 11:31:12 -08:00
Andrew Watkins cdcb2a42c2 Merge pull request #768 from influxdata/feature/337-proper-link
add links to hosts in alerts table
2017-01-13 11:24:54 -08:00
Andrew Watkins d2eb8cea51 Fix not being able to add new source 2017-01-13 11:23:35 -08:00
Jade McGough f4e7e8c143 add links to hosts in alerts table 2017-01-13 00:27:12 -08:00
Nathan Haugo 7b485e08f8 Merge pull request #767 from influxdata/feature/add-docker-release-tag
Update circle builds of release tags to upload docker containers to quay
2017-01-12 17:39:33 -08:00
Chris Goller 9721739345 Update build markdown output to be more user friendly 2017-01-12 18:42:48 -06:00
Chris Goller a2ca59aa11 Update circle building of release tags to upload docker containers to quay 2017-01-12 18:11:12 -06:00
Chris Goller 542dfa48dd Update CHANGELOG to fix bad link 2017-01-12 17:45:33 -06:00
Andrew Watkins 2885c223ba Merge pull request #760 from influxdata/remove-checkboxes
Remove checkboxes
2017-01-12 15:27:39 -08:00
Andrew Watkins 79aafaf8fd Change template hover to text cursor 2017-01-12 15:22:50 -08:00
Andrew Watkins 26792779a1 Refactor rule message template tooltips 2017-01-12 15:09:33 -08:00
Chris Goller 5e78dda63d Merge pull request #758 from influxdata/unsafe-ssl
Unsafe ssl
2017-01-12 17:08:12 -06:00
Nathan Haugo 5de15eca21 Merge pull request #762 from influxdata/feature/596-select-host
Feature/596 select host
2017-01-12 14:53:15 -08:00
Andrew Watkins 3438723ec7 Merge pull request #765 from influxdata/get-range
Get range
2017-01-12 14:51:13 -08:00
Andrew Watkins 2f66af3e5a Add tests for range calc 2017-01-12 14:19:48 -08:00
Hunter Trujillo 1c808ed683 Merge branch 'feature/596-select-host' of github.com:influxdata/chronograf into feature/596-select-host 2017-01-12 14:59:13 -07:00