Commit Graph

764 Commits (7e2a87f3d214bdd1ebf2ae50bc181b28ffec47f1)

Author SHA1 Message Date
Andrew Watkins 60ce83206c Introduce opsgenie config 2017-01-27 14:37:50 -08:00
Andrew Watkins 1c11ef32e7 Merge pull request #803 from influxdata/kapacitor-defaults
Add default values for kapacitor config
2017-01-27 13:29:23 -08:00
Chris Goller de37286c46 Fix layout autoflow to handle multiple cells per layout 2017-01-27 13:15:50 -06:00
nathan haugo c8b7c39e00 Revert to c6441d4b4f 2017-01-26 18:13:27 -08:00
Nathan Haugo abb96a0fb6 Revert "Revert "Bugfix/legend data order"" 2017-01-26 18:00:14 -08:00
Nathan Haugo 662ab26b91 Revert "Bugfix/legend data order" 2017-01-26 17:55:21 -08:00
Nathan Haugo 9e29983b21 Merge pull request #799 from influxdata/bugfix/legend-data-order
Bugfix/legend data order
2017-01-26 17:54:19 -08:00
Nathan Haugo c6441d4b4f Merge pull request #791 from influxdata/talk-config
Introduce Talk alert config
2017-01-26 17:52:15 -08:00
Andrew Watkins a4c39832e9 Add default values for kapacitor config 2017-01-26 17:51:37 -08:00
Hunter Trujillo 0e39dcecef Add reducer spec for shared/sources. Add nodemon script to package.json to help with TDD. Fix actual issue: duplicate defaults in sources. 2017-01-26 16:55:05 -07:00
Andrew Watkins 3d35c5bfa2 Cleanup 2017-01-26 11:21:56 -08:00
Andrew Watkins 34a486a7cb Cleanup comments 2017-01-26 11:09:04 -08:00
Andrew Watkins 8581d6b4aa Include support for tags 2017-01-26 11:07:34 -08:00
Hunter Trujillo 099da399f0 Guard against undefined series error. 2017-01-25 14:35:47 -07:00
Hunter Trujillo e10eeb66cf Cleanup. Passes linter. 2017-01-25 14:35:32 -07:00
Hunter Trujillo 2c65d3d825 Add dygraphSeries. Tests pass. 2017-01-25 14:25:03 -07:00
Andrew Watkins aa92f9d510 WIP handle duplicate field and measurement names
This solution can now handle an arbitrary number of
responses and series.  Once we munge the series out
into one flat collection, we utilize the index of each
series to identify duplicate labels.
2017-01-24 11:50:41 -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
Andrew Watkins 527c1ef604 WIP all the refactors and in teh darkness bind them 2017-01-23 21:14:39 -08:00
Andrew Watkins 147f0aba60 WIP Fix label ordering bug 2017-01-23 16:08:45 -08:00
Andrew Watkins 55c2887f36 Introduce Talk alert config 2017-01-23 13:07:37 -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 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 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
Andrew Watkins 1144047477 Merge pull request #766 from influxdata/rule-template
Rule template
2017-01-13 14:23:45 -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 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
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
Hunter Trujillo e9362a2da9 Refactor to use async/await. 2017-01-12 14:59:07 -07:00