This is an automated email from the ASF dual-hosted git repository.
ccwilliams pushed a change to branch feature--embeddable-charts-pilot
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from f366bbe Google spreadsheets (#5915)
add 2aa61ae added get_data ;
add e225d72 added cache logic
add ab41953 added cache logic
add c53784e added cache key logic
add e513a86 add missing part
add 2d35faf revised the metric part
add 398ca36 added to_dict
add f3b86ef fix lint
add 82bc260 fix lint
add 24ba286 fix lint
add 5ed7d67 fix lint
add 3a756b4 fix lint
add 45760fd fix flake8
add 981f97a fix invalid name
add a39fe3e fix invalid name
add 8ea0d7b fix invalid name
add 72676f8 enable worldcloid
add b7350c3 working version
add db20a05 rebase
add cdeb959 fixed expore link issue
add 8563eeb add endpoint
add 12c318c added migration script WIP
add de14371 fixed lint
add a7d4970 remove migration script
add 4ae63e6 fix flake8
add 26c9c49 fix tesT
add 831e2ed fix tesT
add a1f37bf fix tesT
add 9c7f2ed fix typo
add 39e5667 fixed metric format
add 4a2fd6a fixed metric format
add 0719016 fixed metric format
add a08ea73 fixed tests
add e6eb7cc fixed test
add 6a9263e fixed druid test
add 5d27e06 fixed more tests
add 2ad5e84 fixed more tests
add 196cb37 fix test for viz
add 0f28f19 fixed js tests
add 386c53d fixed ts test
add f06590f fixed ts test
add 0e12bdf fixed cypress test
add f949126 fixed the metric format in filterViz
new 22d04d4 Merge pull request #6524 from
conglei/conglei_querycontext_improvement
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
superset/assets/cypress/fixtures/example.json | 5 +
.../assets/spec/javascripts/explore/utils_spec.jsx | 22 +-
.../superset-ui/WordCloudBuildQuery.test.ts | 3 +-
superset/assets/src/chart/chartAction.js | 4 +-
.../assets/src/explore/actions/saveModalActions.js | 2 +-
.../src/explore/components/DisplayQueryButton.jsx | 2 +-
.../src/explore/components/EmbedCodeButton.jsx | 5 +-
.../explore/components/ExploreActionButtons.jsx | 2 +-
.../explore/components/ExploreViewContainer.jsx | 2 +-
superset/assets/src/explore/exploreUtils.js | 28 ++-
.../src/visualizations/deckgl/Multi/Multi.jsx | 2 +-
.../visualizations/nvd3/LineMulti/LineMulti.jsx | 2 +-
.../src/visualizations/wordcloud/FormData.ts | 2 +
.../src/visualizations/wordcloud/buildQuery.ts | 1 +
.../src/visualizations/wordcloud/transformProps.js | 16 +-
superset/common/query_context.py | 223 ++++++++++++++++++++-
superset/common/query_object.py | 67 ++++++-
superset/connectors/druid/models.py | 9 +-
superset/connectors/sqla/models.py | 7 +-
superset/utils/core.py | 1 +
superset/views/api.py | 37 +++-
superset/viz.py | 191 +++++++++---------
tests/druid_func_tests.py | 95 +++++++--
tests/viz_tests.py | 16 +-
24 files changed, 567 insertions(+), 177 deletions(-)
create mode 100644 superset/assets/cypress/fixtures/example.json