Commit Graph

171 Commits (9a027c115630d67038ace3e7bcc3e8fcc18b314b)

Author SHA1 Message Date
Andrew Watkins 588338877d Merge pull request #3101 from influxdata/bugfix/tempvar
Fix templateVariables not loading properly.  Other variables were amazed
2018-03-30 15:32:00 -07:00
Andrew Watkins 162bea3ad7 Fix templateVariables not loading properly
Runtime error in the 'EDIT_TEMPLATE_VARIABLE_VALUES' reducer
was causing the list not to populate

Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-30 13:38:00 -07:00
Alex Paxton 489a667d4f Merge pull request #3096 from influxdata/polish/confirmation-buttons
Standardize Confirmation Buttons
2018-03-30 11:21:21 -07:00
ebb-tide b09026c765 Merge branch 'master' into feature/table-graph-polish 2018-03-29 18:56:10 -07:00
ebb-tide fa5cabe3af Move table graph data transform function tests 2018-03-29 18:47:49 -07:00
Andrew Watkins 60ca52ab96 Fix test warning spam 2018-03-29 16:44:24 -07:00
Alex P 641ec4d098 Remove test for button order
This is now handled with CSS
2018-03-29 16:10:17 -07:00
Andrew Watkins ae707ac283 Fix typing errors 2018-03-29 16:06:10 -07:00
Brandon Farmer debfff5050 Fix FuncSelectorTest
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-29 16:06:10 -07:00
Brandon Farmer 5353c0bb57 Func item triggers a handler when it is clicked
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins<andrew.watkinz@gmail.com>
2018-03-29 16:06:10 -07:00
Andrew Watkins 8b11693499 Add ast to test props 2018-03-29 16:04:37 -07:00
Andrew Watkins 853682e46f Introduce Walker class for walking the ifql AST
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-03-29 16:04:37 -07:00
Andrew Watkins 376ce0db87 Introduce filtering to FuncButton 2018-03-29 16:02:32 -07:00
Andrew Watkins 21c8e46bb2 Introduce function list button populated by IFQL 2018-03-29 16:02:32 -07:00
Andrew Watkins de1b7caa63 Get suggestions for functions 2018-03-29 16:02:32 -07:00
Andrew Watkins 457134d217 Introduce IFQLPage skeleton 2018-03-29 16:02:31 -07:00
Andrew Watkins 12643e6213 Add getSuggestions AJAX call to chronograf FE 2018-03-29 16:01:01 -07:00
Andrew Watkins cf0d7661ca Introduce IFQLPage container 2018-03-29 16:01:01 -07:00
Alex P 7f50403114 Rename ConfirmButtons to "ConfirmOrCancel" 2018-03-29 11:22:13 -07:00
ebb-tide dfb7527809 Improve naming of time series transformer functions 2018-03-29 10:56:27 -07:00
Iris Scholten aad5bce052 add test for processing TableGraph data 2018-03-26 12:21:33 -07:00
Iris Scholten 1939c674ac add tests for timeSeriesToTableGraph function 2018-03-26 11:24:05 -07:00
Iris Scholten 39674cab19 fix prettier errors 2018-03-26 09:54:02 -07:00
Iris Scholten 5789f41b7c update getters in TableOptions.test 2018-03-23 18:39:45 -07:00
Iris Scholten 3550b21106 update GraphOptionsCustomizeFields.test 2018-03-23 17:56:23 -07:00
Iris Scholten efccecad72 update GraphOptionsCustomizableField.test 2018-03-23 17:53:34 -07:00
Iris Scholten 32ddfa7c0b add tests for GraphOptionsFixFirstColumn 2018-03-23 17:42:39 -07:00
Iris Scholten 51fc44d50f move tooltip for time format link to constants and update time format tests 2018-03-23 17:28:55 -07:00
Iris Scholten 5d62e4a059 update GraphOptionsSortBy.test 2018-03-23 17:13:21 -07:00
Iris Scholten 1723292504 update GraphOptionsTimeFormat.test 2018-03-23 16:10:33 -07:00
Jared Scheib 0bce2598eb Merge pull request #3006 from influxdata/bugfix/task_enabled_correct_check
Fix Kapacitor Rules task enabled checkboxes to only toggle exactly as clicked
2018-03-23 10:48:41 -07:00
Alex P e2bddbadb3 Implement FancyScrollbar in Customize Fields list 2018-03-22 18:54:16 -07:00
Jared Scheib 385c892f6a Make tslint happy for tests 2018-03-22 15:51:54 -07:00
Jared Scheib 8d915cebc3 Merge branch 'master' into bugfix/task_enabled_correct_check 2018-03-22 15:12:22 -07:00
Jared Scheib e4088ce61a Merge branch 'master' into bugfix/task_enabled_correct_check 2018-03-22 14:08:45 -07:00
Iris Scholten 098e060ecb fix tslint alphabetizing errors 2018-03-22 13:20:00 -07:00
Jared Scheib 67e3c92077 Test that KapacitorRules renders corresponding rule/task rows with same enabled status 2018-03-22 13:09:57 -07:00
Jared Scheib c9525b22b0 Refactor KapacitorRules test to share common helpers & schema 2018-03-22 13:01:49 -07:00
Iris Scholten b58354f144 remove graph options test wrapping from tableoptions test 2018-03-22 12:47:41 -07:00
Iris Scholten 649f221b34 Merge branch 'master' into feature/table-hide-series 2018-03-21 18:31:39 -07:00
Andrew Watkins bba6cd4012 Prettier fixes 2018-03-21 16:59:15 -07:00
Jared Scheib 5e40cf4e6d Test that 'change' event on TaskRow calls onChangeRuleStatus on that rule 2018-03-21 16:48:57 -07:00
Jared Scheib 6c76e2b4f4 Refactor TasksTable test to per-test shallow
Make dedicated describe block props
2018-03-21 16:43:19 -07:00
Jared Scheib e3be0cd95f Test that 'change' event on RuleRow calls onChangeRuleStatus on that rule 2018-03-21 16:42:03 -07:00
Jared Scheib a95b8543c3 Remove improper user interaction work-in-progress
Enzyme is not intended to test toggling a checkbox.
See https://github.com/airbnb/enzyme/issues/952.

Test initial render RuleRow.
Make query an optional property in AlertRule definition.
2018-03-21 16:14:20 -07:00
Andrew Watkins 25809f53e2 Add tslint to test runner / watcher 2018-03-21 16:12:42 -07:00
Andrew Watkins 7373931257 Fix linting errors 2018-03-21 16:12:42 -07:00
Jared Scheib 90e0aa1a01 Get rows & props for testing of KapacitorRulesTable & TasksTable 2018-03-21 13:14:52 -07:00
Jared Scheib a411e7d2ba Test that KapacitorRules renders one corresponding task row for each rule row 2018-03-21 12:29:26 -07:00
Jared Scheib 68bc9df652 WIP Test user interaction toggle of checkboxes 2018-03-20 20:47:49 -07:00