This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch removing-unused-vars
in repository https://gitbox.apache.org/repos/asf/superset.git
from 819658a2b3 got a little overzealous!
add a6290702d2 build(deps): bump prism-react-renderer from 1.2.1 to 2.3.1
in /docs (#26726)
add dfc614bdc3 chore: fix GitHub 'Unchanged files with check annotations'
reports in PR (#26702)
add 64ba5797df fix(deck.gl Multiple Layer Chart): Add Contour and Heatmap
Layer as options (#25923)
add 8ca541c850 chore: Slovenian translation update (#23873)
add 9ece4049f1 build(deps-dev): bump webpack from 5.89.0 to 5.90.0 in
/docs (#26839)
add eea71eb6bc build(deps-dev): bump @docusaurus/module-type-aliases from
3.1.0 to 3.1.1 in /docs (#26834)
add f73760a5d1 build(deps): bump @types/react-table from 7.0.29 to 7.7.19
in /superset-frontend (#26832)
add 29582e8d86 chore(deps): bump typescript to 4.8.4 (#24272)
add b0c8f620d6 build(deps): bump use-immer from 0.8.1 to 0.9.0 in
/superset-frontend (#26827)
add 6c029ce2e8 chore: Add permission to view and drill on Dashboard
context (#26798)
add 881268a8da chore(dependencies): bumps match-sorter (#26819)
add fade4806ce fix: prevent guest user from modifying metrics (#26749)
add 78dc6ce6c9 feat: add chart id and dataset id to global logs (#26443)
add be7c9490a1 chore(lint/a11y): fixing and locking down
jsx-a11y/anchor-is-valid (#26820)
add 71a950fc80 fix(chart table in dashboard): improve screen reading of
table (#26453)
add c3aacc6f42 build(deps-dev): bump @types/node from 20.11.5 to 20.11.10
in /superset-websocket (#26825)
add 8db5d13749 chore(CI): get docs building on ALL branches. (#26854)
add 84c48d11d8 fix: Bar charts horizontal margin adjustment error (#26817)
add 806e4c4b3f chore(dependabot): lowering bump cadence from weekly to
monthly (#26855)
add 1029b7dadc build(deps): bump react-redux from 7.2.8 to 7.2.9 in
/superset-frontend (#26865)
add 911c6e53c2 build(deps): bump mousetrap and @types/mousetrap in
/superset-frontend (#26866)
add 0695173a81 build(deps): bump @testing-library/react-hooks from 5.0.3
to 5.1.3 in /superset-frontend (#26867)
add 5d8b7bb6a5 build(deps-dev): bump @types/uuid from 9.0.7 to 9.0.8 in
/superset-websocket (#26826)
add 29bc68bd3e feat(i18n): add ukranian translations (#25323)
add 785e832e8d chore(actions): generate FOSSA report on master, and ALWAYS
check for… (#26857)
add 5392a8c50f chore(actions): run docs actions on Node 16 to conform with
the project (#26868)
add 63118757af Merge branch 'master' into removing-unused-vars
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 70 +-
...license-check.yml => generate-FOSSA-report.yml} | 10 +-
.github/workflows/license-check.yml | 47 +-
...{superset-docs.yml => superset-docs-deploy.yml} | 22 +-
.github/workflows/superset-docs-verify.yml | 33 +
.github/workflows/superset-websocket.yml | 2 +-
.rat-excludes | 8 +-
RELEASING/verify_release.py | 18 +
RESOURCES/STANDARD_ROLES.md | 19 +
docker/docker-entrypoint-initdb.d/examples-init.sh | 19 +
dockerize.Dockerfile | 17 +
docs/README.md | 1 -
docs/docusaurus.config.js | 4 +-
docs/package.json | 6 +-
docs/src/components/SectionHeader.tsx | 2 +-
docs/src/pages/community.tsx | 1 -
docs/static/img/calendar-icon.svg | 18 +
docs/static/img/check-icon.svg | 18 +
docs/static/img/databases/apache-pinot.svg | 18 +
docs/static/img/databases/csv.svg | 18 +
docs/yarn.lock | 114 +-
scripts/tag_latest_release.sh | 28 +-
superset-frontend/.eslintrc.js | 2 +-
.../cypress/e2e/dashboard/drillby.test.ts | 1 +
.../cypress/e2e/dashboard/editmode.test.ts | 1 +
.../cypress-base/cypress/support/e2e.ts | 2 +
.../cypress-base/cypress/utils/index.ts | 29 +-
.../cypress-base/cypress/utils/vizPlugins.ts | 1 +
superset-frontend/package-lock.json | 178 +-
superset-frontend/package.json | 16 +-
.../packages/superset-ui-core/package.json | 2 +-
.../src/chart/components/createLoadableRenderer.ts | 7 +-
.../superset-ui-core/src/query/api/v1/makeApi.ts | 6 +-
.../packages/superset-ui-core/src/utils/html.tsx | 18 +
.../src/validator/validateMaxValue.ts | 18 +
.../superset-ui-switchboard/src/switchboard.ts | 5 +-
.../legacy-preset-chart-deckgl/package.json | 2 +-
.../legacy-preset-chart-deckgl/src/index.ts | 2 +
.../src/layers/Arc/Arc.tsx | 8 +-
.../src/layers/Geojson/Geojson.tsx | 4 +-
.../src/layers/Heatmap/Heatmap.tsx | 2 +-
.../src/layers/Path/Path.tsx | 2 +-
.../src/layers/Polygon/Polygon.tsx | 10 +-
.../src/layers/Scatter/Scatter.tsx | 10 +-
.../src/layers/Screengrid/Screengrid.tsx | 4 +-
.../legacy-preset-chart-deckgl/src/layers/index.ts | 4 +
.../src/Timeseries/transformProps.ts | 1 +
.../src/Timeseries/transformers.ts | 42 +-
.../plugin-chart-echarts/src/utils/series.ts | 14 +
.../plugin-chart-echarts/test/utils/series.test.ts | 32 +
.../plugins/plugin-chart-table/package.json | 4 +-
.../plugin-chart-table/src/DataTable/DataTable.tsx | 1 +
.../src/DataTable/hooks/useSticky.tsx | 22 +-
.../plugins/plugin-chart-table/src/Styles.tsx | 7 +-
.../plugin-chart-table/src/controlPanel.tsx | 4 +-
.../plugins/plugin-chart-table/src/utils/extent.ts | 9 +-
.../src/chart/WordCloud.tsx | 2 +
.../scripts/eslint-metrics-uploader.js | 18 +
.../SqlLab/components/QueryLimitSelect/index.tsx | 2 +-
.../src/components/AuditInfo/ModifiedInfo.test.tsx | 18 +
.../src/components/AuditInfo/index.tsx | 18 +
.../Chart/ChartContextMenu/ChartContextMenu.tsx | 12 +-
.../Chart/ChartContextMenu/useContextMenu.test.tsx | 36 +-
.../components/Chart/DrillBy/DrillByModal.test.tsx | 36 +-
.../src/components/Chart/DrillBy/DrillByModal.tsx | 17 +-
.../Chart/DrillDetail/DrillDetailModal.test.tsx | 26 +-
.../Chart/DrillDetail/DrillDetailModal.tsx | 63 +-
superset-frontend/src/components/Modal/Modal.tsx | 1 +
.../src/components/Tags/utils.test.tsx | 18 +
.../SliceHeaderControls.test.tsx | 53 +-
.../components/SliceHeaderControls/index.tsx | 32 +-
.../DownloadMenuItems/DownloadAsImage.test.tsx | 18 +
.../menu/DownloadMenuItems/DownloadAsImage.tsx | 18 +
.../menu/DownloadMenuItems/DownloadAsPdf.test.tsx | 18 +
.../menu/DownloadMenuItems/DownloadAsPdf.tsx | 18 +
.../DownloadMenuItems/DownloadMenuItems.test.tsx | 18 +
.../components/controls/ContourControl/types.ts | 18 +
.../components/controls/CurrencyControl/index.ts | 18 +
superset-frontend/src/types/dom-to-pdf.d.ts | 18 +
superset-websocket/package-lock.json | 28 +-
superset-websocket/package.json | 7 +-
superset/charts/data/api.py | 21 +-
superset/common/query_object.py | 2 +-
superset/config.py | 1 +
superset/db_engine_specs/README.md | 19 +
superset/db_engine_specs/databend.py | 10 +
superset/migrations/shared/constraints.py | 16 +
superset/migrations/shared/native_filters.py | 16 +
superset/security/manager.py | 27 +-
superset/translations/sl/LC_MESSAGES/messages.json | 2340 ++-
superset/translations/sl/LC_MESSAGES/messages.po | 14854 +++++++++----------
superset/translations/uk/LC_MESSAGES/messages.json | 6419 ++++++++
superset/translations/uk/LC_MESSAGES/messages.po | 12162 +++++++++++++++
tests/integration_tests/charts/data/api_tests.py | 53 +-
.../security/guest_token_security_tests.py | 15 +
tests/integration_tests/security_tests.py | 2 +
tests/unit_tests/forms_tests.py | 16 +
tests/unit_tests/scripts/docker_build_push_test.py | 16 +
.../unit_tests/scripts/tag_latest_release_test.py | 16 +
tests/unit_tests/security/manager_test.py | 76 +
tests/unit_tests/tags/__init__.py | 16 +
tests/unit_tests/tags/commands/create_test.py | 16 +
tests/unit_tests/tags/commands/update_test.py | 16 +
tests/unit_tests/tasks/test_async_queries.py | 16 +
104 files changed, 29009 insertions(+), 8630 deletions(-)
copy .github/workflows/{license-check.yml => generate-FOSSA-report.yml} (88%)
rename .github/workflows/{superset-docs.yml => superset-docs-deploy.yml} (78%)
create mode 100644 .github/workflows/superset-docs-verify.yml
create mode 100644 superset/translations/uk/LC_MESSAGES/messages.json
create mode 100644 superset/translations/uk/LC_MESSAGES/messages.po