This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.11.0
in repository https://gitbox.apache.org/repos/asf/superset.git
omit c8741f9fa9 build(deps-dev): bump @typescript-eslint/eslint-plugin
add 8d8e1bb637 fix: always denorm column value before querying values
(#25919)
add 6d8424c104 chore(colors): Updating Airbnb brand colors (#23619)
add 99d4f8931a build(deps-dev): bump axios from 0.25.0 to 1.6.0 in
/superset-embedded-sdk (#25953)
add 5def416f63 fix: naming denomalized to denormalized in helpers.py
(#25973)
add 007d22199d chore: support different JWT CSRF cookie names (#25891)
add 6b7761ecf2 chore: Add entry point for SliceHeader frontend extension
(#25968)
add f6ba75a185 feat(explore): dataset macro: dttm filter context (#25950)
add f18fb24b3d fix(sqllab): Allow router navigation to explore (#25941)
add 5e1c4057a0 fix(helm): Restart all related deployments when bootstrap
script changed (#25703)
add f22ae2dc51 docs: add Tentacle to users list (#25059)
add 63b8172321 style: Transition of Navbar from dark to light and
vice-versa is now smooth (#24485)
add aee94b39ba fix(tag): update state to clear form on success (#25934)
add d20b60edd4 chore: Remove more redundant code in utils/core (#25986)
add 7f0c3b20ad docs: handling "System limit for number of file watchers
reached" error (#25551)
add 97d89d7340 feat: Adds Area chart migration logic (#25952)
add 210f1f8f95 fix(rls): Update text from tables to datasets in RLS modal
(#25997)
add 5fccf67cdc fix: Make Select component fire onChange listener when a
selection is pasted in (#25993)
add e7a1876807 fix(explore): redandant force param (#25985)
add 326ac4a6c4 chore: Optimize fetching samples logic (#25995)
add bece2ea3e4 chore: Remove unnecessary autoflush from tagging and
key/value workflows (#26009)
add 5942d8bf68 build(deps-dev): bump @types/node from 20.9.0 to 20.9.1 in
/superset-websocket (#26012)
new a8a9b2d5a5 build(deps-dev): bump @typescript-eslint/eslint-plugin
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 (c8741f9fa9)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.11.0
(a8a9b2d5a5)
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.
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:
CONTRIBUTING.md | 25 ++++++
RESOURCES/INTHEWILD.md | 1 +
docs/src/styles/main.less | 1 +
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 2 +-
helm/superset/templates/deployment-beat.yaml | 1 +
helm/superset/templates/deployment-worker.yaml | 1 +
pytest.ini | 2 +-
superset-embedded-sdk/package-lock.json | 73 ++++++++++++----
superset-embedded-sdk/package.json | 2 +-
.../cypress/e2e/dashboard/editmode.test.ts | 6 +-
.../e2e/explore/visualizations/dist_bar.test.js | 2 +-
.../e2e/explore/visualizations/line.test.ts | 2 +-
.../src/color/colorSchemes/categorical/airbnb.ts | 34 +++-----
.../superset-ui-core/src/ui-overrides/types.ts | 9 ++
.../legacy-plugin-chart-map-box/Stories.tsx | 2 +-
.../src/SqlLab/components/ResultSet/index.tsx | 12 ++-
superset-frontend/src/components/Chart/Chart.jsx | 2 +-
.../src/components/Chart/chartAction.js | 2 +-
.../src/components/Chart/chartActions.test.js | 4 +-
.../src/components/Select/AsyncSelect.test.tsx | 14 +++
.../src/components/Select/AsyncSelect.tsx | 1 +
.../src/components/Select/Select.test.tsx | 14 +++
superset-frontend/src/components/Select/Select.tsx | 1 +
.../dashboard/components/FiltersBadge/index.tsx | 2 +-
.../components/SliceHeader/SliceHeader.test.tsx | 13 +++
.../src/dashboard/components/SliceHeader/index.tsx | 11 ++-
.../src/features/rls/RowLevelSecurityModal.tsx | 4 +-
superset-frontend/src/features/tags/TagModal.tsx | 21 +++--
superset-frontend/src/setup/setupClient.ts | 7 +-
superset-websocket/package-lock.json | 26 +++---
superset-websocket/package.json | 2 +-
superset/charts/commands/importers/v1/utils.py | 1 -
superset/connectors/base/models.py | 7 --
superset/connectors/sqla/models.py | 29 -------
superset/datasource/api.py | 4 +
superset/jinja_context.py | 42 ++++++++-
superset/key_value/commands/delete.py | 8 +-
superset/key_value/commands/get.py | 7 +-
superset/key_value/commands/update.py | 5 +-
superset/key_value/commands/upsert.py | 5 +-
superset/migrations/shared/migrate_viz/base.py | 8 +-
.../migrations/shared/migrate_viz/processors.py | 83 +++++++++---------
superset/models/helpers.py | 56 ++++++------
superset/tags/models.py | 38 +++------
superset/utils/core.py | 39 +--------
superset/views/base.py | 1 +
superset/views/datasource/utils.py | 23 +++--
.../key_value/commands/create_test.py | 12 +--
.../key_value/commands/update_test.py | 6 +-
.../key_value/commands/upsert_test.py | 8 +-
.../06e1e70058c7_migrate_legacy_area__tests.py | 99 ----------------------
tests/integration_tests/utils_tests.py | 10 ---
.../charts/commands/importers/v1/utils_test.py | 14 ++-
.../viz/dual_line_to_mixed_chart_test.py | 39 ++-------
.../viz/nvd3_area_chart_to_echarts_test.py | 49 ++++++-----
.../viz/nvd3_line_chart_to_echarts_test.py | 33 ++++----
.../migrations/viz/pivot_table_v1_v2_test.py | 94 ++------------------
...e_v1_v2_test.py => time_related_fields_test.py} | 56 ++----------
tests/unit_tests/migrations/viz/utils.py | 96 +++++++++++++++++++++
60 files changed, 532 insertions(+), 641 deletions(-)
delete mode 100644
tests/integration_tests/migrations/06e1e70058c7_migrate_legacy_area__tests.py
copy
superset/migrations/versions/2022-07-07_14-00_06e1e70058c7_migrating_legacy_area.py
=> tests/unit_tests/migrations/viz/nvd3_area_chart_to_echarts_test.py (57%)
copy superset/queries/saved_queries/commands/importers/v1/utils.py =>
tests/unit_tests/migrations/viz/nvd3_line_chart_to_echarts_test.py (56%)
copy tests/unit_tests/migrations/viz/{pivot_table_v1_v2_test.py =>
time_related_fields_test.py} (63%)
create mode 100644 tests/unit_tests/migrations/viz/utils.py