This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch slack_files_upload_v2
in repository https://gitbox.apache.org/repos/asf/superset.git
omit b27992b5f9 Bump deps
omit f9f1616901 chore(slack): use recommended method for file upload
add 0bf8907f2f feat: format timestamps in drill by breadcrumbs (#23698)
add 33bb27bc0f fix(ephemerals): Quick fix for ephemeral spin-up (#23857)
add f5b1711815 fix(chart): chart updates are not retained (#23627)
add f3a6754858 fix(tests): Ensure deterministic SELECT ordering for CSV
upload tests (#23856)
add 053dca10bd fix(native-filters): Address spelling mistakes (#23832)
add 07381834f8 chore: Add logging events for drill by (#23854)
add dab038c005 chore: Bump redis to 4.5.4 (#23845)
add 4a3984e49f chore: Bump polyline to 2.0.0 (#23844)
add 689bc8ea04 chore: Use nh3 lib instead of bleach (#23862)
add 31d33592ef chore: bump wtforms and add missing flask-limiter (#23680)
add 60046ca1cc chore: Add Cypress tests for drill by (#23849)
add 594d3e0e0c fix(alerts): flaky test error (#23860)
add 707c626876 fix(dremio): query with alias (#23872)
add fd3030fc14 fix: npm run dev-server error resolved (#23702)
add 61d8a0bd12 feat: conditional coloring for big number chart (#23064)
add ba00dfa584 fix: move dynamic schema out of base Postgres class (#23868)
add 78833bcc30 fix: Native time range filter in legacy charts (#23865)
add db9a9cfc62 build(deps-dev): bump @types/node from 18.16.0 to 18.16.3
in /superset-websocket (#23887)
add a994145e37 chore(helm): Use template comments for the chart license
header (#23726)
add 2a1a061a3e fix: handle comments in `has_table_query` (#23882)
add 11dbe131d6 build(deps-dev): bump @typescript-eslint/eslint-plugin from
5.59.0 to 5.59.2 in /superset-websocket (#23891)
add 839bc088f9 fix(chart): scrollbar keep flusing on and off (#23778)
add 3a1fb9af40 build(deps-dev): bump @typescript-eslint/parser from 5.59.0
to 5.59.2 in /superset-websocket (#23894)
add 50d342c0c9 build(deps-dev): bump @types/jsonwebtoken from 9.0.1 to
9.0.2 in /superset-websocket (#23841)
add 3c381c5361 chore(ci): bump actions (#23895)
add f2fc4a03dc feat: Changes the Select component to preserve the search
value when selecting (#23869)
add a170ae4368 feat: custom d3 number locale (#20075)
add a8e02cd851 fix(native-filters): Address spelling mistakes (#23881)
add 3528f4140c fix: remove feature flag for tags on Dashboard API for
`Tags` (#23909)
add d4b9c18271 fix(sql-editor): Fix run stop button color to improve
usability (#23892)
add e5f512e348 fix: check sqlalchemy_uri (#23901)
add e639cebdd1 build(deps): bump pre-commit from 3.2.2 to 3.3.1 in
/requirements (#23913)
add 842659dbfe refactor: useEffectEvent for efficient deps (#23871)
add ad19cd9fbd fix: timeout should be an integer (#23924)
add 2e1cf2446c docs: Add description of standard Superset roles (#23795)
add 10d640e940 feat: Considers GENERIC_CHART_AXES in viz migrations
(#23905)
add f1fa1a733d chore(key-value): use json serialization for main resources
(#23888)
add 3dc4de4216 fix(migration): add log for values unseen in
`Slice.datasource_type` (#23925)
add b7689fbe53 chore: Deprecates viz.py (#23934)
add f3f5d926c1 fix: update migration chart_ds_constraint to have seperate
batch op (#23942)
add f712752214 chore: bump Slack SDK
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 (b27992b5f9)
\
N -- N -- N refs/heads/slack_files_upload_v2 (f712752214)
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:
.github/workflows/docker.yml | 2 +-
.github/workflows/ecs-task-definition.json | 4 +
.github/workflows/embedded-sdk-release.yml | 2 +-
.github/workflows/embedded-sdk-test.yml | 2 +-
.github/workflows/release.yml | 2 +-
.github/workflows/superset-applitool-cypress.yml | 4 +-
.github/workflows/superset-cli.yml | 2 +-
.github/workflows/superset-e2e.yml | 6 +-
.github/workflows/superset-frontend.yml | 2 +-
.github/workflows/superset-helm-lint.yml | 2 +-
.../workflows/superset-python-integrationtest.yml | 6 +-
.github/workflows/superset-python-misc.yml | 6 +-
.github/workflows/superset-python-presto-hive.yml | 4 +-
.github/workflows/superset-python-unittest.yml | 2 +-
.github/workflows/superset-translations.yml | 4 +-
CONTRIBUTING.md | 9 +
RESOURCES/STANDARD_ROLES.md | 267 ++++++++
docker/pythonpath_dev/superset_config.py | 2 +-
docs/docs/installation/running-on-kubernetes.mdx | 3 +-
docs/docs/security.mdx | 2 +
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 2 +-
helm/superset/templates/NOTES.txt | 1 +
helm/superset/templates/_helpers.tpl | 3 +-
helm/superset/templates/configmap-superset.yaml | 35 +-
helm/superset/templates/deployment-beat.yaml | 35 +-
helm/superset/templates/deployment-flower.yaml | 35 +-
helm/superset/templates/deployment-worker.yaml | 35 +-
helm/superset/templates/deployment-ws.yaml | 35 +-
helm/superset/templates/deployment.yaml | 35 +-
helm/superset/templates/ingress.yaml | 35 +-
helm/superset/templates/init-job.yaml | 35 +-
helm/superset/templates/secret-env.yaml | 35 +-
.../superset/templates/secret-superset-config.yaml | 35 +-
helm/superset/templates/secret-ws.yaml | 35 +-
helm/superset/templates/service-account.yaml | 35 +-
helm/superset/templates/service.yaml | 35 +-
requirements/base.txt | 181 +++---
requirements/development.in | 1 +
requirements/development.txt | 66 +-
requirements/docker.in | 1 +
requirements/docker.txt | 8 +-
requirements/integration.txt | 62 +-
requirements/testing.txt | 91 +--
setup.cfg | 2 +-
setup.py | 10 +-
.../cypress/e2e/dashboard/drillby.test.ts | 705 +++++++++++++++++++++
.../cypress/e2e/dashboard/drilltodetail.test.ts | 14 +-
.../cypress/e2e/dashboard/nativeFilters.test.ts | 1 +
.../cypress-base/cypress/e2e/dashboard/utils.ts | 18 +
.../cypress-base/cypress/e2e/explore/utils.ts | 19 +-
superset-frontend/package-lock.json | 48 +-
superset-frontend/package.json | 2 +
.../src/utils/D3Formatting.ts | 35 +-
.../src/utils/getColorFormatters.ts | 14 +-
.../test/utils/getColorFormatters.test.ts | 19 +
.../src/number-format/D3FormatConfig.ts | 8 +-
.../src/number-format/NumberFormatterRegistry.ts | 11 +
.../NumberFormatterRegistrySingleton.ts | 5 +
.../superset-ui-core/src/number-format/index.ts | 2 +
.../NumberFormatterRegistrySingleton.test.ts | 20 +
.../src/controlPanel.ts | 8 +-
.../src/BigNumber/BigNumberTotal/controlPanel.ts | 42 +-
.../src/BigNumber/BigNumberTotal/transformProps.ts | 12 +
.../src/BigNumber/BigNumberViz.tsx | 22 +-
.../plugin-chart-echarts/src/BigNumber/types.ts | 2 +
.../src/BoxPlot/transformProps.ts | 1 +
.../src/Funnel/transformProps.ts | 4 +-
.../src/Gauge/transformProps.ts | 3 +
.../src/Graph/EchartsGraph.tsx | 20 +-
.../src/Graph/transformProps.ts | 10 +-
.../src/MixedTimeseries/EchartsMixedTimeseries.tsx | 17 +-
.../src/MixedTimeseries/transformProps.ts | 6 +-
.../plugin-chart-echarts/src/Pie/transformProps.ts | 1 +
.../src/Radar/transformProps.ts | 1 +
.../src/Sunburst/EchartsSunburst.tsx | 20 +-
.../src/Sunburst/transformProps.ts | 1 +
.../src/Timeseries/EchartsTimeseries.tsx | 16 +-
.../src/Timeseries/transformProps.ts | 1 +
.../src/Treemap/EchartsTreemap.tsx | 13 +-
.../src/Treemap/transformProps.ts | 1 +
.../plugins/plugin-chart-echarts/src/types.ts | 1 +
.../src/utils/eventHandlers.ts | 24 +-
.../spec/fixtures/mockDashboardFormData.ts | 79 +++
.../spec/fixtures/mockExploreFormData.ts | 87 +++
.../components/RunQueryActionButton/index.tsx | 4 +-
.../src/SqlLab/components/SqlEditor/index.jsx | 51 +-
.../src/components/Chart/DrillBy/DrillByChart.tsx | 1 +
.../src/components/Chart/DrillBy/DrillByModal.tsx | 45 +-
.../Chart/DrillBy/useDisplayModeToggle.tsx | 1 +
.../Chart/DrillBy/useResultsTableView.tsx | 4 +-
.../src/components/Select/AsyncSelect.tsx | 1 +
.../src/components/Select/Select.test.tsx | 7 +
superset-frontend/src/components/Select/Select.tsx | 1 +
superset-frontend/src/constants.ts | 3 +-
.../dashboard/components/gridComponents/Chart.jsx | 4 +-
.../ExploreChartPanel.test.jsx | 0
.../index.jsx} | 22 +-
.../useResizeDetectorByObserver.ts} | 29 +-
.../ExploreViewContainer.test.tsx | 11 +-
.../explore/components/RunQueryButton/index.tsx | 2 +-
.../src/explore/components/SaveModal.tsx | 4 +-
.../FormattingPopoverContent.tsx | 9 +-
.../getFormDataFromDashboardContext.test.ts | 129 +---
.../src/features/alerts/AlertReportModal.test.tsx | 14 +-
.../hooks/useEffectEvent.ts} | 30 +-
superset-frontend/src/logger/LogUtils.ts | 5 +
superset-frontend/src/pages/Chart/Chart.test.tsx | 189 ++++++
superset-frontend/src/pages/Chart/index.tsx | 13 +-
superset-frontend/src/preamble.ts | 2 +-
superset-frontend/src/setup/setupFormatters.ts | 6 +-
superset-frontend/src/types/bootstrapTypes.ts | 2 +
superset-websocket/package-lock.json | 192 +++---
superset-websocket/package.json | 8 +-
superset/cli/native_filters.py | 2 +-
superset/config.py | 19 +
superset/connectors/sqla/views.py | 8 +-
superset/dashboards/api.py | 40 +-
superset/dashboards/permalink/commands/base.py | 3 +-
superset/dashboards/permalink/commands/create.py | 1 +
superset/dashboards/permalink/commands/get.py | 6 +-
superset/db_engine_specs/dremio.py | 2 +
superset/db_engine_specs/postgres.py | 104 +--
superset/examples/supported_charts_dashboard.py | 2 +-
superset/explore/permalink/commands/base.py | 3 +-
superset/explore/permalink/commands/create.py | 1 +
superset/explore/permalink/commands/get.py | 1 +
superset/extensions/metastore_cache.py | 11 +-
superset/key_value/commands/create.py | 23 +-
superset/key_value/commands/get.py | 15 +-
superset/key_value/commands/update.py | 11 +-
superset/key_value/commands/upsert.py | 13 +-
superset/key_value/shared_entries.py | 12 +-
superset/key_value/types.py | 33 +-
superset/migrations/shared/migrate_viz/base.py | 39 +-
...03-27_12-30_7e67aecbf3f1_chart_ds_constraint.py | 41 +-
...a5681ddfd_convert_key_value_entries_to_json.py} | 49 +-
superset/reports/notifications/email.py | 27 +-
superset/reports/notifications/slack.py | 14 +-
superset/security/analytics_db_safety.py | 14 +-
superset/sql_parse.py | 4 +
superset/tasks/slack_util.py | 7 +-
superset/temporary_cache/api.py | 13 +-
superset/temporary_cache/commands/parameters.py | 3 +
superset/utils/cache.py | 5 +-
superset/utils/core.py | 21 +-
superset/views/base.py | 1 +
superset/views/database/forms.py | 18 +-
superset/viz.py | 142 ++++-
tests/integration_tests/csv_upload_tests.py | 22 +-
.../explore/permalink/api_tests.py | 5 +-
.../key_value/commands/create_test.py | 55 +-
.../key_value/commands/delete_test.py | 13 +-
.../key_value/commands/fixtures.py | 15 +-
.../key_value/commands/get_test.py | 25 +-
.../key_value/commands/update_test.py | 11 +-
.../key_value/commands/upsert_test.py | 11 +-
tests/integration_tests/reports/commands_tests.py | 7 +-
.../security/analytics_db_safety_tests.py | 84 ++-
tests/integration_tests/superset_test_config.py | 3 +-
tests/unit_tests/notifications/email_tests.py | 5 +-
tests/unit_tests/sql_parse_tests.py | 8 +
162 files changed, 3166 insertions(+), 1126 deletions(-)
create mode 100644 RESOURCES/STANDARD_ROLES.md
create mode 100644
superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts
copy docs/babel.config.js =>
superset-frontend/packages/superset-ui-core/src/number-format/D3FormatConfig.ts
(81%)
create mode 100644 superset-frontend/spec/fixtures/mockDashboardFormData.ts
create mode 100644 superset-frontend/spec/fixtures/mockExploreFormData.ts
rename superset-frontend/src/explore/components/{ =>
ExploreChartPanel}/ExploreChartPanel.test.jsx (100%)
rename superset-frontend/src/explore/components/{ExploreChartPanel.jsx =>
ExploreChartPanel/index.jsx} (96%)
copy
superset-frontend/{plugins/legacy-plugin-chart-sankey/src/transformProps.js =>
src/explore/components/ExploreChartPanel/useResizeDetectorByObserver.ts} (56%)
copy
superset-frontend/{packages/superset-ui-core/src/hooks/useChangeEffect/useChangeEffect.ts
=> src/hooks/useEffectEvent.ts} (52%)
create mode 100644 superset-frontend/src/pages/Chart/Chart.test.tsx
copy
superset/migrations/versions/{2022-06-27_14-59_7fb8bca906d2_permalink_rename_filterstate.py
=> 2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py} (60%)