Commit Graph

4505 Commits (c34770091dc9807b1a731d1c82317b1af63a1188)

Author SHA1 Message Date
Andrew Watkins c34770091d Use spread instead of concat 2017-08-14 14:20:46 -07:00
Andrew Watkins 0ed9b8199c Rename component 2017-08-14 14:17:34 -07:00
Andrew Watkins 97be9399ff Add templates back to query text editor 2017-08-14 14:15:48 -07:00
Andrew Watkins fee6b5e6b5 Remove unused props 2017-08-14 14:02:21 -07:00
Andrew Watkins f3072b97f5 Remove unused props and proptypes 2017-08-11 14:45:31 -07:00
Andrew Watkins 1146130c4a Rename handler 2017-08-11 14:42:03 -07:00
Andrew Watkins 246857eadd Remove template variable logic from DataExplorer 2017-08-11 14:38:55 -07:00
Andrew Watkins c83254de88 Move QueryStatus component to shared dir 2017-08-11 14:31:25 -07:00
Andrew Watkins 750c851093 Use QueryStatus component 2017-08-11 14:29:17 -07:00
Andrew Watkins e921a312a4 Remove QueryBuilder component
Dont worry!  It's been replaced by smaller more
reusable components.
2017-08-11 14:19:04 -07:00
Andrew Watkins 256a8839bc Break QueryBuilder into smaller components 2017-08-11 14:18:24 -07:00
Andrew Watkins 30491af8b3 Make DataExplorer's QueryMaker an SFC 2017-08-11 14:05:58 -07:00
Andrew Watkins 5e40dc5923 Move QueryTabList to shared dir 2017-08-11 13:57:50 -07:00
Andrew Watkins 041265008c Use QueryTabList component 2017-08-11 13:53:13 -07:00
Andrew Watkins f9686f4a9a Move handlers into parent 2017-08-11 13:47:51 -07:00
Andrew Watkins 06450854c8 Remove unused class property 2017-08-11 13:36:52 -07:00
Andrew Watkins 31d83ec9ab Remove templates from DataExplorer 2017-08-11 13:34:27 -07:00
Andrew Watkins ab4ade6fcb Move EmptyQuery to shared dir 2017-08-10 18:23:33 -07:00
Andrew Watkins a6a5346fee Add accidentally removed prop 2017-08-10 18:20:04 -07:00
Andrew Watkins 7ec2b47044 Make QueryTextArea and QueryStatus components 2017-08-10 17:26:38 -07:00
Andrew Watkins 6c9b433e59 Rename QueryEditor to QueryTextArea 2017-08-10 17:19:48 -07:00
Andrew Watkins d258c23907 Separate QueryEditor from SchemaExplorer 2017-08-10 17:10:38 -07:00
Andrew Watkins f9fb707cb9 Make the QueryBuilder an SFC and rename it to SchemaExplorer 2017-08-10 16:51:40 -07:00
Andrew Watkins 12ed98d18c Move active query logic to container 2017-08-10 16:51:40 -07:00
Andrew Watkins 25482246a8 Move addQuery logic to container 2017-08-10 16:51:40 -07:00
Andrew Watkins 0fc115b2ed Make QueryMaker an SFC 2017-08-10 16:51:40 -07:00
Andrew Watkins bbd58716e4 Move empty state to separate component 2017-08-10 16:51:40 -07:00
Andrew Watkins 7f4086813a Remove unused packages and props 2017-08-10 16:51:40 -07:00
Andrew Watkins 2f710b5c6a Pull out tab list into separate component 2017-08-10 16:51:40 -07:00
Andrew Watkins f249702812 WIP moving query maker to sep component 2017-08-10 16:51:40 -07:00
Andrew Watkins 1b39aeca88 Remove unused props and simplify prop names 2017-08-10 16:51:40 -07:00
Andrew Watkins 7397bc7e8c Turn DashVisualization stateless 2017-08-10 16:51:40 -07:00
Andrew Watkins ad5c95a44c Move logic from render and remove VisView 2017-08-10 16:51:39 -07:00
Andrew Watkins 3e44f1f16d Remove table logic from dashboard visualization 2017-08-10 16:51:39 -07:00
Andrew Watkins e9a6145170 Update DataExplorer to extend Component 2017-08-10 16:51:39 -07:00
Andrew Watkins 4f853c752f Pass editQueryStatus action creator 2017-08-10 16:51:39 -07:00
Andrew Watkins 0cfec67554 Update CHANGELOG 2017-08-10 16:51:39 -07:00
Andrew Watkins 672872b821 Pixel perfect 2017-08-10 16:51:39 -07:00
Andrew Watkins 3dbd2c93c2 Change height of table dynamically according to resizer 2017-08-10 16:51:39 -07:00
Nathan L Smith 69e5f98e6a Change some remaining npm mentions to yarn
While `npm` is still installed as part of the build process, most of the
scripts and documentation should be using yarn.

Change `npm` to `yarn` where appropriate.

Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-10 16:51:39 -07:00
Hunter Trujillo bf040bacce Add more integration test instrumentation for Query Builder test. Increase screen test resolution. 2017-08-09 18:03:32 -07:00
Hunter Trujillo 18fc364f9c Finish the second Query Builder test. 2017-08-09 16:13:27 -07:00
Hunter Trujillo d7c237f5a9 Integration testing improvements and comments. WIP Query Builder test. 2017-08-09 15:16:15 -07:00
Hunter Trujillo 5634d5c752 Refactor test selectors with data-test attributes. Excellent reduction in complexity. 2017-08-09 01:43:23 -07:00
Hunter Trujillo 055dd0dc13 Add SHOW DATABASES integration test with Nightwatch.js. 2017-08-08 22:43:16 -07:00
Alex P 8ebbeda941 Update changelog and package.json for 1.3.6.x release 2017-08-08 12:03:52 -07:00
Alex P 9139ce754f Revert "Prepare for release"
This reverts commit 7a62088acb.
2017-08-08 11:57:23 -07:00
Alex P 7a62088acb Prepare for release 2017-08-08 10:53:34 -07:00
Andrew Watkins e5982f8ca0 Merge pull request #1805 from influxdata/fix/graph-fixes
Graph Fixes for Bar Graphs and Add Hash-based Colors
2017-08-07 13:21:21 -07:00
Andrew Watkins 03d3277feb Add hashing logic to componentDidUpdate
If we dont run the hashing logic during component update
series added after component mount wont necessarily line up with their hashed
colors.
2017-08-07 12:56:22 -07:00