This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-frontend/thread-loader-4.0.2
in repository https://gitbox.apache.org/repos/asf/superset.git
discard c9da9dc5fa build(deps-dev): bump thread-loader in /superset-frontend
add c6772b6c78 chore: prevent CI double runs on push + pull_request
(#26766)
add 8e1daa0f1c build(deps): update classnames requirement from ^2.3.2 to
^2.5.1 in /superset-frontend/plugins/plugin-chart-table (#26729)
add 7c2093c495 build(deps): bump @visx/grid from 3.0.1 to 3.5.0 in
/superset-frontend (#26728)
add 0f590799b2 chore: improve/decouple eslint and tsc 'npm run' commands
(#26704)
add 73c6abde5e fix(docker): credentials issues around superset-cache in
forks (#26772)
add 2bb0b46b55 fix: helm chart comment on SECRET_KEY (#26674)
add 11a60c92ea build(deps-dev): bump css-minimizer-webpack-plugin from
3.4.1 to 6.0.0 in /superset-frontend (#26656)
add 01fdfbee09 fix(logging): Filter out undefined columns (#26314)
add 8f8e7c2aa6 fix: add user to latest-release-tag workflow (#26752)
add 424b4c2378 chore: Add Embed Modal extension override and tests (#26759)
add 845bcc9bea fix: docker should always run, even in forks (#26801)
add 11f0dd91db chore(RESOURCES): fix markdown for table formatting (#26789)
add ed934a93e1 feat: Stop editor scrolling to top (#26754)
add 8657fa753b build(deps): update jquery requirement from ^3.4.1 to
^3.7.1 in /superset-frontend/packages/superset-ui-demo (#26621)
add 23460b21f6 chore: Splits the CHANGELOG into multiple files (#26800)
add 5e633d2bb0 fix: Row limit hardcoded (#26807)
add 3dcfbcc3a5 chore: Technical Debt Metrics (#26442)
add f084572dc7 chore(dependencies): bumping fonttools (#26793)
add 4f56f5ee84 fix(tags): Filter system tags from the tags list (#26701)
add 092129201e chore: Reformat changelogs (#26815)
add c657745f02 chore: add google-auth for new example dashboard (#26816)
add 1f6c270f15 fix(time-series table): Can't compare from the beginning of
the time range (#26814)
add 6bc85a0d2c chore(dependencies): bumping jinja2 (#26794)
add e9c2fdf8ac chore(ci): change code owners for .github (#26813)
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 2182226c2b build(deps-dev): bump thread-loader in /superset-frontend
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 (c9da9dc5fa)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/thread-loader-4.0.2
(2182226c2b)
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/CODEOWNERS | 8 +-
.github/workflows/check_db_migration_confict.yml | 6 +
.github/workflows/docker.yml | 28 +-
.github/workflows/latest-release-tag.yml | 5 +
.github/workflows/license-check.yml | 5 +-
.github/workflows/no-op.yml | 54 +
.github/workflows/prefer-typescript.yml | 10 +-
.github/workflows/superset-cli.yml | 4 +-
.github/workflows/superset-docs.yml | 3 +
.github/workflows/superset-e2e.yml | 6 +-
.github/workflows/superset-frontend.yml | 22 +-
.github/workflows/superset-helm-lint.yml | 2 +
.../workflows/superset-python-integrationtest.yml | 4 +-
.github/workflows/superset-python-misc.yml | 8 +-
.github/workflows/superset-python-presto-hive.yml | 8 +-
.github/workflows/superset-python-unittest.yml | 8 +-
.github/workflows/superset-translations.yml | 4 +-
.github/workflows/superset-websocket.yml | 10 +-
.github/workflows/tech-debt.yml | 31 +
CHANGELOG.md | 4124 +----
CHANGELOG/1.4.1.md | 40 +
.../CHANGELOG.md => CHANGELOG/1.4.2.md | 14 +-
CHANGELOG/1.5.0.md | 860 ++
CHANGELOG/1.5.1.md | 36 +
CHANGELOG/1.5.2.md | 48 +
CHANGELOG/1.5.3.md | 46 +
.../changelog.md => CHANGELOG/2.0.0.md | 41 +-
CHANGELOG/2.0.1.md | 82 +
CHANGELOG/2.1.0.md | 1197 ++
CHANGELOG/2.1.1.md | 67 +
CHANGELOG/2.1.2.md | 41 +
CHANGELOG/2.1.3.md | 40 +
CHANGELOG/3.0.0.md | 792 +
CHANGELOG/3.0.1.md | 65 +
CHANGELOG/3.0.2.md | 73 +
CHANGELOG/3.0.3.md | 80 +
CHANGELOG/3.1.0.md | 417 +
CONTRIBUTING.md | 5 +-
RELEASING/README.md | 27 +-
RELEASING/email_templates/announce.j2 | 10 +-
RELEASING/email_templates/result_pmc.j2 | 4 +-
RELEASING/email_templates/vote_pmc.j2 | 8 +-
RELEASING/release-notes-1-4/README.md | 5 +-
RELEASING/release-notes-1-5/README.md | 2 +-
RESOURCES/STANDARD_ROLES.md | 420 +-
docs/docs/contributing/hooks-and-linting.mdx | 5 +-
docs/docusaurus.config.js | 4 +-
docs/package.json | 6 +-
docs/yarn.lock | 114 +-
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 2 +-
helm/superset/values.yaml | 4 +-
requirements/base.txt | 34 +-
requirements/development.txt | 19 +-
requirements/integration.txt | 8 +-
requirements/testing.txt | 14 +-
scripts/docker_build_push.sh | 29 +-
scripts/gen_changelog.sh | 23 -
setup.py | 6 +-
superset-frontend/.eslintrc.js | 9 +
superset-frontend/.prettierignore | 2 +-
superset-frontend/cypress-base/.eslintrc | 7 +-
.../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/cypress-base/tsconfig.json | 3 +-
superset-frontend/js_build.sh | 3 +-
superset-frontend/package-lock.json | 2936 ++--
superset-frontend/package.json | 17 +-
.../superset-ui-chart-controls/CHANGELOG.md | 3 +-
.../src/shared-controls/sharedControls.tsx | 4 +-
.../src/chart/components/createLoadableRenderer.ts | 7 +-
.../superset-ui-core/src/query/api/v1/makeApi.ts | 6 +-
.../superset-ui-core/src/ui-overrides/types.ts | 10 +
.../packages/superset-ui-demo/CHANGELOG.md | 12 -
.../packages/superset-ui-demo/package.json | 2 +-
.../superset-ui-switchboard/src/switchboard.ts | 5 +-
.../legacy-plugin-chart-calendar/CHANGELOG.md | 4 -
.../plugins/legacy-plugin-chart-chord/CHANGELOG.md | 4 -
.../legacy-plugin-chart-country-map/CHANGELOG.md | 4 -
.../legacy-plugin-chart-event-flow/CHANGELOG.md | 4 -
.../legacy-plugin-chart-heatmap/CHANGELOG.md | 4 -
.../legacy-plugin-chart-histogram/CHANGELOG.md | 4 -
.../legacy-plugin-chart-horizon/CHANGELOG.md | 4 -
.../legacy-plugin-chart-map-box/CHANGELOG.md | 4 -
.../legacy-plugin-chart-paired-t-test/CHANGELOG.md | 4 -
.../CHANGELOG.md | 4 -
.../legacy-plugin-chart-partition/CHANGELOG.md | 4 -
.../plugins/legacy-plugin-chart-rose/CHANGELOG.md | 4 -
.../legacy-plugin-chart-sankey/CHANGELOG.md | 4 -
.../legacy-plugin-chart-world-map/CHANGELOG.md | 4 -
.../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 +
.../plugins/legacy-preset-chart-nvd3/CHANGELOG.md | 12 -
.../plugins/plugin-chart-echarts/CHANGELOG.md | 13 +-
.../src/BigNumber/CHANGELOG.md | 11 +-
.../plugins/plugin-chart-pivot-table/CHANGELOG.md | 7 +-
.../plugins/plugin-chart-table/CHANGELOG.md | 4 -
.../plugins/plugin-chart-table/package.json | 4 +-
.../src/DataTable/hooks/useSticky.tsx | 1 +
.../plugin-chart-table/src/controlPanel.tsx | 4 +-
.../plugins/plugin-chart-table/src/utils/extent.ts | 9 +-
.../plugins/plugin-chart-word-cloud/CHANGELOG.md | 4 -
.../src/chart/WordCloud.tsx | 2 +
superset-frontend/scripts/build.js | 2 +-
.../scripts/eslint-metrics-uploader.js | 126 +
superset-frontend/src/SqlLab/actions/sqlLab.js | 6 +
.../AceEditorWrapper/AceEditorWrapper.test.tsx | 1 +
.../SqlLab/components/AceEditorWrapper/index.tsx | 15 +-
.../src/SqlLab/components/SqlEditor/index.tsx | 12 +-
.../src/SqlLab/reducers/getInitialState.ts | 1 +
superset-frontend/src/SqlLab/reducers/sqlLab.js | 12 +
superset-frontend/src/SqlLab/types.ts | 6 +
superset-frontend/src/components/Modal/Modal.tsx | 1 +
.../EmbeddedModal/EmbeddedModal.test.tsx | 172 +
.../index.tsx} | 13 +-
.../src/dashboard/components/Header/index.jsx | 2 +-
.../dashboard/components/gridComponents/Chart.jsx | 4 +-
.../TimeSeriesColumnControl.test.tsx | 13 +
.../controls/TimeSeriesColumnControl/index.jsx | 4 +-
superset-frontend/src/pages/Tags/index.tsx | 20 +-
.../src/visualizations/TimeTable/TimeTable.jsx | 6 +-
superset/commands/dashboard/importers/v0.py | 2 +-
superset/tags/api.py | 3 +
superset/{css_templates => tags}/filters.py | 35 +-
superset/translations/sl/LC_MESSAGES/messages.json | 2340 ++-
superset/translations/sl/LC_MESSAGES/messages.po | 14854 +++++++++----------
superset/views/core.py | 1 -
tests/integration_tests/celery_tests.py | 2 +-
tests/integration_tests/superset_test_config.py | 2 +-
tests/integration_tests/tags/api_tests.py | 46 +
140 files changed, 15556 insertions(+), 14418 deletions(-)
create mode 100644 .github/workflows/no-op.yml
create mode 100644 .github/workflows/tech-debt.yml
create mode 100644 CHANGELOG/1.4.1.md
copy superset-frontend/packages/superset-ui-chart-controls/CHANGELOG.md =>
CHANGELOG/1.4.2.md (58%)
create mode 100644 CHANGELOG/1.5.0.md
create mode 100644 CHANGELOG/1.5.1.md
create mode 100644 CHANGELOG/1.5.2.md
create mode 100644 CHANGELOG/1.5.3.md
copy RELEASING/release-notes-2-0/changelog.md => CHANGELOG/2.0.0.md (95%)
create mode 100644 CHANGELOG/2.0.1.md
create mode 100644 CHANGELOG/2.1.0.md
create mode 100644 CHANGELOG/2.1.1.md
create mode 100644 CHANGELOG/2.1.2.md
create mode 100644 CHANGELOG/2.1.3.md
create mode 100644 CHANGELOG/3.0.0.md
create mode 100644 CHANGELOG/3.0.1.md
create mode 100644 CHANGELOG/3.0.2.md
create mode 100644 CHANGELOG/3.0.3.md
create mode 100644 CHANGELOG/3.1.0.md
delete mode 100755 scripts/gen_changelog.sh
create mode 100644 superset-frontend/scripts/eslint-metrics-uploader.js
create mode 100644
superset-frontend/src/dashboard/components/EmbeddedModal/EmbeddedModal.test.tsx
rename superset-frontend/src/dashboard/components/{DashboardEmbedControls.tsx
=> EmbeddedModal/index.tsx} (94%)
copy superset/{css_templates => tags}/filters.py (60%)