Commit Graph

7830 Commits (549dd8969b97b14d25101257e05a76b07e2c04da)

Author SHA1 Message Date
Iris Scholten f4c48cd63c update hover text to be 'Delete' in the confirm deletion buttons in ProviderTableRow and OrganizationTableRow 2018-03-06 11:12:30 -08:00
Iris Scholten cce78cf3f4 fix typo 2018-03-06 11:12:30 -08:00
Iris Scholten fd946891af add prop to change hover text of confirm button; will default to save 2018-03-06 11:12:30 -08:00
Andrew Watkins 56d2276b46 Merge pull request #2914 from influxdata/moar-tests
Add first TypeScript test
2018-03-06 11:11:25 -08:00
Andrew Watkins 50d1cb53a9 Remove public from instance methods 2018-03-06 09:51:58 -08:00
Deniz Kusefoglu f380465d7f Create and sync hoverTime across GraphTable and Dygraphs 2018-03-05 21:13:35 -08:00
Iris Scholten 9a2f7f9649 update inputclicktoedit in customizable column to use onBlurUpdate instead of onUpdate 2018-03-05 18:48:39 -08:00
Iris Scholten 34161917d3 Merge branch 'master' into fix/enable-save 2018-03-05 18:41:08 -08:00
Iris Scholten 90b57be1e2 remove unused variable 2018-03-05 18:40:18 -08:00
Iris Scholten e275736060 respond to PR review 2018-03-05 18:38:26 -08:00
Iris Scholten 55442444fe change time format from input to dropdown with an input available if custom format selected 2018-03-05 16:40:40 -08:00
Alex P d95fd04e84 Add custom graphic for table type visualizations 2018-03-05 12:59:40 -08:00
Alex P e3cc9f8614 Make input click to edit optionally appear as normal input 2018-03-05 12:33:55 -08:00
Alex P f25acba6ca Style table options more 2018-03-05 11:39:49 -08:00
Alex P d0f9331100 Make graph options organizational CSS classes more generic 2018-03-05 11:39:12 -08:00
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
Iris Scholten b71babcec6 fix issue with moment deprecation when scrolling in TableGraph 2018-03-02 18:08:30 -08:00
Deniz Kusefoglu 5a624a80ee Add onMouseOver and onMouseOut to table graaaaph grid 2018-03-02 17:24:02 -08:00
Iris Scholten 2912fdb983 update graphOptionsTimeFormat to have state and validate format; fix linter errors 2018-03-02 16:35:16 -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
Iris Scholten 8dd3507948 change timeSeriesToTable to transform date into ISO format; update time based on format 2018-03-02 15:15:33 -08: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