Commit Graph

7761 Commits (2fca9efdf027b57d1711582d26ab9d7107945ef3)

Author SHA1 Message Date
Andrew Watkins 9d33133d40 Move old tests over to new jest format 2018-03-05 08:46:23 -08:00
Andrew Watkins 0651d5b222 Add user interaction tests to MeasurementList 2018-03-05 08:46:23 -08:00
Andrew Watkins 902546bf45 Cleaup TagList render() 2018-03-05 08:46:23 -08:00
Andrew Watkins ffec233410 Add test for TagList.tsx 2018-03-05 08:46:23 -08:00
Andrew Watkins 9c11b16d98 Refactor TagList and TagListItem into tsx 2018-03-05 08:46:23 -08:00
Andrew Watkins d09ab49c8e Remove functional logger from webpack dev.config 2018-03-05 08:46:23 -08:00
Andrew Watkins 9e4a1a254c Refactor MeasurementList 2018-03-05 08:46:23 -08:00
Andrew Watkins f4eca0a228 Convert MeasurementList to TypeScript and add tests 2018-03-05 08:46:23 -08:00
Andrew Watkins e2ceba3560 Fix react prop-type warnings 2018-03-05 08:46:23 -08:00
Andrew Watkins e6ebc4ccd0 Update DatabaseList test 2018-03-05 08:46:23 -08:00
Andrew Watkins c3b241b774 WIP Add more tests for DatabaseList 2018-03-05 08:46:23 -08:00
Andrew Watkins ce7ca56727 Add test for DatabaseListItem 2018-03-05 08:46:23 -08:00
Andrew Watkins 80e34cf6d6 Add first successful TypeScript test 2018-03-05 08:46:23 -08:00
Andrew Watkins 30a0ea216c WIP first TypeScript test 2018-03-05 08:46:23 -08:00
Andrew Watkins e132d54579 Move sorting to instance method 2018-03-05 08:46:23 -08:00
Andrew Watkins e163806572 Convert the DatabaseList to TypeScript 2018-03-05 08:46:23 -08:00
Andrew Watkins e3d470e8c2 Convert DatabaseList to TypeScript 2018-03-05 08:46:23 -08:00
Andrew Watkins 780875abbf Add more rendering tests 2018-03-05 08:46:23 -08:00
Andrew Watkins 9bd26e06f6 Update test copy 2018-03-05 08:46:23 -08:00
Andrew Watkins 1f830b25bb Add test for handleFilterKeyPress 2018-03-05 08:46:23 -08:00
Andrew Watkins 7fcd5f2383 Introduce handleFilterKeyPress test 2018-03-05 08:46:23 -08:00
Andrew Watkins 525106df47 Refine <DropdownInput/> rendering test 2018-03-05 08:46:23 -08:00
Andrew Watkins 49880adf6f Add thread-loader to babel build step 2018-03-05 08:44:53 -08:00
Jared Scheib cc6457b3de Update changelog 2018-03-02 17:26:12 -06:00
Jared Scheib 38bf04d081 Log error if Heroku API req responds with non-200-range code 2018-03-02 17:16:03 -06:00
Jared Scheib 77c8bdb138 Fix Heroku OAuth by adding required HTTP req header to API GET 2018-03-02 17:07:03 -06:00
Iris Scholten 005f32ef82 add styles to TableGraph
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-03-02 12:35:35 -08:00
Deniz Kusefoglu 119d4f208b Merge pull request #2905 from influxdata/feature/graph-table
TableGraph base functionality
2018-03-02 11:57:09 -08:00
Deniz Kusefoglu 475de32cd9 Add comment indicating location of feature flag 2018-03-02 11:25:46 -08:00
Deniz Kusefoglu 997ae996e2 Respond to PR review 2018-03-02 10:02:44 -08:00
lukevmorris 70f762d2c2 Merge pull request #2906 from influxdata/slimmer-webpack-output
Slimmer webpack output
2018-03-02 10:01:13 -08:00
Deniz Kusefoglu 8e007cc8db Respond to PR review 2018-03-02 09:54:37 -08:00
Luke Morris 146292adac Exclude hot-update files 2018-03-01 16:35:05 -08:00
Luke Morris f5b91d1cad Higher signal to noise ratio in incremental output 2018-03-01 16:28:46 -08:00
Iris Scholten a1e3aea4a0 fix linter errors 2018-03-01 16:26:38 -08:00
Iris Scholten c40caf053b turn off TableGraph feature flag 2018-03-01 16:24:01 -08:00
Iris Scholten bcb4a9c960 add higherorder functions to ones that require it in TableOptions
Co-authored-by "Deniz Kusefoglu" <deniz@influxdata.com>
2018-03-01 16:19:46 -08:00
Iris Scholten ea36042e35 change TableGraph to get height from the wrapping div instead of passed in cellheight and remove extra stuff from TableOptions
Co-authored-by: "Deniz Kusefoglu" <deniz@influxdata.com>
2018-03-01 16:03:25 -08:00
Alex Paxton cbf457a150 Merge pull request #2887 from influxdata/goodbye-bootstrap
Goodbye Bootstrap
2018-03-01 13:54:32 -08:00
Deniz Kusefoglu cbc4d9bcc6 use uuid instead of node-uuid 2018-03-01 13:50:12 -08:00
Alex P 1084e0c169 One last fix 2018-03-01 13:42:12 -08:00
Deniz Kusefoglu b2bfa36397 add react-virtualized dependency 2018-03-01 13:41:47 -08:00
Alex P 2ac5ca6cee Remove unused social brand icons from icon font
Also the icons are sorted alphabetically, so it’s a weird diff
2018-03-01 13:40:43 -08:00
Alex P 7eb41de65c Changes from review feedback 2018-03-01 13:40:16 -08:00
Deniz Kusefoglu 903aea9002 Merge branch 'master' into feature/graph-table 2018-03-01 13:39:18 -08:00
Andrew Watkins 1f7d5cb454 Update non-vendor asset build script to yarn start:fast 2018-03-01 14:28:47 -07:00
Iris Scholten 1a60d1857f change Grid to MultiGrid in TableGraph and added a function to trasform data into an accepted format
Co-authored-by: "Deniz Kusefoglu" <deniz@influxdata.com>
2018-03-01 12:57:45 -08:00
Luke Morris b02a79f0e4 Merge branch 'master' into goodbye-bootstrap 2018-03-01 12:20:24 -08:00
Luke Morris ec0e817ff2 Updated yarn.lock 2018-03-01 12:16:49 -08:00
Andrew Watkins ac9a55cf13 Merge pull request #2903 from influxdata/build-performance
Webpack 3 - Build Performance - TypeScript - Migrating Tests to Jest
2018-03-01 13:04:15 -07:00