Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Moving query module into superset-ui from incubator-superset #48

Merged
merged 4 commits into from
Dec 4, 2018

Conversation

xtinec
Copy link
Contributor

@xtinec xtinec commented Dec 4, 2018

🏆 Enhancements
This PR moves query object generation code from incubator-superset to superset-ui.

kristw and others added 3 commits December 3, 2018 10:49
- Up build-config version to pick up a fix to eslint-typescript-parser
- Remove usage of default exports in favor of named exports unless the export is the only thing being exported out of a module
- Fixing up a few linting errors
@xtinec xtinec requested a review from a team December 4, 2018 18:40
@codecov
Copy link

codecov bot commented Dec 4, 2018

Codecov Report

Merging #48 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   99.28%   99.31%   +0.02%     
==========================================
  Files          57       62       +5     
  Lines         560      584      +24     
  Branches       39       46       +7     
==========================================
+ Hits          556      580      +24     
  Misses          2        2              
  Partials        2        2
Impacted Files Coverage Δ
...kages/superset-ui-chart/src/query/DatasourceKey.ts 100% <100%> (ø)
packages/superset-ui-chart/src/query/FormData.ts 100% <100%> (ø)
...s/superset-ui-chart/src/query/buildQueryContext.ts 100% <100%> (ø)
...es/superset-ui-chart/src/query/buildQueryObject.ts 100% <100%> (ø)
packages/superset-ui-chart/src/query/Metric.ts 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7dd630...87e0631. Read the comment docs.

…perties on the DatasourceKey class directly.

- Adding tests for DatasourceKey.
@xtinec xtinec merged commit 2a4bd4e into master Dec 4, 2018
@delete-merged-branch delete-merged-branch bot deleted the kristw--query branch December 4, 2018 21:21
@kristw kristw added #enhancement New feature or request and removed reviewable Ready for review labels Dec 6, 2018
@kristw kristw added this to the v0.8.0 milestone Feb 1, 2019
kristw pushed a commit that referenced this pull request Apr 17, 2020
travis build failed due to another issue, which is fixed in master.
verified storybook and the new map is working correctly.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
#enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants