Andrew Watkins
361a1cb3f9
Use spread instead of concat
2017-08-14 14:20:46 -07:00
Andrew Watkins
d38d12c666
Rename component
2017-08-14 14:17:34 -07:00
Andrew Watkins
c02edbb85e
Add templates back to query text editor
2017-08-14 14:15:48 -07:00
Andrew Watkins
730be0434c
Remove unused props
2017-08-14 14:02:21 -07:00
Andrew Watkins
686f1d79b1
Remove unused props and proptypes
2017-08-11 14:45:31 -07:00
Andrew Watkins
380b4bbea9
Rename handler
2017-08-11 14:42:03 -07:00
Andrew Watkins
5b79db1f90
Remove template variable logic from DataExplorer
2017-08-11 14:38:55 -07:00
Andrew Watkins
6a536b4a10
Move QueryStatus component to shared dir
2017-08-11 14:31:25 -07:00
Andrew Watkins
d8941fffd6
Use QueryStatus component
2017-08-11 14:29:17 -07:00
Andrew Watkins
251cf72e2e
Remove QueryBuilder component
...
Dont worry! It's been replaced by smaller more
reusable components.
2017-08-11 14:19:04 -07:00
Andrew Watkins
3b8417897c
Break QueryBuilder into smaller components
2017-08-11 14:18:24 -07:00
Andrew Watkins
a2a360d1dc
Make DataExplorer's QueryMaker an SFC
2017-08-11 14:05:58 -07:00
Andrew Watkins
492618500d
Move QueryTabList to shared dir
2017-08-11 13:57:50 -07:00
Andrew Watkins
86e5dc217b
Use QueryTabList component
2017-08-11 13:53:13 -07:00
Andrew Watkins
e949ac9091
Move handlers into parent
2017-08-11 13:47:51 -07:00
Andrew Watkins
58f3dba17c
Remove unused class property
2017-08-11 13:36:52 -07:00
Andrew Watkins
72f574c165
Remove templates from DataExplorer
2017-08-11 13:34:27 -07:00
Andrew Watkins
38224d3a16
Move EmptyQuery to shared dir
2017-08-10 18:23:33 -07:00
Andrew Watkins
47aae8e285
Add accidentally removed prop
2017-08-10 18:20:04 -07:00
Andrew Watkins
6f0c77a51c
Make QueryTextArea and QueryStatus components
2017-08-10 17:26:38 -07:00
Andrew Watkins
8eca27a20f
Rename QueryEditor to QueryTextArea
2017-08-10 17:19:48 -07:00
Andrew Watkins
b9ee0dece6
Separate QueryEditor from SchemaExplorer
2017-08-10 17:10:38 -07:00
Andrew Watkins
2f1162ce3c
Make the QueryBuilder an SFC and rename it to SchemaExplorer
2017-08-10 16:51:40 -07:00
Andrew Watkins
3a153ea1d6
Move active query logic to container
2017-08-10 16:51:40 -07:00
Andrew Watkins
fac077914b
Move addQuery logic to container
2017-08-10 16:51:40 -07:00
Andrew Watkins
dbf7702fb9
Make QueryMaker an SFC
2017-08-10 16:51:40 -07:00
Andrew Watkins
c001bcda6b
Move empty state to separate component
2017-08-10 16:51:40 -07:00
Andrew Watkins
160fa8663e
Remove unused packages and props
2017-08-10 16:51:40 -07:00
Andrew Watkins
2276e9f7cb
Pull out tab list into separate component
2017-08-10 16:51:40 -07:00
Andrew Watkins
8dbd407107
WIP moving query maker to sep component
2017-08-10 16:51:40 -07:00
Andrew Watkins
3dbdc5e095
Remove unused props and simplify prop names
2017-08-10 16:51:40 -07:00
Andrew Watkins
abcf897626
Turn DashVisualization stateless
2017-08-10 16:51:40 -07:00
Andrew Watkins
538dda3541
Move logic from render and remove VisView
2017-08-10 16:51:39 -07:00
Andrew Watkins
a61406b779
Remove table logic from dashboard visualization
2017-08-10 16:51:39 -07:00
Andrew Watkins
1a8d2dd625
Update DataExplorer to extend Component
2017-08-10 16:51:39 -07:00
Andrew Watkins
27c9e0a4e4
Pass editQueryStatus action creator
2017-08-10 16:51:39 -07:00
Andrew Watkins
718c1085a9
Update CHANGELOG
2017-08-10 16:51:39 -07:00
Andrew Watkins
eae327f25d
Pixel perfect
2017-08-10 16:51:39 -07:00
Andrew Watkins
08a1fbcfc3
Change height of table dynamically according to resizer
2017-08-10 16:51:39 -07:00
Nathan L Smith
436f5fdb34
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
89a92a9cf3
Add more integration test instrumentation for Query Builder test. Increase screen test resolution.
2017-08-09 18:03:32 -07:00
Hunter Trujillo
0509c7bf5c
Finish the second Query Builder test.
2017-08-09 16:13:27 -07:00
Hunter Trujillo
0a529ac6b5
Integration testing improvements and comments. WIP Query Builder test.
2017-08-09 15:16:15 -07:00
Hunter Trujillo
47a4ff9130
Refactor test selectors with data-test attributes. Excellent reduction in complexity.
2017-08-09 01:43:23 -07:00
Hunter Trujillo
5bcfda0665
Add SHOW DATABASES integration test with Nightwatch.js.
2017-08-08 22:43:16 -07:00
Alex P
3ef9a6e826
Update changelog and package.json for 1.3.6.x release
2017-08-08 12:03:52 -07:00
Alex P
efdc47fffb
Revert "Prepare for release"
...
This reverts commit 2d02f25822
.
2017-08-08 11:57:23 -07:00
Alex P
2d02f25822
Prepare for release
2017-08-08 10:53:34 -07:00
Andrew Watkins
a7d16c8514
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
3482246b96
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