This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch and-import-cleanup
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 9d57c32994 Initial changes
add 145694d828 chore: run babel_update.sh to update po files (#29476)
add 4e861cf86e chore(utils): Support select_columns with
getUserOwnedObjects and split recentActivityObjs (#29459)
add 6d2b3b8698 fix: Enable explore button on SQL Lab view when connected
to Apache Pinot as a database (#28364)
add 0f60701995 chore(Home): Avoid firing API requests when a custom Home
is used (#29493)
add d89648147f feat(dashboard): add API endpoints for generating and
downloading screenshots (#29187)
add e768796491 refactor: Upgrade Card to Ant Design 5 (#29389)
add 241834205f fix: remove info from datasource access error (#29470)
add 0e0028260f fix: add more disallowed pg functions (#29454)
add ee72d6cdca feat: Enable customizing the docker admin password (#29498)
add 9724c99341 feat: add support to NOT LIKE operator (#29384)
add 1682994b7e docs: cleanup markdown warnings (#29511)
add 9052f9fbb4 fix(plugins): Fix dashboard filter for Table and Big Number
with Time Comparison (#29517)
add dc16255605 docs: Add Vasu and Jamie to the Users List (#29486)
add b481bc95b5 fix(plugins): Big Number with Time Comparison (#29520)
add b4560d442b feat(database): Add OceanBase support (#29496)
add 3d0665183c fix: Table time comparison breaking after form data update
(#29525)
add e749efcb97 fix: refactor view error handling into a separate module
(#29330)
add 813775e719 chore(build): sync Jest version across plugins (#29414)
add 3bf89893dc feat(build): uplift Storybook to v8 (#29408)
add 428b68f3e0 refactor: Upgrade Badge component to Ant Design 5 (#29124)
add bea4882b04 docs: Add frontend dependency installation steps (#29510)
add 1734eeaf0c chore(deps): bump deck.gl from 8.9.22 to 9.0.21 in
/superset-frontend (#29529)
add 5aacf563d8 chore(deps): bump regenerator-runtime from 0.13.11 to
0.14.1 in /superset-frontend (#29437)
add ec5bbaa678 feat: add connector for CouchbaseDB (#29225)
add 17a4537215 docs(intro): Add OceanBase to the Supported Databases
section of readme.md. (#29537)
add 1d35ca4bc5 fix(websocket): add error handling (#29538)
new 22bd23e765 Initial changes
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 (9d57c32994)
\
N -- N -- N refs/heads/and-import-cleanup (22bd23e765)
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:
.github/workflows/superset-docs-deploy.yml | 4 +-
README.md | 1 +
RESOURCES/INTHEWILD.md | 1 +
docker/docker-init.sh | 4 +-
docs/docs/configuration/databases.mdx | 36 +
docs/docs/contributing/contributing.mdx | 3 +-
docs/docs/contributing/development.mdx | 26 +-
docs/docs/contributing/guidelines.mdx | 8 +-
docs/docs/contributing/howtos.mdx | 25 +-
docs/docs/faq.mdx | 4 +-
docs/docs/installation/docker-builds.mdx | 5 +-
docs/docs/installation/docker-compose.mdx | 5 +-
docs/docs/installation/kubernetes.mdx | 5 +-
docs/docs/installation/pypi.mdx | 30 +-
docs/docs/quickstart.mdx | 7 +
docs/docs/security/cves.mdx | 6 -
docs/package.json | 12 +-
docs/src/resources/data.js | 10 +
docs/static/img/databases/couchbase.svg | 19 +
docs/static/img/databases/oceanbase.svg | 67 +
docs/yarn.lock | 413 +-
pyproject.toml | 3 +-
scripts/translations/babel_update.sh | 1 +
superset-frontend/.storybook/main.js | 2 +-
superset-frontend/.storybook/preview.jsx | 4 +-
.../cypress/e2e/dashboard/nativeFilters.test.ts | 2 +-
.../cypress-base/cypress/support/directories.ts | 2 +-
superset-frontend/package-lock.json | 135776 +++++++++---------
superset-frontend/package.json | 28 +-
.../plugin-chart/templates/package-lock.erb | 2 +-
.../generators/plugin-chart/templates/package.erb | 2 +-
.../src/sections/timeComparison.tsx | 2 +-
.../superset-ui-chart-controls/src/types.ts | 3 +
.../superset-ui-core/src/query/types/Operator.ts | 1 +
.../packages/superset-ui-demo/.storybook/main.js | 2 +-
.../superset-ui-demo/.storybook/preview.js | 4 +-
.../packages/superset-ui-demo/package.json | 15 +-
.../packages/superset-ui-demo/tsconfig.json | 2 +-
.../legacy-preset-chart-deckgl/package.json | 2 +-
.../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx | 11 +-
.../BigNumberPeriodOverPeriod/buildQuery.ts | 7 +-
.../BigNumberPeriodOverPeriod/transformProps.ts | 8 +-
.../BigNumber/BigNumberPeriodOverPeriod/types.ts | 1 +
.../plugins/plugin-chart-pivot-table/package.json | 2 +-
.../plugins/plugin-chart-table/package.json | 2 +-
.../plugins/plugin-chart-table/src/buildQuery.ts | 7 +-
.../plugin-chart-table/src/transformProps.ts | 7 +-
superset-frontend/src/assets/images/couchbase.svg | 19 +
superset-frontend/src/assets/images/oceanbase.svg | 67 +
.../src/components/Badge/Badge.stories.tsx | 74 +-
.../src/components/Badge/Badge.test.tsx | 9 -
superset-frontend/src/components/Badge/index.tsx | 31 +-
.../src/components/Card/Card.stories.tsx | 7 +-
.../components/Card/Card.test.tsx} | 8 +-
superset-frontend/src/components/Card/index.tsx | 7 +-
.../src/components/Checkbox/Checkbox.stories.tsx | 2 +-
.../src/components/Datasource/DatasourceEditor.jsx | 2 +-
.../DropdownContainer/Overview.stories.tsx | 1 -
.../MetadataBar/MetadataBarOverview.stories.tsx | 228 +-
.../PopoverDropdown/PopoverDropdown.stories.tsx | 18 +-
.../src/components/Radio/Radio.stories.tsx | 2 +-
.../src/components/Switch/Switch.stories.tsx | 2 +-
.../src/components/Table/Table.stories.tsx | 28 +-
.../src/components/Table/TableOverview.stories.tsx | 25 +-
.../ActionCell/ActionCell.overview.tsx | 1 -
.../ActionCell/ActionCell.stories.tsx | 6 +-
.../BooleanCell/BooleanCell.stories.tsx | 6 +-
.../ButtonCell/ButtonCell.stories.tsx | 8 +-
.../cell-renderers/NullCell/NullCell.stories.tsx | 6 +-
.../NumericCell/NumericCell.stories.tsx | 8 +-
.../cell-renderers/TimeCell/TimeCell.stories.tsx | 8 +-
.../TimezoneSelector/TimezoneSelector.stories.tsx | 2 +-
.../dashboard/components/FiltersBadge/index.tsx | 4 +-
.../components/ControlPanelsContainer.test.tsx | 56 +
.../explore/components/ControlPanelsContainer.tsx | 10 +-
.../explore/components/DatasourcePanel/index.tsx | 3 +-
.../DatasetPanel/DatasetPanel.stories.tsx | 6 +-
superset-frontend/src/pages/Home/Home.test.tsx | 25 +
superset-frontend/src/pages/Home/index.tsx | 2 +-
superset-frontend/src/views/CRUD/utils.tsx | 60 +-
superset-frontend/webpack.config.js | 10 +-
superset-websocket/src/index.ts | 3 +
superset/common/query_context_processor.py | 5 +-
superset/config.py | 11 +-
superset/dashboards/api.py | 184 +-
superset/dashboards/schemas.py | 53 +-
superset/databases/api.py | 4 +-
superset/db_engine_specs/couchbasedb.py | 257 +
.../db_engine_specs/{doris.py => oceanbase.py} | 149 +-
superset/db_engine_specs/pinot.py | 4 -
superset/initialization/__init__.py | 3 +
superset/models/helpers.py | 5 +
superset/security/manager.py | 4 +-
superset/sql_parse.py | 1 +
superset/tasks/thumbnails.py | 39 +
superset/translations/ar/LC_MESSAGES/messages.po | 6671 +-
superset/translations/de/LC_MESSAGES/messages.po | 6702 +-
superset/translations/en/LC_MESSAGES/messages.po | 6670 +-
superset/translations/es/LC_MESSAGES/messages.po | 6698 +-
superset/translations/fr/LC_MESSAGES/messages.po | 6703 +-
superset/translations/it/LC_MESSAGES/messages.po | 6695 +-
superset/translations/ja/LC_MESSAGES/messages.po | 6696 +-
superset/translations/ko/LC_MESSAGES/messages.po | 6695 +-
superset/translations/messages.pot | 6669 +-
superset/translations/nl/LC_MESSAGES/messages.po | 6702 +-
superset/translations/pt/LC_MESSAGES/messages.po | 6696 +-
.../translations/pt_BR/LC_MESSAGES/messages.po | 6702 +-
superset/translations/ru/LC_MESSAGES/messages.po | 9920 +-
superset/translations/sk/LC_MESSAGES/messages.po | 6676 +-
superset/translations/sl/LC_MESSAGES/messages.po | 6700 +-
superset/translations/tr/LC_MESSAGES/messages.po | 6686 +-
superset/translations/uk/LC_MESSAGES/messages.po | 6702 +-
superset/translations/zh/LC_MESSAGES/messages.po | 6696 +-
.../translations/zh_TW/LC_MESSAGES/messages.po | 6696 +-
superset/utils/core.py | 3 +-
superset/views/api.py | 3 +-
superset/views/base.py | 192 +-
superset/views/base_api.py | 2 +-
superset/views/core.py | 12 +-
superset/views/datasource/views.py | 2 +-
superset/views/error_handling.py | 222 +
tests/integration_tests/dashboards/api_tests.py | 146 +
tests/integration_tests/datasource/api_tests.py | 2 +-
tests/unit_tests/db_engine_specs/test_couchbase.py | 93 +
tests/unit_tests/db_engine_specs/test_oceanbase.py | 59 +
125 files changed, 72191 insertions(+), 196982 deletions(-)
create mode 100644 docs/static/img/databases/couchbase.svg
create mode 100644 docs/static/img/databases/oceanbase.svg
create mode 100644 superset-frontend/src/assets/images/couchbase.svg
create mode 100644 superset-frontend/src/assets/images/oceanbase.svg
copy
superset-frontend/{packages/superset-ui-core/test/ui-overrides/ExtensionsRegistry.test.ts
=> src/components/Card/Card.test.tsx} (81%)
create mode 100644 superset/db_engine_specs/couchbasedb.py
copy superset/db_engine_specs/{doris.py => oceanbase.py} (58%)
create mode 100644 superset/views/error_handling.py
create mode 100644 tests/unit_tests/db_engine_specs/test_couchbase.py
create mode 100644 tests/unit_tests/db_engine_specs/test_oceanbase.py