This is an automated email from the ASF dual-hosted git repository.
yongjiezhao pushed a change to branch monorepo_stage_2
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard a5addbb temporarily decrease ts-core coverage rate
discard bfb4a12 fix mock ChartClient
discard 196f01a update jest config
discard 3ea4ff2 add resetTranslation in singleton
discard f828691 refactor superset-generator
discard b6f504d update .codecov.yml
discard 8cb9ab2 refresh lock file
discard 326d445 check plugins
discard da53244 refine npm ci step in Dockerfile
discard 4d4b963 edit package.json
discard 7f7c755 add workspace in packages.json
discard e60beee update eslint
discard 802cbdf update babel
discard 0b6dae3 update webpack config
discard 13756f6 update gitignore
discard 310969d update tsconfig
discard 34718d6 move packages, plugins, scripts, shims to superset_frontend
add 2e29f36 fix: RBAC for export for dashboard viewers (#17527)
add a304116 fix: update kubernetes.mdx (#14512)
add 19ffba1 chore: temporarily enable merge in .asf.yml (#17560)
add 870d2ab Merge pull request #17445 from
zhaoyongjie/monorepo_relocate_superset_ui
add ff68502 chore: disable merge commit option (#17561)
add ebb3419 feat: trino support server-cert (#16346)
add 11cf15f chore: Fix deprecated unittest aliases for Python 3.11
compatibility. (#17562)
add da75028 fix(superset.cli): superset cli group doesn't support
superset extension app (#17539)
add 4cf429c feat: add classNames for apply and clearAll buttons for
superset filters (#17554)
add 6604a6a chore(translations): Add missing i18n (#17525)
add 7d6d612 move packages, plugins, scripts, shims to superset_frontend
add 8287341 update tsconfig
add f9abda43 update gitignore
add e931036 update webpack config
add a8d8891 update babel
add 8b7a336 update eslint
add 2acd1ff add workspace in packages.json
add eaaacb3 edit package.json
add a2cd695 refine npm ci step in Dockerfile
add 5fd5583 check plugins
add 6a2d835 refresh lock file
add 04dd930 update .codecov.yml
add 9fec0d2 refactor superset-generator
add c9201b9 add resetTranslation in singleton
add 75594a0 update jest config
add 01ea169 fix mock ChartClient
add 1213309 temporarily decrease ts-core coverage rate
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 (a5addbb)
\
N -- N -- N refs/heads/monorepo_stage_2 (1213309)
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:
.../workflows/superset-python-integrationtest.yml | 9 +
.github/workflows/superset-python-misc.yml | 9 +
.github/workflows/superset-python-presto-hive.yml | 6 +
.github/workflows/superset-python-unittest.yml | 3 +
UPDATING.md | 4 +-
docs/src/pages/docs/installation/kubernetes.mdx | 25 +-
superset-frontend/src/SqlLab/actions/sqlLab.js | 4 +-
.../SqlLab/components/TabbedSqlEditors/index.jsx | 6 +-
.../components/TemplateParamsEditor/index.tsx | 2 +-
.../ErrorMessage/DatabaseErrorMessage.tsx | 9 +-
.../ErrorMessage/TimeoutErrorMessage.tsx | 7 +-
.../src/components/Menu/MenuRight.tsx | 5 +-
.../src/dashboard/actions/dashboardState.js | 4 +-
.../src/dashboard/components/SliceAdder.jsx | 2 +-
.../components/SliceHeaderControls/index.tsx | 2 +-
.../FilterBar/FilterControls/FilterControls.tsx | 4 +-
.../nativeFilters/FilterBar/Header/index.tsx | 4 +-
.../controls/DateFilterControl/utils/constants.ts | 16 +-
.../controls/SelectAsyncControl/index.tsx | 2 +-
.../components/Select/SelectFilterPlugin.tsx | 3 +-
.../src/views/CRUD/chart/ChartCard.tsx | 2 +-
.../src/views/CRUD/chart/ChartList.tsx | 2 +-
.../src/views/CRUD/dashboard/DashboardCard.tsx | 2 +-
.../src/views/CRUD/dashboard/DashboardList.tsx | 2 +-
.../src/views/CRUD/data/database/DatabaseList.tsx | 2 +-
.../DatabaseConnectionForm/CommonParameters.tsx | 22 +-
.../CRUD/data/database/DatabaseModal/index.tsx | 84 +-
.../src/views/CRUD/data/dataset/DatasetList.tsx | 2 +-
.../CRUD/data/savedquery/SavedQueryList.test.jsx | 2 +-
.../views/CRUD/data/savedquery/SavedQueryList.tsx | 2 +-
.../src/views/CRUD/welcome/ActivityTable.tsx | 25 +-
.../src/views/CRUD/welcome/ChartTable.tsx | 2 +-
.../src/views/CRUD/welcome/DashboardTable.tsx | 4 +-
.../src/views/CRUD/welcome/EmptyState.tsx | 10 +-
.../src/views/CRUD/welcome/SavedQueries.tsx | 4 +-
superset/cli.py | 5 +-
superset/constants.py | 1 -
superset/db_engine_specs/trino.py | 27 +-
superset/translations/babel.cfg | 1 +
superset/translations/messages.pot | 1514 ++++++++++++++------
tests/integration_tests/charts/api_tests.py | 5 +-
tests/integration_tests/dashboards/api_tests.py | 4 +-
tests/integration_tests/databases/api_tests.py | 8 +-
tests/integration_tests/datasets/api_tests.py | 32 +-
.../db_engine_specs/bigquery_tests.py | 2 +-
.../db_engine_specs/mssql_tests.py | 2 +-
.../db_engine_specs/trino_tests.py | 35 +
.../queries/saved_queries/api_tests.py | 4 +-
tests/integration_tests/security_tests.py | 4 +-
49 files changed, 1308 insertions(+), 629 deletions(-)