This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch emotion-from-superset-ui-core
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard 985a4ae chore: bumping superset-ui core... again?
discard f7e99e6 chore: puling createCache from superset-ui/core
discard 5f6faca chore: nixing emotion packages from superset direct use
discard d0e9b84 chore: switching @emotion/core imports to @superset-ui/core
discard 6d2cfca chore: restricting use of @emotion/core imports
discard f566a8d chore: bumping superset-ui/core package
add fc0c115 fix(native-filters): fix lint (#14387)
add 43ee52b fix(native-filters): force update control value on change
(#14385)
add bbdb4ee docs: multiple small fixes around databases (#14321)
add 183b5ae fix(sqllab): fix error due to anonymous user (#14390)
add b78b7b3 docs: improved clickhouse connection details (#14394)
add e7f5100 fix: Fix unintended cache misses with async queries (#14291)
add 8d8c601 chore: bumping superset-ui/core package
add 9a703f7 chore: restricting use of @emotion/core imports
add d7f3867 chore: switching @emotion/core imports to @superset-ui/core
add 4be5466 chore: nixing emotion packages from superset direct use
add ee0263e chore: puling createCache from superset-ui/core
add 0451b3b chore: bumping superset-ui core... again?
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 (985a4ae)
\
N -- N -- N refs/heads/emotion-from-superset-ui-core (0451b3b)
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:
.../docs/Connecting to Databases/clickhouse.mdx | 29 +++++++++++-
.../pages/docs/Connecting to Databases/index.mdx | 11 +++--
.../pages/docs/Connecting to Databases/mysql.mdx | 23 ++++-----
.../docs/Connecting to Databases/postgres.mdx | 9 ++--
.../pages/docs/Connecting to Databases/presto.mdx | 15 +++++-
.../FiltersConfigForm/ControlItems.test.tsx | 2 +-
.../FiltersConfigForm/ControlItems.tsx | 1 +
superset-frontend/src/dashboard/types.ts | 8 +++-
.../src/views/CRUD/data/query/QueryList.tsx | 2 +-
superset/tasks/async_queries.py | 15 +++++-
superset/utils/core.py | 6 ++-
superset/viz.py | 12 ++++-
tests/utils/core_tests.py | 54 ++++++++++++++++++++++
tests/viz_tests.py | 13 ++----
14 files changed, 158 insertions(+), 42 deletions(-)
create mode 100644 tests/utils/core_tests.py