Commit Graph

6371 Commits (899b42d6bf456b783d5ec4d96be039213d4341d7)

Author SHA1 Message Date
Brandon Farmer 5eb5436f65 Replace fixed-data-table with fixed-data-table-2
fixed-data-table is no longer maintained and was introducing
deprecation warnings on data explorer
2018-05-16 10:04:52 -07:00
ebb-tide 351a53884b Release 1.5.0.0 2018-05-15 17:36:04 -07:00
Iris Scholten aebafaf07c
Merge pull request #3468 from influxdata/bugfix/handle-no-selected-rule
Fix NewRuleHandler Bug
2018-05-15 17:12:53 -07:00
Iris Scholten 60b0a65136 Fix bug where new alert causes type error 2018-05-15 16:37:03 -07:00
Iris Scholten 753d378a87
Merge pull request #3465 from influxdata/feature/multiple-slack-nodes
Multiple slack nodes
2018-05-15 15:57:02 -07:00
Deniz Kusefoglu 7a52411e1e
Merge pull request #3464 from influxdata/bugfix/tickscript-log-basepath
Bugfix/tickscript log basepath
2018-05-15 15:56:46 -07:00
Jared Scheib ec5c62c18d
Merge pull request #3423 from azhurbilo/log_kapaciotor_batch
Show kapacitor batch point info in log panel
2018-05-15 15:37:28 -07:00
Iris Scholten 801cdc2992 Add additional options to override for testing slack config 2018-05-15 14:57:22 -07:00
Iris Scholten 7616e28b2e Update getConfigEnabled to check if any configs are enabled if multilpe configs exist for a section 2018-05-15 14:57:22 -07:00
Iris Scholten 5bab456407 Prevent the deletion of an unsaved new slack config from deleting the default slack config 2018-05-15 14:57:22 -07:00
Iris Scholten 1a4556ac79 Refactor AlertTabs for typing 2018-05-15 14:57:22 -07:00
Iris Scholten 08337f3c51 Convert HandlerTabs, RuleHandlers, and Kapacitor/Constants/Index to typescript and fix any type in SlackConfigs 2018-05-15 14:57:22 -07:00
Iris Scholten 6b24cd251a Update testAlertOutput to use specific config if using slack 2018-05-15 14:57:22 -07:00
Iris Scholten a64437a8ee Style the Multiple slack nodes
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-05-15 14:57:22 -07:00
Iris Scholten a0b55d1398 Fix bug where clicking enabled on a new config toggled the default slack config 2018-05-15 14:57:22 -07:00
Iris Scholten 4613c9f4ba 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 0b549ee510 Update parseAlertNodesList to use nicknames with slack 2018-05-15 14:57:22 -07:00
Iris Scholten d29275dcac Add nickname to display text in Alert Handlers section to use nickname 2018-05-15 14:57:22 -07:00
Iris Scholten 64f9ec97b7 Update parseHandlersFromConfig to include config sections with multiple configs 2018-05-15 14:57:22 -07:00
Iris Scholten dbd32a9952 Add delete button and funcitonality for SlackConfigs 2018-05-15 14:57:22 -07:00
Iris Scholten 5330d2c5a7 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 2f8b2751fc Update SlackConfig to disable nickname if its a new config 2018-05-15 14:57:22 -07:00
Iris Scholten 2ed842c085 Update handleSubmit to only send workspace in properties if a new config 2018-05-15 14:57:22 -07:00
Iris Scholten ce39c0a7b5 Fix unique id errors and update keys for slack configs 2018-05-15 14:57:22 -07:00
Iris Scholten 342402d115 Add ability to create new slack node 2018-05-15 14:57:22 -07:00
Iris Scholten 1c2c422e79 Add ability to display multiple slack nodes in UI 2018-05-15 14:57:22 -07:00
Iris Scholten 5c07acf235 Add nickname field to SlackConfig form 2018-05-15 14:57:22 -07:00
ebb-tide 8af7bad5d7 Supply basepath to request that fetches kapacitor logs 2018-05-15 14:22:58 -07:00
Brandon Farmer dfe8cd753c
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
Jared Scheib f4dfde47f2 Add 'go to config' button to Kafka alert handler 2018-05-15 13:56:24 -07:00
ebb-tide cbfea853af Remove comments that are breaking fetch 2018-05-15 13:43:41 -07:00
Brandon Farmer 64ee598afa 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 921ded2959
Merge branch 'master' into bugfix/data-explorer-error 2018-05-15 10:12:06 -07:00
ebb-tide d648895a44 Merge branch 'master' into bugfix/tickscript-logviewer 2018-05-14 17:36:16 -07:00
ebb-tide 06c734fb69 Revert back to using fetch to get kapacitors log stream 2018-05-14 17:22:19 -07:00
Jared Scheib 33263dba50
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 7edbb5a70b Wrap dashboard quick select with scrolling 2018-05-14 16:54:38 -07:00
Jared Scheib 7dac14974a Remove ternaries from PagerDuty2Handler for ease of debugging 2018-05-14 16:48:52 -07:00
Jared Scheib 13b6bda073 Add stronger types to PagerDuty2Config 2018-05-14 16:42:40 -07:00
Jared Scheib 02f0aee6c1 Update some missed var names to PagerDuty2 2018-05-14 16:10:54 -07:00
Jared Scheib 4faa500996 Add PagerDuty2 components to support diff integration key field name 'routing-key' 2018-05-14 16:09:25 -07:00
ebb-tide 38961502a6 Transmit id as part of query payload to capture query status 2018-05-14 15:52:57 -07:00
Brandon Farmer 60a1f83db2 Fixes users disabling rules from tickscript table 2018-05-14 15:00:54 -07:00
Jared Scheib 2dc7c0d054 Merge branch 'master' of github.com:influxdata/chronograf 2018-05-14 14:53:59 -07:00
Brandon Farmer b6ce46237f Fix typo in AlertsApp componentsDidMount 2018-05-14 13:12:29 -07:00
Alex P e510702c17 Do not require onStartEdit 2018-05-14 11:52:30 -07:00
Alex P 84e485add5 Merge branch 'master' into ts-party/moar-shared-components 2018-05-14 11:40:19 -07:00
Alex P 1527d47137 Add return type to function
Yay css types
2018-05-14 11:30:12 -07:00
Alex P b9570ccd7b Add return type to function 2018-05-14 11:27:46 -07:00
Alex P 5093ef5053 Add return type to async function 2018-05-14 11:26:15 -07:00