This is an automated email from the ASF dual-hosted git repository.
vavila pushed a change to branch feat/d2d-in-embedded
in repository https://gitbox.apache.org/repos/asf/superset.git
omit c36fdb5050 Fixing tests
omit 6edf7e43e9 Addressing PR feedback and removing FF
omit 428843b6b7 feat: Enable drilling in embedded
add a9cd58508b chore(deps): bump cookie and @types/cookie in
/superset-websocket (#34335)
add 32626ab707 fix: use catalog name on generated queries (#34360)
add c9e06714f8 fix: prevent theme initialization errors during fresh
installs (#34339)
add 972be15dda feat: focus on text input when modal opens (#34379)
add 16db999067 fix: rate limiting issues with example data hosted on
github.com (#34381)
add 8de8f95a3c feat: allow creating dataset without exploring (#34380)
add 0964a8bb7a fix(big number with trendline): running 2 identical queries
for no good reason (#34296)
add a1c39d4906 feat(charts): Enable async buildQuery support for complex
chart logic (#34383)
add 14e90a0f52 feat: Add GitHub Codespaces support with
docker-compose-light (#34376)
add eca28582b6 feat(i18n): update Spanish translations (messages.po)
(#34206)
add 131ae5aa9d docs(development): fix typo in the dockerfile (#34387)
add bf967d6ba4 fix(charts): Fix unquoted 'Others' literal in series limit
GROUP BY clause (#34390)
add 6006a21378 docs(development): fix comment in the dockerfile (#34391)
add 0cbf4d5d4d chore(deps): bump d3-scale from 3.3.0 to 4.0.2 in
/superset-frontend/packages/superset-ui-core (#31534)
add 5c2eb0a68c build(deps): bump reselect from 4.1.7 to 5.1.1 in
/superset-frontend (#30119)
add a611278e04 fix: Console errors from various sources (#34178)
add 54a5b58e40 feat(codespaces): auto-setup Python venv with dependencies
(#34409)
add fd4570625a fix(theme-list): reorder buttons to place import leftmost
(#34389)
add becd0b8883 feat: add runtime custom font loading via configuration
(#34416)
add f168dd69a8 fix(sunburst): Fix sunburst chart cross-filter logic
(#31495)
add 762a11b0bb fix(sqllab): access legacy kv record (#34411)
add 6fc734da51 fix: prevent anonymous code in Postgres (#34412)
add dd62240233 feat: Enable drilling in embedded
add 31bfd1c5c5 Addressing PR feedback and removing FF
add 1262e7fbd7 Fixing tests
add 9b09030302 Fixing backend tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c36fdb5050)
\
N -- N -- N refs/heads/feat/d2d-in-embedded (9b09030302)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.devcontainer/Dockerfile | 20 +
.devcontainer/README.md | 16 +
.devcontainer/bashrc-additions | 62 +
.devcontainer/build-and-push-image.sh | 20 +
.devcontainer/devcontainer.json | 66 +
.devcontainer/setup-dev.sh | 78 +
.devcontainer/start-superset.sh | 108 +
Dockerfile | 4 +-
docker/frontend-mem-nag.sh | 44 +-
docs/docs/configuration/theming.mdx | 58 +
docs/docs/contributing/development.mdx | 72 +
.../cypress-base/cypress/e2e/explore/chart.test.js | 6 +-
superset-frontend/package-lock.json | 43 +-
.../src/shared-controls/customControls.tsx | 62 +-
.../packages/superset-ui-core/package.json | 4 +-
.../src/chart/models/ChartProps.ts | 26 +-
.../src/components/UnsavedChangesModal/index.tsx | 100 +-
.../test/chart/models/ChartProps.test.ts | 4 +-
.../src/vendor/parcoords/d3.parcoords.js | 8 +-
.../components/TimeComparisonVisibility.tsx | 60 +-
.../BigNumberWithTrendline/buildQuery.test.ts | 45 +-
.../BigNumber/BigNumberWithTrendline/buildQuery.ts | 57 +-
.../BigNumberWithTrendline/transformProps.test.ts | 37 +-
.../BigNumberWithTrendline/transformProps.ts | 68 +-
.../src/Sunburst/EchartsSunburst.tsx | 61 +-
.../test/BigNumber/transformProps.test.ts | 5 +-
.../plugins/plugin-chart-table/src/TableChart.tsx | 87 +-
.../src/components/Chart/DrillDetail/index.ts | 1 +
...ilMenuItems.tsx => useDrillDetailMenuItems.tsx} | 182 +-
.../src/components/Chart/chartAction.js | 22 +-
.../src/components/Chart/chartActions.test.js | 17 +-
.../Header/useHeaderActionsDropdownMenu.tsx | 358 +-
.../PropertiesModal/PropertiesModal.test.tsx | 3 +-
.../components/SliceHeaderControls/index.tsx | 370 +-
.../DownloadMenuItems/DownloadMenuItems.test.tsx | 22 +-
.../components/menu/DownloadMenuItems/index.tsx | 114 +-
.../menu/ShareMenuItems/ShareMenuItems.test.tsx | 49 +-
.../components/menu/ShareMenuItems/index.tsx | 43 +-
.../explore/components/controls/ViewQuery.test.tsx | 2 +-
.../src/explore/components/controls/ViewQuery.tsx | 128 +-
.../explore/components/controls/ViewQueryModal.tsx | 4 +-
.../VizTypeControl/VizTypeControl.test.tsx | 21 +
.../controls/VizTypeControl/VizTypeGallery.tsx | 7 +
.../useExploreAdditionalActionsMenu/index.jsx | 475 +-
.../src/explore/exploreUtils/exploreUtils.test.jsx | 4 +-
.../src/explore/exploreUtils/index.js | 6 +-
.../datasets/AddDataset/Footer/Footer.test.tsx | 146 +-
.../features/datasets/AddDataset/Footer/index.tsx | 52 +-
.../HeaderReportDropdown/index.test.tsx | 58 +-
.../ReportModal/HeaderReportDropdown/index.tsx | 274 +-
superset-frontend/src/pages/ThemeList/index.tsx | 32 +-
superset-websocket/package-lock.json | 29 +-
superset-websocket/package.json | 7 +-
superset-websocket/spec/config.test.ts | 1 +
superset-websocket/spec/index.test.ts | 35 +-
superset-websocket/src/index.ts | 4 +-
superset/commands/dataset/importers/v1/utils.py | 5 +
superset/commands/importers/v1/utils.py | 6 +
superset/commands/sql_lab/permalink/get.py | 2 +-
superset/config.py | 10 +
superset/connectors/sqla/models.py | 19 +-
superset/datasets/api.py | 4 +-
superset/datasets/schemas.py | 6 +-
superset/examples/bart_lines.py | 2 +-
superset/examples/birth_names.py | 10 +-
.../configs/datasets/examples/FCC_2018_Survey.yaml | 2 +-
.../configs/datasets/examples/channel_members.yaml | 2 +-
.../configs/datasets/examples/channels.yaml | 2 +-
.../datasets/examples/cleaned_sales_data.yaml | 2 +-
.../configs/datasets/examples/covid_vaccines.yaml | 2 +-
.../configs/datasets/examples/exported_stats.yaml | 2 +-
.../configs/datasets/examples/messages.yaml | 2 +-
.../configs/datasets/examples/threads.yaml | 2 +-
.../datasets/examples/unicode_test.test.yaml | 2 +-
.../examples/configs/datasets/examples/users.yaml | 2 +-
.../configs/datasets/examples/users_channels.yaml | 2 +-
.../datasets/examples/video_game_sales.yaml | 2 +-
superset/examples/country_map.py | 2 +-
superset/examples/energy.py | 2 +-
superset/examples/flights.py | 4 +-
superset/examples/helpers.py | 20 +-
superset/examples/long_lat.py | 2 +-
superset/examples/multiformat_time_series.py | 2 +-
superset/examples/paris.py | 2 +-
superset/examples/random_time_series.py | 4 +-
superset/examples/sf_population_polygons.py | 4 +-
superset/examples/world_bank.py | 2 +-
superset/initialization/__init__.py | 38 +-
superset/models/helpers.py | 12 +-
superset/sql/parse.py | 10 +
superset/templates/superset/spa.html | 7 +
superset/translations/es/LC_MESSAGES/messages.po | 9264 ++++++++------------
tests/integration_tests/charts/data/api_tests.py | 64 +-
tests/integration_tests/datasets/api_tests.py | 4 +
tests/unit_tests/connectors/sqla/models_test.py | 91 +
tests/unit_tests/models/helpers_test.py | 168 +-
tests/unit_tests/sql/parse_tests.py | 37 +
97 files changed, 6628 insertions(+), 6886 deletions(-)
create mode 100644 .devcontainer/Dockerfile
create mode 100644 .devcontainer/README.md
create mode 100644 .devcontainer/bashrc-additions
create mode 100755 .devcontainer/build-and-push-image.sh
create mode 100644 .devcontainer/devcontainer.json
create mode 100755 .devcontainer/setup-dev.sh
create mode 100755 .devcontainer/start-superset.sh
copy
superset-frontend/src/components/Chart/DrillDetail/{DrillDetailMenuItems.tsx =>
useDrillDetailMenuItems.tsx} (63%)