Commit Graph

8211 Commits (bc4afc1f32a37fd04d9ef0092e7e85762a2a0688)

Author SHA1 Message Date
Alex P 5b383dd122 Remove unused files
These were placeholders
2018-03-16 10:33:00 -07:00
Alex P fccf4951e5 prefix import with src/ 2018-03-16 10:30:26 -07:00
Alex P 2b8703ba84 Import constant instead of defining twice 2018-03-16 10:30:19 -07:00
Alex P af758c3dc2 Condense switch statement cases 2018-03-16 10:28:16 -07:00
Alex P 722be3d16f Add /src/ prefix to imports 2018-03-16 10:26:11 -07:00
Andrew Watkins 45248595df Add types to instance methods 2018-03-16 09:58:10 -07:00
Andrew Watkins 9aa54f875e Convert AllUsersPage to TypeScript 2018-03-16 09:31:37 -07:00
Andrew Watkins 37f3043dee Introduce AllUsersPage test 2018-03-15 16:44:18 -07:00
Iris Scholten a0f53f5b23
Merge pull request #2996 from influxdata/feature/table-graph-series-renaming
Table Graph Series/Column renaming
2018-03-15 16:27:47 -07:00
Andrew Watkins 7a8b750122
Merge pull request #2997 from influxdata/bugfix/notification-import
Fix import of notifications
2018-03-15 11:59:12 -07:00
Andrew Watkins 22b8069942 Fix import of notifications 2018-03-15 11:48:12 -07:00
Iris Scholten fbdeaee42d update constructing column names 2018-03-15 11:19:24 -07:00
Andrew Watkins c1a3eed685 Remove PropTypes 2018-03-15 10:11:59 -07:00
Andrew Watkins b0735b2b6f
Merge pull request #2973 from influxdata/features/insecure-skip-verfiy-kapacitor
Unsafe SSL kapacitor insecure skip verify
2018-03-15 09:21:17 -07:00
Alex P 111f2c5fc9 Add new prop to test 2018-03-14 22:26:23 -07:00
Alex P 29c0f461a1 Remove excess margin in form blocks 2018-03-14 22:17:46 -07:00
Alex P 7d9792ade0 Add margin above thresholds list if not first item in controls panel 2018-03-14 22:13:27 -07:00
Alex P 0ad9d15bc3 rename singleStatColors to thresholdsListColors 2018-03-14 22:08:26 -07:00
Alex P 29fd0cdcd0 Remove console.log 2018-03-14 22:02:58 -07:00
Alex P 1d7f51f4d7 Render table cells according to thresholds 2018-03-14 22:01:41 -07:00
Alex P 9b48f26c66 Remove debugger 2018-03-14 21:30:10 -07:00
Alex P 7c692e2f23 Fix cell editor save for table colors 2018-03-14 21:29:53 -07:00
Alex P 8078362856 Rename single stat constants to match thresholds naming scheme 2018-03-14 21:20:22 -07:00
Alex P 7a583b1567 rename singleStatType to thresholdsListType
going for a more generic and future proof naming scheme
2018-03-14 21:13:20 -07:00
Alex P 72b9279336 Use ThresholdsColorToggle in TableOptions 2018-03-14 21:02:13 -07:00
Alex P 47a66d2ae0 Update table options test 2018-03-14 20:57:55 -07:00
Alex P f26be90fce Use ThresholdsList in TableOptions and remove unused props and handlers 2018-03-14 20:55:27 -07:00
Alex P fe3152ae6a Add optional heading to thresholds list 2018-03-14 20:44:39 -07:00
Alex P cf5bb6c8d3 Fix broken file references 2018-03-14 20:42:14 -07:00
Alex P 9201bb1de4 Merge branch 'master' into feature/table-thresholds 2018-03-14 20:38:56 -07:00
ebb-tide 32bc797f67 Add timeAxis toggle to tableOptions 2018-03-14 19:03:03 -07:00
Jared Scheib 8e3ca25795 Fix KapacitorRulesTable to use UUIDv4 for tr keys 2018-03-14 18:45:13 -07:00
Jared Scheib 841ae1e60c Test KapacitorRulesTable tr keys to be UUIDv4 2018-03-14 18:44:51 -07:00
Jared Scheib fd58c0cb5a Add string validator & tests for UUIDv4 2018-03-14 18:31:09 -07:00
Iris Scholten a7e820f038 fix typo in CustomizeColumns test 2018-03-14 18:21:53 -07:00
Iris Scholten 9d9525e821 create component test for GraphOptionsCustomizeColumns 2018-03-14 18:17:32 -07:00
Iris Scholten 5f13493e9b convert GraphOptionsCustomizeColumns to typescript 2018-03-14 18:03:31 -07:00
Iris Scholten cc7422ad93 update columnNames in the redux store and connect them to TableGraphs 2018-03-14 17:46:42 -07:00
Andrew Watkins 4eae7ae724 Prettier CHANGLOG 2018-03-14 17:24:55 -07:00
Andrew Watkins d0da5f37d5 Update CHANGELOG 2018-03-14 17:24:55 -07:00
Andrew Watkins a9d5e6ece3 Update tests 2018-03-14 17:24:55 -07:00
Andrew Watkins 7eee7e698b Add yarn-error.log to gitignore 2018-03-14 17:24:55 -07:00
Andrew Watkins 5eebbbe530 Add insecureSkipVerify to marshal / unmarshal
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-14 17:24:55 -07:00
Andrew Watkins dc8902c62a Add insecureSkipVerify to default kapacitor 2018-03-14 17:23:34 -07:00
Andrew Watkins 608c81b3f5 Add test for updateKapacitor
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-14 17:23:34 -07:00
Brandon Farmer 6931f5ece6 WIP 2018-03-14 17:23:34 -07:00
Brandon Farmer 42c03de005 Send insecure verify skip on kapacitor create
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-03-14 17:23:34 -07:00
Brandon Farmer 2d08ed0f94 Allow users to use insecure skip verify on kapacitor
Co-authored-by: Brandon Farmer<bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins<andrew.watkinz@gmail.com>
2018-03-14 17:23:34 -07:00
Jared Scheib b71faa7a37 Remove unused jest in Kapacitor tests 2018-03-14 17:18:29 -07:00
Jared Scheib 2d13bc23c3 Add initial enzyme test for component KapacitorRulesTable render 2018-03-14 17:17:16 -07:00