Commit Graph

9847 Commits (8763a6b2705be098e0a5b3b454100daad2466944)

Author SHA1 Message Date
Iris Scholten d3e4754f6d Update placeholders for nicknames in SlackConfig based on whether its the default config or not 2018-05-15 14:57:22 -07:00
Iris Scholten 46a86ee28d Update parseAlertNodesList to use nicknames with slack 2018-05-15 14:57:22 -07:00
Iris Scholten c43c8bea63 Add nickname to display text in Alert Handlers section to use nickname 2018-05-15 14:57:22 -07:00
Iris Scholten 807fc2f1eb Update parseHandlersFromConfig to include config sections with multiple configs 2018-05-15 14:57:22 -07:00
Iris Scholten 4226bca0b9 Add delete button and funcitonality for SlackConfigs 2018-05-15 14:57:22 -07:00
Iris Scholten 8cade8458d Change updateKapacitorConfigSection function so that if a specific config is passed, it updates that specific config and not just the default 2018-05-15 14:57:22 -07:00
Iris Scholten 21a7c65d05 Update SlackConfig to disable nickname if its a new config 2018-05-15 14:57:22 -07:00
Iris Scholten e19efd1480 Update handleSubmit to only send workspace in properties if a new config 2018-05-15 14:57:22 -07:00
Iris Scholten 85428ab825 Fix unique id errors and update keys for slack configs 2018-05-15 14:57:22 -07:00
Iris Scholten e2c24f3dff Add ability to create new slack node 2018-05-15 14:57:22 -07:00
Iris Scholten 9665f420b1 Add ability to display multiple slack nodes in UI 2018-05-15 14:57:22 -07:00
Iris Scholten f79a45e2f1 Add nickname field to SlackConfig form 2018-05-15 14:57:22 -07:00
ebb-tide 29a2a800d6 Supply basepath to request that fetches kapacitor logs 2018-05-15 14:22:58 -07:00
Brandon Farmer 362a665d50 Merge pull request #3462 from influxdata/polish/kafka_goto_config
Add 'go to config' button to Kafka alert handler
2018-05-15 14:15:11 -07:00
Brandon Farmer 999c68f517 Merge pull request #3461 from influxdata/enhancements/better-query-for-host-list-dropdown
Improve query for host page to populate dropdown
2018-05-15 14:10:58 -07:00
Jared Scheib 2e0901afe0 Add 'go to config' button to Kafka alert handler 2018-05-15 13:56:24 -07:00
Brandon Farmer 4f79e2bc46 Update changelog 2018-05-15 13:44:12 -07:00
ebb-tide 1b6ec4aaa8 Remove comments that are breaking fetch 2018-05-15 13:43:41 -07:00
Brandon Farmer 5728d1dae2 Improve query for host page to populate dropdown
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-05-15 13:43:02 -07:00
Deniz Kusefoglu 4b2418a2f9 Merge pull request #3457 from influxdata/bugfix/data-explorer-error
Fix Data Explorer Status Reporting again
2018-05-15 11:42:47 -07:00
Alex P 14225f67d9 Remove empty ruleset 2018-05-15 10:41:50 -07:00
Alex P 0a856863e4 Fix double legend css bug 2018-05-15 10:37:09 -07:00
Deniz Kusefoglu b287419825 Merge branch 'master' into bugfix/data-explorer-error 2018-05-15 10:12:06 -07:00
Alex P f025065ca2 Convert layout cell and related components to TypeScript 2018-05-15 09:58:19 -07:00
ebb-tide 5ef3600c69 Finish TS'ing constructResults function 2018-05-14 19:49:06 -07:00
Deniz Kusefoglu dfc4e8989b Merge pull request #3453 from influxdata/bugfix/tickscript-logviewer
Revert back to using fetch to get kapacitors log stream
2018-05-14 17:40:51 -07:00
ebb-tide fbae80c2bd Update changelog 2018-05-14 17:39:33 -07:00
ebb-tide 445bca767b Merge branch 'master' into bugfix/tickscript-logviewer 2018-05-14 17:36:16 -07:00
ebb-tide 3c98ced090 Update Changelog 2018-05-14 17:25:31 -07:00
ebb-tide cc4b5bdfd1 Revert back to using fetch to get kapacitors log stream 2018-05-14 17:22:19 -07:00
Alex P 50ca7ece98 Convert LayoutCell to TypeScript 2018-05-14 17:20:34 -07:00
Jared Scheib f53965a384 Merge pull request #3450 from influxdata/fix/pagerdutyv2_servicekey
Change PagerDuty2 `service-key` to `routing-key`
2018-05-14 17:10:15 -07:00
Brandon Farmer a935d4ca5b Merge pull request #3451 from influxdata/fixes/allow-dashboard-quick-select-scroll
Wrap dashboard quick select with scrolling
2018-05-14 17:08:47 -07:00
Brandon Farmer 91ef511070 Wrap dashboard quick select with scrolling 2018-05-14 16:54:38 -07:00
Alex P 62e87ba2d9 Convert MenuTooltipButton to TypeScript 2018-05-14 16:52:55 -07:00
Jared Scheib 8f5ebbcbe1 Remove ternaries from PagerDuty2Handler for ease of debugging 2018-05-14 16:48:52 -07:00
Jared Scheib b15424fc21 Add stronger types to PagerDuty2Config 2018-05-14 16:42:40 -07:00
Alex P bce90535e7 Convert ThresholdsListTypeToggle to TypeScript 2018-05-14 16:40:24 -07:00
Alex P 5b6f806cef Clean up Notification component via getters 2018-05-14 16:27:25 -07:00
Alex P 7175d37b7e Convert Notifications components to TypeScript 2018-05-14 16:22:52 -07:00
Alex P 47f7d4b312 Consolidate Notification type definitions 2018-05-14 16:22:39 -07:00
Jared Scheib 5bee635c71 Update some missed var names to PagerDuty2 2018-05-14 16:10:54 -07:00
Jared Scheib 87d05659f3 Add PagerDuty2 components to support diff integration key field name 'routing-key' 2018-05-14 16:09:25 -07:00
Alex P 2e7ea1ac0c Convert QueryTabList to TypeScript 2018-05-14 16:04:27 -07:00
ebb-tide 4c326ce36b Transmit id as part of query payload to capture query status 2018-05-14 15:52:57 -07:00
Brandon Farmer 58c3cc0cfb Merge pull request #3447 from influxdata/fixes/disable-tickscripts
Fixes users disabling rules from tickscript table
2018-05-14 15:28:11 -07:00
Brandon Farmer 970ce7330c Fixes users disabling rules from tickscript table 2018-05-14 15:00:54 -07:00
Jared Scheib 4ca38fee6f Merge branch 'master' of github.com:influxdata/chronograf 2018-05-14 14:53:59 -07:00
Jared Scheib 166aeded39 Type dashboards/constants/index 2018-05-14 14:44:42 -07:00
ebb-tide c1a52f695b WIP typescripting 2018-05-14 14:15:49 -07:00